]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/pt/commands.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dijit / _editor / nls / pt / commands.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/pt/commands", ({
3 'bold': 'Negrito',
4 'copy': 'Copiar',
5 'cut': 'Recortar',
6 'delete': 'Excluir',
7 'indent': 'Recuar',
8 'insertHorizontalRule': 'Régua Horizontal',
9 'insertOrderedList': 'Lista Numerada',
10 'insertUnorderedList': 'Lista com Marcadores',
11 'italic': 'Itálico',
12 'justifyCenter': 'Alinhar pelo Centro',
13 'justifyFull': 'Justificar',
14 'justifyLeft': 'Alinhar à Esquerda',
15 'justifyRight': 'Alinhar à Direita',
16 'outdent': 'Não chanfrado',
17 'paste': 'Colar',
18 'redo': 'Refazer',
19 'removeFormat': 'Remover Formato',
20 'selectAll': 'Selecionar Tudo',
21 'strikethrough': 'Tachado',
22 'subscript': 'Subscrito',
23 'superscript': 'Sobrescrito',
24 'underline': 'Sublinhado',
25 'undo': 'Desfazer',
26 'unlink': 'Remover Link',
27 'createLink': 'Criar Link',
28 'toggleDir': 'Comutar Direção',
29 'insertImage': 'Inserir imagem',
30 'insertTable': 'Inserir/Editar Tabela',
31 'toggleTableBorder': 'Alternar Moldura da Tabela',
32 'deleteTable': 'Excluir Tabela',
33 'tableProp': 'Propriedade da Tabela',
34 'htmlToggle': 'Origem HTML',
35 'foreColor': 'Cor do Primeiro Plano',
36 'hiliteColor': 'Cor do Segundo Plano',
37 'plainFormatBlock': 'Estilo de Parágrafo',
38 'formatBlock': 'Estilo de Parágrafo',
39 'fontSize': 'Tamanho da Fonte',
40 'fontName': 'Nome da Fonte',
41 'tabIndent': 'Recuo de Guia',
42 "fullScreen": "Comutar Tela Cheia",
43 "viewSource": "Visualizar Origem HTML",
44 "print": "Imprimir",
45 "newPage": "Nova Página",
46 /* Error messages */
47 'systemShortcut': 'A ação "${0}" está disponível em seu navegador apenas usando um atalho de teclado. Use ${1}.',
48 'ctrlKey':'ctrl+${0}',
49 'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
50 })
51 );