~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/lang/pt-br.js

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
Import upstream version 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * FCKeditor - The text editor for internet
 
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 
4
 * 
 
5
 * Licensed under the terms of the GNU Lesser General Public License:
 
6
 *              http://www.opensource.org/licenses/lgpl-license.php
 
7
 * 
 
8
 * For further information visit:
 
9
 *              http://www.fckeditor.net/
 
10
 * 
 
11
 * "Support Open Source software. What about a donation today?"
 
12
 * 
 
13
 * File Name: pt-br.js
 
14
 *      Brazilian Portuguese language file.
 
15
 * 
 
16
 * File Authors:
 
17
 *              Carlos Alberto Tomatis Loth (carlos.loth@conectait.com.br)
 
18
 *              GibaPhp (www.xoopstotal.com.br)
 
19
 */
 
20
 
 
21
var FCKLang =
 
22
{
 
23
// Language direction : "ltr" (left to right) or "rtl" (right to left).
 
24
Dir                                     : "ltr",
 
25
 
 
26
ToolbarCollapse         : "Ocultar Barra de Ferramentas",
 
27
ToolbarExpand           : "Exibir Barra de Ferramentas",
 
28
 
 
29
// Toolbar Items and Context Menu
 
30
Save                            : "Salvar",
 
31
NewPage                         : "Novo",
 
32
Preview                         : "Visualizar",
 
33
Cut                                     : "Recortar",
 
34
Copy                            : "Copiar",
 
35
Paste                           : "Colar",
 
36
PasteText                       : "Colar como Texto sem Formatação",
 
37
PasteWord                       : "Colar do Word",
 
38
Print                           : "Imprimir",
 
39
SelectAll                       : "Selecionar Tudo",
 
40
RemoveFormat            : "Remover Formatação",
 
41
InsertLinkLbl           : "Hiperlink",
 
42
InsertLink                      : "Inserir/Editar Hiperlink",
 
43
RemoveLink                      : "Remover Hiperlink",
 
44
Anchor                          : "Inserir/Editar Âncora",
 
45
InsertImageLbl          : "Figura",
 
46
InsertImage                     : "Inserir/Editar Figura",
 
47
InsertFlashLbl          : "Flash",
 
48
InsertFlash                     : "Insere/Edita Flash",
 
49
InsertTableLbl          : "Tabela",
 
50
InsertTable                     : "Inserir/Editar Tabela",
 
51
InsertLineLbl           : "Linha",
 
52
InsertLine                      : "Inserir Linha Horizontal",
 
53
InsertSpecialCharLbl: "Caracteres Especiais",
 
54
InsertSpecialChar       : "Inserir Caractere Especial",
 
55
InsertSmileyLbl         : "Emoticon",
 
56
InsertSmiley            : "Inserir Emoticon",
 
57
About                           : "Sobre FCKeditor",
 
58
Bold                            : "Negrito",
 
59
Italic                          : "Itálico",
 
60
Underline                       : "Sublinhado",
 
61
StrikeThrough           : "Tachado",
 
62
Subscript                       : "Subscrito",
 
63
Superscript                     : "Sobrescrito",
 
64
LeftJustify                     : "Alinhar Esquerda",
 
65
CenterJustify           : "Centralizar",
 
66
RightJustify            : "Alinhar Direita",
 
67
BlockJustify            : "Justificado",
 
68
DecreaseIndent          : "Diminuir Recuo",
 
69
IncreaseIndent          : "Aumentar Recuo",
 
70
Undo                            : "Desfazer",
 
71
Redo                            : "Refazer",
 
72
NumberedListLbl         : "Numeração",
 
73
NumberedList            : "Inserir/Remover Numeração",
 
74
BulletedListLbl         : "Marcadores",
 
75
BulletedList            : "Inserir/Remover Marcadores",
 
76
ShowTableBorders        : "Exibir Bordas da Tabela",
 
77
ShowDetails                     : "Exibir Detalhes",
 
78
Style                           : "Estilo",
 
79
FontFormat                      : "Formatação",
 
80
Font                            : "Fonte",
 
81
FontSize                        : "Tamanho",
 
82
TextColor                       : "Cor do Texto",
 
83
BGColor                         : "Cor do Plano de Fundo",
 
84
Source                          : "Código-Fonte",
 
85
Find                            : "Localizar",
 
86
Replace                         : "Substituir",
 
87
SpellCheck                      : "Verificar Ortografia",
 
88
UniversalKeyboard       : "Teclado Universal",
 
89
PageBreakLbl            : "Page Break", //MISSING
 
90
PageBreak                       : "Insert Page Break",  //MISSING
 
91
 
 
92
Form                    : "Formulário",
 
93
Checkbox                : "Caixa de Seleção",
 
94
RadioButton             : "Botão de Opção",
 
95
TextField               : "Caixa de Texto",
 
96
Textarea                : "Área de Texto",
 
97
HiddenField             : "Campo Oculto",
 
98
Button                  : "Botão",
 
99
SelectionField  : "Caixa de Listagem",
 
100
ImageButton             : "Botão de Imagem",
 
101
 
 
102
// Context Menu
 
103
EditLink                        : "Editar Hiperlink",
 
104
InsertRow                       : "Inserir Linha",
 
105
DeleteRows                      : "Remover Linhas",
 
106
InsertColumn            : "Inserir Coluna",
 
107
DeleteColumns           : "Remover Colunas",
 
108
InsertCell                      : "Inserir Células",
 
109
DeleteCells                     : "Remover Células",
 
110
MergeCells                      : "Mesclar Células",
 
111
SplitCell                       : "Dividir Célular",
 
112
TableDelete                     : "Delete Table",       //MISSING
 
113
CellProperties          : "Formatar Célula",
 
114
TableProperties         : "Formatar Tabela",
 
115
ImageProperties         : "Formatar Figura",
 
116
FlashProperties         : "Propriedades Flash",
 
117
 
 
118
AnchorProp                      : "Formatar Âncora",
 
119
ButtonProp                      : "Formatar Botão",
 
120
CheckboxProp            : "Formatar Caixa de Seleção",
 
121
HiddenFieldProp         : "Formatar Campo Oculto",
 
122
RadioButtonProp         : "Formatar Botão de Opção",
 
123
ImageButtonProp         : "Formatar Botão de Imagem",
 
124
TextFieldProp           : "Formatar Caixa de Texto",
 
125
SelectionFieldProp      : "Formatar Caixa de Listagem",
 
126
TextareaProp            : "Formatar Área de Texto",
 
127
FormProp                        : "Formatar Formulário",
 
128
 
 
129
FontFormats                     : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
 
130
 
 
131
// Alerts and Messages
 
132
ProcessingXHTML         : "Processando XHTML. Por favor, aguarde...",
 
133
Done                            : "Pronto",
 
134
PasteWordConfirm        : "O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?",
 
135
NotCompatiblePaste      : "Este comando está disponível para o navegador Internet Explorer 5.5 ou superior. Você gostaria de colar sem remover a formatação?",
 
136
UnknownToolbarItem      : "O item da barra de ferramentas \"%1\" não é reconhecido",
 
137
UnknownCommand          : "O comando \"%1\" não é reconhecido",
 
138
NotImplemented          : "O comando não foi implementado",
 
139
UnknownToolbarSet       : "A barra de ferramentas \"%1\" não existe",
 
140
NoActiveX                       : "You browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.",  //MISSING
 
141
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",     //MISSING
 
142
DialogBlocked           : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",  //MISSING
 
143
 
 
144
// Dialogs
 
145
DlgBtnOK                        : "OK",
 
146
DlgBtnCancel            : "Cancelar",
 
147
DlgBtnClose                     : "Fechar",
 
148
DlgBtnBrowseServer      : "Localizar no Servidor",
 
149
DlgAdvancedTag          : "Avançado",
 
150
DlgOpOther                      : "<Outros>",
 
151
DlgInfoTab                      : "Info",
 
152
DlgAlertUrl                     : "Inserir a URL",
 
153
 
 
154
// General Dialogs Labels
 
155
DlgGenNotSet            : "<não ajustado>",
 
156
DlgGenId                        : "Id",
 
157
DlgGenLangDir           : "Direção do idioma",
 
158
DlgGenLangDirLtr        : "Esquerda para Direita (LTR)",
 
159
DlgGenLangDirRtl        : "Direita para Esquerda (RTL)",
 
160
DlgGenLangCode          : "Idioma",
 
161
DlgGenAccessKey         : "Chave de Acesso",
 
162
DlgGenName                      : "Nome",
 
163
DlgGenTabIndex          : "Índice de Tabulação",
 
164
DlgGenLongDescr         : "Descrição da URL",
 
165
DlgGenClass                     : "Classe de Folhas de Estilo",
 
166
DlgGenTitle                     : "Título",
 
167
DlgGenContType          : "Tipo de Conteúdo",
 
168
DlgGenLinkCharset       : "Conjunto de Caracteres do Hiperlink",
 
169
DlgGenStyle                     : "Estilos",
 
170
 
 
171
// Image Dialog
 
172
DlgImgTitle                     : "Formatar Figura",
 
173
DlgImgInfoTab           : "Informações da Figura",
 
174
DlgImgBtnUpload         : "Enviar para o Servidor",
 
175
DlgImgURL                       : "URL",
 
176
DlgImgUpload            : "Submeter",
 
177
DlgImgAlt                       : "Texto Alternativo",
 
178
DlgImgWidth                     : "Largura",
 
179
DlgImgHeight            : "Altura",
 
180
DlgImgLockRatio         : "Manter proporções",
 
181
DlgBtnResetSize         : "Redefinir para o Tamanho Original",
 
182
DlgImgBorder            : "Borda",
 
183
DlgImgHSpace            : "Horizontal",
 
184
DlgImgVSpace            : "Vertical",
 
185
DlgImgAlign                     : "Alinhamento",
 
186
DlgImgAlignLeft         : "Esquerda",
 
187
DlgImgAlignAbsBottom: "Inferior Absoluto",
 
188
DlgImgAlignAbsMiddle: "Centralizado Absoluto",
 
189
DlgImgAlignBaseline     : "Baseline",
 
190
DlgImgAlignBottom       : "Inferior",
 
191
DlgImgAlignMiddle       : "Centralizado",
 
192
DlgImgAlignRight        : "Direita",
 
193
DlgImgAlignTextTop      : "Superior Absoluto",
 
194
DlgImgAlignTop          : "Superior",
 
195
DlgImgPreview           : "Visualização",
 
196
DlgImgAlertUrl          : "Por favor, digite o URL da figura.",
 
197
DlgImgLinkTab           : "Hiperlink",
 
198
 
 
199
// Flash Dialog
 
200
DlgFlashTitle           : "Propriedades Flash",
 
201
DlgFlashChkPlay         : "Tocar Automaticamente",
 
202
DlgFlashChkLoop         : "Loop",
 
203
DlgFlashChkMenu         : "Habilita Menu Flash",
 
204
DlgFlashScale           : "Escala",
 
205
DlgFlashScaleAll        : "Mostrar tudo",
 
206
DlgFlashScaleNoBorder   : "Sem Borda",
 
207
DlgFlashScaleFit        : "Escala Exata",
 
208
 
 
209
// Link Dialog
 
210
DlgLnkWindowTitle       : "Hiperlink",
 
211
DlgLnkInfoTab           : "Informações do hiperlink",
 
212
DlgLnkTargetTab         : "Informações de destino",
 
213
 
 
214
DlgLnkType                      : "Tipo de hiperlink",
 
215
DlgLnkTypeURL           : "URL",
 
216
DlgLnkTypeAnchor        : "Âncora nesta página",
 
217
DlgLnkTypeEMail         : "E-Mail",
 
218
DlgLnkProto                     : "Protocolo",
 
219
DlgLnkProtoOther        : "<outro>",
 
220
DlgLnkURL                       : "URL do hiperlink",
 
221
DlgLnkAnchorSel         : "Selecione uma âncora",
 
222
DlgLnkAnchorByName      : "Pelo Nome da âncora",
 
223
DlgLnkAnchorById        : "Pelo Id do Elemento",
 
224
DlgLnkNoAnchors         : "<Não há âncoras disponíveis neste documento>",
 
225
DlgLnkEMail                     : "Endereço E-Mail",
 
226
DlgLnkEMailSubject      : "Assunto da Mensagem",
 
227
DlgLnkEMailBody         : "Corpo da Mensagem",
 
228
DlgLnkUpload            : "Enviar ao Servidor",
 
229
DlgLnkBtnUpload         : "Enviar ao Servidor",
 
230
 
 
231
DlgLnkTarget            : "Destino",
 
232
DlgLnkTargetFrame       : "<quadro>",
 
233
DlgLnkTargetPopup       : "<janela popup>",
 
234
DlgLnkTargetBlank       : "Nova Janela (_blank)",
 
235
DlgLnkTargetParent      : "Janela Pai (_parent)",
 
236
DlgLnkTargetSelf        : "Mesma Janela (_self)",
 
237
DlgLnkTargetTop         : "Janela Superior (_top)",
 
238
DlgLnkTargetFrameName   : "Nome do Frame de Destino",
 
239
DlgLnkPopWinName        : "Nome da Janela Pop-up",
 
240
DlgLnkPopWinFeat        : "Atributos da Janela Pop-up",
 
241
DlgLnkPopResize         : "Redimensionável",
 
242
DlgLnkPopLocation       : "Barra de Endereços",
 
243
DlgLnkPopMenu           : "Barra de Menus",
 
244
DlgLnkPopScroll         : "Barras de Rolagem",
 
245
DlgLnkPopStatus         : "Barra de Status",
 
246
DlgLnkPopToolbar        : "Barra de Ferramentas",
 
247
DlgLnkPopFullScrn       : "Modo Tela Cheia (IE)",
 
248
DlgLnkPopDependent      : "Dependente (Netscape)",
 
249
DlgLnkPopWidth          : "Largura",
 
250
DlgLnkPopHeight         : "Altura",
 
251
DlgLnkPopLeft           : "Esquerda",
 
252
DlgLnkPopTop            : "Superior",
 
253
 
 
254
DlnLnkMsgNoUrl          : "Por favor, digite o endereço do Hiperlink",
 
255
DlnLnkMsgNoEMail        : "Por favor, digite o endereço de e-mail",
 
256
DlnLnkMsgNoAnchor       : "Por favor, selecione uma âncora",
 
257
 
 
258
// Color Dialog
 
259
DlgColorTitle           : "Selecione uma Cor",
 
260
DlgColorBtnClear        : "Limpar",
 
261
DlgColorHighlight       : "Visualização",
 
262
DlgColorSelected        : "Selecionada",
 
263
 
 
264
// Smiley Dialog
 
265
DlgSmileyTitle          : "Inserir Emoticon",
 
266
 
 
267
// Special Character Dialog
 
268
DlgSpecialCharTitle     : "Selecione um Caractere Especial",
 
269
 
 
270
// Table Dialog
 
271
DlgTableTitle           : "Formatar Tabela",
 
272
DlgTableRows            : "Linhas",
 
273
DlgTableColumns         : "Colunas",
 
274
DlgTableBorder          : "Borda",
 
275
DlgTableAlign           : "Alinhamento",
 
276
DlgTableAlignNotSet     : "<Não ajustado>",
 
277
DlgTableAlignLeft       : "Esquerda",
 
278
DlgTableAlignCenter     : "Centralizado",
 
279
DlgTableAlignRight      : "Direita",
 
280
DlgTableWidth           : "Largura",
 
281
DlgTableWidthPx         : "pixels",
 
282
DlgTableWidthPc         : "%",
 
283
DlgTableHeight          : "Altura",
 
284
DlgTableCellSpace       : "Espaçamento",
 
285
DlgTableCellPad         : "Enchimento",
 
286
DlgTableCaption         : "Legenda",
 
287
DlgTableSummary         : "Summary",    //MISSING
 
288
 
 
289
// Table Cell Dialog
 
290
DlgCellTitle            : "Formatar célula",
 
291
DlgCellWidth            : "Largura",
 
292
DlgCellWidthPx          : "pixels",
 
293
DlgCellWidthPc          : "%",
 
294
DlgCellHeight           : "Altura",
 
295
DlgCellWordWrap         : "Quebra de Linha",
 
296
DlgCellWordWrapNotSet   : "<Não ajustado>",
 
297
DlgCellWordWrapYes      : "Sim",
 
298
DlgCellWordWrapNo       : "Não",
 
299
DlgCellHorAlign         : "Alinhamento Horizontal",
 
300
DlgCellHorAlignNotSet   : "<Não ajustado>",
 
301
DlgCellHorAlignLeft     : "Esquerda",
 
302
DlgCellHorAlignCenter   : "Centralizado",
 
303
DlgCellHorAlignRight: "Direita",
 
304
DlgCellVerAlign         : "Alinhamento Vertical",
 
305
DlgCellVerAlignNotSet   : "<Não ajustado>",
 
306
DlgCellVerAlignTop      : "Superior",
 
307
DlgCellVerAlignMiddle   : "Centralizado",
 
308
DlgCellVerAlignBottom   : "Inferior",
 
309
DlgCellVerAlignBaseline : "Baseline",
 
310
DlgCellRowSpan          : "Transpor Linhas",
 
311
DlgCellCollSpan         : "Transpor Colunas",
 
312
DlgCellBackColor        : "Cor do Plano de Fundo",
 
313
DlgCellBorderColor      : "Cor da Borda",
 
314
DlgCellBtnSelect        : "Selecionar...",
 
315
 
 
316
// Find Dialog
 
317
DlgFindTitle            : "Localizar...",
 
318
DlgFindFindBtn          : "Localizar",
 
319
DlgFindNotFoundMsg      : "O texto especificado não foi encontrado.",
 
320
 
 
321
// Replace Dialog
 
322
DlgReplaceTitle                 : "Substituir",
 
323
DlgReplaceFindLbl               : "Procurar por:",
 
324
DlgReplaceReplaceLbl    : "Substituir por:",
 
325
DlgReplaceCaseChk               : "Coincidir Maiúsculas/Minúsculas",
 
326
DlgReplaceReplaceBtn    : "Substituir",
 
327
DlgReplaceReplAllBtn    : "Substituir Tudo",
 
328
DlgReplaceWordChk               : "Coincidir a palavra inteira",
 
329
 
 
330
// Paste Operations / Dialog
 
331
PasteErrorPaste : "As configurações de segurança do seu navegador não permitem que o editor excute operações de colar automaticamente. Por favor, utilize o teclado para colar (Ctrl+V).",
 
332
PasteErrorCut   : "As configurações de segurança do seu navegador não permitem que o editor excute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl+X).",
 
333
PasteErrorCopy  : "As configurações de segurança do seu navegador não permitem que o editor excute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl+C).",
 
334
 
 
335
PasteAsText             : "Colar como Texto sem Formatação",
 
336
PasteFromWord   : "Colar do Word",
 
337
 
 
338
DlgPasteMsg2    : "Transfira o link usado no box usando o teclado com (<STRONG>Ctrl+V</STRONG>) e <STRONG>OK</STRONG>.",
 
339
DlgPasteIgnoreFont              : "Ignorar definições de fonte",
 
340
DlgPasteRemoveStyles    : "Remove definições de estilo",
 
341
DlgPasteCleanBox                : "Limpar Box",
 
342
 
 
343
 
 
344
// Color Picker
 
345
ColorAutomatic  : "Automático",
 
346
ColorMoreColors : "Mais Cores...",
 
347
 
 
348
// Document Properties
 
349
DocProps                : "Propriedades Documento",
 
350
 
 
351
// Anchor Dialog
 
352
DlgAnchorTitle          : "Formatar Âncora",
 
353
DlgAnchorName           : "Nome da Âncora",
 
354
DlgAnchorErrorName      : "Por favor, digite o nome da âncora",
 
355
 
 
356
// Speller Pages Dialog
 
357
DlgSpellNotInDic                : "Não encontrada",
 
358
DlgSpellChangeTo                : "Alterar para",
 
359
DlgSpellBtnIgnore               : "Ignorar uma vez",
 
360
DlgSpellBtnIgnoreAll    : "Ignorar Todas",
 
361
DlgSpellBtnReplace              : "Alterar",
 
362
DlgSpellBtnReplaceAll   : "Alterar Todas",
 
363
DlgSpellBtnUndo                 : "Desfazer",
 
364
DlgSpellNoSuggestions   : "-sem sugestões de ortografia-",
 
365
DlgSpellProgress                : "Verificação ortográfica em andamento...",
 
366
DlgSpellNoMispell               : "Verificação encerrada: Não foram encontrados erros de ortografia",
 
367
DlgSpellNoChanges               : "Verificação ortográfica encerrada: Não houve alterações",
 
368
DlgSpellOneChange               : "Verificação ortográfica encerrada: Uma palavra foi alterada",
 
369
DlgSpellManyChanges             : "Verificação ortográfica encerrada: %1 foram alteradas",
 
370
 
 
371
IeSpellDownload                 : "A verificação ortográfica não foi instalada. Você gostaria de realizar o download agora?",
 
372
 
 
373
// Button Dialog
 
374
DlgButtonText   : "Texto (Valor)",
 
375
DlgButtonType   : "Tipo",
 
376
 
 
377
// Checkbox and Radio Button Dialogs
 
378
DlgCheckboxName         : "Nome",
 
379
DlgCheckboxValue        : "Valor",
 
380
DlgCheckboxSelected     : "Selecionado",
 
381
 
 
382
// Form Dialog
 
383
DlgFormName             : "Nome",
 
384
DlgFormAction   : "Action",
 
385
DlgFormMethod   : "Método",
 
386
 
 
387
// Select Field Dialog
 
388
DlgSelectName           : "Nome",
 
389
DlgSelectValue          : "Valor",
 
390
DlgSelectSize           : "Tamanho",
 
391
DlgSelectLines          : "linhas",
 
392
DlgSelectChkMulti       : "Permitir múltiplas seleções",
 
393
DlgSelectOpAvail        : "Opções disponíveis",
 
394
DlgSelectOpText         : "Texto",
 
395
DlgSelectOpValue        : "Valor",
 
396
DlgSelectBtnAdd         : "Adicionar",
 
397
DlgSelectBtnModify      : "Modificar",
 
398
DlgSelectBtnUp          : "Para cima",
 
399
DlgSelectBtnDown        : "Para baixo",
 
400
DlgSelectBtnSetValue : "Definir como selecionado",
 
401
DlgSelectBtnDelete      : "Remover",
 
402
 
 
403
// Textarea Dialog
 
404
DlgTextareaName : "Nome",
 
405
DlgTextareaCols : "Colunas",
 
406
DlgTextareaRows : "Linhas",
 
407
 
 
408
// Text Field Dialog
 
409
DlgTextName                     : "Nome",
 
410
DlgTextValue            : "Valor",
 
411
DlgTextCharWidth        : "Comprimento (em caracteres)",
 
412
DlgTextMaxChars         : "Número Máximo de Caracteres",
 
413
DlgTextType                     : "Tipo",
 
414
DlgTextTypeText         : "Texto",
 
415
DlgTextTypePass         : "Senha",
 
416
 
 
417
// Hidden Field Dialog
 
418
DlgHiddenName   : "Nome",
 
419
DlgHiddenValue  : "Valor",
 
420
 
 
421
// Bulleted List Dialog
 
422
BulletedListProp        : "Formatar Marcadores",
 
423
NumberedListProp        : "Formatar Numeração",
 
424
DlgLstType                      : "Tipo",
 
425
DlgLstTypeCircle        : "Círculo",
 
426
DlgLstTypeDisc          : "Disc",       //MISSING
 
427
DlgLstTypeSquare        : "Quadrado",
 
428
DlgLstTypeNumbers       : "Números (1, 2, 3)",
 
429
DlgLstTypeLCase         : "Letras Minúsculas (a, b, c)",
 
430
DlgLstTypeUCase         : "Letras Maiúsculas (A, B, C)",
 
431
DlgLstTypeSRoman        : "Números Romanos Minúsculos (i, ii, iii)",
 
432
DlgLstTypeLRoman        : "Números Romanos Maiúsculos (I, II, III)",
 
433
 
 
434
// Document Properties Dialog
 
435
DlgDocGeneralTab        : "Geral",
 
436
DlgDocBackTab           : "Plano de Fundo",
 
437
DlgDocColorsTab         : "Cores e Margens",
 
438
DlgDocMetaTab           : "Meta Dados",
 
439
 
 
440
DlgDocPageTitle         : "Título da Página",
 
441
DlgDocLangDir           : "Direção do Idioma",
 
442
DlgDocLangDirLTR        : "Esquerda para Direita (LTR)",
 
443
DlgDocLangDirRTL        : "Direita para Esquerda (RTL)",
 
444
DlgDocLangCode          : "Código do Idioma",
 
445
DlgDocCharSet           : "Codificação de Caracteres",
 
446
DlgDocCharSetOther      : "Outra Codificação de Caracteres",
 
447
 
 
448
DlgDocDocType           : "Cabeçalho Tipo de Documento",
 
449
DlgDocDocTypeOther      : "Other Document Type Heading",
 
450
DlgDocIncXHTML          : "Incluir Declarações XHTML",
 
451
DlgDocBgColor           : "Cor do Plano de Fundo",
 
452
DlgDocBgImage           : "URL da Imagem de Plano de Fundo",
 
453
DlgDocBgNoScroll        : "Plano de Fundo Fixo",
 
454
DlgDocCText                     : "Texto",
 
455
DlgDocCLink                     : "Hiperlink",
 
456
DlgDocCVisited          : "Hiperlink Visitado",
 
457
DlgDocCActive           : "Hiperlink Ativo",
 
458
DlgDocMargins           : "Margens da Página",
 
459
DlgDocMaTop                     : "Superior",
 
460
DlgDocMaLeft            : "Inferior",
 
461
DlgDocMaRight           : "Direita",
 
462
DlgDocMaBottom          : "Inferior",
 
463
DlgDocMeIndex           : "Palavras-chave de Indexação do Documento (separadas por vírgula)",
 
464
DlgDocMeDescr           : "Descrição do Documento",
 
465
DlgDocMeAuthor          : "Autor",
 
466
DlgDocMeCopy            : "Direitos Autorais",
 
467
DlgDocPreview           : "Visualizar",
 
468
 
 
469
// Templates Dialog
 
470
Templates                       : "Modelos de layout",
 
471
DlgTemplatesTitle       : "Modelo de layout do conteúdo",
 
472
DlgTemplatesSelMsg      : "Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):",
 
473
DlgTemplatesLoading     : "Carregando a lista de modelos de layout. Aguarde...",
 
474
DlgTemplatesNoTpl       : "(Não foram definidos modelos de layout)",
 
475
 
 
476
// About Dialog
 
477
DlgAboutAboutTab        : "Sobre",
 
478
DlgAboutBrowserInfoTab  : "Informações do Navegador",
 
479
DlgAboutVersion         : "versão",
 
480
DlgAboutLicense         : "Licenciado sobre os termos da GNU Lesser General Public License",
 
481
DlgAboutInfo            : "Para maiores informações visite"
 
482
}
 
 
b'\\ No newline at end of file'