diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dijit/_editor/nls/fi | |
Diffstat (limited to 'js/dojo/dijit/_editor/nls/fi')
| -rw-r--r-- | js/dojo/dijit/_editor/nls/fi/FontChoice.js | 31 | ||||
| -rw-r--r-- | js/dojo/dijit/_editor/nls/fi/LinkDialog.js | 18 | ||||
| -rw-r--r-- | js/dojo/dijit/_editor/nls/fi/commands.js | 53 |
3 files changed, 102 insertions, 0 deletions
diff --git a/js/dojo/dijit/_editor/nls/fi/FontChoice.js b/js/dojo/dijit/_editor/nls/fi/FontChoice.js new file mode 100644 index 0000000..a69a9ba --- /dev/null +++ b/js/dojo/dijit/_editor/nls/fi/FontChoice.js @@ -0,0 +1,31 @@ +//>>built +define( +"dijit/_editor/nls/fi/FontChoice", //begin v1.x content +({ + fontSize: "Koko", + fontName: "Fontti", + formatBlock: "Muoto", + + serif: "serif", + "sans-serif": "sans-serif", + monospace: "monospace", + cursive: "cursive", + fantasy: "fantasy", + + noFormat: "Ei mitään", + p: "Kappale", + h1: "Otsikko", + h2: "Alatason otsikko", + h3: "Alimman tason otsikko", + pre: "Esimuotoiltu", + + 1: "xx-small", + 2: "x-small", + 3: "small", + 4: "medium", + 5: "large", + 6: "x-large", + 7: "xx-large" +}) +//end v1.x content +); diff --git a/js/dojo/dijit/_editor/nls/fi/LinkDialog.js b/js/dojo/dijit/_editor/nls/fi/LinkDialog.js new file mode 100644 index 0000000..8bab9c9 --- /dev/null +++ b/js/dojo/dijit/_editor/nls/fi/LinkDialog.js @@ -0,0 +1,18 @@ +//>>built +define( +"dijit/_editor/nls/fi/LinkDialog", //begin v1.x content +({ + createLinkTitle: "Linkin ominaisuudet", + insertImageTitle: "Kuvan ominaisuudet", + url: "URL-osoite:", + text: "Kuvaus:", + target: "Kohde:", + set: "Aseta", + currentWindow: "Nykyinen ikkuna", + parentWindow: "Pääikkuna", + topWindow: "Päällimmäinen ikkuna", + newWindow: "Uusi ikkuna" +}) + +//end v1.x content +); diff --git a/js/dojo/dijit/_editor/nls/fi/commands.js b/js/dojo/dijit/_editor/nls/fi/commands.js new file mode 100644 index 0000000..6fabc9b --- /dev/null +++ b/js/dojo/dijit/_editor/nls/fi/commands.js @@ -0,0 +1,53 @@ +//>>built +define( +"dijit/_editor/nls/fi/commands", //begin v1.x content +({ + 'bold': 'Lihavointi', + 'copy': 'Kopioi', + 'cut': 'Leikkaa', + 'delete': 'Poista', + 'indent': 'Sisennä', + 'insertHorizontalRule': 'Vaakasuuntainen viiva', + 'insertOrderedList': 'Numeroitu luettelo', + 'insertUnorderedList': 'Numeroimaton luettelo', + 'italic': 'Kursivointi', + 'justifyCenter': 'Tasaus keskelle', + 'justifyFull': 'Tasaus', + 'justifyLeft': 'Tasaus vasemmalle', + 'justifyRight': 'Tasaus oikealle', + 'outdent': 'Ulonna', + 'paste': 'Liitä', + 'redo': 'Tee uudelleen', + 'removeFormat': 'Poista muotoilu', + 'selectAll': 'Valitse kaikki', + 'strikethrough': 'Yliviivaus', + 'subscript': 'Alaindeksi', + 'superscript': 'Yläindeksi', + 'underline': 'Alleviivaus', + 'undo': 'Kumoa', + 'unlink': 'Poista linkki', + 'createLink': 'Luo linkki', + 'toggleDir': 'Vaihda suuntaa', + 'insertImage': 'Lisää kuva', + 'insertTable': 'Lisää taulukko/muokkaa taulukkoa', + 'toggleTableBorder': 'Ota taulukon kehys käyttöön/poista kehys käytöstä', + 'deleteTable': 'Poista taulukko', + 'tableProp': 'Taulukon ominaisuudet', + 'htmlToggle': 'HTML-lähde', + 'foreColor': 'Edustaväri', + 'hiliteColor': 'Taustaväri', + 'plainFormatBlock': 'Kappaletyyli', + 'formatBlock': 'Kappaletyyli', + 'fontSize': 'Fontin koko', + 'fontName': 'Fontin nimi', + 'tabIndent': 'Sarkainsisennys', + "fullScreen": "Vaihda koko näyttö", + "viewSource": "Näytä HTML-lähde", + "print": "Tulosta", + "newPage": "Uusi sivu", + /* Error messages */ + 'systemShortcut': 'Toiminto "${0}" on käytettävissä selaimessa vain näppäimistön pikatoiminnolla. Käytä seuraavaa: ${1}.' +}) + +//end v1.x content +); |
