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/ro | |
Diffstat (limited to 'js/dojo/dijit/_editor/nls/ro')
| -rw-r--r-- | js/dojo/dijit/_editor/nls/ro/FontChoice.js | 32 | ||||
| -rw-r--r-- | js/dojo/dijit/_editor/nls/ro/LinkDialog.js | 18 | ||||
| -rw-r--r-- | js/dojo/dijit/_editor/nls/ro/commands.js | 52 |
3 files changed, 102 insertions, 0 deletions
diff --git a/js/dojo/dijit/_editor/nls/ro/FontChoice.js b/js/dojo/dijit/_editor/nls/ro/FontChoice.js new file mode 100644 index 0000000..3f21bdf --- /dev/null +++ b/js/dojo/dijit/_editor/nls/ro/FontChoice.js @@ -0,0 +1,32 @@ +//>>built +define( +"dijit/_editor/nls/ro/FontChoice", //begin v1.x content +({ + fontSize: "Dimensiune", + fontName: "Font", + formatBlock: "Format", + + serif: "serif", + "sans-serif": "sans-serif", + monospace: "monospace", + cursive: "cursive", + fantasy: "fantasy", + + noFormat: "Fără", + p: "Paragraf", + h1: "Titlu", + h2: "Subtitlu", + h3: "Sub-subtitlu", + pre: "Preformatat", + + 1: "xxs (xx-small)", + 2: "xs (x-small)", + 3: "s (small)", + 4: "m (medium)", + 5: "l (large)", + 6: "xl (x-large)", + 7: "xxl (xx-large)" +}) + +//end v1.x content +); diff --git a/js/dojo/dijit/_editor/nls/ro/LinkDialog.js b/js/dojo/dijit/_editor/nls/ro/LinkDialog.js new file mode 100644 index 0000000..506311e --- /dev/null +++ b/js/dojo/dijit/_editor/nls/ro/LinkDialog.js @@ -0,0 +1,18 @@ +//>>built +define( +"dijit/_editor/nls/ro/LinkDialog", //begin v1.x content +({ + createLinkTitle: "Proprietăţi legătură", + insertImageTitle: "Proprietăţi imagine", + url: "URL:", + text: "Descriere:", + target: "Destinaţie:", + set: "Setare", + currentWindow: "Fereastra curentă", + parentWindow: "Fereastra părinte", + topWindow: "Fereastra cea mai de sus", + newWindow: "Fereastra nouă" +}) + +//end v1.x content +); diff --git a/js/dojo/dijit/_editor/nls/ro/commands.js b/js/dojo/dijit/_editor/nls/ro/commands.js new file mode 100644 index 0000000..6e63611 --- /dev/null +++ b/js/dojo/dijit/_editor/nls/ro/commands.js @@ -0,0 +1,52 @@ +//>>built +define( +"dijit/_editor/nls/ro/commands", //begin v1.x content +({ + 'bold': 'Aldin', + 'copy': 'Copiere', + 'cut': 'Tăiere', + 'delete': 'Ştergere', + 'indent': 'Micşorare indent', + 'insertHorizontalRule': 'Linie delimitatoare', + 'insertOrderedList': 'Listă numerotată', + 'insertUnorderedList': 'Listă cu marcator', + 'italic': 'Cursiv', + 'justifyCenter': 'Aliniere centru', + 'justifyFull': 'Aliniere stânga-dreapta', + 'justifyLeft': 'Aliniere stânga', + 'justifyRight': 'Aliniere dreapta', + 'outdent': 'Mărire indent', + 'paste': 'Lipire', + 'redo': 'Refacere acţiune', + 'removeFormat': 'Înlăturare format', + 'selectAll': 'Selectează tot', + 'strikethrough': 'Tăiere text cu o linie', + 'subscript': 'Scriere indice inferior', + 'superscript': 'Scriere indice superior', + 'underline': 'Subliniere', + 'undo': 'Anulare acţiune', + 'unlink': 'Înlăturare legătură', + 'createLink': 'Creare legătură', + 'toggleDir': 'Comutare direcţie', + 'insertImage': 'Inserare imagine', + 'insertTable': 'Inserare/Editare tabelă', + 'toggleTableBorder': 'Comutare bordură tabelă', + 'deleteTable': 'Ştergere tabelă', + 'tableProp': 'Proprietate tabelă', + 'htmlToggle': 'Sursă HTML', + 'foreColor': 'Culoare de prim-plan', + 'hiliteColor': 'Culoare de fundal', + 'plainFormatBlock': 'Stil paragraf', + 'formatBlock': 'Stil paragraf', + 'fontSize': 'Dimensiune font', + 'fontName': 'Nume font', + 'tabIndent': 'Indentare Tab', + "fullScreen": "Comutare ecran complet", + "viewSource": "Vizualizara sursă HTML", + "print": "Tipărire", + "newPage": "Pagină nouă", + /* Error messages */ + 'systemShortcut': 'Acţiunea "${0}" este disponibilă în browser doar utilizând o comandă rapidă de la tastatură. Utilizaţi ${1}.' +}) +//end v1.x content +); |
