Project

General

Profile

1
/*
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4
 *
5
 * == BEGIN LICENSE ==
6
 *
7
 * Licensed under the terms of any of the following licenses at your
8
 * choice:
9
 *
10
 *  - GNU General Public License Version 2 or later (the "GPL")
11
 *    http://www.gnu.org/licenses/gpl.html
12
 *
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14
 *    http://www.gnu.org/licenses/lgpl.html
15
 *
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
18
 *
19
 * == END LICENSE ==
20
 *
21
 * Portuguese language file.
22
 */
23

    
24
var FCKLang =
25
{
26
// Language direction : "ltr" (left to right) or "rtl" (right to left).
27
Dir					: "ltr",
28

    
29
ToolbarCollapse		: "Fechar Barra",
30
ToolbarExpand		: "Expandir Barra",
31

    
32
// Toolbar Items and Context Menu
33
Save				: "Guardar",
34
NewPage				: "Nova Página",
35
Preview				: "Pré-visualizar",
36
Cut					: "Cortar",
37
Copy				: "Copiar",
38
Paste				: "Colar",
39
PasteText			: "Colar como texto não formatado",
40
PasteWord			: "Colar do Word",
41
Print				: "Imprimir",
42
SelectAll			: "Seleccionar Tudo",
43
RemoveFormat		: "Eliminar Formato",
44
InsertLinkLbl		: "Hiperligação",
45
InsertLink			: "Inserir/Editar Hiperligação",
46
RemoveLink			: "Eliminar Hiperligação",
47
Anchor				: " Inserir/Editar Âncora",
48
AnchorDelete		: "Remove Anchor",	//MISSING
49
InsertImageLbl		: "Imagem",
50
InsertImage			: "Inserir/Editar Imagem",
51
InsertFlashLbl		: "Flash",
52
InsertFlash			: "Inserir/Editar Flash",
53
InsertTableLbl		: "Tabela",
54
InsertTable			: "Inserir/Editar Tabela",
55
InsertLineLbl		: "Linha",
56
InsertLine			: "Inserir Linha Horizontal",
57
InsertSpecialCharLbl: "Caracter Especial",
58
InsertSpecialChar	: "Inserir Caracter Especial",
59
InsertSmileyLbl		: "Emoticons",
60
InsertSmiley		: "Inserir Emoticons",
61
About				: "Acerca do FCKeditor",
62
Bold				: "Negrito",
63
Italic				: "Itálico",
64
Underline			: "Sublinhado",
65
StrikeThrough		: "Rasurado",
66
Subscript			: "Superior à Linha",
67
Superscript			: "Inferior à Linha",
68
LeftJustify			: "Alinhar à Esquerda",
69
CenterJustify		: "Alinhar ao Centro",
70
RightJustify		: "Alinhar à Direita",
71
BlockJustify		: "Justificado",
72
DecreaseIndent		: "Diminuir Avanço",
73
IncreaseIndent		: "Aumentar Avanço",
74
Blockquote			: "Blockquote",	//MISSING
75
Undo				: "Anular",
76
Redo				: "Repetir",
77
NumberedListLbl		: "Numeração",
78
NumberedList		: "Inserir/Eliminar Numeração",
79
BulletedListLbl		: "Marcas",
80
BulletedList		: "Inserir/Eliminar Marcas",
81
ShowTableBorders	: "Mostrar Limites da Tabelas",
82
ShowDetails			: "Mostrar Parágrafo",
83
Style				: "Estilo",
84
FontFormat			: "Formato",
85
Font				: "Tipo de Letra",
86
FontSize			: "Tamanho",
87
TextColor			: "Cor do Texto",
88
BGColor				: "Cor de Fundo",
89
Source				: "Fonte",
90
Find				: "Procurar",
91
Replace				: "Substituir",
92
SpellCheck			: "Verificação Ortográfica",
93
UniversalKeyboard	: "Teclado Universal",
94
PageBreakLbl		: "Quebra de Página",
95
PageBreak			: "Inserir Quebra de Página",
96

    
97
Form			: "Formulário",
98
Checkbox		: "Caixa de Verificação",
99
RadioButton		: "Botão de Opção",
100
TextField		: "Campo de Texto",
101
Textarea		: "Área de Texto",
102
HiddenField		: "Campo Escondido",
103
Button			: "Botão",
104
SelectionField	: "Caixa de Combinação",
105
ImageButton		: "Botão de Imagem",
106

    
107
FitWindow		: "Maximizar o tamanho do editor",
108
ShowBlocks		: "Show Blocks",	//MISSING
109

    
110
// Context Menu
111
EditLink			: "Editar Hiperligação",
112
CellCM				: "Célula",
113
RowCM				: "Linha",
114
ColumnCM			: "Coluna",
115
InsertRowAfter		: "Insert Row After",	//MISSING
116
InsertRowBefore		: "Insert Row Before",	//MISSING
117
DeleteRows			: "Eliminar Linhas",
118
InsertColumnAfter	: "Insert Column After",	//MISSING
119
InsertColumnBefore	: "Insert Column Before",	//MISSING
120
DeleteColumns		: "Eliminar Coluna",
121
InsertCellAfter		: "Insert Cell After",	//MISSING
122
InsertCellBefore	: "Insert Cell Before",	//MISSING
123
DeleteCells			: "Eliminar Célula",
124
MergeCells			: "Unir Células",
125
MergeRight			: "Merge Right",	//MISSING
126
MergeDown			: "Merge Down",	//MISSING
127
HorizontalSplitCell	: "Split Cell Horizontally",	//MISSING
128
VerticalSplitCell	: "Split Cell Vertically",	//MISSING
129
TableDelete			: "Eliminar Tabela",
130
CellProperties		: "Propriedades da Célula",
131
TableProperties		: "Propriedades da Tabela",
132
ImageProperties		: "Propriedades da Imagem",
133
FlashProperties		: "Propriedades do Flash",
134

    
135
AnchorProp			: "Propriedades da Âncora",
136
ButtonProp			: "Propriedades do Botão",
137
CheckboxProp		: "Propriedades da Caixa de Verificação",
138
HiddenFieldProp		: "Propriedades do Campo Escondido",
139
RadioButtonProp		: "Propriedades do Botão de Opção",
140
ImageButtonProp		: "Propriedades do Botão de imagens",
141
TextFieldProp		: "Propriedades do Campo de Texto",
142
SelectionFieldProp	: "Propriedades da Caixa de Combinação",
143
TextareaProp		: "Propriedades da Área de Texto",
144
FormProp			: "Propriedades do Formulário",
145

    
146
FontFormats			: "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
147

    
148
// Alerts and Messages
149
ProcessingXHTML		: "A Processar XHTML. Por favor, espere...",
150
Done				: "Concluído",
151
PasteWordConfirm	: "O texto que deseja parece ter sido copiado do Word. Deseja limpar a formatação antes de colar?",
152
NotCompatiblePaste	: "Este comando só está disponível para Internet Explorer versão 5.5 ou superior. Deseja colar sem limpar a formatação?",
153
UnknownToolbarItem	: "Item de barra desconhecido \"%1\"",
154
UnknownCommand		: "Nome de comando desconhecido \"%1\"",
155
NotImplemented		: "Comando não implementado",
156
UnknownToolbarSet	: "Nome de barra \"%1\" não definido",
157
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.",
158
BrowseServerBlocked : "Não foi possível abrir o navegador de recursos. Certifique-se que todos os bloqueadores de popup estão desactivados.",
159
DialogBlocked		: "Não foi possível abrir a janela de diálogo. Certifique-se que todos os bloqueadores de popup estão desactivados.",
160

    
161
// Dialogs
162
DlgBtnOK			: "OK",
163
DlgBtnCancel		: "Cancelar",
164
DlgBtnClose			: "Fechar",
165
DlgBtnBrowseServer	: "Navegar no Servidor",
166
DlgAdvancedTag		: "Avançado",
167
DlgOpOther			: "<Outro>",
168
DlgInfoTab			: "Informação",
169
DlgAlertUrl			: "Por favor introduza o URL",
170

    
171
// General Dialogs Labels
172
DlgGenNotSet		: "<Não definido>",
173
DlgGenId			: "Id",
174
DlgGenLangDir		: "Orientação de idioma",
175
DlgGenLangDirLtr	: "Esquerda à Direita (LTR)",
176
DlgGenLangDirRtl	: "Direita a Esquerda (RTL)",
177
DlgGenLangCode		: "Código de Idioma",
178
DlgGenAccessKey		: "Chave de Acesso",
179
DlgGenName			: "Nome",
180
DlgGenTabIndex		: "Índice de Tubulação",
181
DlgGenLongDescr		: "Descrição Completa do URL",
182
DlgGenClass			: "Classes de Estilo de Folhas Classes",
183
DlgGenTitle			: "Título",
184
DlgGenContType		: "Tipo de Conteúdo",
185
DlgGenLinkCharset	: "Fonte de caracteres vinculado",
186
DlgGenStyle			: "Estilo",
187

    
188
// Image Dialog
189
DlgImgTitle			: "Propriedades da Imagem",
190
DlgImgInfoTab		: "Informação da Imagem",
191
DlgImgBtnUpload		: "Enviar para o Servidor",
192
DlgImgURL			: "URL",
193
DlgImgUpload		: "Carregar",
194
DlgImgAlt			: "Texto Alternativo",
195
DlgImgWidth			: "Largura",
196
DlgImgHeight		: "Altura",
197
DlgImgLockRatio		: "Proporcional",
198
DlgBtnResetSize		: "Tamanho Original",
199
DlgImgBorder		: "Limite",
200
DlgImgHSpace		: "Esp.Horiz",
201
DlgImgVSpace		: "Esp.Vert",
202
DlgImgAlign			: "Alinhamento",
203
DlgImgAlignLeft		: "Esquerda",
204
DlgImgAlignAbsBottom: "Abs inferior",
205
DlgImgAlignAbsMiddle: "Abs centro",
206
DlgImgAlignBaseline	: "Linha de base",
207
DlgImgAlignBottom	: "Fundo",
208
DlgImgAlignMiddle	: "Centro",
209
DlgImgAlignRight	: "Direita",
210
DlgImgAlignTextTop	: "Topo do texto",
211
DlgImgAlignTop		: "Topo",
212
DlgImgPreview		: "Pré-visualizar",
213
DlgImgAlertUrl		: "Por favor introduza o URL da imagem",
214
DlgImgLinkTab		: "Hiperligação",
215

    
216
// Flash Dialog
217
DlgFlashTitle		: "Propriedades do Flash",
218
DlgFlashChkPlay		: "Reproduzir automaticamente",
219
DlgFlashChkLoop		: "Loop",
220
DlgFlashChkMenu		: "Permitir Menu do Flash",
221
DlgFlashScale		: "Escala",
222
DlgFlashScaleAll	: "Mostrar tudo",
223
DlgFlashScaleNoBorder	: "Sem Limites",
224
DlgFlashScaleFit	: "Tamanho Exacto",
225

    
226
// Link Dialog
227
DlgLnkWindowTitle	: "Hiperligação",
228
DlgLnkInfoTab		: "Informação de Hiperligação",
229
DlgLnkTargetTab		: "Destino",
230

    
231
DlgLnkType			: "Tipo de Hiperligação",
232
DlgLnkTypeURL		: "URL",
233
DlgLnkTypeAnchor	: "Referência a esta página",
234
DlgLnkTypeEMail		: "E-Mail",
235
DlgLnkProto			: "Protocolo",
236
DlgLnkProtoOther	: "<outro>",
237
DlgLnkURL			: "URL",
238
DlgLnkAnchorSel		: "Seleccionar una referência",
239
DlgLnkAnchorByName	: "Por Nome de Referência",
240
DlgLnkAnchorById	: "Por ID de elemento",
241
DlgLnkNoAnchors		: "(Não há referências disponíveis no documento)",
242
DlgLnkEMail			: "Endereço de E-Mail",
243
DlgLnkEMailSubject	: "Título de Mensagem",
244
DlgLnkEMailBody		: "Corpo da Mensagem",
245
DlgLnkUpload		: "Carregar",
246
DlgLnkBtnUpload		: "Enviar ao Servidor",
247

    
248
DlgLnkTarget		: "Destino",
249
DlgLnkTargetFrame	: "<Frame>",
250
DlgLnkTargetPopup	: "<Janela de popup>",
251
DlgLnkTargetBlank	: "Nova Janela(_blank)",
252
DlgLnkTargetParent	: "Janela Pai (_parent)",
253
DlgLnkTargetSelf	: "Mesma janela (_self)",
254
DlgLnkTargetTop		: "Janela primaria (_top)",
255
DlgLnkTargetFrameName	: "Nome do Frame Destino",
256
DlgLnkPopWinName	: "Nome da Janela de Popup",
257
DlgLnkPopWinFeat	: "Características de Janela de Popup",
258
DlgLnkPopResize		: "Ajustável",
259
DlgLnkPopLocation	: "Barra de localização",
260
DlgLnkPopMenu		: "Barra de Menu",
261
DlgLnkPopScroll		: "Barras de deslocamento",
262
DlgLnkPopStatus		: "Barra de Estado",
263
DlgLnkPopToolbar	: "Barra de Ferramentas",
264
DlgLnkPopFullScrn	: "Janela Completa (IE)",
265
DlgLnkPopDependent	: "Dependente (Netscape)",
266
DlgLnkPopWidth		: "Largura",
267
DlgLnkPopHeight		: "Altura",
268
DlgLnkPopLeft		: "Posição Esquerda",
269
DlgLnkPopTop		: "Posição Direita",
270

    
271
DlnLnkMsgNoUrl		: "Por favor introduza a hiperligação URL",
272
DlnLnkMsgNoEMail	: "Por favor introduza o endereço de e-mail",
273
DlnLnkMsgNoAnchor	: "Por favor seleccione uma referência",
274
DlnLnkMsgInvPopName	: "The popup name must begin with an alphabetic character and must not contain spaces",	//MISSING
275

    
276
// Color Dialog
277
DlgColorTitle		: "Seleccionar Cor",
278
DlgColorBtnClear	: "Nenhuma",
279
DlgColorHighlight	: "Destacado",
280
DlgColorSelected	: "Seleccionado",
281

    
282
// Smiley Dialog
283
DlgSmileyTitle		: "Inserir um Emoticon",
284

    
285
// Special Character Dialog
286
DlgSpecialCharTitle	: "Seleccione um caracter especial",
287

    
288
// Table Dialog
289
DlgTableTitle		: "Propriedades da Tabela",
290
DlgTableRows		: "Linhas",
291
DlgTableColumns		: "Colunas",
292
DlgTableBorder		: "Tamanho do Limite",
293
DlgTableAlign		: "Alinhamento",
294
DlgTableAlignNotSet	: "<Não definido>",
295
DlgTableAlignLeft	: "Esquerda",
296
DlgTableAlignCenter	: "Centrado",
297
DlgTableAlignRight	: "Direita",
298
DlgTableWidth		: "Largura",
299
DlgTableWidthPx		: "pixeis",
300
DlgTableWidthPc		: "percentagem",
301
DlgTableHeight		: "Altura",
302
DlgTableCellSpace	: "Esp. e/células",
303
DlgTableCellPad		: "Esp. interior",
304
DlgTableCaption		: "Título",
305
DlgTableSummary		: "Sumário",
306

    
307
// Table Cell Dialog
308
DlgCellTitle		: "Propriedades da Célula",
309
DlgCellWidth		: "Largura",
310
DlgCellWidthPx		: "pixeis",
311
DlgCellWidthPc		: "percentagem",
312
DlgCellHeight		: "Altura",
313
DlgCellWordWrap		: "Moldar Texto",
314
DlgCellWordWrapNotSet	: "<Não definido>",
315
DlgCellWordWrapYes	: "Sim",
316
DlgCellWordWrapNo	: "Não",
317
DlgCellHorAlign		: "Alinhamento Horizontal",
318
DlgCellHorAlignNotSet	: "<Não definido>",
319
DlgCellHorAlignLeft	: "Esquerda",
320
DlgCellHorAlignCenter	: "Centrado",
321
DlgCellHorAlignRight: "Direita",
322
DlgCellVerAlign		: "Alinhamento Vertical",
323
DlgCellVerAlignNotSet	: "<Não definido>",
324
DlgCellVerAlignTop	: "Topo",
325
DlgCellVerAlignMiddle	: "Médio",
326
DlgCellVerAlignBottom	: "Fundi",
327
DlgCellVerAlignBaseline	: "Linha de Base",
328
DlgCellRowSpan		: "Unir Linhas",
329
DlgCellCollSpan		: "Unir Colunas",
330
DlgCellBackColor	: "Cor do Fundo",
331
DlgCellBorderColor	: "Cor do Limite",
332
DlgCellBtnSelect	: "Seleccione...",
333

    
334
// Find and Replace Dialog
335
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
336

    
337
// Find Dialog
338
DlgFindTitle		: "Procurar",
339
DlgFindFindBtn		: "Procurar",
340
DlgFindNotFoundMsg	: "O texto especificado não foi encontrado.",
341

    
342
// Replace Dialog
343
DlgReplaceTitle			: "Substituir",
344
DlgReplaceFindLbl		: "Texto a Procurar:",
345
DlgReplaceReplaceLbl	: "Substituir por:",
346
DlgReplaceCaseChk		: "Maiúsculas/Minúsculas",
347
DlgReplaceReplaceBtn	: "Substituir",
348
DlgReplaceReplAllBtn	: "Substituir Tudo",
349
DlgReplaceWordChk		: "Coincidir com toda a palavra",
350

    
351
// Paste Operations / Dialog
352
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).",
353
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).",
354

    
355
PasteAsText		: "Colar como Texto Simples",
356
PasteFromWord	: "Colar do Word",
357

    
358
DlgPasteMsg2	: "Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.",
359
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
360
DlgPasteIgnoreFont		: "Ignorar da definições do Tipo de Letra ",
361
DlgPasteRemoveStyles	: "Remover as definições de Estilos",
362

    
363
// Color Picker
364
ColorAutomatic	: "Automático",
365
ColorMoreColors	: "Mais Cores...",
366

    
367
// Document Properties
368
DocProps		: "Propriedades do Documento",
369

    
370
// Anchor Dialog
371
DlgAnchorTitle		: "Propriedades da Âncora",
372
DlgAnchorName		: "Nome da Âncora",
373
DlgAnchorErrorName	: "Por favor, introduza o nome da âncora",
374

    
375
// Speller Pages Dialog
376
DlgSpellNotInDic		: "Não está num directório",
377
DlgSpellChangeTo		: "Mudar para",
378
DlgSpellBtnIgnore		: "Ignorar",
379
DlgSpellBtnIgnoreAll	: "Ignorar Tudo",
380
DlgSpellBtnReplace		: "Substituir",
381
DlgSpellBtnReplaceAll	: "Substituir Tudo",
382
DlgSpellBtnUndo			: "Anular",
383
DlgSpellNoSuggestions	: "- Sem sugestões -",
384
DlgSpellProgress		: "Verificação ortográfica em progresso…",
385
DlgSpellNoMispell		: "Verificação ortográfica completa: não foram encontrados erros",
386
DlgSpellNoChanges		: "Verificação ortográfica completa: não houve alteração de palavras",
387
DlgSpellOneChange		: "Verificação ortográfica completa: uma palavra alterada",
388
DlgSpellManyChanges		: "Verificação ortográfica completa: %1 palavras alteradas",
389

    
390
IeSpellDownload			: " Verificação ortográfica não instalada. Quer descarregar agora?",
391

    
392
// Button Dialog
393
DlgButtonText		: "Texto (Valor)",
394
DlgButtonType		: "Tipo",
395
DlgButtonTypeBtn	: "Button",	//MISSING
396
DlgButtonTypeSbm	: "Submit",	//MISSING
397
DlgButtonTypeRst	: "Reset",	//MISSING
398

    
399
// Checkbox and Radio Button Dialogs
400
DlgCheckboxName		: "Nome",
401
DlgCheckboxValue	: "Valor",
402
DlgCheckboxSelected	: "Seleccionado",
403

    
404
// Form Dialog
405
DlgFormName		: "Nome",
406
DlgFormAction	: "Acção",
407
DlgFormMethod	: "Método",
408

    
409
// Select Field Dialog
410
DlgSelectName		: "Nome",
411
DlgSelectValue		: "Valor",
412
DlgSelectSize		: "Tamanho",
413
DlgSelectLines		: "linhas",
414
DlgSelectChkMulti	: "Permitir selecções múltiplas",
415
DlgSelectOpAvail	: "Opções Possíveis",
416
DlgSelectOpText		: "Texto",
417
DlgSelectOpValue	: "Valor",
418
DlgSelectBtnAdd		: "Adicionar",
419
DlgSelectBtnModify	: "Modificar",
420
DlgSelectBtnUp		: "Para cima",
421
DlgSelectBtnDown	: "Para baixo",
422
DlgSelectBtnSetValue : "Definir um valor por defeito",
423
DlgSelectBtnDelete	: "Apagar",
424

    
425
// Textarea Dialog
426
DlgTextareaName	: "Nome",
427
DlgTextareaCols	: "Colunas",
428
DlgTextareaRows	: "Linhas",
429

    
430
// Text Field Dialog
431
DlgTextName			: "Nome",
432
DlgTextValue		: "Valor",
433
DlgTextCharWidth	: "Tamanho do caracter",
434
DlgTextMaxChars		: "Nr. Máximo de Caracteres",
435
DlgTextType			: "Tipo",
436
DlgTextTypeText		: "Texto",
437
DlgTextTypePass		: "Palavra-chave",
438

    
439
// Hidden Field Dialog
440
DlgHiddenName	: "Nome",
441
DlgHiddenValue	: "Valor",
442

    
443
// Bulleted List Dialog
444
BulletedListProp	: "Propriedades da Marca",
445
NumberedListProp	: "Propriedades da Numeração",
446
DlgLstStart			: "Start",	//MISSING
447
DlgLstType			: "Tipo",
448
DlgLstTypeCircle	: "Circulo",
449
DlgLstTypeDisc		: "Disco",
450
DlgLstTypeSquare	: "Quadrado",
451
DlgLstTypeNumbers	: "Números (1, 2, 3)",
452
DlgLstTypeLCase		: "Letras Minúsculas (a, b, c)",
453
DlgLstTypeUCase		: "Letras Maiúsculas (A, B, C)",
454
DlgLstTypeSRoman	: "Numeração Romana em Minúsculas (i, ii, iii)",
455
DlgLstTypeLRoman	: "Numeração Romana em Maiúsculas (I, II, III)",
456

    
457
// Document Properties Dialog
458
DlgDocGeneralTab	: "Geral",
459
DlgDocBackTab		: "Fundo",
460
DlgDocColorsTab		: "Cores e Margens",
461
DlgDocMetaTab		: "Meta Data",
462

    
463
DlgDocPageTitle		: "Título da Página",
464
DlgDocLangDir		: "Orientação de idioma",
465
DlgDocLangDirLTR	: "Esquerda à Direita (LTR)",
466
DlgDocLangDirRTL	: "Direita à Esquerda (RTL)",
467
DlgDocLangCode		: "Código de Idioma",
468
DlgDocCharSet		: "Codificação de Caracteres",
469
DlgDocCharSetCE		: "Central European",	//MISSING
470
DlgDocCharSetCT		: "Chinese Traditional (Big5)",	//MISSING
471
DlgDocCharSetCR		: "Cyrillic",	//MISSING
472
DlgDocCharSetGR		: "Greek",	//MISSING
473
DlgDocCharSetJP		: "Japanese",	//MISSING
474
DlgDocCharSetKR		: "Korean",	//MISSING
475
DlgDocCharSetTR		: "Turkish",	//MISSING
476
DlgDocCharSetUN		: "Unicode (UTF-8)",	//MISSING
477
DlgDocCharSetWE		: "Western European",	//MISSING
478
DlgDocCharSetOther	: "Outra Codificação de Caracteres",
479

    
480
DlgDocDocType		: "Tipo de Cabeçalho do Documento",
481
DlgDocDocTypeOther	: "Outro Tipo de Cabeçalho do Documento",
482
DlgDocIncXHTML		: "Incluir Declarações XHTML",
483
DlgDocBgColor		: "Cor de Fundo",
484
DlgDocBgImage		: "Caminho para a Imagem de Fundo",
485
DlgDocBgNoScroll	: "Fundo Fixo",
486
DlgDocCText			: "Texto",
487
DlgDocCLink			: "Hiperligação",
488
DlgDocCVisited		: "Hiperligação Visitada",
489
DlgDocCActive		: "Hiperligação Activa",
490
DlgDocMargins		: "Margem das Páginas",
491
DlgDocMaTop			: "Topo",
492
DlgDocMaLeft		: "Esquerda",
493
DlgDocMaRight		: "Direita",
494
DlgDocMaBottom		: "Fundo",
495
DlgDocMeIndex		: "Palavras de Indexação do Documento (separadas por virgula)",
496
DlgDocMeDescr		: "Descrição do Documento",
497
DlgDocMeAuthor		: "Autor",
498
DlgDocMeCopy		: "Direitos de Autor",
499
DlgDocPreview		: "Pré-visualizar",
500

    
501
// Templates Dialog
502
Templates			: "Modelos",
503
DlgTemplatesTitle	: "Modelo de Conteúdo",
504
DlgTemplatesSelMsg	: "Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):",
505
DlgTemplatesLoading	: "A carregar a lista de modelos. Aguarde por favor...",
506
DlgTemplatesNoTpl	: "(Sem modelos definidos)",
507
DlgTemplatesReplace	: "Replace actual contents",	//MISSING
508

    
509
// About Dialog
510
DlgAboutAboutTab	: "Acerca",
511
DlgAboutBrowserInfoTab	: "Informação do Nevegador",
512
DlgAboutLicenseTab	: "Licença",
513
DlgAboutVersion		: "versão",
514
DlgAboutInfo		: "Para mais informações por favor dirija-se a"
515
};
(44-44/57)