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/ca/FontChoice.js.uncompressed.js | 30 ------------- .../_editor/nls/ca/LinkDialog.js.uncompressed.js | 16 ------- .../_editor/nls/ca/commands.js.uncompressed.js | 52 ---------------------- 3 files changed, 98 deletions(-) delete mode 100644 lib/dijit/_editor/nls/ca/FontChoice.js.uncompressed.js delete mode 100644 lib/dijit/_editor/nls/ca/LinkDialog.js.uncompressed.js delete mode 100644 lib/dijit/_editor/nls/ca/commands.js.uncompressed.js (limited to 'lib/dijit/_editor/nls/ca') diff --git a/lib/dijit/_editor/nls/ca/FontChoice.js.uncompressed.js b/lib/dijit/_editor/nls/ca/FontChoice.js.uncompressed.js deleted file mode 100644 index e4d0214d8..000000000 --- a/lib/dijit/_editor/nls/ca/FontChoice.js.uncompressed.js +++ /dev/null @@ -1,30 +0,0 @@ -define( -"dijit/_editor/nls/ca/FontChoice", //begin v1.x content -({ - fontSize: "Mida", - fontName: "Tipus de lletra", - formatBlock: "Format", - - serif: "serif", - "sans-serif": "sans-serif", - monospace: "monoespai", - cursive: "Cursiva", - fantasy: "Fantasia", - - noFormat: "Cap", - p: "Paràgraf", - h1: "Títol", - h2: "Subtítol", - h3: "Subsubtítol", - pre: "Format previ", - - 1: "xx-petit", - 2: "x-petit", - 3: "petit", - 4: "mitjà", - 5: "gran", - 6: "x-gran", - 7: "xx-gran" -}) -//end v1.x content -); diff --git a/lib/dijit/_editor/nls/ca/LinkDialog.js.uncompressed.js b/lib/dijit/_editor/nls/ca/LinkDialog.js.uncompressed.js deleted file mode 100644 index 16dda33e6..000000000 --- a/lib/dijit/_editor/nls/ca/LinkDialog.js.uncompressed.js +++ /dev/null @@ -1,16 +0,0 @@ -define( -"dijit/_editor/nls/ca/LinkDialog", //begin v1.x content -({ - createLinkTitle: "Propietats de l\'enllaç", - insertImageTitle: "Propietats de la imatge", - url: "URL:", - text: "Descripció:", - target: "Destinació:", - set: "Defineix", - currentWindow: "Finestra actual", - parentWindow: "Finestra pare", - topWindow: "Finestra superior", - newWindow: "Finestra nova" -}) -//end v1.x content -); diff --git a/lib/dijit/_editor/nls/ca/commands.js.uncompressed.js b/lib/dijit/_editor/nls/ca/commands.js.uncompressed.js deleted file mode 100644 index b9d49d18a..000000000 --- a/lib/dijit/_editor/nls/ca/commands.js.uncompressed.js +++ /dev/null @@ -1,52 +0,0 @@ -define( -"dijit/_editor/nls/ca/commands", //begin v1.x content -({ - 'bold': 'Negreta', - 'copy': 'Copia', - 'cut': 'Retalla', - 'delete': 'Suprimeix', - 'indent': 'Sagnat', - 'insertHorizontalRule': 'Regla horitzontal', - 'insertOrderedList': 'Llista numerada', - 'insertUnorderedList': 'Llista de vinyetes', - 'italic': 'Cursiva', - 'justifyCenter': 'Centra', - 'justifyFull': 'Justifica', - 'justifyLeft': 'Alinea a l\'esquerra', - 'justifyRight': 'Alinea a la dreta', - 'outdent': 'Sagna a l\'esquerra', - 'paste': 'Enganxa', - 'redo': 'Refés', - 'removeFormat': 'Elimina el format', - 'selectAll': 'Selecciona-ho tot', - 'strikethrough': 'Ratllat', - 'subscript': 'Subíndex', - 'superscript': 'Superíndex', - 'underline': 'Subratllat', - 'undo': 'Desfés', - 'unlink': 'Elimina l\'enllaç', - 'createLink': 'Crea un enllaç', - 'toggleDir': 'Inverteix la direcció', - 'insertImage': 'Insereix imatge', - 'insertTable': 'Insereix/edita la taula', - 'toggleTableBorder': 'Inverteix els contorns de taula', - 'deleteTable': 'Suprimeix la taula', - 'tableProp': 'Propietat de taula', - 'htmlToggle': 'Font HTML', - 'foreColor': 'Color de primer pla', - 'hiliteColor': 'Color de fons', - 'plainFormatBlock': 'Estil de paràgraf', - 'formatBlock': 'Estil de paràgraf', - 'fontSize': 'Cos de la lletra', - 'fontName': 'Nom del tipus de lletra', - 'tabIndent': 'Sagnat', - "fullScreen": "Commuta pantalla completa", - "viewSource": "Visualitza font HTML", - "print": "Imprimeix", - "newPage": "Pàgina nova", - /* Error messages */ - 'systemShortcut': 'L\'acció "${0}" és l\'única disponible al navegador utilitzant una drecera del teclat. Utilitzeu ${1}.', - 'ctrlKey':'control+${0}' -}) -//end v1.x content -); -- cgit v1.2.3