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/gl.js |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/program/js/tinymce/langs/gl.js b/program/js/tinymce/langs/gl.js
index b4b8dc0..f12006a 100644
--- a/program/js/tinymce/langs/gl.js
+++ b/program/js/tinymce/langs/gl.js
@@ -1,8 +1,11 @@
 tinymce.addI18n('gl',{
 "Cut": "Cortar",
+"Heading 5": "T\u00edtulo 5",
 "Header 2": "Cabeceira 2",
 "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "O seu navegador non admite o acceso directo ao portapapeis. Empregue os atallos de teclado Ctrl+X\/C\/V no seu canto.",
+"Heading 4": "T\u00edtulo 4",
 "Div": "Div",
+"Heading 2": "T\u00edtulo 2",
 "Paste": "Pegar",
 "Close": "Pechar",
 "Font Family": "Tipo de letra",
@@ -11,6 +14,8 @@
 "New document": "Novo documento",
 "Blockquote": "Bloque entre comi\u00f1as",
 "Numbered list": "Lista numerada",
+"Heading 1": "T\u00edtulo 1",
+"Headings": "T\u00edtulo",
 "Increase indent": "Aumentar a sangr\u00eda",
 "Formats": "Formatos",
 "Headers": "Cabeceiras",
@@ -34,6 +39,8 @@
 "Italic": "Cursiva",
 "Align center": "Ali\u00f1ar ao centro",
 "Header 5": "Cabeceira 5",
+"Heading 6": "T\u00edtulo 6",
+"Heading 3": "T\u00edtulo 3",
 "Decrease indent": "Reducir a sangr\u00eda",
 "Header 4": "Cabeceira 4",
 "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Neste momento o pegado est\u00e1 definido en modo de texto simple. Os contidos p\u00e9garanse como texto sen formato ata que se active esta opci\u00f3n.",
@@ -91,7 +98,9 @@
 "Insert link": "Inserir ligaz\u00f3n",
 "New window": "Nova xanela",
 "None": "Ning\u00fan",
+"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "O URL que introduciu semella seren unha ligaz\u00f3n externa. Quere engadirlle o prefixo http:\/\/ requirido?",
 "Target": "Destino",
+"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "O URL que introduciu semella seren un enderezo de correo. Quere engadirlle o prefixo mailto: requirido?",
 "Insert\/edit link": "Inserir\/editar ligaz\u00f3n",
 "Insert\/edit video": "Inserir\/editar v\u00eddeo",
 "Poster": "Cartel",
@@ -139,15 +148,20 @@
 "Paste row before": "Pegar fila embaixo",
 "Scope": "\u00c1mbito",
 "Delete table": "Eliminar t\u00e1boa",
+"H Align": "Ali\u00f1amento H",
+"Top": "Arriba",
 "Header cell": "Cela de cabeceira",
 "Column": "Columna",
+"Row group": "Grupo de filas",
 "Cell": "Cela",
-"Header": "Cabeceira",
+"Middle": "Medio",
 "Cell type": "Tipo de cela",
 "Copy row": "Copiar fila",
 "Row properties": "Propiedades das filas",
 "Table properties": "Propiedades da t\u00e1boa",
-"Row group": "Grupo de filas",
+"Bottom": "Abaixo",
+"V Align": "Ali\u00f1amento V",
+"Header": "Cabeceira",
 "Right": "Dereita",
 "Insert column after": "Inserir columna \u00e1 dereita",
 "Cols": "Cols.",

--
Gitblit v1.9.1