summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/pt/commands.js.uncompressed.js
blob: b2fad6a30398a9ce17319b7b70555b3efcc947dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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
);