summaryrefslogtreecommitdiff
path: root/httemplate/elements/fckeditor/editor/lang/pt-br.js
blob: 4ae448f13128a35068d15d759a251082dd905f0f (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2010 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * Brazilian Portuguese language file.
 */

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

ToolbarCollapse		: "Ocultar Barra de Ferramentas",
ToolbarExpand		: "Exibir Barra de Ferramentas",

// Toolbar Items and Context Menu
Save				: "Salvar",
NewPage				: "Novo",
Preview				: "Visualizar",
Cut					: "Recortar",
Copy				: "Copiar",
Paste				: "Colar",
PasteText			: "Colar como Texto sem Formatação",
PasteWord			: "Colar do Word",
Print				: "Imprimir",
SelectAll			: "Selecionar Tudo",
RemoveFormat		: "Remover Formatação",
InsertLinkLbl		: "Hiperlink",
InsertLink			: "Inserir/Editar Hiperlink",
RemoveLink			: "Remover Hiperlink",
VisitLink			: "Open Link",	//MISSING
Anchor				: "Inserir/Editar Âncora",
AnchorDelete		: "Remover Âncora",
InsertImageLbl		: "Figura",
InsertImage			: "Inserir/Editar Figura",
InsertFlashLbl		: "Flash",
InsertFlash			: "Insere/Edita Flash",
InsertTableLbl		: "Tabela",
InsertTable			: "Inserir/Editar Tabela",
InsertLineLbl		: "Linha",
InsertLine			: "Inserir Linha Horizontal",
InsertSpecialCharLbl: "Caracteres Especiais",
InsertSpecialChar	: "Inserir Caractere Especial",
InsertSmileyLbl		: "Emoticon",
InsertSmiley		: "Inserir Emoticon",
About				: "Sobre FCKeditor",
Bold				: "Negrito",
Italic				: "Itálico",
Underline			: "Sublinhado",
StrikeThrough		: "Tachado",
Subscript			: "Subscrito",
Superscript			: "Sobrescrito",
LeftJustify			: "Alinhar Esquerda",
CenterJustify		: "Centralizar",
RightJustify		: "Alinhar Direita",
BlockJustify		: "Justificado",
DecreaseIndent		: "Diminuir Recuo",
IncreaseIndent		: "Aumentar Recuo",
Blockquote			: "Recuo",
CreateDiv			: "Create Div Container",	//MISSING
EditDiv				: "Edit Div Container",	//MISSING
DeleteDiv			: "Remove Div Container",	//MISSING
Undo				: "Desfazer",
Redo				: "Refazer",
NumberedListLbl		: "Numeração",
NumberedList		: "Inserir/Remover Numeração",
BulletedListLbl		: "Marcadores",
BulletedList		: "Inserir/Remover Marcadores",
ShowTableBorders	: "Exibir Bordas da Tabela",
ShowDetails			: "Exibir Detalhes",
Style				: "Estilo",
FontFormat			: "Formatação",
Font				: "Fonte",
FontSize			: "Tamanho",
TextColor			: "Cor do Texto",
BGColor				: "Cor do Plano de Fundo",
Source				: "Código-Fonte",
Find				: "Localizar",
Replace				: "Substituir",
SpellCheck			: "Verificar Ortografia",
UniversalKeyboard	: "Teclado Universal",
PageBreakLbl		: "Quebra de Página",
PageBreak			: "Inserir Quebra de Página",

Form			: "Formulário",
Checkbox		: "Caixa de Seleção",
RadioButton		: "Botão de Opção",
TextField		: "Caixa de Texto",
Textarea		: "Área de Texto",
HiddenField		: "Campo Oculto",
Button			: "Botão",
SelectionField	: "Caixa de Listagem",
ImageButton		: "Botão de Imagem",

FitWindow		: "Maximizar o tamanho do editor",
ShowBlocks		: "Mostrar blocos",

// Context Menu
EditLink			: "Editar Hiperlink",
CellCM				: "Célula",
RowCM				: "Linha",
ColumnCM			: "Coluna",
InsertRowAfter		: "Inserir linha abaixo",
InsertRowBefore		: "Inserir linha acima",
DeleteRows			: "Remover Linhas",
InsertColumnAfter	: "Inserir coluna à direita",
InsertColumnBefore	: "Inserir coluna à esquerda",
DeleteColumns		: "Remover Colunas",
InsertCellAfter		: "Inserir célula à direita",
InsertCellBefore	: "Inserir célula à esquerda",
DeleteCells			: "Remover Células",
MergeCells			: "Mesclar Células",
MergeRight			: "Mesclar com célula à direita",
MergeDown			: "Mesclar com célula abaixo",
HorizontalSplitCell	: "Dividir célula horizontalmente",
VerticalSplitCell	: "Dividir célula verticalmente",
TableDelete			: "Apagar Tabela",
CellProperties		: "Formatar Célula",
TableProperties		: "Formatar Tabela",
ImageProperties		: "Formatar Figura",
FlashProperties		: "Propriedades Flash",

AnchorProp			: "Formatar Âncora",
ButtonProp			: "Formatar Botão",
CheckboxProp		: "Formatar Caixa de Seleção",
HiddenFieldProp		: "Formatar Campo Oculto",
RadioButtonProp		: "Formatar Botão de Opção",
ImageButtonProp		: "Formatar Botão de Imagem",
TextFieldProp		: "Formatar Caixa de Texto",
SelectionFieldProp	: "Formatar Caixa de Listagem",
TextareaProp		: "Formatar Área de Texto",
FormProp			: "Formatar Formulário",

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

// Alerts and Messages
ProcessingXHTML		: "Processando XHTML. Por favor, aguarde...",
Done				: "Pronto",
PasteWordConfirm	: "O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?",
NotCompatiblePaste	: "Este comando está disponível para o navegador Internet Explorer 5.5 ou superior. Você gostaria de colar sem remover a formatação?",
UnknownToolbarItem	: "O item da barra de ferramentas \"%1\" não é reconhecido",
UnknownCommand		: "O comando \"%1\" não é reconhecido",
NotImplemented		: "O comando não foi implementado",
UnknownToolbarSet	: "A barra de ferramentas \"%1\" não existe",
NoActiveX			: "As configurações de segurança do seu browser podem limitar algumas características do editor. Você precisa habilitar a opção \"Executar controles e plug-ins ActiveX\". Você pode experimentar erros e alertas de características faltantes.",
BrowseServerBlocked : "Os recursos do browser não puderam ser abertos. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
DialogBlocked		: "Não foi possível abrir a janela de diálogo. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING

// Dialogs
DlgBtnOK			: "OK",
DlgBtnCancel		: "Cancelar",
DlgBtnClose			: "Fechar",
DlgBtnBrowseServer	: "Localizar no Servidor",
DlgAdvancedTag		: "Avançado",
DlgOpOther			: "<Outros>",
DlgInfoTab			: "Info",
DlgAlertUrl			: "Inserir a URL",

// General Dialogs Labels
DlgGenNotSet		: "<não ajustado>",
DlgGenId			: "Id",
DlgGenLangDir		: "Direção do idioma",
DlgGenLangDirLtr	: "Esquerda para Direita (LTR)",
DlgGenLangDirRtl	: "Direita para Esquerda (RTL)",
DlgGenLangCode		: "Idioma",
DlgGenAccessKey		: "Chave de Acesso",
DlgGenName			: "Nome",
DlgGenTabIndex		: "Índice de Tabulação",
DlgGenLongDescr		: "Descrição da URL",
DlgGenClass			: "Classe de Folhas de Estilo",
DlgGenTitle			: "Título",
DlgGenContType		: "Tipo de Conteúdo",
DlgGenLinkCharset	: "Conjunto de Caracteres do Hiperlink",
DlgGenStyle			: "Estilos",

// Image Dialog
DlgImgTitle			: "Formatar Figura",
DlgImgInfoTab		: "Informações da Figura",
DlgImgBtnUpload		: "Enviar para o Servidor",
DlgImgURL			: "URL",
DlgImgUpload		: "Submeter",
DlgImgAlt			: "Texto Alternativo",
DlgImgWidth			: "Largura",
DlgImgHeight		: "Altura",
DlgImgLockRatio		: "Manter proporções",
DlgBtnResetSize		: "Redefinir para o Tamanho Original",
DlgImgBorder		: "Borda",
DlgImgHSpace		: "Horizontal",
DlgImgVSpace		: "Vertical",
DlgImgAlign			: "Alinhamento",
DlgImgAlignLeft		: "Esquerda",
DlgImgAlignAbsBottom: "Inferior Absoluto",
DlgImgAlignAbsMiddle: "Centralizado Absoluto",
DlgImgAlignBaseline	: "Baseline",
DlgImgAlignBottom	: "Inferior",
DlgImgAlignMiddle	: "Centralizado",
DlgImgAlignRight	: "Direita",
DlgImgAlignTextTop	: "Superior Absoluto",
DlgImgAlignTop		: "Superior",
DlgImgPreview		: "Visualização",
DlgImgAlertUrl		: "Por favor, digite o URL da figura.",
DlgImgLinkTab		: "Hiperlink",

// Flash Dialog
DlgFlashTitle		: "Propriedades Flash",
DlgFlashChkPlay		: "Tocar Automaticamente",
DlgFlashChkLoop		: "Loop",
DlgFlashChkMenu		: "Habilita Menu Flash",
DlgFlashScale		: "Escala",
DlgFlashScaleAll	: "Mostrar tudo",
DlgFlashScaleNoBorder	: "Sem Borda",
DlgFlashScaleFit	: "Escala Exata",

// Link Dialog
DlgLnkWindowTitle	: "Hiperlink",
DlgLnkInfoTab		: "Informações",
DlgLnkTargetTab		: "Destino",

DlgLnkType			: "Tipo de hiperlink",
DlgLnkTypeURL		: "URL",
DlgLnkTypeAnchor	: "Âncora nesta página",
DlgLnkTypeEMail		: "E-Mail",
DlgLnkProto			: "Protocolo",
DlgLnkProtoOther	: "<outro>",
DlgLnkURL			: "URL do hiperlink",
DlgLnkAnchorSel		: "Selecione uma âncora",
DlgLnkAnchorByName	: "Pelo Nome da âncora",
DlgLnkAnchorById	: "Pelo Id do Elemento",
DlgLnkNoAnchors		: "(Não há âncoras disponíveis neste documento)",
DlgLnkEMail			: "Endereço E-Mail",
DlgLnkEMailSubject	: "Assunto da Mensagem",
DlgLnkEMailBody		: "Corpo da Mensagem",
DlgLnkUpload		: "Enviar ao Servidor",
DlgLnkBtnUpload		: "Enviar ao Servidor",

DlgLnkTarget		: "Destino",
DlgLnkTargetFrame	: "<frame>",
DlgLnkTargetPopup	: "<janela popup>",
DlgLnkTargetBlank	: "Nova Janela (_blank)",
DlgLnkTargetParent	: "Janela Pai (_parent)",
DlgLnkTargetSelf	: "Mesma Janela (_self)",
DlgLnkTargetTop		: "Janela Superior (_top)",
DlgLnkTargetFrameName	: "Nome do Frame de Destino",
DlgLnkPopWinName	: "Nome da Janela Pop-up",
DlgLnkPopWinFeat	: "Atributos da Janela Pop-up",
DlgLnkPopResize		: "Redimensionável",
DlgLnkPopLocation	: "Barra de Endereços",
DlgLnkPopMenu		: "Barra de Menus",
DlgLnkPopScroll		: "Barras de Rolagem",
DlgLnkPopStatus		: "Barra de Status",
DlgLnkPopToolbar	: "Barra de Ferramentas",
DlgLnkPopFullScrn	: "Modo Tela Cheia (IE)",
DlgLnkPopDependent	: "Dependente (Netscape)",
DlgLnkPopWidth		: "Largura",
DlgLnkPopHeight		: "Altura",
DlgLnkPopLeft		: "Esquerda",
DlgLnkPopTop		: "Superior",

DlnLnkMsgNoUrl		: "Por favor, digite o endereço do Hiperlink",
DlnLnkMsgNoEMail	: "Por favor, digite o endereço de e-mail",
DlnLnkMsgNoAnchor	: "Por favor, selecione uma âncora",
DlnLnkMsgInvPopName	: "O nome da janela popup deve começar com uma letra ou sublinhado (_) e não pode conter espaços",

// Color Dialog
DlgColorTitle		: "Selecione uma Cor",
DlgColorBtnClear	: "Limpar",
DlgColorHighlight	: "Visualização",
DlgColorSelected	: "Selecionada",

// Smiley Dialog
DlgSmileyTitle		: "Inserir Emoticon",

// Special Character Dialog
DlgSpecialCharTitle	: "Selecione um Caractere Especial",

// Table Dialog
DlgTableTitle		: "Formatar Tabela",
DlgTableRows		: "Linhas",
DlgTableColumns		: "Colunas",
DlgTableBorder		: "Borda",
DlgTableAlign		: "Alinhamento",
DlgTableAlignNotSet	: "<Não ajustado>",
DlgTableAlignLeft	: "Esquerda",
DlgTableAlignCenter	: "Centralizado",
DlgTableAlignRight	: "Direita",
DlgTableWidth		: "Largura",
DlgTableWidthPx		: "pixels",
DlgTableWidthPc		: "%",
DlgTableHeight		: "Altura",
DlgTableCellSpace	: "Espaçamento",
DlgTableCellPad		: "Enchimento",
DlgTableCaption		: "Legenda",
DlgTableSummary		: "Resumo",
DlgTableHeaders		: "Headers",	//MISSING
DlgTableHeadersNone		: "None",	//MISSING
DlgTableHeadersColumn	: "First column",	//MISSING
DlgTableHeadersRow		: "First Row",	//MISSING
DlgTableHeadersBoth		: "Both",	//MISSING

// Table Cell Dialog
DlgCellTitle		: "Formatar célula",
DlgCellWidth		: "Largura",
DlgCellWidthPx		: "pixels",
DlgCellWidthPc		: "%",
DlgCellHeight		: "Altura",
DlgCellWordWrap		: "Quebra de Linha",
DlgCellWordWrapNotSet	: "<Não ajustado>",
DlgCellWordWrapYes	: "Sim",
DlgCellWordWrapNo	: "Não",
DlgCellHorAlign		: "Alinhamento Horizontal",
DlgCellHorAlignNotSet	: "<Não ajustado>",
DlgCellHorAlignLeft	: "Esquerda",
DlgCellHorAlignCenter	: "Centralizado",
DlgCellHorAlignRight: "Direita",
DlgCellVerAlign		: "Alinhamento Vertical",
DlgCellVerAlignNotSet	: "<Não ajustado>",
DlgCellVerAlignTop	: "Superior",
DlgCellVerAlignMiddle	: "Centralizado",
DlgCellVerAlignBottom	: "Inferior",
DlgCellVerAlignBaseline	: "Baseline",
DlgCellType		: "Cell Type",	//MISSING
DlgCellTypeData		: "Data",	//MISSING
DlgCellTypeHeader	: "Header",	//MISSING
DlgCellRowSpan		: "Transpor Linhas",
DlgCellCollSpan		: "Transpor Colunas",
DlgCellBackColor	: "Cor do Plano de Fundo",
DlgCellBorderColor	: "Cor da Borda",
DlgCellBtnSelect	: "Selecionar...",

// Find and Replace Dialog
DlgFindAndReplaceTitle	: "Localizar e Substituir",

// Find Dialog
DlgFindTitle		: "Localizar...",
DlgFindFindBtn		: "Localizar",
DlgFindNotFoundMsg	: "O texto especificado não foi encontrado.",

// Replace Dialog
DlgReplaceTitle			: "Substituir",
DlgReplaceFindLbl		: "Procurar por:",
DlgReplaceReplaceLbl	: "Substituir por:",
DlgReplaceCaseChk		: "Coincidir Maiúsculas/Minúsculas",
DlgReplaceReplaceBtn	: "Substituir",
DlgReplaceReplAllBtn	: "Substituir Tudo",
DlgReplaceWordChk		: "Coincidir a palavra inteira",

// Paste Operations / Dialog
PasteErrorCut	: "As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl+X).",
PasteErrorCopy	: "As configurações de segurança do seu navegador não permitem que o editor execute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl+C).",

PasteAsText		: "Colar como Texto sem Formatação",
PasteFromWord	: "Colar do Word",

DlgPasteMsg2	: "Transfira o link usado no box usando o teclado com (<STRONG>Ctrl+V</STRONG>) e <STRONG>OK</STRONG>.",
DlgPasteSec		: "As configurações de segurança do seu navegador não permitem que o editor acesse os dados da área de transferência diretamente. Por favor cole o conteúdo novamente nesta janela.",
DlgPasteIgnoreFont		: "Ignorar definições de fonte",
DlgPasteRemoveStyles	: "Remove definições de estilo",

// Color Picker
ColorAutomatic	: "Automático",
ColorMoreColors	: "Mais Cores...",

// Document Properties
DocProps		: "Propriedades Documento",

// Anchor Dialog
DlgAnchorTitle		: "Formatar Âncora",
DlgAnchorName		: "Nome da Âncora",
DlgAnchorErrorName	: "Por favor, digite o nome da âncora",

// Speller Pages Dialog
DlgSpellNotInDic		: "Não encontrada",
DlgSpellChangeTo		: "Alterar para",
DlgSpellBtnIgnore		: "Ignorar uma vez",
DlgSpellBtnIgnoreAll	: "Ignorar Todas",
DlgSpellBtnReplace		: "Alterar",
DlgSpellBtnReplaceAll	: "Alterar Todas",
DlgSpellBtnUndo			: "Desfazer",
DlgSpellNoSuggestions	: "-sem sugestões de ortografia-",
DlgSpellProgress		: "Verificação ortográfica em andamento...",
DlgSpellNoMispell		: "Verificação encerrada: Não foram encontrados erros de ortografia",
DlgSpellNoChanges		: "Verificação ortográfica encerrada: Não houve alterações",
DlgSpellOneChange		: "Verificação ortográfica encerrada: Uma palavra foi alterada",
DlgSpellManyChanges		: "Verificação ortográfica encerrada: %1 foram alteradas",

IeSpellDownload			: "A verificação ortográfica não foi instalada. Você gostaria de realizar o download agora?",

// Button Dialog
DlgButtonText		: "Texto (Valor)",
DlgButtonType		: "Tipo",
DlgButtonTypeBtn	: "Botão",
DlgButtonTypeSbm	: "Enviar",
DlgButtonTypeRst	: "Limpar",

// Checkbox and Radio Button Dialogs
DlgCheckboxName		: "Nome",
DlgCheckboxValue	: "Valor",
DlgCheckboxSelected	: "Selecionado",

// Form Dialog
DlgFormName		: "Nome",
DlgFormAction	: "Action",
DlgFormMethod	: "Método",

// Select Field Dialog
DlgSelectName		: "Nome",
DlgSelectValue		: "Valor",
DlgSelectSize		: "Tamanho",
DlgSelectLines		: "linhas",
DlgSelectChkMulti	: "Permitir múltiplas seleções",
DlgSelectOpAvail	: "Opções disponíveis",
DlgSelectOpText		: "Texto",
DlgSelectOpValue	: "Valor",
DlgSelectBtnAdd		: "Adicionar",
DlgSelectBtnModify	: "Modificar",
DlgSelectBtnUp		: "Para cima",
DlgSelectBtnDown	: "Para baixo",
DlgSelectBtnSetValue : "Definir como selecionado",
DlgSelectBtnDelete	: "Remover",

// Textarea Dialog
DlgTextareaName	: "Nome",
DlgTextareaCols	: "Colunas",
DlgTextareaRows	: "Linhas",

// Text Field Dialog
DlgTextName			: "Nome",
DlgTextValue		: "Valor",
DlgTextCharWidth	: "Comprimento (em caracteres)",
DlgTextMaxChars		: "Número Máximo de Caracteres",
DlgTextType			: "Tipo",
DlgTextTypeText		: "Texto",
DlgTextTypePass		: "Senha",

// Hidden Field Dialog
DlgHiddenName	: "Nome",
DlgHiddenValue	: "Valor",

// Bulleted List Dialog
BulletedListProp	: "Formatar Marcadores",
NumberedListProp	: "Formatar Numeração",
DlgLstStart			: "Iniciar",
DlgLstType			: "Tipo",
DlgLstTypeCircle	: "Círculo",
DlgLstTypeDisc		: "Disco",
DlgLstTypeSquare	: "Quadrado",
DlgLstTypeNumbers	: "Números (1, 2, 3)",
DlgLstTypeLCase		: "Letras Minúsculas (a, b, c)",
DlgLstTypeUCase		: "Letras Maiúsculas (A, B, C)",
DlgLstTypeSRoman	: "Números Romanos Minúsculos (i, ii, iii)",
DlgLstTypeLRoman	: "Números Romanos Maiúsculos (I, II, III)",

// Document Properties Dialog
DlgDocGeneralTab	: "Geral",
DlgDocBackTab		: "Plano de Fundo",
DlgDocColorsTab		: "Cores e Margens",
DlgDocMetaTab		: "Meta Dados",

DlgDocPageTitle		: "Título da Página",
DlgDocLangDir		: "Direção do Idioma",
DlgDocLangDirLTR	: "Esquerda para Direita (LTR)",
DlgDocLangDirRTL	: "Direita para Esquerda (RTL)",
DlgDocLangCode		: "Código do Idioma",
DlgDocCharSet		: "Codificação de Caracteres",
DlgDocCharSetCE		: "Europa Central",
DlgDocCharSetCT		: "Chinês Tradicional (Big5)",
DlgDocCharSetCR		: "Cirílico",
DlgDocCharSetGR		: "Grego",
DlgDocCharSetJP		: "Japonês",
DlgDocCharSetKR		: "Coreano",
DlgDocCharSetTR		: "Turco",
DlgDocCharSetUN		: "Unicode (UTF-8)",
DlgDocCharSetWE		: "Europa Ocidental",
DlgDocCharSetOther	: "Outra Codificação de Caracteres",

DlgDocDocType		: "Cabeçalho Tipo de Documento",
DlgDocDocTypeOther	: "Other Document Type Heading",
DlgDocIncXHTML		: "Incluir Declarações XHTML",
DlgDocBgColor		: "Cor do Plano de Fundo",
DlgDocBgImage		: "URL da Imagem de Plano de Fundo",
DlgDocBgNoScroll	: "Plano de Fundo Fixo",
DlgDocCText			: "Texto",
DlgDocCLink			: "Hiperlink",
DlgDocCVisited		: "Hiperlink Visitado",
DlgDocCActive		: "Hiperlink Ativo",
DlgDocMargins		: "Margens da Página",
DlgDocMaTop			: "Superior",
DlgDocMaLeft		: "Inferior",
DlgDocMaRight		: "Direita",
DlgDocMaBottom		: "Inferior",
DlgDocMeIndex		: "Palavras-chave de Indexação do Documento (separadas por vírgula)",
DlgDocMeDescr		: "Descrição do Documento",
DlgDocMeAuthor		: "Autor",
DlgDocMeCopy		: "Direitos Autorais",
DlgDocPreview		: "Visualizar",

// Templates Dialog
Templates			: "Modelos de layout",
DlgTemplatesTitle	: "Modelo de layout do conteúdo",
DlgTemplatesSelMsg	: "Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):",
DlgTemplatesLoading	: "Carregando a lista de modelos de layout. Aguarde...",
DlgTemplatesNoTpl	: "(Não foram definidos modelos de layout)",
DlgTemplatesReplace	: "Substituir o conteúdo atual",

// About Dialog
DlgAboutAboutTab	: "Sobre",
DlgAboutBrowserInfoTab	: "Informações do Navegador",
DlgAboutLicenseTab	: "Licença",
DlgAboutVersion		: "versão",
DlgAboutInfo		: "Para maiores informações visite",

// Div Dialog
DlgDivGeneralTab	: "General",	//MISSING
DlgDivAdvancedTab	: "Advanced",	//MISSING
DlgDivStyle		: "Style",	//MISSING
DlgDivInlineStyle	: "Inline Style",	//MISSING

ScaytTitle			: "SCAYT",	//MISSING
ScaytTitleOptions	: "Options",	//MISSING
ScaytTitleLangs		: "Languages",	//MISSING
ScaytTitleAbout		: "About"	//MISSING
};