]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blob - sources/lang/fi.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / lang / fi.js
1 /**
2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object for the
8 * Finnish language.
9 */
10
11 /**#@+
12 @type String
13 @example
14 */
15
16 /**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20 CKEDITOR.lang[ 'fi' ] = {
21 // ARIA description.
22 editor: 'Rikastekstieditori',
23 editorPanel: 'Rikastekstieditoripaneeli',
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
29 editorHelp: 'Paina ALT 0 nähdäksesi ohjeen',
30
31 browseServer: 'Selaa palvelinta',
32 url: 'Osoite',
33 protocol: 'Protokolla',
34 upload: 'Lisää tiedosto',
35 uploadSubmit: 'Lähetä palvelimelle',
36 image: 'Kuva',
37 flash: 'Flash-animaatio',
38 form: 'Lomake',
39 checkbox: 'Valintaruutu',
40 radio: 'Radiopainike',
41 textField: 'Tekstikenttä',
42 textarea: 'Tekstilaatikko',
43 hiddenField: 'Piilokenttä',
44 button: 'Painike',
45 select: 'Valintakenttä',
46 imageButton: 'Kuvapainike',
47 notSet: '<ei asetettu>',
48 id: 'Tunniste',
49 name: 'Nimi',
50 langDir: 'Kielen suunta',
51 langDirLtr: 'Vasemmalta oikealle (LTR)',
52 langDirRtl: 'Oikealta vasemmalle (RTL)',
53 langCode: 'Kielikoodi',
54 longDescr: 'Pitkän kuvauksen URL',
55 cssClass: 'Tyyliluokat',
56 advisoryTitle: 'Avustava otsikko',
57 cssStyle: 'Tyyli',
58 ok: 'OK',
59 cancel: 'Peruuta',
60 close: 'Sulje',
61 preview: 'Esikatselu',
62 resize: 'Raahaa muuttaaksesi kokoa',
63 generalTab: 'Yleinen',
64 advancedTab: 'Lisäominaisuudet',
65 validateNumberFailed: 'Arvon pitää olla numero.',
66 confirmNewPage: 'Kaikki tallentamattomat muutokset tähän sisältöön menetetään. Oletko varma, että haluat ladata uuden sivun?',
67 confirmCancel: 'Jotkut asetuksista on muuttuneet. Oletko varma, että haluat sulkea valintaikkunan?',
68 options: 'Asetukset',
69 target: 'Kohde',
70 targetNew: 'Uusi ikkuna (_blank)',
71 targetTop: 'Päällimmäinen ikkuna (_top)',
72 targetSelf: 'Sama ikkuna (_self)',
73 targetParent: 'Ylemmän tason ikkuna (_parent)',
74 langDirLTR: 'Vasemmalta oikealle (LTR)',
75 langDirRTL: 'Oikealta vasemmalle (RTL)',
76 styles: 'Tyyli',
77 cssClasses: 'Tyylitiedoston luokat',
78 width: 'Leveys',
79 height: 'Korkeus',
80 align: 'Kohdistus',
81 alignLeft: 'Vasemmalle',
82 alignRight: 'Oikealle',
83 alignCenter: 'Keskelle',
84 alignJustify: 'Tasaa molemmat reunat',
85 alignTop: 'Ylös',
86 alignMiddle: 'Keskelle',
87 alignBottom: 'Alas',
88 alignNone: 'Ei asetettu',
89 invalidValue: 'Virheellinen arvo.',
90 invalidHeight: 'Korkeuden täytyy olla numero.',
91 invalidWidth: 'Leveyden täytyy olla numero.',
92 invalidCssLength: 'Kentän "%1" arvon täytyy olla positiivinen luku CSS mittayksikön (px, %, in, cm, mm, em, ex, pt tai pc) kanssa tai ilman.',
93 invalidHtmlLength: 'Kentän "%1" arvon täytyy olla positiivinen luku HTML mittayksikön (px tai %) kanssa tai ilman.',
94 invalidInlineStyle: 'Tyylille annetun arvon täytyy koostua yhdestä tai useammasta "nimi : arvo" parista, jotka ovat eroteltuna toisistaan puolipisteillä.',
95 cssLengthTooltip: 'Anna numeroarvo pikseleinä tai numeroarvo CSS mittayksikön kanssa (px, %, in, cm, mm, em, ex, pt, tai pc).',
96
97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">, ei saatavissa</span>',
99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: {
102 8: 'Backspace', // MISSING
103 13: 'Enter', // MISSING
104 16: 'Shift', // MISSING
105 17: 'Ctrl', // MISSING
106 18: 'Alt', // MISSING
107 32: 'Space', // MISSING
108 35: 'End', // MISSING
109 36: 'Home', // MISSING
110 46: 'Delete', // MISSING
111 224: 'Command' // MISSING
112 },
113
114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Keyboard shortcut' // MISSING
116 }
117 };