~ubuntu-it-wiki/wiki-ubuntu-it/wiki-repo

« back to all changes in this revision

Viewing changes to applets/FCKeditor/editor/lang/pt.js

  • Committer: Leo Iannacone
  • Date: 2011-06-02 15:05:37 UTC
  • Revision ID: l3on@ubuntu.com-20110602150537-ycrnf58qf67uf593
Added applets for gui editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 
3
 * Copyright (C) 2003-2010 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
VisitLink                       : "Open Link",  //MISSING
 
48
Anchor                          : " Inserir/Editar Âncora",
 
49
AnchorDelete            : "Remove Anchor",      //MISSING
 
50
InsertImageLbl          : "Imagem",
 
51
InsertImage                     : "Inserir/Editar Imagem",
 
52
InsertFlashLbl          : "Flash",
 
53
InsertFlash                     : "Inserir/Editar Flash",
 
54
InsertTableLbl          : "Tabela",
 
55
InsertTable                     : "Inserir/Editar Tabela",
 
56
InsertLineLbl           : "Linha",
 
57
InsertLine                      : "Inserir Linha Horizontal",
 
58
InsertSpecialCharLbl: "Caracter Especial",
 
59
InsertSpecialChar       : "Inserir Caracter Especial",
 
60
InsertSmileyLbl         : "Emoticons",
 
61
InsertSmiley            : "Inserir Emoticons",
 
62
About                           : "Acerca do FCKeditor",
 
63
Bold                            : "Negrito",
 
64
Italic                          : "Itálico",
 
65
Underline                       : "Sublinhado",
 
66
StrikeThrough           : "Rasurado",
 
67
Subscript                       : "Superior à Linha",
 
68
Superscript                     : "Inferior à Linha",
 
69
LeftJustify                     : "Alinhar à Esquerda",
 
70
CenterJustify           : "Alinhar ao Centro",
 
71
RightJustify            : "Alinhar à Direita",
 
72
BlockJustify            : "Justificado",
 
73
DecreaseIndent          : "Diminuir Avanço",
 
74
IncreaseIndent          : "Aumentar Avanço",
 
75
Blockquote                      : "Blockquote", //MISSING
 
76
CreateDiv                       : "Create Div Container",       //MISSING
 
77
EditDiv                         : "Edit Div Container", //MISSING
 
78
DeleteDiv                       : "Remove Div Container",       //MISSING
 
79
Undo                            : "Anular",
 
80
Redo                            : "Repetir",
 
81
NumberedListLbl         : "Numeração",
 
82
NumberedList            : "Inserir/Eliminar Numeração",
 
83
BulletedListLbl         : "Marcas",
 
84
BulletedList            : "Inserir/Eliminar Marcas",
 
85
ShowTableBorders        : "Mostrar Limites da Tabelas",
 
86
ShowDetails                     : "Mostrar Parágrafo",
 
87
Style                           : "Estilo",
 
88
FontFormat                      : "Formato",
 
89
Font                            : "Tipo de Letra",
 
90
FontSize                        : "Tamanho",
 
91
TextColor                       : "Cor do Texto",
 
92
BGColor                         : "Cor de Fundo",
 
93
Source                          : "Fonte",
 
94
Find                            : "Procurar",
 
95
Replace                         : "Substituir",
 
96
SpellCheck                      : "Verificação Ortográfica",
 
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 Verificação",
 
103
RadioButton             : "Botão de Opção",
 
104
TextField               : "Campo de Texto",
 
105
Textarea                : "Área de Texto",
 
106
HiddenField             : "Campo Escondido",
 
107
Button                  : "Botão",
 
108
SelectionField  : "Caixa de Combinação",
 
109
ImageButton             : "Botão de Imagem",
 
110
 
 
111
FitWindow               : "Maximizar o tamanho do editor",
 
112
ShowBlocks              : "Show Blocks",        //MISSING
 
