diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dijit/_editor/nls/pt | |
Diffstat (limited to 'js/dojo/dijit/_editor/nls/pt')
| -rw-r--r-- | js/dojo/dijit/_editor/nls/pt/FontChoice.js | 31 | ||||
| -rw-r--r-- | js/dojo/dijit/_editor/nls/pt/LinkDialog.js | 18 | ||||
| -rw-r--r-- | js/dojo/dijit/_editor/nls/pt/commands.js | 52 |
3 files changed, 101 insertions, 0 deletions
diff --git a/js/dojo/dijit/_editor/nls/pt/FontChoice.js b/js/dojo/dijit/_editor/nls/pt/FontChoice.js new file mode 100644 index 0000000..e8684fe --- /dev/null +++ b/js/dojo/dijit/_editor/nls/pt/FontChoice.js @@ -0,0 +1,31 @@ +//>>built +define( +"dijit/_editor/nls/pt/FontChoice", //begin v1.x content +({ + fontSize: "Tamanho", + fontName: "Fonte", + formatBlock: "Formatar", + + serif: "serif", + "sans-serif": "sans-serif", + monospace: "espaço simples", + cursive: "cursiva", + fantasy: "fantasy", + + noFormat: "Nenhuma", + p: "Parágrafo", + h1: "Título", + h2: "Subtítulo", + h3: "Sub-subtítulo", + pre: "Pré-formatado", + + 1: "extra-extra-pequeno", + 2: "extra-pequeno", + 3: "pequena", + 4: "médio", + 5: "grande", + 6: "extra-grande", + 7: "extra-extra-grande" +}) +//end v1.x content +); diff --git a/js/dojo/dijit/_editor/nls/pt/LinkDialog.js b/js/dojo/dijit/_editor/nls/pt/LinkDialog.js new file mode 100644 index 0000000..2a855ff --- /dev/null +++ b/js/dojo/dijit/_editor/nls/pt/LinkDialog.js @@ -0,0 +1,18 @@ +//>>built +define( +"dijit/_editor/nls/pt/LinkDialog", //begin v1.x content +({ + createLinkTitle: "Propriedades de Link", + insertImageTitle: "Propriedades de Imagem", + url: "URL:", + text: "Descrição:", + target: "Destino:", + set: "Definir", + currentWindow: "Janela Atual", + parentWindow: "Janela Pai", + topWindow: "Primeira Janela", + newWindow: "Nova Janela" +}) + +//end v1.x content +); diff --git a/js/dojo/dijit/_editor/nls/pt/commands.js b/js/dojo/dijit/_editor/nls/pt/commands.js new file mode 100644 index 0000000..4772dc4 --- /dev/null +++ b/js/dojo/dijit/_editor/nls/pt/commands.js @@ -0,0 +1,52 @@ +//>>built +define( +"dijit/_editor/nls/pt/commands", //begin v1.x content +({ + 'bold': 'Negrito', + 'copy': 'Copiar', + 'cut': 'Recortar', + 'delete': 'Excluir', + 'indent': 'Recuar', + 'insertHorizontalRule': 'Régua Horizontal', + 'insertOrderedList': 'Lista Numerada', + 'insertUnorderedList': 'Lista com Marcadores', + 'italic': 'Itálico', + 'justifyCenter': 'Alinhar pelo Centro', + 'justifyFull': 'Justificar', + 'justifyLeft': 'Alinhar à Esquerda', + 'justifyRight': 'Alinhar à Direita', + 'outdent': 'Não chanfrado', + 'paste': 'Colar', + 'redo': 'Refazer', + 'removeFormat': 'Remover Formato', + 'selectAll': 'Selecionar Todos', + 'strikethrough': 'Tachado', + 'subscript': 'Subscrito', + 'superscript': 'Sobrescrito', + 'underline': 'Sublinhado', + 'undo': 'Desfazer', + 'unlink': 'Remover Link', + 'createLink': 'Criar Link', + 'toggleDir': 'Comutar Direção', + 'insertImage': 'Inserir Imagem', + 'insertTable': 'Inserir/Editar Tabela', + 'toggleTableBorder': 'Alternar Moldura da Tabela', + 'deleteTable': 'Excluir Tabela', + 'tableProp': 'Propriedade da Tabela', + 'htmlToggle': 'Origem HTML', + 'foreColor': 'Cor do Primeiro Plano', + 'hiliteColor': 'Cor do Segundo Plano', + 'plainFormatBlock': 'Estilo de Parágrafo', + 'formatBlock': 'Estilo de Parágrafo', + 'fontSize': 'Tamanho da Fonte', + 'fontName': 'Nome da Fonte', + 'tabIndent': 'Recuo de Guia', + "fullScreen": "Comutar Tela Cheia", + "viewSource": "Visualizar Origem HTML", + "print": "Imprimir", + "newPage": "Nova Página", + /* Error messages */ + 'systemShortcut': 'A ação "${0}" está disponível em seu navegador apenas usando um atalho de teclado. Use ${1}.' +}) +//end v1.x content +); |
