summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/_editor/nls/ca
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dijit/_editor/nls/ca
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dijit/_editor/nls/ca')
-rw-r--r--js/dojo/dijit/_editor/nls/ca/FontChoice.js31
-rw-r--r--js/dojo/dijit/_editor/nls/ca/LinkDialog.js17
-rw-r--r--js/dojo/dijit/_editor/nls/ca/commands.js53
3 files changed, 101 insertions, 0 deletions
diff --git a/js/dojo/dijit/_editor/nls/ca/FontChoice.js b/js/dojo/dijit/_editor/nls/ca/FontChoice.js
new file mode 100644
index 0000000..c94133d
--- /dev/null
+++ b/js/dojo/dijit/_editor/nls/ca/FontChoice.js
@@ -0,0 +1,31 @@
+//>>built
+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/js/dojo/dijit/_editor/nls/ca/LinkDialog.js b/js/dojo/dijit/_editor/nls/ca/LinkDialog.js
new file mode 100644
index 0000000..eeeb285
--- /dev/null
+++ b/js/dojo/dijit/_editor/nls/ca/LinkDialog.js
@@ -0,0 +1,17 @@
+//>>built
+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/js/dojo/dijit/_editor/nls/ca/commands.js b/js/dojo/dijit/_editor/nls/ca/commands.js
new file mode 100644
index 0000000..37798d7
--- /dev/null
+++ b/js/dojo/dijit/_editor/nls/ca/commands.js
@@ -0,0 +1,53 @@
+//>>built
+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
+);