113
 
 
114
// Context Menu
 
115
EditLink                        : "Editar Hiperligação",
 
116
CellCM                          : "Célula",
 
117
RowCM                           : "Linha",
 
118
ColumnCM                        : "Coluna",
 
119
InsertRowAfter          : "Insert Row After",   //MISSING
 
120
InsertRowBefore         : "Insert Row Before",  //MISSING
 
121
DeleteRows                      : "Eliminar Linhas",
 
122
InsertColumnAfter       : "Insert Column After",        //MISSING
 
123
InsertColumnBefore      : "Insert Column Before",       //MISSING
 
124
DeleteColumns           : "Eliminar Coluna",
 
125
InsertCellAfter         : "Insert Cell After",  //MISSING
 
126
InsertCellBefore        : "Insert Cell Before", //MISSING
 
127
DeleteCells                     : "Eliminar Célula",
 
128
MergeCells                      : "Unir Células",
 
129
MergeRight                      : "Merge Right",        //MISSING
 
130
MergeDown                       : "Merge Down", //MISSING
 
131
HorizontalSplitCell     : "Split Cell Horizontally",    //MISSING
 
132
VerticalSplitCell       : "Split Cell Vertically",      //MISSING
 
133
TableDelete                     : "Eliminar Tabela",
 
134
CellProperties          : "Propriedades da Célula",
 
135
TableProperties         : "Propriedades da Tabela",
 
136
ImageProperties         : "Propriedades da Imagem",
 
137
FlashProperties         : "Propriedades do Flash",
 
138
 
 
139
AnchorProp                      : "Propriedades da Âncora",
 
140
ButtonProp                      : "Propriedades do Botão",
 
141
CheckboxProp            : "Propriedades da Caixa de Verificação",
 
142
HiddenFieldProp         : "Propriedades do Campo Escondido",
 
143
RadioButtonProp         : "Propriedades do Botão de Opção",
 
144
ImageButtonProp         : "Propriedades do Botão de imagens",
 
145
TextFieldProp           : "Propriedades do Campo de Texto",
 
146
SelectionFieldProp      : "Propriedades da Caixa de Combinação",
 
147
TextareaProp            : "Propriedades da Área de Texto",
 
148
FormProp                        : "Propriedades do 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         : "A Processar XHTML. Por favor, espere...",
 
154
Done                            : "Concluído",
 
155
PasteWordConfirm        : "O texto que deseja parece ter sido copiado do Word. Deseja limpar a formatação antes de colar?",
 
156
NotCompatiblePaste      : "Este comando só está disponível para Internet Explorer versão 5.5 ou superior. Deseja colar sem limpar a formatação?",
 
157
UnknownToolbarItem      : "Item de barra desconhecido \"%1\"",
 
158
UnknownCommand          : "Nome de comando desconhecido \"%1\"",
 
159
NotImplemented          : "Comando não implementado",
 
160
UnknownToolbarSet       : "Nome de barra \"%1\" não definido",
 
161
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.",
 
162
BrowseServerBlocked : "Não foi possível abrir o navegador de recursos. Certifique-se que todos os bloqueadores de popup estão desactivados.",
 
163
DialogBlocked           : "Não foi possível abrir a janela de diálogo. Certifique-se que todos os bloqueadores de popup estão desactivados.",
 
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      : "Navegar no Servidor",
 
171
DlgAdvancedTag          : "Avançado",
 
172
DlgOpOther                      : "<Outro>",
 
173
DlgInfoTab                      : "Informação",
 
174
DlgAlertUrl                     : "Por favor introduza o URL",
 
175
 
 
176
// General Dialogs Labels
 
177
DlgGenNotSet            : "<Não definido>",
 
178
DlgGenId                        : "Id",
 
179
DlgGenLangDir           : "Orientação de idioma",
 
180
DlgGenLangDirLtr        : "Esquerda à Direita (LTR)",
 
