Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
1
/*
1
/*
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
-
 
4
 *
-
 
5
 * == BEGIN LICENSE ==
4
 * 
6
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
7
 * Licensed under the terms of any of the following licenses at your
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
8
 * choice:
7
 * 
9
 *
8
 * For further information visit:
10
 *  - GNU General Public License Version 2 or later (the "GPL")
9
 * 		http://www.fckeditor.net/
11
 *    http://www.gnu.org/licenses/gpl.html
10
 * 
12
 *
11
 * "Support Open Source software. What about a donation today?"
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-
 
14
 *    http://www.gnu.org/licenses/lgpl.html
12
 * 
15
 *
13
 * File Name: pt.js
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	Portuguese language file.
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
15
 * 
18
 *
16
 * File Authors:
19
 * == END LICENSE ==
-
 
20
 *
17
 * 		Francisco Pereira (fjpereira@netcabo.pt)
21
 * Portuguese language file.
18
 */
22
 */
19
 
23
 
20
var FCKLang =
24
var FCKLang =
21
{
25
{
22
// Language direction : "ltr" (left to right) or "rtl" (right to left).
26
// Language direction : "ltr" (left to right) or "rtl" (right to left).
23
Dir					: "ltr",
27
Dir					: "ltr",
24
 
28
 
25
ToolbarCollapse		: "Fechar Barra",
29
ToolbarCollapse		: "Fechar Barra",
26
ToolbarExpand		: "Expandir Barra",
30
ToolbarExpand		: "Expandir Barra",
27
 
31
 
28
// Toolbar Items and Context Menu
32
// Toolbar Items and Context Menu
29
Save				: "Guardar",
33
Save				: "Guardar",
30
NewPage				: "Nova Página",
34
NewPage				: "Nova Página",
31
Preview				: "Pré-visualizar",
35
Preview				: "Pré-visualizar",
32
Cut					: "Cortar",
36
Cut					: "Cortar",
33
Copy				: "Copiar",
37
Copy				: "Copiar",
34
Paste				: "Colar",
38
Paste				: "Colar",
35
PasteText			: "Colar como texto não formatado",
39
PasteText			: "Colar como texto não formatado",
36
PasteWord			: "Colar do Word",
40
PasteWord			: "Colar do Word",
37
Print				: "Imprimir",
41
Print				: "Imprimir",
38
SelectAll			: "Seleccionar Tudo",
42
SelectAll			: "Seleccionar Tudo",
39
RemoveFormat		: "Eliminar Formato",
43
RemoveFormat		: "Eliminar Formato",
40
InsertLinkLbl		: "Hiperligação",
44
InsertLinkLbl		: "Hiperligação",
41
InsertLink			: "Inserir/Editar Hiperligação",
45
InsertLink			: "Inserir/Editar Hiperligação",
42
RemoveLink			: "Eliminar Hiperligação",
46
RemoveLink			: "Eliminar Hiperligação",
-
 
47
VisitLink			: "Open Link",	//MISSING
43
Anchor				: " Inserir/Editar Âncora",
48
Anchor				: " Inserir/Editar Âncora",
-
 
49
AnchorDelete		: "Remove Anchor",	//MISSING
44
InsertImageLbl		: "Imagem",
50
InsertImageLbl		: "Imagem",
45
InsertImage			: "Inserir/Editar Imagem",
51
InsertImage			: "Inserir/Editar Imagem",
46
InsertFlashLbl		: "Flash",
52
InsertFlashLbl		: "Flash",
47
InsertFlash			: "Inserir/Editar Flash",
53
InsertFlash			: "Inserir/Editar Flash",
48
InsertTableLbl		: "Tabela",
54
InsertTableLbl		: "Tabela",
49
InsertTable			: "Inserir/Editar Tabela",
55
InsertTable			: "Inserir/Editar Tabela",
50
InsertLineLbl		: "Linha",
56
InsertLineLbl		: "Linha",
51
InsertLine			: "Inserir Linha Horizontal",
57
InsertLine			: "Inserir Linha Horizontal",
52
InsertSpecialCharLbl: "Caracter Especial",
58
InsertSpecialCharLbl: "Caracter Especial",
53
InsertSpecialChar	: "Inserir Caracter Especial",
59
InsertSpecialChar	: "Inserir Caracter Especial",
54
InsertSmileyLbl		: "Emoticons",
60
InsertSmileyLbl		: "Emoticons",
55
InsertSmiley		: "Inserir Emoticons",
61
InsertSmiley		: "Inserir Emoticons",
56
About				: "Acerca do FCKeditor",
62
About				: "Acerca do FCKeditor",
57
Bold				: "Negrito",
63
Bold				: "Negrito",
58
Italic				: "Itálico",
64
Italic				: "Itálico",
59
Underline			: "Sublinhado",
65
Underline			: "Sublinhado",
60
StrikeThrough		: "Rasurado",
66
StrikeThrough		: "Rasurado",
61
Subscript			: "Superior à Linha",
67
Subscript			: "Superior à Linha",
62
Superscript			: "Inferior à Linha",
68
Superscript			: "Inferior à Linha",
63
LeftJustify			: "Alinhar à Esquerda",
69
LeftJustify			: "Alinhar à Esquerda",
64
CenterJustify		: "Alinhar ao Centro",
70
CenterJustify		: "Alinhar ao Centro",
65
RightJustify		: "Alinhar à Direita",
71
RightJustify		: "Alinhar à Direita",
66
BlockJustify		: "Justificado",
72
BlockJustify		: "Justificado",
67
DecreaseIndent		: "Diminuir Avanço",
73
DecreaseIndent		: "Diminuir Avanço",
68
IncreaseIndent		: "Aumentar Avanço",
74
IncreaseIndent		: "Aumentar Avanço",
-
 
75
Blockquote			: "Blockquote",	//MISSING
-
 
76
CreateDiv			: "Create Div Container",	//MISSING
-
 
77
EditDiv				: "Edit Div Container",	//MISSING
-
 
78
DeleteDiv			: "Remove Div Container",	//MISSING
69
Undo				: "Anular",
79
Undo				: "Anular",
70
Redo				: "Repetir",
80
Redo				: "Repetir",
71
NumberedListLbl		: "Numeração",
81
NumberedListLbl		: "Numeração",
72
NumberedList		: "Inserir/Eliminar Numeração",
82
NumberedList		: "Inserir/Eliminar Numeração",
73
BulletedListLbl		: "Marcas",
83
BulletedListLbl		: "Marcas",
74
BulletedList		: "Inserir/Eliminar Marcas",
84
BulletedList		: "Inserir/Eliminar Marcas",
75
ShowTableBorders	: "Mostrar Limites da Tabelas",
85
ShowTableBorders	: "Mostrar Limites da Tabelas",
76
ShowDetails			: "Mostrar Parágrafo",
86
ShowDetails			: "Mostrar Parágrafo",
77
Style				: "Estilo",
87
Style				: "Estilo",
78
FontFormat			: "Formato",
88
FontFormat			: "Formato",
79
Font				: "Tipo de Letra",
89
Font				: "Tipo de Letra",
80
FontSize			: "Tamanho",
90
FontSize			: "Tamanho",
81
TextColor			: "Cor do Texto",
91
TextColor			: "Cor do Texto",
82
BGColor				: "Cor de Fundo",
92
BGColor				: "Cor de Fundo",
83
Source				: "Fonte",
93
Source				: "Fonte",
84
Find				: "Procurar",
94
Find				: "Procurar",
85
Replace				: "Substituir",
95
Replace				: "Substituir",
86
SpellCheck			: "Verificação Ortográfica",
96
SpellCheck			: "Verificação Ortográfica",
87
UniversalKeyboard	: "Teclado Universal",
97
UniversalKeyboard	: "Teclado Universal",
88
PageBreakLbl		: "Quebra de Página",
98
PageBreakLbl		: "Quebra de Página",
89
PageBreak			: "Inserir Quebra de Página",
99
PageBreak			: "Inserir Quebra de Página",
90
 
100
 
91
Form			: "Formulário",
101
Form			: "Formulário",
92
Checkbox		: "Caixa de Verificação",
102
Checkbox		: "Caixa de Verificação",
93
RadioButton		: "Botão de Opção",
103
RadioButton		: "Botão de Opção",
94
TextField		: "Campo de Texto",
104
TextField		: "Campo de Texto",
95
Textarea		: "Área de Texto",
105
Textarea		: "Área de Texto",
96
HiddenField		: "Campo Escondido",
106
HiddenField		: "Campo Escondido",
97
Button			: "Botão",
107
Button			: "Botão",
98
SelectionField	: "Caixa de Combinação",
108
SelectionField	: "Caixa de Combinação",
99
ImageButton		: "Botão de Imagem",
109
ImageButton		: "Botão de Imagem",
100
 
110
 
101
FitWindow		: "Maximizar o tamanho do editor",
111
FitWindow		: "Maximizar o tamanho do editor",
-
 
112
ShowBlocks		: "Show Blocks",	//MISSING
102
 
113
 
103
// Context Menu
114
// Context Menu
104
EditLink			: "Editar Hiperligação",
115
EditLink			: "Editar Hiperligação",
105
CellCM				: "Célula",
116
CellCM				: "Célula",
106
RowCM				: "Linha",
117
RowCM				: "Linha",
107
ColumnCM			: "Coluna",
118
ColumnCM			: "Coluna",
108
InsertRow			: "Inserir Linha",
119
InsertRowAfter		: "Insert Row After",	//MISSING
-
 
120
InsertRowBefore		: "Insert Row Before",	//MISSING
109
DeleteRows			: "Eliminar Linhas",
121
DeleteRows			: "Eliminar Linhas",
110
InsertColumn		: "Inserir Coluna",
122
InsertColumnAfter	: "Insert Column After",	//MISSING
-
 
123
InsertColumnBefore	: "Insert Column Before",	//MISSING
111
DeleteColumns		: "Eliminar Coluna",
124
DeleteColumns		: "Eliminar Coluna",
112
InsertCell			: "Inserir Célula",
125
InsertCellAfter		: "Insert Cell After",	//MISSING
-
 
126
InsertCellBefore	: "Insert Cell Before",	//MISSING
113
DeleteCells			: "Eliminar Célula",
127
DeleteCells			: "Eliminar Célula",
114
MergeCells			: "Unir Células",
128
MergeCells			: "Unir Células",
-
 
129
MergeRight			: "Merge Right",	//MISSING
-
 
130
MergeDown			: "Merge Down",	//MISSING
-
 
131
HorizontalSplitCell	: "Split Cell Horizontally",	//MISSING
115
SplitCell			: "Dividir Célula",
132
VerticalSplitCell	: "Split Cell Vertically",	//MISSING
116
TableDelete			: "Eliminar Tabela",
133
TableDelete			: "Eliminar Tabela",
117
CellProperties		: "Propriedades da Célula",
134
CellProperties		: "Propriedades da Célula",
118
TableProperties		: "Propriedades da Tabela",
135
TableProperties		: "Propriedades da Tabela",
119
ImageProperties		: "Propriedades da Imagem",
136
ImageProperties		: "Propriedades da Imagem",
120
FlashProperties		: "Propriedades do Flash",
137
FlashProperties		: "Propriedades do Flash",
121
 
138
 
122
AnchorProp			: "Propriedades da Âncora",
139
AnchorProp			: "Propriedades da Âncora",
123
ButtonProp			: "Propriedades do Botão",
140
ButtonProp			: "Propriedades do Botão",
124
CheckboxProp		: "Propriedades da Caixa de Verificação",
141
CheckboxProp		: "Propriedades da Caixa de Verificação",
125
HiddenFieldProp		: "Propriedades do Campo Escondido",
142
HiddenFieldProp		: "Propriedades do Campo Escondido",
126
RadioButtonProp		: "Propriedades do Botão de Opção",
143
RadioButtonProp		: "Propriedades do Botão de Opção",
127
ImageButtonProp		: "Propriedades do Botão de imagens",
144
ImageButtonProp		: "Propriedades do Botão de imagens",
128
TextFieldProp		: "Propriedades do Campo de Texto",
145
TextFieldProp		: "Propriedades do Campo de Texto",
129
SelectionFieldProp	: "Propriedades da Caixa de Combinação",
146
SelectionFieldProp	: "Propriedades da Caixa de Combinação",
130
TextareaProp		: "Propriedades da Área de Texto",
147
TextareaProp		: "Propriedades da Área de Texto",
131
FormProp			: "Propriedades do Formulário",
148
FormProp			: "Propriedades do Formulário",
132
 
149
 
133
FontFormats			: "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
150
FontFormats			: "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
134
 
151
 
135
// Alerts and Messages
152
// Alerts and Messages
136
ProcessingXHTML		: "A Processar XHTML. Por favor, espere...",
153
ProcessingXHTML		: "A Processar XHTML. Por favor, espere...",
137
Done				: "Concluído",
154
Done				: "Concluído",
138
PasteWordConfirm	: "O texto que deseja parece ter sido copiado do Word. Deseja limpar a formatação antes de colar?",
155
PasteWordConfirm	: "O texto que deseja parece ter sido copiado do Word. Deseja limpar a formatação antes de colar?",
139
NotCompatiblePaste	: "Este comando só está disponível para Internet Explorer versão 5.5 ou superior. Deseja colar sem limpar a formatação?",
156
NotCompatiblePaste	: "Este comando só está disponível para Internet Explorer versão 5.5 ou superior. Deseja colar sem limpar a formatação?",
140
UnknownToolbarItem	: "Item de barra desconhecido \"%1\"",
157
UnknownToolbarItem	: "Item de barra desconhecido \"%1\"",
141
UnknownCommand		: "Nome de comando desconhecido \"%1\"",
158
UnknownCommand		: "Nome de comando desconhecido \"%1\"",
142
NotImplemented		: "Comando não implementado",
159
NotImplemented		: "Comando não implementado",
143
UnknownToolbarSet	: "Nome de barra \"%1\" não definido",
160
UnknownToolbarSet	: "Nome de barra \"%1\" não definido",
144
NoActiveX			: "As definições de segurança do navegador podem limitar algumas potencalidades do editr. Deve activar a opção \"Executar controlos e extensões ActiveX\". Pode ocorrer erros ou verificar que faltam potencialidades.",
161
NoActiveX			: "As definições de segurança do navegador podem limitar algumas potencalidades do editr. Deve activar a opção \"Executar controlos e extensões ActiveX\". Pode ocorrer erros ou verificar que faltam potencialidades.",
145
BrowseServerBlocked : "Não foi possível abrir o navegador de recursos. Certifique-se que todos os bloqueadores de popup estão desactivados.",
162
BrowseServerBlocked : "Não foi possível abrir o navegador de recursos. Certifique-se que todos os bloqueadores de popup estão desactivados.",
146
DialogBlocked		: "Não foi possível abrir a janela de diálogo. Certifique-se que todos os bloqueadores de popup estão desactivados.",
163
DialogBlocked		: "Não foi possível abrir a janela de diálogo. Certifique-se que todos os bloqueadores de popup estão desactivados.",
-
 
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
147
 
165
 
148
// Dialogs
166
// Dialogs
149
DlgBtnOK			: "OK",
167
DlgBtnOK			: "OK",
150
DlgBtnCancel		: "Cancelar",
168
DlgBtnCancel		: "Cancelar",
151
DlgBtnClose			: "Fechar",
169
DlgBtnClose			: "Fechar",
152
DlgBtnBrowseServer	: "Navegar no Servidor",
170
DlgBtnBrowseServer	: "Navegar no Servidor",
153
DlgAdvancedTag		: "Avançado",
171
DlgAdvancedTag		: "Avançado",
154
DlgOpOther			: "<Outro>",
172
DlgOpOther			: "<Outro>",
155
DlgInfoTab			: "Informação",
173
DlgInfoTab			: "Informação",
156
DlgAlertUrl			: "Por favor introduza o URL",
174
DlgAlertUrl			: "Por favor introduza o URL",
157
 
175
 
158
// General Dialogs Labels
176
// General Dialogs Labels
159
DlgGenNotSet		: "<Não definido>",
177
DlgGenNotSet		: "<Não definido>",
160
DlgGenId			: "Id",
178
DlgGenId			: "Id",
161
DlgGenLangDir		: "Orientação de idioma",
179
DlgGenLangDir		: "Orientação de idioma",
162
DlgGenLangDirLtr	: "Esquerda à Direita (LTR)",
180
DlgGenLangDirLtr	: "Esquerda à Direita (LTR)",
163
DlgGenLangDirRtl	: "Direita a Esquerda (RTL)",
181
DlgGenLangDirRtl	: "Direita a Esquerda (RTL)",
164
DlgGenLangCode		: "Código de Idioma",
182
DlgGenLangCode		: "Código de Idioma",
165
DlgGenAccessKey		: "Chave de Acesso",
183
DlgGenAccessKey		: "Chave de Acesso",
166
DlgGenName			: "Nome",
184
DlgGenName			: "Nome",
167
DlgGenTabIndex		: "Índice de Tubulação",
185
DlgGenTabIndex		: "Índice de Tubulação",
168
DlgGenLongDescr		: "Descrição Completa do URL",
186
DlgGenLongDescr		: "Descrição Completa do URL",
169
DlgGenClass			: "Classes de Estilo de Folhas Classes",
187
DlgGenClass			: "Classes de Estilo de Folhas Classes",
170
DlgGenTitle			: "Título",
188
DlgGenTitle			: "Título",
171
DlgGenContType		: "Tipo de Conteúdo",
189
DlgGenContType		: "Tipo de Conteúdo",
172
DlgGenLinkCharset	: "Fonte de caracteres vinculado",
190
DlgGenLinkCharset	: "Fonte de caracteres vinculado",
173
DlgGenStyle			: "Estilo",
191
DlgGenStyle			: "Estilo",
174
 
192
 
175
// Image Dialog
193
// Image Dialog
176
DlgImgTitle			: "Propriedades da Imagem",
194
DlgImgTitle			: "Propriedades da Imagem",
177
DlgImgInfoTab		: "Informação da Imagem",
195
DlgImgInfoTab		: "Informação da Imagem",
178
DlgImgBtnUpload		: "Enviar para o Servidor",
196
DlgImgBtnUpload		: "Enviar para o Servidor",
179
DlgImgURL			: "URL",
197
DlgImgURL			: "URL",
180
DlgImgUpload		: "Carregar",
198
DlgImgUpload		: "Carregar",
181
DlgImgAlt			: "Texto Alternativo",
199
DlgImgAlt			: "Texto Alternativo",
182
DlgImgWidth			: "Largura",
200
DlgImgWidth			: "Largura",
183
DlgImgHeight		: "Altura",
201
DlgImgHeight		: "Altura",
184
DlgImgLockRatio		: "Proporcional",
202
DlgImgLockRatio		: "Proporcional",
185
DlgBtnResetSize		: "Tamanho Original",
203
DlgBtnResetSize		: "Tamanho Original",
186
DlgImgBorder		: "Limite",
204
DlgImgBorder		: "Limite",
187
DlgImgHSpace		: "Esp.Horiz",
205
DlgImgHSpace		: "Esp.Horiz",
188
DlgImgVSpace		: "Esp.Vert",
206
DlgImgVSpace		: "Esp.Vert",
189
DlgImgAlign			: "Alinhamento",
207
DlgImgAlign			: "Alinhamento",
190
DlgImgAlignLeft		: "Esquerda",
208
DlgImgAlignLeft		: "Esquerda",
191
DlgImgAlignAbsBottom: "Abs inferior",
209
DlgImgAlignAbsBottom: "Abs inferior",
192
DlgImgAlignAbsMiddle: "Abs centro",
210
DlgImgAlignAbsMiddle: "Abs centro",
193
DlgImgAlignBaseline	: "Linha de base",
211
DlgImgAlignBaseline	: "Linha de base",
194
DlgImgAlignBottom	: "Fundo",
212
DlgImgAlignBottom	: "Fundo",
195
DlgImgAlignMiddle	: "Centro",
213
DlgImgAlignMiddle	: "Centro",
196
DlgImgAlignRight	: "Direita",
214
DlgImgAlignRight	: "Direita",
197
DlgImgAlignTextTop	: "Topo do texto",
215
DlgImgAlignTextTop	: "Topo do texto",
198
DlgImgAlignTop		: "Topo",
216
DlgImgAlignTop		: "Topo",
199
DlgImgPreview		: "Pré-visualizar",
217
DlgImgPreview		: "Pré-visualizar",
200
DlgImgAlertUrl		: "Por favor introduza o URL da imagem",
218
DlgImgAlertUrl		: "Por favor introduza o URL da imagem",
201
DlgImgLinkTab		: "Hiperligação",
219
DlgImgLinkTab		: "Hiperligação",
202
 
220
 
203
// Flash Dialog
221
// Flash Dialog
204
DlgFlashTitle		: "Propriedades do Flash",
222
DlgFlashTitle		: "Propriedades do Flash",
205
DlgFlashChkPlay		: "Reproduzir automaticamente",
223
DlgFlashChkPlay		: "Reproduzir automaticamente",
206
DlgFlashChkLoop		: "Loop",
224
DlgFlashChkLoop		: "Loop",
207
DlgFlashChkMenu		: "Permitir Menu do Flash",
225
DlgFlashChkMenu		: "Permitir Menu do Flash",
208
DlgFlashScale		: "Escala",
226
DlgFlashScale		: "Escala",
209
DlgFlashScaleAll	: "Mostrar tudo",
227
DlgFlashScaleAll	: "Mostrar tudo",
210
DlgFlashScaleNoBorder	: "Sem Limites",
228
DlgFlashScaleNoBorder	: "Sem Limites",
211
DlgFlashScaleFit	: "Tamanho Exacto",
229
DlgFlashScaleFit	: "Tamanho Exacto",
212
 
230
 
213
// Link Dialog
231
// Link Dialog
214
DlgLnkWindowTitle	: "Hiperligação",
232
DlgLnkWindowTitle	: "Hiperligação",
215
DlgLnkInfoTab		: "Informação de Hiperligação",
233
DlgLnkInfoTab		: "Informação de Hiperligação",
216
DlgLnkTargetTab		: "Destino",
234
DlgLnkTargetTab		: "Destino",
217
 
235
 
218
DlgLnkType			: "Tipo de Hiperligação",
236
DlgLnkType			: "Tipo de Hiperligação",
219
DlgLnkTypeURL		: "URL",
237
DlgLnkTypeURL		: "URL",
220
DlgLnkTypeAnchor	: "Referência a esta página",
238
DlgLnkTypeAnchor	: "Referência a esta página",
221
DlgLnkTypeEMail		: "E-Mail",
239
DlgLnkTypeEMail		: "E-Mail",
222
DlgLnkProto			: "Protocolo",
240
DlgLnkProto			: "Protocolo",
223
DlgLnkProtoOther	: "<outro>",
241
DlgLnkProtoOther	: "<outro>",
224
DlgLnkURL			: "URL",
242
DlgLnkURL			: "URL",
225
DlgLnkAnchorSel		: "Seleccionar una referência",
243
DlgLnkAnchorSel		: "Seleccionar una referência",
226
DlgLnkAnchorByName	: "Por Nome de Referência",
244
DlgLnkAnchorByName	: "Por Nome de Referência",
227
DlgLnkAnchorById	: "Por ID de elemento",
245
DlgLnkAnchorById	: "Por ID de elemento",
228
DlgLnkNoAnchors		: "<Não há referências disponíveis no documento>",
246
DlgLnkNoAnchors		: "(Não há referências disponíveis no documento)",
229
DlgLnkEMail			: "Endereço de E-Mail",
247
DlgLnkEMail			: "Endereço de E-Mail",
230
DlgLnkEMailSubject	: "Título de Mensagem",
248
DlgLnkEMailSubject	: "Título de Mensagem",
231
DlgLnkEMailBody		: "Corpo da Mensagem",
249
DlgLnkEMailBody		: "Corpo da Mensagem",
232
DlgLnkUpload		: "Carregar",
250
DlgLnkUpload		: "Carregar",
233
DlgLnkBtnUpload		: "Enviar ao Servidor",
251
DlgLnkBtnUpload		: "Enviar ao Servidor",
234
 
252
 
235
DlgLnkTarget		: "Destino",
253
DlgLnkTarget		: "Destino",
236
DlgLnkTargetFrame	: "<Frame>",
254
DlgLnkTargetFrame	: "<Frame>",
237
DlgLnkTargetPopup	: "<Janela de popup>",
255
DlgLnkTargetPopup	: "<Janela de popup>",
238
DlgLnkTargetBlank	: "Nova Janela(_blank)",
256
DlgLnkTargetBlank	: "Nova Janela(_blank)",
239
DlgLnkTargetParent	: "Janela Pai (_parent)",
257
DlgLnkTargetParent	: "Janela Pai (_parent)",
240
DlgLnkTargetSelf	: "Mesma janela (_self)",
258
DlgLnkTargetSelf	: "Mesma janela (_self)",
241
DlgLnkTargetTop		: "Janela primaria (_top)",
259
DlgLnkTargetTop		: "Janela primaria (_top)",
242
DlgLnkTargetFrameName	: "Nome do Frame Destino",
260
DlgLnkTargetFrameName	: "Nome do Frame Destino",
243
DlgLnkPopWinName	: "Nome da Janela de Popup",
261
DlgLnkPopWinName	: "Nome da Janela de Popup",
244
DlgLnkPopWinFeat	: "Características de Janela de Popup",
262
DlgLnkPopWinFeat	: "Características de Janela de Popup",
245
DlgLnkPopResize		: "Ajustável",
263
DlgLnkPopResize		: "Ajustável",
246
DlgLnkPopLocation	: "Barra de localização",
264
DlgLnkPopLocation	: "Barra de localização",
247
DlgLnkPopMenu		: "Barra de Menu",
265
DlgLnkPopMenu		: "Barra de Menu",
248
DlgLnkPopScroll		: "Barras de deslocamento",
266
DlgLnkPopScroll		: "Barras de deslocamento",
249
DlgLnkPopStatus		: "Barra de Estado",
267
DlgLnkPopStatus		: "Barra de Estado",
250
DlgLnkPopToolbar	: "Barra de Ferramentas",
268
DlgLnkPopToolbar	: "Barra de Ferramentas",
251
DlgLnkPopFullScrn	: "Janela Completa (IE)",
269
DlgLnkPopFullScrn	: "Janela Completa (IE)",
252
DlgLnkPopDependent	: "Dependente (Netscape)",
270
DlgLnkPopDependent	: "Dependente (Netscape)",
253
DlgLnkPopWidth		: "Largura",
271
DlgLnkPopWidth		: "Largura",
254
DlgLnkPopHeight		: "Altura",
272
DlgLnkPopHeight		: "Altura",
255
DlgLnkPopLeft		: "Posição Esquerda",
273
DlgLnkPopLeft		: "Posição Esquerda",
256
DlgLnkPopTop		: "Posição Direita",
274
DlgLnkPopTop		: "Posição Direita",
257
 
275
 
258
DlnLnkMsgNoUrl		: "Por favor introduza a hiperligação URL",
276
DlnLnkMsgNoUrl		: "Por favor introduza a hiperligação URL",
259
DlnLnkMsgNoEMail	: "Por favor introduza o endereço de e-mail",
277
DlnLnkMsgNoEMail	: "Por favor introduza o endereço de e-mail",
260
DlnLnkMsgNoAnchor	: "Por favor seleccione uma referência",
278
DlnLnkMsgNoAnchor	: "Por favor seleccione uma referência",
261
DlnLnkMsgInvPopName	: "The popup name must begin with an alphabetic character and must not contain spaces",	//MISSING
279
DlnLnkMsgInvPopName	: "The popup name must begin with an alphabetic character and must not contain spaces",	//MISSING
262
 
280
 
263
// Color Dialog
281
// Color Dialog
264
DlgColorTitle		: "Seleccionar Cor",
282
DlgColorTitle		: "Seleccionar Cor",
265
DlgColorBtnClear	: "Nenhuma",
283
DlgColorBtnClear	: "Nenhuma",
266
DlgColorHighlight	: "Destacado",
284
DlgColorHighlight	: "Destacado",
267
DlgColorSelected	: "Seleccionado",
285
DlgColorSelected	: "Seleccionado",
268
 
286
 
269
// Smiley Dialog
287
// Smiley Dialog
270
DlgSmileyTitle		: "Inserir um Emoticon",
288
DlgSmileyTitle		: "Inserir um Emoticon",
271
 
289
 
272
// Special Character Dialog
290
// Special Character Dialog
273
DlgSpecialCharTitle	: "Seleccione um caracter especial",
291
DlgSpecialCharTitle	: "Seleccione um caracter especial",
274
 
292
 
275
// Table Dialog
293
// Table Dialog
276
DlgTableTitle		: "Propriedades da Tabela",
294
DlgTableTitle		: "Propriedades da Tabela",
277
DlgTableRows		: "Linhas",
295
DlgTableRows		: "Linhas",
278
DlgTableColumns		: "Colunas",
296
DlgTableColumns		: "Colunas",
279
DlgTableBorder		: "Tamanho do Limite",
297
DlgTableBorder		: "Tamanho do Limite",
280
DlgTableAlign		: "Alinhamento",
298
DlgTableAlign		: "Alinhamento",
281
DlgTableAlignNotSet	: "<Não definido>",
299
DlgTableAlignNotSet	: "<Não definido>",
282
DlgTableAlignLeft	: "Esquerda",
300
DlgTableAlignLeft	: "Esquerda",
283
DlgTableAlignCenter	: "Centrado",
301
DlgTableAlignCenter	: "Centrado",
284
DlgTableAlignRight	: "Direita",
302
DlgTableAlignRight	: "Direita",
285
DlgTableWidth		: "Largura",
303
DlgTableWidth		: "Largura",
286
DlgTableWidthPx		: "pixeis",
304
DlgTableWidthPx		: "pixeis",
287
DlgTableWidthPc		: "percentagem",
305
DlgTableWidthPc		: "percentagem",
288
DlgTableHeight		: "Altura",
306
DlgTableHeight		: "Altura",
289
DlgTableCellSpace	: "Esp. e/células",
307
DlgTableCellSpace	: "Esp. e/células",
290
DlgTableCellPad		: "Esp. interior",
308
DlgTableCellPad		: "Esp. interior",
291
DlgTableCaption		: "Título",
309
DlgTableCaption		: "Título",
292
DlgTableSummary		: "Sumário",
310
DlgTableSummary		: "Sumário",
293
 
311
 
294
// Table Cell Dialog
312
// Table Cell Dialog
295
DlgCellTitle		: "Propriedades da Célula",
313
DlgCellTitle		: "Propriedades da Célula",
296
DlgCellWidth		: "Largura",
314
DlgCellWidth		: "Largura",
297
DlgCellWidthPx		: "pixeis",
315
DlgCellWidthPx		: "pixeis",
298
DlgCellWidthPc		: "percentagem",
316
DlgCellWidthPc		: "percentagem",
299
DlgCellHeight		: "Altura",
317
DlgCellHeight		: "Altura",
300
DlgCellWordWrap		: "Moldar Texto",
318
DlgCellWordWrap		: "Moldar Texto",
301
DlgCellWordWrapNotSet	: "<Não definido>",
319
DlgCellWordWrapNotSet	: "<Não definido>",
302
DlgCellWordWrapYes	: "Sim",
320
DlgCellWordWrapYes	: "Sim",
303
DlgCellWordWrapNo	: "Não",
321
DlgCellWordWrapNo	: "Não",
304
DlgCellHorAlign		: "Alinhamento Horizontal",
322
DlgCellHorAlign		: "Alinhamento Horizontal",
305
DlgCellHorAlignNotSet	: "<Não definido>",
323
DlgCellHorAlignNotSet	: "<Não definido>",
306
DlgCellHorAlignLeft	: "Esquerda",
324
DlgCellHorAlignLeft	: "Esquerda",
307
DlgCellHorAlignCenter	: "Centrado",
325
DlgCellHorAlignCenter	: "Centrado",
308
DlgCellHorAlignRight: "Direita",
326
DlgCellHorAlignRight: "Direita",
309
DlgCellVerAlign		: "Alinhamento Vertical",
327
DlgCellVerAlign		: "Alinhamento Vertical",
310
DlgCellVerAlignNotSet	: "<Não definido>",
328
DlgCellVerAlignNotSet	: "<Não definido>",
311
DlgCellVerAlignTop	: "Topo",
329
DlgCellVerAlignTop	: "Topo",
312
DlgCellVerAlignMiddle	: "Médio",
330
DlgCellVerAlignMiddle	: "Médio",
313
DlgCellVerAlignBottom	: "Fundi",
331
DlgCellVerAlignBottom	: "Fundi",
314
DlgCellVerAlignBaseline	: "Linha de Base",
332
DlgCellVerAlignBaseline	: "Linha de Base",
315
DlgCellRowSpan		: "Unir Linhas",
333
DlgCellRowSpan		: "Unir Linhas",
316
DlgCellCollSpan		: "Unir Colunas",
334
DlgCellCollSpan		: "Unir Colunas",
317
DlgCellBackColor	: "Cor do Fundo",
335
DlgCellBackColor	: "Cor do Fundo",
318
DlgCellBorderColor	: "Cor do Limite",
336
DlgCellBorderColor	: "Cor do Limite",
319
DlgCellBtnSelect	: "Seleccione...",
337
DlgCellBtnSelect	: "Seleccione...",
-
 
338
 
-
 
339
// Find and Replace Dialog
-
 
340
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
320
 
341
 
321
// Find Dialog
342
// Find Dialog
322
DlgFindTitle		: "Procurar",
343
DlgFindTitle		: "Procurar",
323
DlgFindFindBtn		: "Procurar",
344
DlgFindFindBtn		: "Procurar",
324
DlgFindNotFoundMsg	: "O texto especificado não foi encontrado.",
345
DlgFindNotFoundMsg	: "O texto especificado não foi encontrado.",
325
 
346
 
326
// Replace Dialog
347
// Replace Dialog
327
DlgReplaceTitle			: "Substituir",
348
DlgReplaceTitle			: "Substituir",
328
DlgReplaceFindLbl		: "Texto a Procurar:",
349
DlgReplaceFindLbl		: "Texto a Procurar:",
329
DlgReplaceReplaceLbl	: "Substituir por:",
350
DlgReplaceReplaceLbl	: "Substituir por:",
330
DlgReplaceCaseChk		: "Maiúsculas/Minúsculas",
351
DlgReplaceCaseChk		: "Maiúsculas/Minúsculas",
331
DlgReplaceReplaceBtn	: "Substituir",
352
DlgReplaceReplaceBtn	: "Substituir",
332
DlgReplaceReplAllBtn	: "Substituir Tudo",
353
DlgReplaceReplAllBtn	: "Substituir Tudo",
333
DlgReplaceWordChk		: "Coincidir com toda a palavra",
354
DlgReplaceWordChk		: "Coincidir com toda a palavra",
334
 
355
 
335
// Paste Operations / Dialog
356
// Paste Operations / Dialog
336
PasteErrorPaste	: "A configuração de segurança do navegador não permite a execução automática de operações de colar. Por favor use o teclado (Ctrl+V).",
-
 
337
PasteErrorCut	: "A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl+X).",
357
PasteErrorCut	: "A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl+X).",
338
PasteErrorCopy	: "A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl+C).",
358
PasteErrorCopy	: "A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl+C).",
339
 
359
 
340
PasteAsText		: "Colar como Texto Simples",
360
PasteAsText		: "Colar como Texto Simples",
341
PasteFromWord	: "Colar do Word",
361
PasteFromWord	: "Colar do Word",
342
 
362
 
343
DlgPasteMsg2	: "Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.",
363
DlgPasteMsg2	: "Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.",
-
 
364
DlgPasteSec		: "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.",	//MISSING
344
DlgPasteIgnoreFont		: "Ignorar da definições do Tipo de Letra ",
365
DlgPasteIgnoreFont		: "Ignorar da definições do Tipo de Letra ",
345
DlgPasteRemoveStyles	: "Remover as definições de Estilos",
366
DlgPasteRemoveStyles	: "Remover as definições de Estilos",
346
DlgPasteCleanBox		: "Caixa de Limpeza",
-
 
347
 
367
 
348
// Color Picker
368
// Color Picker
349
ColorAutomatic	: "Automático",
369
ColorAutomatic	: "Automático",
350
ColorMoreColors	: "Mais Cores...",
370
ColorMoreColors	: "Mais Cores...",
351
 
371
 
352
// Document Properties
372
// Document Properties
353
DocProps		: "Propriedades do Documento",
373
DocProps		: "Propriedades do Documento",
354
 
374
 
355
// Anchor Dialog
375
// Anchor Dialog
356
DlgAnchorTitle		: "Propriedades da Âncora",
376
DlgAnchorTitle		: "Propriedades da Âncora",
357
DlgAnchorName		: "Nome da Âncora",
377
DlgAnchorName		: "Nome da Âncora",
358
DlgAnchorErrorName	: "Por favor, introduza o nome da âncora",
378
DlgAnchorErrorName	: "Por favor, introduza o nome da âncora",
359
 
379
 
360
// Speller Pages Dialog
380
// Speller Pages Dialog
361
DlgSpellNotInDic		: "Não está num directório",
381
DlgSpellNotInDic		: "Não está num directório",
362
DlgSpellChangeTo		: "Mudar para",
382
DlgSpellChangeTo		: "Mudar para",
363
DlgSpellBtnIgnore		: "Ignorar",
383
DlgSpellBtnIgnore		: "Ignorar",
364
DlgSpellBtnIgnoreAll	: "Ignorar Tudo",
384
DlgSpellBtnIgnoreAll	: "Ignorar Tudo",
365
DlgSpellBtnReplace		: "Substituir",
385
DlgSpellBtnReplace		: "Substituir",
366
DlgSpellBtnReplaceAll	: "Substituir Tudo",
386
DlgSpellBtnReplaceAll	: "Substituir Tudo",
367
DlgSpellBtnUndo			: "Anular",
387
DlgSpellBtnUndo			: "Anular",
368
DlgSpellNoSuggestions	: "- Sem sugestões -",
388
DlgSpellNoSuggestions	: "- Sem sugestões -",
369
DlgSpellProgress		: "Verificação ortográfica em progresso…",
389
DlgSpellProgress		: "Verificação ortográfica em progresso…",
370
DlgSpellNoMispell		: "Verificação ortográfica completa: não foram encontrados erros",
390
DlgSpellNoMispell		: "Verificação ortográfica completa: não foram encontrados erros",
371
DlgSpellNoChanges		: "Verificação ortográfica completa: não houve alteração de palavras",
391
DlgSpellNoChanges		: "Verificação ortográfica completa: não houve alteração de palavras",
372
DlgSpellOneChange		: "Verificação ortográfica completa: uma palavra alterada",
392
DlgSpellOneChange		: "Verificação ortográfica completa: uma palavra alterada",
373
DlgSpellManyChanges		: "Verificação ortográfica completa: %1 palavras alteradas",
393
DlgSpellManyChanges		: "Verificação ortográfica completa: %1 palavras alteradas",
374
 
394
 
375
IeSpellDownload			: " Verificação ortográfica não instalada. Quer descarregar agora?",
395
IeSpellDownload			: " Verificação ortográfica não instalada. Quer descarregar agora?",
376
 
396
 
377
// Button Dialog
397
// Button Dialog
378
DlgButtonText		: "Texto (Valor)",
398
DlgButtonText		: "Texto (Valor)",
379
DlgButtonType		: "Tipo",
399
DlgButtonType		: "Tipo",
380
DlgButtonTypeBtn	: "Button",	//MISSING
400
DlgButtonTypeBtn	: "Button",	//MISSING
381
DlgButtonTypeSbm	: "Submit",	//MISSING
401
DlgButtonTypeSbm	: "Submit",	//MISSING
382
DlgButtonTypeRst	: "Reset",	//MISSING
402
DlgButtonTypeRst	: "Reset",	//MISSING
383
 
403
 
384
// Checkbox and Radio Button Dialogs
404
// Checkbox and Radio Button Dialogs
385
DlgCheckboxName		: "Nome",
405
DlgCheckboxName		: "Nome",
386
DlgCheckboxValue	: "Valor",
406
DlgCheckboxValue	: "Valor",
387
DlgCheckboxSelected	: "Seleccionado",
407
DlgCheckboxSelected	: "Seleccionado",
388
 
408
 
389
// Form Dialog
409
// Form Dialog
390
DlgFormName		: "Nome",
410
DlgFormName		: "Nome",
391
DlgFormAction	: "Acção",
411
DlgFormAction	: "Acção",
392
DlgFormMethod	: "Método",
412
DlgFormMethod	: "Método",
393
 
413
 
394
// Select Field Dialog
414
// Select Field Dialog
395
DlgSelectName		: "Nome",
415
DlgSelectName		: "Nome",
396
DlgSelectValue		: "Valor",
416
DlgSelectValue		: "Valor",
397
DlgSelectSize		: "Tamanho",
417
DlgSelectSize		: "Tamanho",
398
DlgSelectLines		: "linhas",
418
DlgSelectLines		: "linhas",
399
DlgSelectChkMulti	: "Permitir selecções múltiplas",
419
DlgSelectChkMulti	: "Permitir selecções múltiplas",
400
DlgSelectOpAvail	: "Opções Possíveis",
420
DlgSelectOpAvail	: "Opções Possíveis",
401
DlgSelectOpText		: "Texto",
421
DlgSelectOpText		: "Texto",
402
DlgSelectOpValue	: "Valor",
422
DlgSelectOpValue	: "Valor",
403
DlgSelectBtnAdd		: "Adicionar",
423
DlgSelectBtnAdd		: "Adicionar",
404
DlgSelectBtnModify	: "Modificar",
424
DlgSelectBtnModify	: "Modificar",
405
DlgSelectBtnUp		: "Para cima",
425
DlgSelectBtnUp		: "Para cima",
406
DlgSelectBtnDown	: "Para baixo",
426
DlgSelectBtnDown	: "Para baixo",
407
DlgSelectBtnSetValue : "Definir um valor por defeito",
427
DlgSelectBtnSetValue : "Definir um valor por defeito",
408
DlgSelectBtnDelete	: "Apagar",
428
DlgSelectBtnDelete	: "Apagar",
409
 
429
 
410
// Textarea Dialog
430
// Textarea Dialog
411
DlgTextareaName	: "Nome",
431
DlgTextareaName	: "Nome",
412
DlgTextareaCols	: "Colunas",
432
DlgTextareaCols	: "Colunas",
413
DlgTextareaRows	: "Linhas",
433
DlgTextareaRows	: "Linhas",
414
 
434
 
415
// Text Field Dialog
435
// Text Field Dialog
416
DlgTextName			: "Nome",
436
DlgTextName			: "Nome",
417
DlgTextValue		: "Valor",
437
DlgTextValue		: "Valor",
418
DlgTextCharWidth	: "Tamanho do caracter",
438
DlgTextCharWidth	: "Tamanho do caracter",
419
DlgTextMaxChars		: "Nr. Máximo de Caracteres",
439
DlgTextMaxChars		: "Nr. Máximo de Caracteres",
420
DlgTextType			: "Tipo",
440
DlgTextType			: "Tipo",
421
DlgTextTypeText		: "Texto",
441
DlgTextTypeText		: "Texto",
422
DlgTextTypePass		: "Palavra-chave",
442
DlgTextTypePass		: "Palavra-chave",
423
 
443
 
424
// Hidden Field Dialog
444
// Hidden Field Dialog
425
DlgHiddenName	: "Nome",
445
DlgHiddenName	: "Nome",
426
DlgHiddenValue	: "Valor",
446
DlgHiddenValue	: "Valor",
427
 
447
 
428
// Bulleted List Dialog
448
// Bulleted List Dialog
429
BulletedListProp	: "Propriedades da Marca",
449
BulletedListProp	: "Propriedades da Marca",
430
NumberedListProp	: "Propriedades da Numeração",
450
NumberedListProp	: "Propriedades da Numeração",
431
DlgLstStart			: "Start",	//MISSING
451
DlgLstStart			: "Start",	//MISSING
432
DlgLstType			: "Tipo",
452
DlgLstType			: "Tipo",
433
DlgLstTypeCircle	: "Circulo",
453
DlgLstTypeCircle	: "Circulo",
434
DlgLstTypeDisc		: "Disco",
454
DlgLstTypeDisc		: "Disco",
435
DlgLstTypeSquare	: "Quadrado",
455
DlgLstTypeSquare	: "Quadrado",
436
DlgLstTypeNumbers	: "Números (1, 2, 3)",
456
DlgLstTypeNumbers	: "Números (1, 2, 3)",
437
DlgLstTypeLCase		: "Letras Minúsculas (a, b, c)",
457
DlgLstTypeLCase		: "Letras Minúsculas (a, b, c)",
438
DlgLstTypeUCase		: "Letras Maiúsculas (A, B, C)",
458
DlgLstTypeUCase		: "Letras Maiúsculas (A, B, C)",
439
DlgLstTypeSRoman	: "Numeração Romana em Minúsculas (i, ii, iii)",
459
DlgLstTypeSRoman	: "Numeração Romana em Minúsculas (i, ii, iii)",
440
DlgLstTypeLRoman	: "Numeração Romana em Maiúsculas (I, II, III)",
460
DlgLstTypeLRoman	: "Numeração Romana em Maiúsculas (I, II, III)",
441
 
461
 
442
// Document Properties Dialog
462
// Document Properties Dialog
443
DlgDocGeneralTab	: "Geral",
463
DlgDocGeneralTab	: "Geral",
444
DlgDocBackTab		: "Fundo",
464
DlgDocBackTab		: "Fundo",
445
DlgDocColorsTab		: "Cores e Margens",
465
DlgDocColorsTab		: "Cores e Margens",
446
DlgDocMetaTab		: "Meta Data",
466
DlgDocMetaTab		: "Meta Data",
447
 
467
 
448
DlgDocPageTitle		: "Título da Página",
468
DlgDocPageTitle		: "Título da Página",
449
DlgDocLangDir		: "Orientação de idioma",
469
DlgDocLangDir		: "Orientação de idioma",
450
DlgDocLangDirLTR	: "Esquerda à Direita (LTR)",
470
DlgDocLangDirLTR	: "Esquerda à Direita (LTR)",
451
DlgDocLangDirRTL	: "Direita à Esquerda (RTL)",
471
DlgDocLangDirRTL	: "Direita à Esquerda (RTL)",
452
DlgDocLangCode		: "Código de Idioma",
472
DlgDocLangCode		: "Código de Idioma",
453
DlgDocCharSet		: "Codificação de Caracteres",
473
DlgDocCharSet		: "Codificação de Caracteres",
454
DlgDocCharSetCE		: "Central European",	//MISSING
474
DlgDocCharSetCE		: "Central European",	//MISSING
455
DlgDocCharSetCT		: "Chinese Traditional (Big5)",	//MISSING
475
DlgDocCharSetCT		: "Chinese Traditional (Big5)",	//MISSING
456
DlgDocCharSetCR		: "Cyrillic",	//MISSING
476
DlgDocCharSetCR		: "Cyrillic",	//MISSING
457
DlgDocCharSetGR		: "Greek",	//MISSING
477
DlgDocCharSetGR		: "Greek",	//MISSING
458
DlgDocCharSetJP		: "Japanese",	//MISSING
478
DlgDocCharSetJP		: "Japanese",	//MISSING
459
DlgDocCharSetKR		: "Korean",	//MISSING
479
DlgDocCharSetKR		: "Korean",	//MISSING
460
DlgDocCharSetTR		: "Turkish",	//MISSING
480
DlgDocCharSetTR		: "Turkish",	//MISSING
461
DlgDocCharSetUN		: "Unicode (UTF-8)",	//MISSING
481
DlgDocCharSetUN		: "Unicode (UTF-8)",	//MISSING
462
DlgDocCharSetWE		: "Western European",	//MISSING
482
DlgDocCharSetWE		: "Western European",	//MISSING
463
DlgDocCharSetOther	: "Outra Codificação de Caracteres",
483
DlgDocCharSetOther	: "Outra Codificação de Caracteres",
464
 
484
 
465
DlgDocDocType		: "Tipo de Cabeçalho do Documento",
485
DlgDocDocType		: "Tipo de Cabeçalho do Documento",
466
DlgDocDocTypeOther	: "Outro Tipo de Cabeçalho do Documento",
486
DlgDocDocTypeOther	: "Outro Tipo de Cabeçalho do Documento",
467
DlgDocIncXHTML		: "Incluir Declarações XHTML",
487
DlgDocIncXHTML		: "Incluir Declarações XHTML",
468
DlgDocBgColor		: "Cor de Fundo",
488
DlgDocBgColor		: "Cor de Fundo",
469
DlgDocBgImage		: "Caminho para a Imagem de Fundo",
489
DlgDocBgImage		: "Caminho para a Imagem de Fundo",
470
DlgDocBgNoScroll	: "Fundo Fixo",
490
DlgDocBgNoScroll	: "Fundo Fixo",
471
DlgDocCText			: "Texto",
491
DlgDocCText			: "Texto",
472
DlgDocCLink			: "Hiperligação",
492
DlgDocCLink			: "Hiperligação",
473
DlgDocCVisited		: "Hiperligação Visitada",
493
DlgDocCVisited		: "Hiperligação Visitada",
474
DlgDocCActive		: "Hiperligação Activa",
494
DlgDocCActive		: "Hiperligação Activa",
475
DlgDocMargins		: "Margem das Páginas",
495
DlgDocMargins		: "Margem das Páginas",
476
DlgDocMaTop			: "Topo",
496
DlgDocMaTop			: "Topo",
477
DlgDocMaLeft		: "Esquerda",
497
DlgDocMaLeft		: "Esquerda",
478
DlgDocMaRight		: "Direita",
498
DlgDocMaRight		: "Direita",
479
DlgDocMaBottom		: "Fundo",
499
DlgDocMaBottom		: "Fundo",
480
DlgDocMeIndex		: "Palavras de Indexação do Documento (separadas por virgula)",
500
DlgDocMeIndex		: "Palavras de Indexação do Documento (separadas por virgula)",
481
DlgDocMeDescr		: "Descrição do Documento",
501
DlgDocMeDescr		: "Descrição do Documento",
482
DlgDocMeAuthor		: "Autor",
502
DlgDocMeAuthor		: "Autor",
483
DlgDocMeCopy		: "Direitos de Autor",
503
DlgDocMeCopy		: "Direitos de Autor",
484
DlgDocPreview		: "Pré-visualizar",
504
DlgDocPreview		: "Pré-visualizar",
485
 
505
 
486
// Templates Dialog
506
// Templates Dialog
487
Templates			: "Modelos",
507
Templates			: "Modelos",
488
DlgTemplatesTitle	: "Modelo de Conteúdo",
508
DlgTemplatesTitle	: "Modelo de Conteúdo",
489
DlgTemplatesSelMsg	: "Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):",
509
DlgTemplatesSelMsg	: "Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):",
490
DlgTemplatesLoading	: "A carregar a lista de modelos. Aguarde por favor...",
510
DlgTemplatesLoading	: "A carregar a lista de modelos. Aguarde por favor...",
491
DlgTemplatesNoTpl	: "(Sem modelos definidos)",
511
DlgTemplatesNoTpl	: "(Sem modelos definidos)",
492
DlgTemplatesReplace	: "Replace actual contents",	//MISSING
512
DlgTemplatesReplace	: "Replace actual contents",	//MISSING
493
 
513
 
494
// About Dialog
514
// About Dialog
495
DlgAboutAboutTab	: "Acerca",
515
DlgAboutAboutTab	: "Acerca",
496
DlgAboutBrowserInfoTab	: "Informação do Nevegador",
516
DlgAboutBrowserInfoTab	: "Informação do Nevegador",
497
DlgAboutLicenseTab	: "Licença",
517
DlgAboutLicenseTab	: "Licença",
498
DlgAboutVersion		: "versão",
518
DlgAboutVersion		: "versão",
499
DlgAboutLicense		: "Licenciado segundo os términos de GNU Lesser General Public License",
-
 
500
DlgAboutInfo		: "Para mais informações por favor dirija-se a"
-
 
501
}
-
 
502
519
DlgAboutInfo		: "Para mais informações por favor dirija-se a",
-
 
520
 
-
 
521
// Div Dialog
-
 
522
DlgDivGeneralTab	: "General",	//MISSING
-
 
523
DlgDivAdvancedTab	: "Advanced",	//MISSING
-
 
524
DlgDivStyle		: "Style",	//MISSING
-
 
525
DlgDivInlineStyle	: "Inline Style"	//MISSING
-
 
526
};
-
 
527