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