181
DlgGenLangDirRtl        : "Direita a Esquerda (RTL)",
 
182
DlgGenLangCode          : "Código de Idioma",
 
183
DlgGenAccessKey         : "Chave de Acesso",
 
184
DlgGenName                      : "Nome",
 
185
DlgGenTabIndex          : "Índice de Tubulação",
 
186
DlgGenLongDescr         : "Descrição Completa do URL",
 
187
DlgGenClass                     : "Classes de Estilo de Folhas Classes",
 
188
DlgGenTitle                     : "Título",
 
189
DlgGenContType          : "Tipo de Conteúdo",
 
190
DlgGenLinkCharset       : "Fonte de caracteres vinculado",
 
191
DlgGenStyle                     : "Estilo",
 
192
 
 
193
// Image Dialog
 
194
DlgImgTitle                     : "Propriedades da Imagem",
 
195
DlgImgInfoTab           : "Informação da Imagem",
 
196
DlgImgBtnUpload         : "Enviar para o Servidor",
 
197
DlgImgURL                       : "URL",
 
198
DlgImgUpload            : "Carregar",
 
199
DlgImgAlt                       : "Texto Alternativo",
 
200
DlgImgWidth                     : "Largura",
 
201
DlgImgHeight            : "Altura",
 
202
DlgImgLockRatio         : "Proporcional",
 
203
DlgBtnResetSize         : "Tamanho Original",
 
204
DlgImgBorder            : "Limite",
 
205
DlgImgHSpace            : "Esp.Horiz",
 
206
DlgImgVSpace            : "Esp.Vert",
 
207
DlgImgAlign                     : "Alinhamento",
 
208
DlgImgAlignLeft         : "Esquerda",
 
209
DlgImgAlignAbsBottom: "Abs inferior",
 
210
DlgImgAlignAbsMiddle: "Abs centro",
 
211
DlgImgAlignBaseline     : "Linha de base",
 
212
DlgImgAlignBottom       : "Fundo",
 
213
DlgImgAlignMiddle       : "Centro",
 
214
DlgImgAlignRight        : "Direita",
 
215
DlgImgAlignTextTop      : "Topo do texto",
 
216
DlgImgAlignTop          : "Topo",
 
217
DlgImgPreview           : "Pré-visualizar",
 
218
DlgImgAlertUrl          : "Por favor introduza o URL da imagem",
 
219
DlgImgLinkTab           : "Hiperligação",
 
220
 
 
221
// Flash Dialog
 
222
DlgFlashTitle           : "Propriedades do Flash",
 
223
DlgFlashChkPlay         : "Reproduzir automaticamente",
 
224
DlgFlashChkLoop         : "Loop",
 
225
DlgFlashChkMenu         : "Permitir Menu do Flash",
 
226
DlgFlashScale           : "Escala",
 
227
DlgFlashScaleAll        : "Mostrar tudo",
 
228
DlgFlashScaleNoBorder   : "Sem Limites",
 
229
DlgFlashScaleFit        : "Tamanho Exacto",
 
230
 
 
231
// Link Dialog
 
232
DlgLnkWindowTitle       : "Hiperligação",
 
233
DlgLnkInfoTab           : "Informação de Hiperligação",
 
234
DlgLnkTargetTab         : "Destino",
 
235
 
 
236
DlgLnkType                      : "Tipo de Hiperligação",
 
237
DlgLnkTypeURL           : "URL",
 
238
DlgLnkTypeAnchor        : "Referência a esta página",
 
239
DlgLnkTypeEMail         : "E-Mail",
 
240
DlgLnkProto                     : "Protocolo",
 
241
DlgLnkProtoOther        : "<outro>",
 
242
DlgLnkURL                       : "URL",
 
243
DlgLnkAnchorSel         : "Seleccionar una referência",
 
244
DlgLnkAnchorByName      : "Por Nome de Referência",
 
