diff options
Diffstat (limited to 'program/js/tinymce/langs/pt_BR.js')
-rw-r--r-- | program/js/tinymce/langs/pt_BR.js | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/program/js/tinymce/langs/pt_BR.js b/program/js/tinymce/langs/pt_BR.js index a4784ca10..37adbdc41 100644 --- a/program/js/tinymce/langs/pt_BR.js +++ b/program/js/tinymce/langs/pt_BR.js @@ -1,8 +1,11 @@ tinymce.addI18n('pt_BR',{ "Cut": "Recortar", +"Heading 5": "Cabe\u00e7alho 5", "Header 2": "Cabe\u00e7alho 2", "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Seu navegador n\u00e3o suporta acesso direto \u00e0 \u00e1rea de transfer\u00eancia. Por favor use os atalhos Ctrl+X - C - V do teclado", +"Heading 4": "Cabe\u00e7alho 4", "Div": "Div", +"Heading 2": "Cabe\u00e7alho 2", "Paste": "Colar", "Close": "Fechar", "Font Family": "Fonte", @@ -11,6 +14,8 @@ tinymce.addI18n('pt_BR',{ "New document": "Novo documento", "Blockquote": "Aspas", "Numbered list": "Lista ordenada", +"Heading 1": "Cabe\u00e7alho 1", +"Headings": "Cabe\u00e7alhos", "Increase indent": "Aumentar recuo", "Formats": "Formatos", "Headers": "Cabe\u00e7alhos", @@ -34,6 +39,8 @@ tinymce.addI18n('pt_BR',{ "Italic": "It\u00e1lico", "Align center": "Centralizar", "Header 5": "Cabe\u00e7alho 5", +"Heading 6": "Cabe\u00e7alho 6", +"Heading 3": "Cabe\u00e7alho 3", "Decrease indent": "Diminuir recuo", "Header 4": "Cabe\u00e7alho 4", "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "O comando colar est\u00e1 agora em modo texto plano. O conte\u00fado ser\u00e1 colado como texto plano at\u00e9 voc\u00ea desligar esta op\u00e7\u00e3o.", @@ -91,7 +98,9 @@ tinymce.addI18n('pt_BR',{ "Insert link": "Inserir link", "New window": "Nova janela", "None": "Nenhum", +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "A URL que voc\u00ea informou parece ser um link externo. Deseja incluir o prefixo http:\/\/?", "Target": "Alvo", +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "A URL que voc\u00ea informou parece ser um endere\u00e7o de email. Deseja incluir o prefixo mailto:?", "Insert\/edit link": "Inserir\/editar link", "Insert\/edit video": "Inserir\/editar v\u00eddeo", "Poster": "Autor", @@ -139,15 +148,20 @@ tinymce.addI18n('pt_BR',{ "Paste row before": "Colar linha antes", "Scope": "Escopo", "Delete table": "Excluir tabela", +"H Align": "Alinhamento H", +"Top": "Superior", "Header cell": "C\u00e9lula cabe\u00e7alho", "Column": "Coluna", +"Row group": "Agrupar linha", "Cell": "C\u00e9lula", -"Header": "Cabe\u00e7alho", +"Middle": "Meio", "Cell type": "Tipo de c\u00e9lula", "Copy row": "Copiar linha", "Row properties": "Propriedades da linha", "Table properties": "Propriedades da tabela", -"Row group": "Agrupar linha", +"Bottom": "Inferior", +"V Align": "Alinhamento V", +"Header": "Cabe\u00e7alho", "Right": "Direita", "Insert column after": "Inserir coluna depois", "Cols": "Colunas", |