]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/pt-pt/commands.js.uncompressed.js
upgrade dojo to 1.8.3 (refs #570)
[tt-rss.git] / lib / dijit / _editor / nls / pt-pt / commands.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/pt-pt/commands", ({
3 'bold': 'Negrito',
4 'copy': 'Copiar',
5 'cut': 'Cortar',
6 'delete': 'Eliminar',
7 'indent': 'Indentar',
8 'insertHorizontalRule': 'Régua horizontal',
9 'insertOrderedList': 'Lista numerada',
10 'insertUnorderedList': 'Lista marcada',
11 'italic': 'Itálico',
12 'justifyCenter': 'Alinhar ao centro',
13 'justifyFull': 'Justificar',
14 'justifyLeft': 'Alinhar à esquerda',
15 'justifyRight': 'Alinhar à direita',
16 'outdent': 'Recuar',
17 'paste': 'Colar',
18 'redo': 'Repetir',
19 'removeFormat': 'Remover formato',
20 'selectAll': 'Seleccionar tudo',
21 'strikethrough': 'Rasurado',
22 'subscript': 'Inferior à linha',
23 'superscript': 'Superior à linha',
24 'underline': 'Sublinhado',
25 'undo': 'Anular',
26 'unlink': 'Remover ligação',
27 'createLink': 'Criar ligação',
28 'toggleDir': 'Alternar direcção',
29 'insertImage': 'Inserir imagem',
30 'insertTable': 'Inserir/Editar tabela',
31 'toggleTableBorder': 'Alternar contorno da tabela',
32 'deleteTable': 'Eliminar tabela',
33 'tableProp': 'Propriedades da tabela',
34 'htmlToggle': 'Código-fonte de HTML',
35 'foreColor': 'Cor de primeiro plano',
36 'hiliteColor': 'Cor de segundo plano',
37 'plainFormatBlock': 'Estilo de parágrafo',
38 'formatBlock': 'Estilo de parágrafo',
39 'fontSize': 'Tamanho do tipo de letra',
40 'fontName': 'Nome do tipo de letra',
41 'tabIndent': 'Indentar com a tecla Tab',
42 "fullScreen": "Alternar ecrã completo",
43 "viewSource": "Ver origem HTML",
44 "print": "Imprimir",
45 "newPage": "Nova página",
46 /* Error messages */
47 'systemShortcut': 'A acção "${0}" apenas está disponível no navegador utilizando um atalho de teclado. Utilize ${1}.'
48 })
49 );