245
DlgLnkAnchorById        : "Por ID de elemento",
 
246
DlgLnkNoAnchors         : "(Não há referências disponíveis no documento)",
 
247
DlgLnkEMail                     : "Endereço de E-Mail",
 
248
DlgLnkEMailSubject      : "Título de Mensagem",
 
249
DlgLnkEMailBody         : "Corpo da Mensagem",
 
250
DlgLnkUpload            : "Carregar",
 
251
DlgLnkBtnUpload         : "Enviar ao Servidor",
 
252
 
 
253
DlgLnkTarget            : "Destino",
 
254
DlgLnkTargetFrame       : "<Frame>",
 
255
DlgLnkTargetPopup       : "<Janela de popup>",
 
256
DlgLnkTargetBlank       : "Nova Janela(_blank)",
 
257
DlgLnkTargetParent      : "Janela Pai (_parent)",
 
258
DlgLnkTargetSelf        : "Mesma janela (_self)",
 
259
DlgLnkTargetTop         : "Janela primaria (_top)",
 
260
DlgLnkTargetFrameName   : "Nome do Frame Destino",
 
261
DlgLnkPopWinName        : "Nome da Janela de Popup",
 
262
DlgLnkPopWinFeat        : "Características de Janela de Popup",
 
263
DlgLnkPopResize         : "Ajustável",
 
264
DlgLnkPopLocation       : "Barra de localização",
 
265
DlgLnkPopMenu           : "Barra de Menu",
 
266
DlgLnkPopScroll         : "Barras de deslocamento",
 
267
DlgLnkPopStatus         : "Barra de Estado",
 
268
DlgLnkPopToolbar        : "Barra de Ferramentas",
 
269
DlgLnkPopFullScrn       : "Janela Completa (IE)",
 
270
DlgLnkPopDependent      : "Dependente (Netscape)",
 
271
DlgLnkPopWidth          : "Largura",
 
272
DlgLnkPopHeight         : "Altura",
 
273
DlgLnkPopLeft           : "Posição Esquerda",
 
274
DlgLnkPopTop            : "Posição Direita",
 
275
 
 
276
DlnLnkMsgNoUrl          : "Por favor introduza a hiperligação URL",
 
277
DlnLnkMsgNoEMail        : "Por favor introduza o endereço de e-mail",
 
278
DlnLnkMsgNoAnchor       : "Por favor seleccione uma referência",
 
279
DlnLnkMsgInvPopName     : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
 
280
 
 
281
// Color Dialog
 
282
DlgColorTitle           : "Seleccionar Cor",
 
283
DlgColorBtnClear        : "Nenhuma",
 
284
DlgColorHighlight       : "Destacado",
 
285
DlgColorSelected        : "Seleccionado",
 
286
 
 
287
// Smiley Dialog
 
288
DlgSmileyTitle          : "Inserir um Emoticon",
 
289
 
 
290
// Special Character Dialog
 
291
DlgSpecialCharTitle     : "Seleccione um caracter especial",
 
292
 
 
293
// Table Dialog
 
294
DlgTableTitle           : "Propriedades da Tabela",
 
295
DlgTableRows            : "Linhas",
 
296
DlgTableColumns         : "Colunas",
 
297
DlgTableBorder          : "Tamanho do Limite",
 
298
DlgTableAlign           : "Alinhamento",
 
299
DlgTableAlignNotSet     : "<Não definido>",
 
300
DlgTableAlignLeft       : "Esquerda",
 
301
DlgTableAlignCenter     : "Centrado",
 
302
DlgTableAlignRight      : "Direita",
 
303
DlgTableWidth           : "Largura",
 
304
DlgTableWidthPx         : "pixeis",
 
305
DlgTableWidthPc         : "percentagem",
 
306
DlgTableHeight          : "Altura",
 
307
DlgTableCellSpace       : "Esp. e/células",
 
308
DlgTableCellPad         : "Esp. interior",
 
