Project

General

Profile

1
/*
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2009 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
 * Brazilian 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		: "Ocultar Barra de Ferramentas",
30
ToolbarExpand		: "Exibir Barra de Ferramentas",
31

    
32
// Toolbar Items and Context Menu
33
Save				: "Salvar",
34
NewPage				: "Novo",
35
Preview				: "Visualizar",
36
Cut					: "Recortar",
37
Copy				: "Copiar",
38
Paste				: "Colar",
39
PasteText			: "Colar como Texto sem Formatação",
40
PasteWord			: "Colar do Word",
41
Print				: "Imprimir",
42
SelectAll			: "Selecionar Tudo",
43
RemoveFormat		: "Remover Formatação",
44
InsertLinkLbl		: "Hiperlink",
45
InsertLink			: "Inserir/Editar Hiperlink",
46
RemoveLink			: "Remover Hiperlink",
47
VisitLink			: "Open Link",	//MISSING
48
Anchor				: "Inserir/Editar Âncora",
49
AnchorDelete		: "Remover Âncora",
50
InsertImageLbl		: "Figura",
51
InsertImage			: "Inserir/Editar Figura",
52
InsertFlashLbl		: "Flash",
53
InsertFlash			: "Insere/Edita Flash",
54
InsertTableLbl		: "Tabela",
55
InsertTable			: "Inserir/Editar Tabela",
56
InsertLineLbl		: "Linha",
57
InsertLine			: "Inserir Linha Horizontal",
58
InsertSpecialCharLbl: "Caracteres Especiais",
59
InsertSpecialChar	: "Inserir Caractere Especial",
60
InsertSmileyLbl		: "Emoticon",
61
InsertSmiley		: "Inserir Emoticon",
62
About				: "Sobre FCKeditor",
63
Bold				: "Negrito",
64
Italic				: "Itálico",
65
Underline			: "Sublinhado",
66
StrikeThrough		: "Tachado",
67
Subscript			: "Subscrito",
68
Superscript			: "Sobrescrito",
69
LeftJustify			: "Alinhar Esquerda",
70
CenterJustify		: "Centralizar",
71
RightJustify		: "Alinhar Direita",
72
BlockJustify		: "Justificado",
73
DecreaseIndent		: "Diminuir Recuo",
74
IncreaseIndent		: "Aumentar Recuo",
75
Blockquote			: "Recuo",
76
CreateDiv			: "Create Div Container",	//MISSING
77
EditDiv				: "Edit Div Container",	//MISSING
78
DeleteDiv			: "Remove Div Container",	//MISSING
79
Undo				: "Desfazer",
80
Redo				: "Refazer",
81
NumberedListLbl		: "Numeração",
82
NumberedList		: "Inserir/Remover Numeração",
83
BulletedListLbl		: "Marcadores",
84
BulletedList		: "Inserir/Remover Marcadores",
85
ShowTableBorders	: "Exibir Bordas da Tabela",
86
ShowDetails			: "Exibir Detalhes",
87
Style				: "Estilo",
88
FontFormat			: "Formatação",
89
Font				: "Fonte",
90
FontSize			: "Tamanho",
91
TextColor			: "Cor do Texto",
92
BGColor				: "Cor do Plano de Fundo",
93
Source				: "Código-Fonte",
94
Find				: "Localizar",
95
Replace				: "Substituir",
96
SpellCheck			: "Verificar Ortografia",
97
UniversalKeyboard	: "Teclado Universal",
98
PageBreakLbl		: "Quebra de Página",
99
PageBreak			: "Inserir Quebra de Página",
100

    
101
Form			: "Formulário",
102
Checkbox		: "Caixa de Seleção",
103
RadioButton		: "Botão de Opção",
104
TextField		: "Caixa de Texto",
105
Textarea		: "Área de Texto",
106
HiddenField		: "Campo Oculto",
107
Button			: "Botão",
108
SelectionField	: "Caixa de Listagem",
109
ImageButton		: "Botão de Imagem",
110

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

    
114
// Context Menu
115
EditLink			: "Editar Hiperlink",
116
CellCM				: "Célula",
117
RowCM				: "Linha",
118
ColumnCM			: "Coluna",
119
InsertRowAfter		: "Inserir linha abaixo",
120
InsertRowBefore		: "Inserir linha acima",
121
DeleteRows			: "Remover Linhas",
122
InsertColumnAfter	: "Inserir coluna à direita",
123
InsertColumnBefore	: "Inserir coluna à esquerda",
124
DeleteColumns		: "Remover Colunas",
125
InsertCellAfter		: "Inserir célula à direita",
126
InsertCellBefore	: "Inserir célula à esquerda",
127
DeleteCells			: "Remover Células",
128
MergeCells			: "Mesclar Células",
129
MergeRight			: "Mesclar com célula à direita",
130
MergeDown			: "Mesclar com célula abaixo",
131
HorizontalSplitCell	: "Dividir célula horizontalmente",
132
VerticalSplitCell	: "Dividir célula verticalmente",
133
TableDelete			: "Apagar Tabela",
134
CellProperties		: "Formatar Célula",
135
TableProperties		: "Formatar Tabela",
136
ImageProperties		: "Formatar Figura",
137
FlashProperties		: "Propriedades Flash",
138

    
139
AnchorProp			: "Formatar Âncora",
140
ButtonProp			: "Formatar Botão",
141
CheckboxProp		: "Formatar Caixa de Seleção",
142
HiddenFieldProp		: "Formatar Campo Oculto",
143
RadioButtonProp		: "Formatar Botão de Opção",
144
ImageButtonProp		: "Formatar Botão de Imagem",
145
TextFieldProp		: "Formatar Caixa de Texto",
146
SelectionFieldProp	: "Formatar Caixa de Listagem",
147
TextareaProp		: "Formatar Área de Texto",
148
FormProp			: "Formatar Formulário",
149

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

    
152
// Alerts and Messages
153
ProcessingXHTML		: "Processando XHTML. Por favor, aguarde...",
154
Done				: "Pronto",
155
PasteWordConfirm	: "O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?",
156
NotCompatiblePaste	: "Este comando está disponível para o navegador Internet Explorer 5.5 ou superior. Você gostaria de colar sem remover a formatação?",
157
UnknownToolbarItem	: "O item da barra de ferramentas \"%1\" não é reconhecido",
158
UnknownCommand		: "O comando \"%1\" não é reconhecido",
159
NotImplemented		: "O comando não foi implementado",
160
UnknownToolbarSet	: "A barra de ferramentas \"%1\" não existe",
161
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.",
162
BrowseServerBlocked : "Os recursos do browser não puderam ser abertos. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
163
DialogBlocked		: "Não foi possível abrir a janela de diálogo. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
165

    
166
// Dialogs
167
DlgBtnOK			: "OK",
168
DlgBtnCancel		: "Cancelar",
169
DlgBtnClose			: "Fechar",
170
DlgBtnBrowseServer	: "Localizar no Servidor",
171
DlgAdvancedTag		: "Avançado",
172
DlgOpOther			: "<Outros>",
173
DlgInfoTab			: "Info",
174
DlgAlertUrl			: "Inserir a URL",
175

    
176
// General Dialogs Labels
177
DlgGenNotSet		: "<não ajustado>",
178
DlgGenId			: "Id",
179
DlgGenLangDir		: "Direção do idioma",
180
DlgGenLangDirLtr	: "Esquerda para Direita (LTR)",
181
DlgGenLangDirRtl	: "Direita para Esquerda (RTL)",
182
DlgGenLangCode		: "Idioma",
183
DlgGenAccessKey		: "Chave de Acesso",
184
DlgGenName			: "Nome",
185
DlgGenTabIndex		: "Índice de Tabulação",
186
DlgGenLongDescr		: "Descrição da URL",
187
DlgGenClass			: "Classe de Folhas de Estilo",
188
DlgGenTitle			: "Título",
189
DlgGenContType		: "Tipo de Conteúdo",
190
DlgGenLinkCharset	: "Conjunto de Caracteres do Hiperlink",
191
DlgGenStyle			: "Estilos",
192

    
193
// Image Dialog
194
DlgImgTitle			: "Formatar Figura",
195
DlgImgInfoTab		: "Informações da Figura",
196
DlgImgBtnUpload		: "Enviar para o Servidor",
197
DlgImgURL			: "URL",
198
DlgImgUpload		: "Submeter",
199
DlgImgAlt			: "Texto Alternativo",
200
DlgImgWidth			: "Largura",
201
DlgImgHeight		: "Altura",
202
DlgImgLockRatio		: "Manter proporções",
203
DlgBtnResetSize		: "Redefinir para o Tamanho Original",
204
DlgImgBorder		: "Borda",
205
DlgImgHSpace		: "Horizontal",
206
DlgImgVSpace		: "Vertical",
207
DlgImgAlign			: "Alinhamento",
208
DlgImgAlignLeft		: "Esquerda",
209
DlgImgAlignAbsBottom: "Inferior Absoluto",
210
DlgImgAlignAbsMiddle: "Centralizado Absoluto",
211
DlgImgAlignBaseline	: "Baseline",
212
DlgImgAlignBottom	: "Inferior",
213
DlgImgAlignMiddle	: "Centralizado",
214
DlgImgAlignRight	: "Direita",
215
DlgImgAlignTextTop	: "Superior Absoluto",
216
DlgImgAlignTop		: "Superior",
217
DlgImgPreview		: "Visualização",
218
DlgImgAlertUrl		: "Por favor, digite o URL da figura.",
219
DlgImgLinkTab		: "Hiperlink",
220

    
221
// Flash Dialog
222
DlgFlashTitle		: "Propriedades Flash",
223
DlgFlashChkPlay		: "Tocar Automaticamente",
224
DlgFlashChkLoop		: "Loop",
225
DlgFlashChkMenu		: "Habilita Menu Flash",
226
DlgFlashScale		: "Escala",
227
DlgFlashScaleAll	: "Mostrar tudo",
228
DlgFlashScaleNoBorder	: "Sem Borda",
229
DlgFlashScaleFit	: "Escala Exata",
230

    
231
// Link Dialog
232
DlgLnkWindowTitle	: "Hiperlink",
233
DlgLnkInfoTab		: "Informações",
234
DlgLnkTargetTab		: "Destino",
235

    
236
DlgLnkType			: "Tipo de hiperlink",
237
DlgLnkTypeURL		: "URL",
238
DlgLnkTypeAnchor	: "Âncora nesta página",
239
DlgLnkTypeEMail		: "E-Mail",
240
DlgLnkProto			: "Protocolo",
241
DlgLnkProtoOther	: "<outro>",
242
DlgLnkURL			: "URL do hiperlink",
243
DlgLnkAnchorSel		: "Selecione uma âncora",
244
DlgLnkAnchorByName	: "Pelo Nome da âncora",
245
DlgLnkAnchorById	: "Pelo Id do Elemento",
246
DlgLnkNoAnchors		: "(Não há âncoras disponíveis neste documento)",
247
DlgLnkEMail			: "Endereço E-Mail",
248
DlgLnkEMailSubject	: "Assunto da Mensagem",
249
DlgLnkEMailBody		: "Corpo da Mensagem",
250
DlgLnkUpload		: "Enviar ao Servidor",
251
DlgLnkBtnUpload		: "Enviar ao Servidor",
252

    
253
DlgLnkTarget		: "Destino",
254
DlgLnkTargetFrame	: "<frame>",
255
DlgLnkTargetPopup	: "<janela popup>",
256
DlgLnkTargetBlank	: "Nova Janela (_blank)",
257
DlgLnkTargetParent	: "Janela Pai (_parent)",
258
DlgLnkTargetSelf	: "Mesma Janela (_self)",
259
DlgLnkTargetTop		: "Janela Superior (_top)",
260
DlgLnkTargetFrameName	: "Nome do Frame de Destino",
261
DlgLnkPopWinName	: "Nome da Janela Pop-up",
262
DlgLnkPopWinFeat	: "Atributos da Janela Pop-up",
263
DlgLnkPopResize		: "Redimensionável",
264
DlgLnkPopLocation	: "Barra de Endereços",
265
DlgLnkPopMenu		: "Barra de Menus",
266
DlgLnkPopScroll		: "Barras de Rolagem",
267
DlgLnkPopStatus		: "Barra de Status",
268
DlgLnkPopToolbar	: "Barra de Ferramentas",
269
DlgLnkPopFullScrn	: "Modo Tela Cheia (IE)",
270
DlgLnkPopDependent	: "Dependente (Netscape)",
271
DlgLnkPopWidth		: "Largura",
272
DlgLnkPopHeight		: "Altura",
273
DlgLnkPopLeft		: "Esquerda",
274
DlgLnkPopTop		: "Superior",
275

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

    
281
// Color Dialog
282
DlgColorTitle		: "Selecione uma Cor",
283
DlgColorBtnClear	: "Limpar",
284
DlgColorHighlight	: "Visualização",
285
DlgColorSelected	: "Selecionada",
286

    
287
// Smiley Dialog
288
DlgSmileyTitle		: "Inserir Emoticon",
289

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

    
293
// Table Dialog
294
DlgTableTitle		: "Formatar Tabela",
295
DlgTableRows		: "Linhas",
296
DlgTableColumns		: "Colunas",
297
DlgTableBorder		: "Borda",
298
DlgTableAlign		: "Alinhamento",
299
DlgTableAlignNotSet	: "<Não ajustado>",
300
DlgTableAlignLeft	: "Esquerda",
301
DlgTableAlignCenter	: "Centralizado",
302
DlgTableAlignRight	: "Direita",
303
DlgTableWidth		: "Largura",
304
DlgTableWidthPx		: "pixels",
305
DlgTableWidthPc		: "%",
306
DlgTableHeight		: "Altura",
307
DlgTableCellSpace	: "Espaçamento",
308
DlgTableCellPad		: "Enchimento",
309
DlgTableCaption		: "Legenda",
310
DlgTableSummary		: "Resumo",
311
DlgTableHeaders		: "Headers",	//MISSING
312
DlgTableHeadersNone		: "None",	//MISSING
313
DlgTableHeadersColumn	: "First column",	//MISSING
314
DlgTableHeadersRow		: "First Row",	//MISSING
315
DlgTableHeadersBoth		: "Both",	//MISSING
316

    
317
// Table Cell Dialog
318
DlgCellTitle		: "Formatar célula",
319
DlgCellWidth		: "Largura",
320
DlgCellWidthPx		: "pixels",
321
DlgCellWidthPc		: "%",
322
DlgCellHeight		: "Altura",
323
DlgCellWordWrap		: "Quebra de Linha",
324
DlgCellWordWrapNotSet	: "<Não ajustado>",
325
DlgCellWordWrapYes	: "Sim",
326
DlgCellWordWrapNo	: "Não",
327
DlgCellHorAlign		: "Alinhamento Horizontal",
328
DlgCellHorAlignNotSet	: "<Não ajustado>",
329
DlgCellHorAlignLeft	: "Esquerda",
330
DlgCellHorAlignCenter	: "Centralizado",
331
DlgCellHorAlignRight: "Direita",
332
DlgCellVerAlign		: "Alinhamento Vertical",
333
DlgCellVerAlignNotSet	: "<Não ajustado>",
334
DlgCellVerAlignTop	: "Superior",
335
DlgCellVerAlignMiddle	: "Centralizado",
336
DlgCellVerAlignBottom	: "Inferior",
337
DlgCellVerAlignBaseline	: "Baseline",
338
DlgCellType		: "Cell Type",	//MISSING
339
DlgCellTypeData		: "Data",	//MISSING
340
DlgCellTypeHeader	: "Header",	//MISSING
341
DlgCellRowSpan		: "Transpor Linhas",
342
DlgCellCollSpan		: "Transpor Colunas",
343
DlgCellBackColor	: "Cor do Plano de Fundo",
344
DlgCellBorderColor	: "Cor da Borda",
345
DlgCellBtnSelect	: "Selecionar...",
346

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

    
350
// Find Dialog
351
DlgFindTitle		: "Localizar...",
352
DlgFindFindBtn		: "Localizar",
353
DlgFindNotFoundMsg	: "O texto especificado não foi encontrado.",
354

    
355
// Replace Dialog
356
DlgReplaceTitle			: "Substituir",
357
DlgReplaceFindLbl		: "Procurar por:",
358
DlgReplaceReplaceLbl	: "Substituir por:",
359
DlgReplaceCaseChk		: "Coincidir Maiúsculas/Minúsculas",
360
DlgReplaceReplaceBtn	: "Substituir",
361
DlgReplaceReplAllBtn	: "Substituir Tudo",
362
DlgReplaceWordChk		: "Coincidir a palavra inteira",
363

    
364
// Paste Operations / Dialog
365
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).",
366
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).",
367

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

    
371
DlgPasteMsg2	: "Transfira o link usado no box usando o teclado com (<STRONG>Ctrl+V</STRONG>) e <STRONG>OK</STRONG>.",
372
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.",
373
DlgPasteIgnoreFont		: "Ignorar definições de fonte",
374
DlgPasteRemoveStyles	: "Remove definições de estilo",
375

    
376
// Color Picker
377
ColorAutomatic	: "Automático",
378
ColorMoreColors	: "Mais Cores...",
379

    
380
// Document Properties
381
DocProps		: "Propriedades Documento",
382

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

    
388
// Speller Pages Dialog
389
DlgSpellNotInDic		: "Não encontrada",
390
DlgSpellChangeTo		: "Alterar para",
391
DlgSpellBtnIgnore		: "Ignorar uma vez",
392
DlgSpellBtnIgnoreAll	: "Ignorar Todas",
393
DlgSpellBtnReplace		: "Alterar",
394
DlgSpellBtnReplaceAll	: "Alterar Todas",
395
DlgSpellBtnUndo			: "Desfazer",
396
DlgSpellNoSuggestions	: "-sem sugestões de ortografia-",
397
DlgSpellProgress		: "Verificação ortográfica em andamento...",
398
DlgSpellNoMispell		: "Verificação encerrada: Não foram encontrados erros de ortografia",
399
DlgSpellNoChanges		: "Verificação ortográfica encerrada: Não houve alterações",
400
DlgSpellOneChange		: "Verificação ortográfica encerrada: Uma palavra foi alterada",
401
DlgSpellManyChanges		: "Verificação ortográfica encerrada: %1 foram alteradas",
402

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

    
405
// Button Dialog
406
DlgButtonText		: "Texto (Valor)",
407
DlgButtonType		: "Tipo",
408
DlgButtonTypeBtn	: "Botão",
409
DlgButtonTypeSbm	: "Enviar",
410
DlgButtonTypeRst	: "Limpar",
411

    
412
// Checkbox and Radio Button Dialogs
413
DlgCheckboxName		: "Nome",
414
DlgCheckboxValue	: "Valor",
415
DlgCheckboxSelected	: "Selecionado",
416

    
417
// Form Dialog
418
DlgFormName		: "Nome",
419
DlgFormAction	: "Action",
420
DlgFormMethod	: "Método",
421

    
422
// Select Field Dialog
423
DlgSelectName		: "Nome",
424
DlgSelectValue		: "Valor",
425
DlgSelectSize		: "Tamanho",
426
DlgSelectLines		: "linhas",
427
DlgSelectChkMulti	: "Permitir múltiplas seleções",
428
DlgSelectOpAvail	: "Opções disponíveis",
429
DlgSelectOpText		: "Texto",
430
DlgSelectOpValue	: "Valor",
431
DlgSelectBtnAdd		: "Adicionar",
432
DlgSelectBtnModify	: "Modificar",
433
DlgSelectBtnUp		: "Para cima",
434
DlgSelectBtnDown	: "Para baixo",
435
DlgSelectBtnSetValue : "Definir como selecionado",
436
DlgSelectBtnDelete	: "Remover",
437

    
438
// Textarea Dialog
439
DlgTextareaName	: "Nome",
440
DlgTextareaCols	: "Colunas",
441
DlgTextareaRows	: "Linhas",
442

    
443
// Text Field Dialog
444
DlgTextName			: "Nome",
445
DlgTextValue		: "Valor",
446
DlgTextCharWidth	: "Comprimento (em caracteres)",
447
DlgTextMaxChars		: "Número Máximo de Caracteres",
448
DlgTextType			: "Tipo",
449
DlgTextTypeText		: "Texto",
450
DlgTextTypePass		: "Senha",
451

    
452
// Hidden Field Dialog
453
DlgHiddenName	: "Nome",
454
DlgHiddenValue	: "Valor",
455

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

    
470
// Document Properties Dialog
471
DlgDocGeneralTab	: "Geral",
472
DlgDocBackTab		: "Plano de Fundo",
473
DlgDocColorsTab		: "Cores e Margens",
474
DlgDocMetaTab		: "Meta Dados",
475

    
476
DlgDocPageTitle		: "Título da Página",
477
DlgDocLangDir		: "Direção do Idioma",
478
DlgDocLangDirLTR	: "Esquerda para Direita (LTR)",
479
DlgDocLangDirRTL	: "Direita para Esquerda (RTL)",
480
DlgDocLangCode		: "Código do Idioma",
481
DlgDocCharSet		: "Codificação de Caracteres",
482
DlgDocCharSetCE		: "Europa Central",
483
DlgDocCharSetCT		: "Chinês Tradicional (Big5)",
484
DlgDocCharSetCR		: "Cirílico",
485
DlgDocCharSetGR		: "Grego",
486
DlgDocCharSetJP		: "Japonês",
487
DlgDocCharSetKR		: "Coreano",
488
DlgDocCharSetTR		: "Turco",
489
DlgDocCharSetUN		: "Unicode (UTF-8)",
490
DlgDocCharSetWE		: "Europa Ocidental",
491
DlgDocCharSetOther	: "Outra Codificação de Caracteres",
492

    
493
DlgDocDocType		: "Cabeçalho Tipo de Documento",
494
DlgDocDocTypeOther	: "Other Document Type Heading",
495
DlgDocIncXHTML		: "Incluir Declarações XHTML",
496
DlgDocBgColor		: "Cor do Plano de Fundo",
497
DlgDocBgImage		: "URL da Imagem de Plano de Fundo",
498
DlgDocBgNoScroll	: "Plano de Fundo Fixo",
499
DlgDocCText			: "Texto",
500
DlgDocCLink			: "Hiperlink",
501
DlgDocCVisited		: "Hiperlink Visitado",
502
DlgDocCActive		: "Hiperlink Ativo",
503
DlgDocMargins		: "Margens da Página",
504
DlgDocMaTop			: "Superior",
505
DlgDocMaLeft		: "Inferior",
506
DlgDocMaRight		: "Direita",
507
DlgDocMaBottom		: "Inferior",
508
DlgDocMeIndex		: "Palavras-chave de Indexação do Documento (separadas por vírgula)",
509
DlgDocMeDescr		: "Descrição do Documento",
510
DlgDocMeAuthor		: "Autor",
511
DlgDocMeCopy		: "Direitos Autorais",
512
DlgDocPreview		: "Visualizar",
513

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

    
522
// About Dialog
523
DlgAboutAboutTab	: "Sobre",
524
DlgAboutBrowserInfoTab	: "Informações do Navegador",
525
DlgAboutLicenseTab	: "Licença",
526
DlgAboutVersion		: "versão",
527
DlgAboutInfo		: "Para maiores informações visite",
528

    
529
// Div Dialog
530
DlgDivGeneralTab	: "General",	//MISSING
531
DlgDivAdvancedTab	: "Advanced",	//MISSING
532
DlgDivStyle		: "Style",	//MISSING
533
DlgDivInlineStyle	: "Inline Style",	//MISSING
534

    
535
ScaytTitle			: "SCAYT",	//MISSING
536
ScaytTitleOptions	: "Options",	//MISSING
537
ScaytTitleLangs		: "Languages",	//MISSING
538
ScaytTitleAbout		: "About"	//MISSING
539
};
(45-45/59)