Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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