309
DlgTableCaption         : "Título",
 
310
DlgTableSummary         : "Sumário",
 
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            : "Propriedades da Célula",
 
319
DlgCellWidth            : "Largura",
 
320
DlgCellWidthPx          : "pixeis",
 
321
DlgCellWidthPc          : "percentagem",
 
322
DlgCellHeight           : "Altura",
 
323
DlgCellWordWrap         : "Moldar Texto",
 
324
DlgCellWordWrapNotSet   : "<Não definido>",
 
325
DlgCellWordWrapYes      : "Sim",
 
326
DlgCellWordWrapNo       : "Não",
 
327
DlgCellHorAlign         : "Alinhamento Horizontal",
 
328
DlgCellHorAlignNotSet   : "<Não definido>",
 
329
DlgCellHorAlignLeft     : "Esquerda",
 
330
DlgCellHorAlignCenter   : "Centrado",
 
331
DlgCellHorAlignRight: "Direita",
 
332
DlgCellVerAlign         : "Alinhamento Vertical",
 
333
DlgCellVerAlignNotSet   : "<Não definido>",
 
334
DlgCellVerAlignTop      : "Topo",
 
335
DlgCellVerAlignMiddle   : "Médio",
 
336
DlgCellVerAlignBottom   : "Fundi",
 
337
DlgCellVerAlignBaseline : "Linha de Base",
 
338
DlgCellType             : "Cell Type",  //MISSING
 
339
DlgCellTypeData         : "Data",       //MISSING
 
340
DlgCellTypeHeader       : "Header",     //MISSING
 
341
DlgCellRowSpan          : "Unir Linhas",
 
342
DlgCellCollSpan         : "Unir Colunas",
 
343
DlgCellBackColor        : "Cor do Fundo",
 
344
DlgCellBorderColor      : "Cor do Limite",
 
345
DlgCellBtnSelect        : "Seleccione...",
 
346
 
 
347
// Find and Replace Dialog
 
348
DlgFindAndReplaceTitle  : "Find and Replace",   //MISSING
 
349
 
 
350
// Find Dialog
 
351
DlgFindTitle            : "Procurar",
 
352
DlgFindFindBtn          : "Procurar",
 
353
DlgFindNotFoundMsg      : "O texto especificado não foi encontrado.",
 
354
 
 
355
// Replace Dialog
 
356
DlgReplaceTitle                 : "Substituir",
 
357
DlgReplaceFindLbl               : "Texto a Procurar:",
 
358
DlgReplaceReplaceLbl    : "Substituir por:",
 
359
DlgReplaceCaseChk               : "Maiúsculas/Minúsculas",
 
360
DlgReplaceReplaceBtn    : "Substituir",
 
361
DlgReplaceReplAllBtn    : "Substituir Tudo",
 
362
DlgReplaceWordChk               : "Coincidir com toda a palavra",
 
363
 
 
364
// Paste Operations / Dialog
 
365
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).",
 
366
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).",
 
367
 
 
368
PasteAsText             : "Colar como Texto Simples",
 
369
PasteFromWord   : "Colar do Word",
 
370
 
 
371
DlgPasteMsg2    : "Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.",
 
372
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
 
373
DlgPasteIgnoreFont              : "Ignorar da definições do Tipo de Letra ",
 
374
DlgPasteRemoveStyles    : "Remover as definições de Estilos",
 
375
 
 
376
// Color Picker
 
377
ColorAutomatic  : "Automático",
 
378
ColorMoreColors : "Mais Cores...",
 
379
 
 
380
// Document Properties
 
381
DocProps                : "Propriedades do Documento",
 
382
 
 
383
// Anchor Dialog
 
384
DlgAnchorTitle          : "Propriedades da Âncora",
 
385
DlgAnchorName           : "Nome da Âncora",
 
386
DlgAnchorErrorName      : "Por favor, introduza o nome da âncora",
 
