From 0181c0110985cfd2659e81c8cc1ef5a2f73bc697 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 19:04:32 +0400 Subject: dojo: remove uncompressed files --- .../_editor/nls/ro/FontChoice.js.uncompressed.js | 31 ------------- .../_editor/nls/ro/LinkDialog.js.uncompressed.js | 17 -------- .../_editor/nls/ro/commands.js.uncompressed.js | 51 ---------------------- 3 files changed, 99 deletions(-) delete mode 100644 lib/dijit/_editor/nls/ro/FontChoice.js.uncompressed.js delete mode 100644 lib/dijit/_editor/nls/ro/LinkDialog.js.uncompressed.js delete mode 100644 lib/dijit/_editor/nls/ro/commands.js.uncompressed.js (limited to 'lib/dijit/_editor/nls/ro') 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 -); -- cgit v1.2.3