[ Index ] |
|
Code source de GeekLog 1.4.1 |
1 /* 2 * FCKeditor - The text editor for internet 3 * Copyright (C) 2003-2006 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 (http://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 : "Quebra de Página", 90 PageBreak : "Inserir Quebra de Página", 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 FitWindow : "Maximize the editor size", //MISSING 103 104 // Context Menu 105 EditLink : "Editar Hiperlink", 106 CellCM : "Cell", //MISSING 107 RowCM : "Row", //MISSING 108 ColumnCM : "Column", //MISSING 109 InsertRow : "Inserir Linha", 110 DeleteRows : "Remover Linhas", 111 InsertColumn : "Inserir Coluna", 112 DeleteColumns : "Remover Colunas", 113 InsertCell : "Inserir Células", 114 DeleteCells : "Remover Células", 115 MergeCells : "Mesclar Células", 116 SplitCell : "Dividir Célular", 117 TableDelete : "Apagar Tabela", 118 CellProperties : "Formatar Célula", 119 TableProperties : "Formatar Tabela", 120 ImageProperties : "Formatar Figura", 121 FlashProperties : "Propriedades Flash", 122 123 AnchorProp : "Formatar Âncora", 124 ButtonProp : "Formatar Botão", 125 CheckboxProp : "Formatar Caixa de Seleção", 126 HiddenFieldProp : "Formatar Campo Oculto", 127 RadioButtonProp : "Formatar Botão de Opção", 128 ImageButtonProp : "Formatar Botão de Imagem", 129 TextFieldProp : "Formatar Caixa de Texto", 130 SelectionFieldProp : "Formatar Caixa de Listagem", 131 TextareaProp : "Formatar Área de Texto", 132 FormProp : "Formatar Formulário", 133 134 FontFormats : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6", 135 136 // Alerts and Messages 137 ProcessingXHTML : "Processando XHTML. Por favor, aguarde...", 138 Done : "Pronto", 139 PasteWordConfirm : "O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?", 140 NotCompatiblePaste : "Este comando está disponível para o navegador Internet Explorer 5.5 ou superior. Você gostaria de colar sem remover a formatação?", 141 UnknownToolbarItem : "O item da barra de ferramentas \"%1\" não é reconhecido", 142 UnknownCommand : "O comando \"%1\" não é reconhecido", 143 NotImplemented : "O comando não foi implementado", 144 UnknownToolbarSet : "A barra de ferramentas \"%1\" não existe", 145 NoActiveX : "As configurações de segurança do seu browser podem limitar algumas características do editor. Você precisa habilitar a opção \"Executar controles e plug-ins ActiveX\". Você pode experimentar erros e alertas de características faltantes.", 146 BrowseServerBlocked : "Os recursos do browser não puderam ser abertos. Tenha certeza que todos os bloqueadores de popup estão desabilitados.", 147 DialogBlocked : "Não foi possível abrir a janela de diálogo. Tenha certeza que todos os bloqueadores de popup estão desabilitados.", 148 149 // Dialogs 150 DlgBtnOK : "OK", 151 DlgBtnCancel : "Cancelar", 152 DlgBtnClose : "Fechar", 153 DlgBtnBrowseServer : "Localizar no Servidor", 154 DlgAdvancedTag : "Avançado", 155 DlgOpOther : "<Outros>", 156 DlgInfoTab : "Info", 157 DlgAlertUrl : "Inserir a URL", 158 159 // General Dialogs Labels 160 DlgGenNotSet : "<não ajustado>", 161 DlgGenId : "Id", 162 DlgGenLangDir : "Direção do idioma", 163 DlgGenLangDirLtr : "Esquerda para Direita (LTR)", 164 DlgGenLangDirRtl : "Direita para Esquerda (RTL)", 165 DlgGenLangCode : "Idioma", 166 DlgGenAccessKey : "Chave de Acesso", 167 DlgGenName : "Nome", 168 DlgGenTabIndex : "Índice de Tabulação", 169 DlgGenLongDescr : "Descrição da URL", 170 DlgGenClass : "Classe de Folhas de Estilo", 171 DlgGenTitle : "Título", 172 DlgGenContType : "Tipo de Conteúdo", 173 DlgGenLinkCharset : "Conjunto de Caracteres do Hiperlink", 174 DlgGenStyle : "Estilos", 175 176 // Image Dialog 177 DlgImgTitle : "Formatar Figura", 178 DlgImgInfoTab : "Informações da Figura", 179 DlgImgBtnUpload : "Enviar para o Servidor", 180 DlgImgURL : "URL", 181 DlgImgUpload : "Submeter", 182 DlgImgAlt : "Texto Alternativo", 183 DlgImgWidth : "Largura", 184 DlgImgHeight : "Altura", 185 DlgImgLockRatio : "Manter proporções", 186 DlgBtnResetSize : "Redefinir para o Tamanho Original", 187 DlgImgBorder : "Borda", 188 DlgImgHSpace : "Horizontal", 189 DlgImgVSpace : "Vertical", 190 DlgImgAlign : "Alinhamento", 191 DlgImgAlignLeft : "Esquerda", 192 DlgImgAlignAbsBottom: "Inferior Absoluto", 193 DlgImgAlignAbsMiddle: "Centralizado Absoluto", 194 DlgImgAlignBaseline : "Baseline", 195 DlgImgAlignBottom : "Inferior", 196 DlgImgAlignMiddle : "Centralizado", 197 DlgImgAlignRight : "Direita", 198 DlgImgAlignTextTop : "Superior Absoluto", 199 DlgImgAlignTop : "Superior", 200 DlgImgPreview : "Visualização", 201 DlgImgAlertUrl : "Por favor, digite o URL da figura.", 202 DlgImgLinkTab : "Hiperlink", 203 204 // Flash Dialog 205 DlgFlashTitle : "Propriedades Flash", 206 DlgFlashChkPlay : "Tocar Automaticamente", 207 DlgFlashChkLoop : "Loop", 208 DlgFlashChkMenu : "Habilita Menu Flash", 209 DlgFlashScale : "Escala", 210 DlgFlashScaleAll : "Mostrar tudo", 211 DlgFlashScaleNoBorder : "Sem Borda", 212 DlgFlashScaleFit : "Escala Exata", 213 214 // Link Dialog 215 DlgLnkWindowTitle : "Hiperlink", 216 DlgLnkInfoTab : "Informações do hiperlink", 217 DlgLnkTargetTab : "Informações de destino", 218 219 DlgLnkType : "Tipo de hiperlink", 220 DlgLnkTypeURL : "URL", 221 DlgLnkTypeAnchor : "Âncora nesta página", 222 DlgLnkTypeEMail : "E-Mail", 223 DlgLnkProto : "Protocolo", 224 DlgLnkProtoOther : "<outro>", 225 DlgLnkURL : "URL do hiperlink", 226 DlgLnkAnchorSel : "Selecione uma âncora", 227 DlgLnkAnchorByName : "Pelo Nome da âncora", 228 DlgLnkAnchorById : "Pelo Id do Elemento", 229 DlgLnkNoAnchors : "<Não há âncoras disponíveis neste documento>", 230 DlgLnkEMail : "Endereço E-Mail", 231 DlgLnkEMailSubject : "Assunto da Mensagem", 232 DlgLnkEMailBody : "Corpo da Mensagem", 233 DlgLnkUpload : "Enviar ao Servidor", 234 DlgLnkBtnUpload : "Enviar ao Servidor", 235 236 DlgLnkTarget : "Destino", 237 DlgLnkTargetFrame : "<quadro>", 238 DlgLnkTargetPopup : "<janela popup>", 239 DlgLnkTargetBlank : "Nova Janela (_blank)", 240 DlgLnkTargetParent : "Janela Pai (_parent)", 241 DlgLnkTargetSelf : "Mesma Janela (_self)", 242 DlgLnkTargetTop : "Janela Superior (_top)", 243 DlgLnkTargetFrameName : "Nome do Frame de Destino", 244 DlgLnkPopWinName : "Nome da Janela Pop-up", 245 DlgLnkPopWinFeat : "Atributos da Janela Pop-up", 246 DlgLnkPopResize : "Redimensionável", 247 DlgLnkPopLocation : "Barra de Endereços", 248 DlgLnkPopMenu : "Barra de Menus", 249 DlgLnkPopScroll : "Barras de Rolagem", 250 DlgLnkPopStatus : "Barra de Status", 251 DlgLnkPopToolbar : "Barra de Ferramentas", 252 DlgLnkPopFullScrn : "Modo Tela Cheia (IE)", 253 DlgLnkPopDependent : "Dependente (Netscape)", 254 DlgLnkPopWidth : "Largura", 255 DlgLnkPopHeight : "Altura", 256 DlgLnkPopLeft : "Esquerda", 257 DlgLnkPopTop : "Superior", 258 259 DlnLnkMsgNoUrl : "Por favor, digite o endereço do Hiperlink", 260 DlnLnkMsgNoEMail : "Por favor, digite o endereço de e-mail", 261 DlnLnkMsgNoAnchor : "Por favor, selecione uma âncora", 262 263 // Color Dialog 264 DlgColorTitle : "Selecione uma Cor", 265 DlgColorBtnClear : "Limpar", 266 DlgColorHighlight : "Visualização", 267 DlgColorSelected : "Selecionada", 268 269 // Smiley Dialog 270 DlgSmileyTitle : "Inserir Emoticon", 271 272 // Special Character Dialog 273 DlgSpecialCharTitle : "Selecione um Caractere Especial", 274 275 // Table Dialog 276 DlgTableTitle : "Formatar Tabela", 277 DlgTableRows : "Linhas", 278 DlgTableColumns : "Colunas", 279 DlgTableBorder : "Borda", 280 DlgTableAlign : "Alinhamento", 281 DlgTableAlignNotSet : "<Não ajustado>", 282 DlgTableAlignLeft : "Esquerda", 283 DlgTableAlignCenter : "Centralizado", 284 DlgTableAlignRight : "Direita", 285 DlgTableWidth : "Largura", 286 DlgTableWidthPx : "pixels", 287 DlgTableWidthPc : "%", 288 DlgTableHeight : "Altura", 289 DlgTableCellSpace : "Espaçamento", 290 DlgTableCellPad : "Enchimento", 291 DlgTableCaption : "Legenda", 292 DlgTableSummary : "Resumo", 293 294 // Table Cell Dialog 295 DlgCellTitle : "Formatar célula", 296 DlgCellWidth : "Largura", 297 DlgCellWidthPx : "pixels", 298 DlgCellWidthPc : "%", 299 DlgCellHeight : "Altura", 300 DlgCellWordWrap : "Quebra de Linha", 301 DlgCellWordWrapNotSet : "<Não ajustado>", 302 DlgCellWordWrapYes : "Sim", 303 DlgCellWordWrapNo : "Não", 304 DlgCellHorAlign : "Alinhamento Horizontal", 305 DlgCellHorAlignNotSet : "<Não ajustado>", 306 DlgCellHorAlignLeft : "Esquerda", 307 DlgCellHorAlignCenter : "Centralizado", 308 DlgCellHorAlignRight: "Direita", 309 DlgCellVerAlign : "Alinhamento Vertical", 310 DlgCellVerAlignNotSet : "<Não ajustado>", 311 DlgCellVerAlignTop : "Superior", 312 DlgCellVerAlignMiddle : "Centralizado", 313 DlgCellVerAlignBottom : "Inferior", 314 DlgCellVerAlignBaseline : "Baseline", 315 DlgCellRowSpan : "Transpor Linhas", 316 DlgCellCollSpan : "Transpor Colunas", 317 DlgCellBackColor : "Cor do Plano de Fundo", 318 DlgCellBorderColor : "Cor da Borda", 319 DlgCellBtnSelect : "Selecionar...", 320 321 // Find Dialog 322 DlgFindTitle : "Localizar...", 323 DlgFindFindBtn : "Localizar", 324 DlgFindNotFoundMsg : "O texto especificado não foi encontrado.", 325 326 // Replace Dialog 327 DlgReplaceTitle : "Substituir", 328 DlgReplaceFindLbl : "Procurar por:", 329 DlgReplaceReplaceLbl : "Substituir por:", 330 DlgReplaceCaseChk : "Coincidir Maiúsculas/Minúsculas", 331 DlgReplaceReplaceBtn : "Substituir", 332 DlgReplaceReplAllBtn : "Substituir Tudo", 333 DlgReplaceWordChk : "Coincidir a palavra inteira", 334 335 // Paste Operations / Dialog 336 PasteErrorPaste : "As configurações de segurança do seu navegador não permitem que o editor execute operações de colar automaticamente. Por favor, utilize o teclado para colar (Ctrl+V).", 337 PasteErrorCut : "As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl+X).", 338 PasteErrorCopy : "As configurações de segurança do seu navegador não permitem que o editor execute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl+C).", 339 340 PasteAsText : "Colar como Texto sem Formatação", 341 PasteFromWord : "Colar do Word", 342 343 DlgPasteMsg2 : "Transfira o link usado no box usando o teclado com (<STRONG>Ctrl+V</STRONG>) e <STRONG>OK</STRONG>.", 344 DlgPasteIgnoreFont : "Ignorar definições de fonte", 345 DlgPasteRemoveStyles : "Remove definições de estilo", 346 DlgPasteCleanBox : "Limpar Box", 347 348 // Color Picker 349 ColorAutomatic : "Automático", 350 ColorMoreColors : "Mais Cores...", 351 352 // Document Properties 353 DocProps : "Propriedades Documento", 354 355 // Anchor Dialog 356 DlgAnchorTitle : "Formatar Âncora", 357 DlgAnchorName : "Nome da Âncora", 358 DlgAnchorErrorName : "Por favor, digite o nome da âncora", 359 360 // Speller Pages Dialog 361 DlgSpellNotInDic : "Não encontrada", 362 DlgSpellChangeTo : "Alterar para", 363 DlgSpellBtnIgnore : "Ignorar uma vez", 364 DlgSpellBtnIgnoreAll : "Ignorar Todas", 365 DlgSpellBtnReplace : "Alterar", 366 DlgSpellBtnReplaceAll : "Alterar Todas", 367 DlgSpellBtnUndo : "Desfazer", 368 DlgSpellNoSuggestions : "-sem sugestões de ortografia-", 369 DlgSpellProgress : "Verificação ortográfica em andamento...", 370 DlgSpellNoMispell : "Verificação encerrada: Não foram encontrados erros de ortografia", 371 DlgSpellNoChanges : "Verificação ortográfica encerrada: Não houve alterações", 372 DlgSpellOneChange : "Verificação ortográfica encerrada: Uma palavra foi alterada", 373 DlgSpellManyChanges : "Verificação ortográfica encerrada: %1 foram alteradas", 374 375 IeSpellDownload : "A verificação ortográfica não foi instalada. Você gostaria de realizar o download agora?", 376 377 // Button Dialog 378 DlgButtonText : "Texto (Valor)", 379 DlgButtonType : "Tipo", 380 381 // Checkbox and Radio Button Dialogs 382 DlgCheckboxName : "Nome", 383 DlgCheckboxValue : "Valor", 384 DlgCheckboxSelected : "Selecionado", 385 386 // Form Dialog 387 DlgFormName : "Nome", 388 DlgFormAction : "Action", 389 DlgFormMethod : "Método", 390 391 // Select Field Dialog 392 DlgSelectName : "Nome", 393 DlgSelectValue : "Valor", 394 DlgSelectSize : "Tamanho", 395 DlgSelectLines : "linhas", 396 DlgSelectChkMulti : "Permitir múltiplas seleções", 397 DlgSelectOpAvail : "Opções disponíveis", 398 DlgSelectOpText : "Texto", 399 DlgSelectOpValue : "Valor", 400 DlgSelectBtnAdd : "Adicionar", 401 DlgSelectBtnModify : "Modificar", 402 DlgSelectBtnUp : "Para cima", 403 DlgSelectBtnDown : "Para baixo", 404 DlgSelectBtnSetValue : "Definir como selecionado", 405 DlgSelectBtnDelete : "Remover", 406 407 // Textarea Dialog 408 DlgTextareaName : "Nome", 409 DlgTextareaCols : "Colunas", 410 DlgTextareaRows : "Linhas", 411 412 // Text Field Dialog 413 DlgTextName : "Nome", 414 DlgTextValue : "Valor", 415 DlgTextCharWidth : "Comprimento (em caracteres)", 416 DlgTextMaxChars : "Número Máximo de Caracteres", 417 DlgTextType : "Tipo", 418 DlgTextTypeText : "Texto", 419 DlgTextTypePass : "Senha", 420 421 // Hidden Field Dialog 422 DlgHiddenName : "Nome", 423 DlgHiddenValue : "Valor", 424 425 // Bulleted List Dialog 426 BulletedListProp : "Formatar Marcadores", 427 NumberedListProp : "Formatar Numeração", 428 DlgLstType : "Tipo", 429 DlgLstTypeCircle : "Círculo", 430 DlgLstTypeDisc : "Disco", 431 DlgLstTypeSquare : "Quadrado", 432 DlgLstTypeNumbers : "Números (1, 2, 3)", 433 DlgLstTypeLCase : "Letras Minúsculas (a, b, c)", 434 DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)", 435 DlgLstTypeSRoman : "Números Romanos Minúsculos (i, ii, iii)", 436 DlgLstTypeLRoman : "Números Romanos Maiúsculos (I, II, III)", 437 438 // Document Properties Dialog 439 DlgDocGeneralTab : "Geral", 440 DlgDocBackTab : "Plano de Fundo", 441 DlgDocColorsTab : "Cores e Margens", 442 DlgDocMetaTab : "Meta Dados", 443 444 DlgDocPageTitle : "Título da Página", 445 DlgDocLangDir : "Direção do Idioma", 446 DlgDocLangDirLTR : "Esquerda para Direita (LTR)", 447 DlgDocLangDirRTL : "Direita para Esquerda (RTL)", 448 DlgDocLangCode : "Código do Idioma", 449 DlgDocCharSet : "Codificação de Caracteres", 450 DlgDocCharSetOther : "Outra Codificação de Caracteres", 451 452 DlgDocDocType : "Cabeçalho Tipo de Documento", 453 DlgDocDocTypeOther : "Other Document Type Heading", 454 DlgDocIncXHTML : "Incluir Declarações XHTML", 455 DlgDocBgColor : "Cor do Plano de Fundo", 456 DlgDocBgImage : "URL da Imagem de Plano de Fundo", 457 DlgDocBgNoScroll : "Plano de Fundo Fixo", 458 DlgDocCText : "Texto", 459 DlgDocCLink : "Hiperlink", 460 DlgDocCVisited : "Hiperlink Visitado", 461 DlgDocCActive : "Hiperlink Ativo", 462 DlgDocMargins : "Margens da Página", 463 DlgDocMaTop : "Superior", 464 DlgDocMaLeft : "Inferior", 465 DlgDocMaRight : "Direita", 466 DlgDocMaBottom : "Inferior", 467 DlgDocMeIndex : "Palavras-chave de Indexação do Documento (separadas por vírgula)", 468 DlgDocMeDescr : "Descrição do Documento", 469 DlgDocMeAuthor : "Autor", 470 DlgDocMeCopy : "Direitos Autorais", 471 DlgDocPreview : "Visualizar", 472 473 // Templates Dialog 474 Templates : "Modelos de layout", 475 DlgTemplatesTitle : "Modelo de layout do conteúdo", 476 DlgTemplatesSelMsg : "Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):", 477 DlgTemplatesLoading : "Carregando a lista de modelos de layout. Aguarde...", 478 DlgTemplatesNoTpl : "(Não foram definidos modelos de layout)", 479 480 // About Dialog 481 DlgAboutAboutTab : "Sobre", 482 DlgAboutBrowserInfoTab : "Informações do Navegador", 483 DlgAboutLicenseTab : "Licença", 484 DlgAboutVersion : "versão", 485 DlgAboutLicense : "Licenciado sob os termos da GNU Lesser General Public License", 486 DlgAboutInfo : "Para maiores informações visite" 487 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Gnr le : Wed Nov 21 12:27:40 2007 | par Balluche grce PHPXref 0.7 |
![]() |