387
 
 
388
// Speller Pages Dialog
 
389
DlgSpellNotInDic                : "Não está num directório",
 
390
DlgSpellChangeTo                : "Mudar para",
 
391
DlgSpellBtnIgnore               : "Ignorar",
 
392
DlgSpellBtnIgnoreAll    : "Ignorar Tudo",
 
393
DlgSpellBtnReplace              : "Substituir",
 
394
DlgSpellBtnReplaceAll   : "Substituir Tudo",
 
395
DlgSpellBtnUndo                 : "Anular",
 
396
DlgSpellNoSuggestions   : "- Sem sugestões -",
 
397
DlgSpellProgress                : "Verificação ortográfica em progresso…",
 
398
DlgSpellNoMispell               : "Verificação ortográfica completa: não foram encontrados erros",
 
399
DlgSpellNoChanges               : "Verificação ortográfica completa: não houve alteração de palavras",
 
400
DlgSpellOneChange               : "Verificação ortográfica completa: uma palavra alterada",
 
401
DlgSpellManyChanges             : "Verificação ortográfica completa: %1 palavras alteradas",
 
402
 
 
403
IeSpellDownload                 : " Verificação ortográfica não instalada. Quer descarregar agora?",
 
404
 
 
405
// Button Dialog
 
406
DlgButtonText           : "Texto (Valor)",
 
407
DlgButtonType           : "Tipo",
 
408
DlgButtonTypeBtn        : "Button",     //MISSING
 
409
DlgButtonTypeSbm        : "Submit",     //MISSING
 
410
DlgButtonTypeRst        : "Reset",      //MISSING
 
411
 
 
412
// Checkbox and Radio Button Dialogs
 
413
DlgCheckboxName         : "Nome",
 
414
DlgCheckboxValue        : "Valor",
 
415
DlgCheckboxSelected     : "Seleccionado",
 
416
 
 
417
// Form Dialog
 
418
DlgFormName             : "Nome",
 
419
DlgFormAction   : "Acção",
 
420
DlgFormMethod   : "Método",
 
421
 
 
422
// Select Field Dialog
 
423
DlgSelectName           : "Nome",
 
424
DlgSelectValue          : "Valor",
 
425
DlgSelectSize           : "Tamanho",
 
426
DlgSelectLines          : "linhas",
 
427
DlgSelectChkMulti       : "Permitir selecções múltiplas",
 
428
DlgSelectOpAvail        : "Opções Possíveis",
 
429
DlgSelectOpText         : "Texto",
 
430
DlgSelectOpValue        : "Valor",
 
431
DlgSelectBtnAdd         : "Adicionar",
 
432
DlgSelectBtnModify      : "Modificar",
 
433
DlgSelectBtnUp          : "Para cima",
 
434
DlgSelectBtnDown        : "Para baixo",
 
435
DlgSelectBtnSetValue : "Definir um valor por defeito",
 
436
DlgSelectBtnDelete      : "Apagar",
 
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        : "Tamanho do caracter",
 
447
DlgTextMaxChars         : "Nr. Máximo de Caracteres",
 
448
DlgTextType                     : "Tipo",
 
449
DlgTextTypeText         : "Texto",
 
450
DlgTextTypePass         : "Palavra-chave",
 
451
 
 
452
// Hidden Field Dialog
 
453
DlgHiddenName   : "Nome",
 
454
DlgHiddenValue  : "Valor",
 
455
 
 
456
// Bulleted List Dialog
 
457
BulletedListProp        : "Propriedades da Marca",
 
458
NumberedListProp        : "Propriedades da Numeração",
 
459
DlgLstStart                     : "Start",      //MISSING
 
460
DlgLstType                      : "Tipo",
 
461
DlgLstTypeCircle        : "Circulo",
 
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        : "Numeração Romana em Minúsculas (i, ii, iii)",
 
