summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ro/commands.js.uncompressed.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/_editor/nls/ro/commands.js.uncompressed.js')
-rw-r--r--lib/dijit/_editor/nls/ro/commands.js.uncompressed.js51
1 files changed, 0 insertions, 51 deletions
diff --git a/lib/dijit/_editor/nls/ro/commands.js.uncompressed.js b/lib/dijit/_editor/nls/ro/commands.js.uncompressed.js
deleted file mode 100644
index 565e2c3ec..000000000
--- a/lib/dijit/_editor/nls/ro/commands.js.uncompressed.js
+++ /dev/null
@@ -1,51 +0,0 @@
-define(
-"dijit/_editor/nls/ro/commands", ({
- '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}.',
- 'ctrlKey':'ctrl+${0}',
- 'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
-})
-);