From 0b36d151572e050b51d82e7429fee847ebb33e22 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 20 Nov 2014 06:03:22 -0500
Subject: [PATCH] Add method to display operation (uploading) progress in UI message

---
 program/js/tinymce/langs/ca.js |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/program/js/tinymce/langs/ca.js b/program/js/tinymce/langs/ca.js
index bec59e5..7d7f7f7 100644
--- a/program/js/tinymce/langs/ca.js
+++ b/program/js/tinymce/langs/ca.js
@@ -1,8 +1,11 @@
 tinymce.addI18n('ca',{
 "Cut": "Retalla",
+"Heading 5": "Encap\u00e7alament 5",
 "Header 2": "Cap\u00e7alera 2",
 "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "El vostre navegador no suporta l'acc\u00e9s directe al portaobjectes. Si us plau, feu servir les dreceres de teclat Ctrl+X\/C\/V.",
+"Heading 4": "Encap\u00e7alament 4",
 "Div": "Div",
+"Heading 2": "Encap\u00e7alament 2",
 "Paste": "Enganxa",
 "Close": "Tanca",
 "Font Family": "Fam\u00edlia de la font",
@@ -11,6 +14,8 @@
 "New document": "Nou document",
 "Blockquote": "Cita",
 "Numbered list": "Llista enumerada",
+"Heading 1": "Encap\u00e7alament 1",
+"Headings": "Encap\u00e7alaments",
 "Increase indent": "Augmentar sagnat",
 "Formats": "Formats",
 "Headers": "Cap\u00e7aleres",
@@ -34,6 +39,8 @@
 "Italic": "Cursiva",
 "Align center": "Centrat",
 "Header 5": "Cap\u00e7alera 5",
+"Heading 6": "Encap\u00e7alament 6",
+"Heading 3": "Encap\u00e7alament 3",
 "Decrease indent": "Disminuir sagnat",
 "Header 4": "Cap\u00e7alera 4",
 "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Enganxar ara est\u00e0 en mode text pla. Els continguts s'enganxaran com a text pla fins que desactivis aquesta opci\u00f3. ",
@@ -59,6 +66,7 @@
 "Restore last draft": "Restaurar l'\u00faltim esborrany",
 "Special character": "Car\u00e0cter especial",
 "Source code": "Codi font",
+"Color": "Color",
 "Right to left": "De dreta a esquerra",
 "Left to right": "D'esquerra a dreta",
 "Emoticons": "Emoticones",
@@ -91,7 +99,9 @@
 "Insert link": "Inserir enlla\u00e7",
 "New window": "Finestra nova",
 "None": "Cap",
+"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "L'URL que has escrit sembla un enlla\u00e7 extern. Vols afegir-li el prefix obligatori http:\/\/ ?",
 "Target": "Dest\u00ed",
+"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL que has escrit sembla una adre\u00e7a de correu electr\u00f2nic. Vols afegir-li el prefix obligatori mailto: ?",
 "Insert\/edit link": "Inserir\/editar enlla\u00e7",
 "Insert\/edit video": "Inserir\/editar v\u00eddeo",
 "Poster": "P\u00f3ster",
@@ -119,11 +129,13 @@
 "Finish": "Finalitzar",
 "Ignore all": "Ignorar tots",
 "Ignore": "Ignorar",
+"Add to Dictionary": "Afegir al diccionari",
 "Insert row before": "Inserir fila a sobre",
 "Rows": "Files",
 "Height": "Al\u00e7ada",
 "Paste row after": "Enganxar fila a sota",
 "Alignment": "Aliniament",
+"Border color": "Color de vora",
 "Column group": "Grup de columna",
 "Row": "Fila",
 "Insert column before": "Inserir columna abans",
@@ -139,15 +151,20 @@
 "Paste row before": "Enganxar fila a sobre",
 "Scope": "\u00c0mbit",
 "Delete table": "Esborrar taula",
+"H Align": "Al\u00edniament H",
+"Top": "Superior",
 "Header cell": "Cel\u00b7la de cap\u00e7alera",
 "Column": "Columna",
+"Row group": "Grup de fila",
 "Cell": "Cel\u00b7la",
-"Header": "Cap\u00e7alera",
+"Middle": "Mitj\u00e0",
 "Cell type": "Tipus de cel\u00b7la",
 "Copy row": "Copiar fila",
 "Row properties": "Propietats de fila",
 "Table properties": "Propietats de taula",
-"Row group": "Grup de fila",
+"Bottom": "Inferior",
+"V Align": "Al\u00edniament V",
+"Header": "Cap\u00e7alera",
 "Right": "A la dreta",
 "Insert column after": "Inserir columna despr\u00e9s",
 "Cols": "Cols",
@@ -162,6 +179,9 @@
 "Insert template": "Inserir plantilla",
 "Templates": "Plantilles",
 "Background color": "Color del fons",
+"Custom...": "Personalitzar...",
+"Custom color": "Personalitzar el color",
+"No color": "Sense color",
 "Text color": "Color del text",
 "Show blocks": "Mostrar blocs",
 "Show invisible characters": "Mostrar car\u00e0cters invisibles",

--
Gitblit v1.9.1