468
DlgLstTypeLRoman        : "Numeração Romana em Maiúsculas (I, II, III)",
 
469
 
 
470
// Document Properties Dialog
 
471
DlgDocGeneralTab        : "Geral",
 
472
DlgDocBackTab           : "Fundo",
 
473
DlgDocColorsTab         : "Cores e Margens",
 
474
DlgDocMetaTab           : "Meta Data",
 
475
 
 
476
DlgDocPageTitle         : "Título da Página",
 
477
DlgDocLangDir           : "Orientação de idioma",
 
478
DlgDocLangDirLTR        : "Esquerda à Direita (LTR)",
 
479
DlgDocLangDirRTL        : "Direita à Esquerda (RTL)",
 
480
DlgDocLangCode          : "Código de Idioma",
 
481
DlgDocCharSet           : "Codificação de Caracteres",
 
482
DlgDocCharSetCE         : "Central European",   //MISSING
 
483
DlgDocCharSetCT         : "Chinese Traditional (Big5)", //MISSING
 
484
DlgDocCharSetCR         : "Cyrillic",   //MISSING
 
485
DlgDocCharSetGR         : "Greek",      //MISSING
 
486
DlgDocCharSetJP         : "Japanese",   //MISSING
 
487
DlgDocCharSetKR         : "Korean",     //MISSING
 
488
DlgDocCharSetTR         : "Turkish",    //MISSING
 
489
DlgDocCharSetUN         : "Unicode (UTF-8)",    //MISSING
 
490
DlgDocCharSetWE         : "Western European",   //MISSING
 
491
DlgDocCharSetOther      : "Outra Codificação de Caracteres",
 
492
 
 
493
DlgDocDocType           : "Tipo de Cabeçalho do Documento",
 
494
DlgDocDocTypeOther      : "Outro Tipo de Cabeçalho do Documento",
 
495
DlgDocIncXHTML          : "Incluir Declarações XHTML",
 
496
DlgDocBgColor           : "Cor de Fundo",
 
497
DlgDocBgImage           : "Caminho para a Imagem de Fundo",
 
498
DlgDocBgNoScroll        : "Fundo Fixo",
 
499
DlgDocCText                     : "Texto",
 
500
DlgDocCLink                     : "Hiperligação",
 
501
DlgDocCVisited          : "Hiperligação Visitada",
 
502
DlgDocCActive           : "Hiperligação Activa",
 
503
DlgDocMargins           : "Margem das Páginas",
 
504
DlgDocMaTop                     : "Topo",
 
505
DlgDocMaLeft            : "Esquerda",
 
506
DlgDocMaRight           : "Direita",
 
507
DlgDocMaBottom          : "Fundo",
 
508
DlgDocMeIndex           : "Palavras de Indexação do Documento (separadas por virgula)",
 
509
DlgDocMeDescr           : "Descrição do Documento",
 
510
DlgDocMeAuthor          : "Autor",
 
511
DlgDocMeCopy            : "Direitos de Autor",
 
512
DlgDocPreview           : "Pré-visualizar",
 
513
 
 
514
// Templates Dialog
 
515
Templates                       : "Modelos",
 
516
DlgTemplatesTitle       : "Modelo de Conteúdo",
 
517
DlgTemplatesSelMsg      : "Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):",
 
518
DlgTemplatesLoading     : "A carregar a lista de modelos. Aguarde por favor...",
 
519
DlgTemplatesNoTpl       : "(Sem modelos definidos)",
 
520
DlgTemplatesReplace     : "Replace actual contents",    //MISSING
 
521
 
 
522
// About Dialog
 
523
DlgAboutAboutTab        : "Acerca",
 
524
DlgAboutBrowserInfoTab  : "Informação do Nevegador",
 
525
DlgAboutLicenseTab      : "Licença",
 
526
DlgAboutVersion         : "versão",
 
527
DlgAboutInfo            : "Para mais informações por favor dirija-se a",
 
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
};