summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/pt-pt/TableDialog.js
blob: d255d5eb01df8761bc7bf84df18ed3a656dd26cc (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
//>>built
define(
"dojox/editor/plugins/nls/pt-pt/TableDialog", //begin v1.x content
({
	insertTableTitle: "Inserir tabela",
	modifyTableTitle: "Modificar tabela",
	rows: "Linhas:",
	columns: "Colunas:",
	align: "Alinhar:",
	cellPadding: "Preenchimento de células:",
	cellSpacing: "Espaçamento de células:",
	tableWidth: "Largura da tabela:",
	backgroundColor: "Cor de segundo plano:",
	borderColor: "Cor do contorno:",
	borderThickness: "Espessura do contorno",
	percent: "percentagem",
	pixels: "píxeis",
	"default": "predefinição",
	left: "esquerda",
	center: "centro",
	right: "direita",
	buttonSet: "Definir", // translated elsewhere?
	buttonInsert: "Inserir",
	buttonCancel: "Cancelar",

	selectTableLabel: "Seleccionar tabela",
	insertTableRowBeforeLabel: "Adicionar linha antes",
	insertTableRowAfterLabel: "Adicionar linha depois",
	insertTableColumnBeforeLabel: "Adicionar coluna antes",
	insertTableColumnAfterLabel: "Adicionar coluna depois",
	deleteTableRowLabel: "Eliminar linha",
	deleteTableColumnLabel: "Eliminar coluna"
})
//end v1.x content
);