summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ro
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-14 19:04:32 +0400
committerAndrew Dolgov <[email protected]>2012-08-14 19:04:32 +0400
commit0181c0110985cfd2659e81c8cc1ef5a2f73bc697 (patch)
treee2250a345481fa63cfcf98d76830338ad7eb9818 /lib/dijit/_editor/nls/ro
parent973c4a649fd8f83ed85004f3365f10f9c24d8349 (diff)
dojo: remove uncompressed files
Diffstat (limited to 'lib/dijit/_editor/nls/ro')
-rw-r--r--lib/dijit/_editor/nls/ro/FontChoice.js.uncompressed.js31
-rw-r--r--lib/dijit/_editor/nls/ro/LinkDialog.js.uncompressed.js17
-rw-r--r--lib/dijit/_editor/nls/ro/commands.js.uncompressed.js51
3 files changed, 0 insertions, 99 deletions
diff --git a/lib/dijit/_editor/nls/ro/FontChoice.js.uncompressed.js b/lib/dijit/_editor/nls/ro/FontChoice.js.uncompressed.js
deleted file mode 100644
index 02f2269f8..000000000
--- a/lib/dijit/_editor/nls/ro/FontChoice.js.uncompressed.js
+++ /dev/null
@@ -1,31 +0,0 @@
-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/lib/dijit/_editor/nls/ro/LinkDialog.js.uncompressed.js b/lib/dijit/_editor/nls/ro/LinkDialog.js.uncompressed.js
deleted file mode 100644
index 0fafb290b..000000000
--- a/lib/dijit/_editor/nls/ro/LinkDialog.js.uncompressed.js
+++ /dev/null
@@ -1,17 +0,0 @@
-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/lib/dijit/_editor/nls/ro/commands.js.uncompressed.js b/lib/dijit/_editor/nls/ro/commands.js.uncompressed.js
deleted file mode 100644
index a534e9f49..000000000
--- a/lib/dijit/_editor/nls/ro/commands.js.uncompressed.js
+++ /dev/null
@@ -1,51 +0,0 @@
-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
-);