Ticket #3837: 3837.patch
File 3837.patch, 15.2 KB (added by , 15 years ago) |
---|
-
_source/lang/_translationstatus.txt
42 42 nl.js Found: 327 Missing: 107 43 43 no.js Found: 325 Missing: 109 44 44 pl.js Found: 325 Missing: 109 45 pt-br.js Found: 325 Missing: 10945 pt-br.js Found: 434 Missing: 0 46 46 pt.js Found: 307 Missing: 127 47 47 ro.js Found: 326 Missing: 108 48 48 ru.js Found: 332 Missing: 102 -
_source/lang/pt-br.js
31 31 * Screenreader titles. Please note that screenreaders are not always capable 32 32 * of reading non-English words. So be careful while translating it. 33 33 */ 34 editorTitle : ' Rich text editor, %1', // MISSING34 editorTitle : 'Editor de texto formatado, %1', 35 35 36 36 // Toolbar buttons without dialogs. 37 37 source : 'Código-Fonte', … … 88 88 cssStyle : 'Estilos', 89 89 ok : 'OK', 90 90 cancel : 'Cancelar', 91 generalTab : 'Ge neral', // MISSING91 generalTab : 'Geral', 92 92 advancedTab : 'Avançado', 93 validateNumberFailed : ' This value is not a number.', // MISSING94 confirmNewPage : ' Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING95 confirmCancel : ' Some of the options have been changed. Are you sure to close the dialog?', // MISSING93 validateNumberFailed : 'Este valor não é um número.', 94 confirmNewPage : 'Todas as mudanças não salvas serão perdidas. Tem certeza de que quer carregar outra página?', 95 confirmCancel : 'Algumas opções foram alteradas. Tem certeza de que quer fechar a caixa de diálogo?', 96 96 97 97 // Put the voice-only part of the label in the span. 98 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING98 unavailable : '%1<span class="cke_accessibility">, indisponível</span>' 99 99 }, 100 100 101 101 // Special char dialog. … … 129 129 targetFrameName : 'Nome do Frame de Destino', 130 130 targetPopupName : 'Nome da Janela Pop-up', 131 131 popupFeatures : 'Atributos da Janela Pop-up', 132 popupResizable : 'Re sizable', // MISSING132 popupResizable : 'Redimensionável', 133 133 popupStatusBar : 'Barra de Status', 134 134 popupLocationBar : 'Barra de Endereços', 135 135 popupToolbar : 'Barra de Ferramentas', … … 141 141 popupLeft : 'Esquerda', 142 142 popupHeight : 'Altura', 143 143 popupTop : 'Superior', 144 id : 'Id', // MISSING144 id : 'Id', 145 145 langDir : 'Direção do idioma', 146 146 langDirNotSet : '<não ajustado>', 147 147 langDirLTR : 'Esquerda para Direita (LTR)', … … 187 187 notFoundMsg : 'O texto especificado não foi encontrado.', 188 188 matchCase : 'Coincidir Maiúsculas/Minúsculas', 189 189 matchWord : 'Coincidir a palavra inteira', 190 matchCyclic : ' Match cyclic', // MISSING190 matchCyclic : 'Coincidir cíclico', 191 191 replaceAll : 'Substituir Tudo', 192 replaceSuccessMsg : '%1 oc currence(s) replaced.' // MISSING192 replaceSuccessMsg : '%1 ocorrência(s) substituída(s).' 193 193 }, 194 194 195 195 // Table Dialog … … 215 215 cellPad : 'Enchimento', 216 216 caption : 'Legenda', 217 217 summary : 'Resumo', 218 headers : ' Headers', // MISSING219 headersNone : 'N one', // MISSING220 headersColumn : ' First column', // MISSING221 headersRow : ' First Row', // MISSING222 headersBoth : ' Both', // MISSING223 invalidRows : ' Number of rows must be a number greater than 0.', // MISSING224 invalidCols : ' Number of columns must be a number greater than 0.', // MISSING225 invalidBorder : ' Border size must be a number.', // MISSING226 invalidWidth : ' Table width must be a number.', // MISSING227 invalidHeight : ' Table height must be a number.', // MISSING228 invalidCellSpacing : ' Cell spacing must be a number.', // MISSING229 invalidCellPadding : ' Cell padding must be a number.', // MISSING218 headers : 'Cabeçalho', 219 headersNone : 'Nenhum', 220 headersColumn : 'Primeira coluna', 221 headersRow : 'Primeira linha', 222 headersBoth : 'Ambos', 223 invalidRows : '"Número de linhas" tem que ser um número maior que 0.', 224 invalidCols : '"Número de colunas" tem que ser um número maior que 0.', 225 invalidBorder : '"Tamanho da borda" tem que ser um número.', 226 invalidWidth : '"Largura da tabela" tem que ser um número.', 227 invalidHeight : '"Altura da tabela" tem que ser um número.', 228 invalidCellSpacing : '"Espaçamento das células" tem que ser um número.', 229 invalidCellPadding : '"Margem interna das células" tem que ser um número.', 230 230 231 231 cell : 232 232 { … … 239 239 mergeDown : 'Mesclar com célula abaixo', 240 240 splitHorizontal : 'Dividir célula horizontalmente', 241 241 splitVertical : 'Dividir célula verticalmente', 242 title : ' Cell Properties', // MISSING243 cellType : ' Cell Type', // MISSING244 rowSpan : ' Rows Span', // MISSING245 colSpan : 'Colu mns Span', // MISSING246 wordWrap : ' Word Wrap', // MISSING247 hAlign : ' Horizontal Alignment', // MISSING248 vAlign : ' Vertical Alignment', // MISSING249 alignTop : ' Top', // MISSING250 alignMiddle : ' Middle', // MISSING251 alignBottom : ' Bottom', // MISSING252 alignBaseline : ' Baseline', // MISSING253 bgColor : ' Background Color', // MISSING254 borderColor : ' Border Color', // MISSING255 data : 'Da ta', // MISSING256 header : ' Header', // MISSING257 yes : ' Yes', // MISSING258 no : 'N o', // MISSING259 invalidWidth : ' Cell width must be a number.', // MISSING260 invalidHeight : ' Cell height must be a number.', // MISSING261 invalidRowSpan : ' Rows span must be a whole number.', // MISSING262 invalidColSpan : ' Columns span must be a whole number.' // MISSING242 title : 'Propriedades da célula', 243 cellType : 'Tipo de célula', 244 rowSpan : 'Linhas cobertas', 245 colSpan : 'Colunas cobertas', 246 wordWrap : 'Quebra de palavra', 247 hAlign : 'Alinhamento horizontal', 248 vAlign : 'Alinhamento vertical', 249 alignTop : 'Alinhar no topo', 250 alignMiddle : 'Centralizado verticalmente', 251 alignBottom : 'Alinhar na base', 252 alignBaseline : 'Patamar de alinhamento', 253 bgColor : 'Cor de fundo', 254 borderColor : 'Cor das bordas', 255 data : 'Dados', 256 header : 'Cabeçalho', 257 yes : 'Sim', 258 no : 'Não', 259 invalidWidth : 'A largura da célula tem que ser um número.', 260 invalidHeight : 'A altura da célula tem que ser um número.', 261 invalidRowSpan : '"Linhas cobertas" tem que ser um número inteiro.', 262 invalidColSpan : '"Colunas cobertas" tem que ser um número inteiro.' 263 263 }, 264 264 265 265 row : … … 306 306 menu : 'Formatar Formulário', 307 307 action : 'Action', 308 308 method : 'Método', 309 encoding : ' Encoding', // MISSING309 encoding : 'Codificação', 310 310 target : 'Destino', 311 311 targetNotSet : '<não ajustado>', 312 312 targetNew : 'Nova Janela (_blank)', … … 395 395 preview : 'Visualização', 396 396 alertUrl : 'Por favor, digite o URL da figura.', 397 397 linkTab : 'Hiperlink', 398 button2Img : ' Do you want to transform the selected image button on a simple image?', // MISSING399 img2Button : ' Do you want to transform the selected image on a image button?' // MISSING398 button2Img : 'Você deseja transformar o botão de imagem selecionado em uma imagem comum?', 399 img2Button : 'Você deseja transformar a imagem selecionada em um botão de imagem?' 400 400 }, 401 401 402 402 // Flash Dialog 403 403 flash : 404 404 { 405 properties : 'Propriedades Flash',406 propertiesTab : 'Prop erties', // MISSING407 title : 'Propriedades Flash',405 properties : 'Propriedades do Flash', 406 propertiesTab : 'Propriedades', 407 title : 'Propriedades do Flash', 408 408 chkPlay : 'Tocar Automaticamente', 409 409 chkLoop : 'Loop', 410 410 chkMenu : 'Habilita Menu Flash', 411 chkFull : ' Allow Fullscreen', // MISSING411 chkFull : 'Permitir tela cheia', 412 412 scale : 'Escala', 413 413 scaleAll : 'Mostrar tudo', 414 414 scaleNoBorder : 'Sem Borda', 415 415 scaleFit : 'Escala Exata', 416 access : ' Script Access', // MISSING417 accessAlways : ' Always', // MISSING418 accessSameDomain : ' Same domain', // MISSING419 accessNever : 'N ever', // MISSING416 access : 'Acesso ao script', 417 accessAlways : 'Sempre', 418 accessSameDomain : 'Mesmo domínio', 419 accessNever : 'Nunca', 420 420 align : 'Alinhamento', 421 421 alignLeft : 'Esquerda', 422 422 alignAbsBottom: 'Inferior Absoluto', … … 427 427 alignRight : 'Direita', 428 428 alignTextTop : 'Superior Absoluto', 429 429 alignTop : 'Superior', 430 quality : 'Quali ty', // MISSING431 qualityBest : ' Best', // MISSING432 qualityHigh : ' High', // MISSING433 qualityAutoHigh : 'A uto High', // MISSING434 qualityMedium : 'M edium', // MISSING435 qualityAutoLow : ' Auto Low', // MISSING436 qualityLow : ' Low', // MISSING437 windowModeWindow : ' Window', // MISSING438 windowModeOpaque : 'Opa que', // MISSING439 windowModeTransparent : 'Transparent ', // MISSING440 windowMode : ' Window mode', // MISSING441 flashvars : 'Vari ables for Flash', // MISSING430 quality : 'Qualidade', 431 qualityBest : 'Melhor', 432 qualityHigh : 'Alta', 433 qualityAutoHigh : 'Alta automático', 434 qualityMedium : 'Média', 435 qualityAutoLow : 'Média automático', 436 qualityLow : 'Baixa', 437 windowModeWindow : 'Janela', 438 windowModeOpaque : 'Opaca', 439 windowModeTransparent : 'Transparente', 440 windowMode : 'Modo da janela', 441 flashvars : 'Variáveis do Flash', 442 442 bgcolor : 'Cor do Plano de Fundo', 443 443 width : 'Largura', 444 444 height : 'Altura', 445 445 hSpace : 'Horizontal', 446 446 vSpace : 'Vertical', 447 447 validateSrc : 'Por favor, digite o endereço do Hiperlink', 448 validateWidth : ' Width must be a number.', // MISSING449 validateHeight : ' Height must be a number.', // MISSING450 validateHSpace : ' HSpace must be a number.', // MISSING451 validateVSpace : ' VSpace must be a number.' // MISSING448 validateWidth : '"Largura" tem que ser um número.', 449 validateHeight : '"Altura" tem que ser um número', 450 validateHSpace : '"HSpace" tem que ser um número', 451 validateVSpace : '"VSpace" tem que ser um número.' 452 452 }, 453 453 454 454 // Speller Pages Dialog 455 455 spellCheck : 456 456 { 457 457 toolbar : 'Verificar Ortografia', 458 title : ' Spell Check', // MISSING459 notAvailable : ' Sorry, but service is unavailable now.', // MISSING460 errorLoading : 'Erro r loading application service host: %s.', // MISSING458 title : 'Corretor gramatical', 459 notAvailable : 'Desculpe, o serviço não está disponível no momento.', 460 errorLoading : 'Erro carregando servidor de aplicação: %s.', 461 461 notInDic : 'Não encontrada', 462 462 changeTo : 'Alterar para', 463 463 btnIgnore : 'Ignorar uma vez', … … 482 482 483 483 elementsPath : 484 484 { 485 eleTitle : ' %1 element' // MISSING485 eleTitle : 'Elemento %1' 486 486 }, 487 487 488 488 numberedlist : 'Numeração', … … 538 538 stylesCombo : 539 539 { 540 540 label : 'Estilo', 541 voiceLabel : ' Styles', // MISSING542 panelVoiceLabel : 'Selec t a style', // MISSING543 panelTitle1 : ' Block Styles', // MISSING544 panelTitle2 : ' Inline Styles', // MISSING545 panelTitle3 : ' Object Styles' // MISSING541 voiceLabel : 'Estilo', 542 panelVoiceLabel : 'Selecione um estilo', 543 panelTitle1 : 'Estilos de bloco', 544 panelTitle2 : 'Estilos em texto corrido', 545 panelTitle3 : 'Estilos de objeto' 546 546 }, 547 547 548 548 format : 549 549 { 550 550 label : 'Formatação', 551 voiceLabel : 'Format ', // MISSING551 voiceLabel : 'Formatação', 552 552 panelTitle : 'Formatação', 553 panelVoiceLabel : 'Selec t a paragraph format', // MISSING553 panelVoiceLabel : 'Selecione uma formatação de parágrafo', 554 554 555 555 tag_p : 'Normal', 556 556 tag_pre : 'Formatado', … … 561 561 tag_h4 : 'Título 4', 562 562 tag_h5 : 'Título 5', 563 563 tag_h6 : 'Título 6', 564 tag_div : 'Normal (DIV)' // MISSING564 tag_div : 'Normal (DIV)' 565 565 }, 566 566 567 567 font : 568 568 { 569 569 label : 'Fonte', 570 voiceLabel : 'Font ', // MISSING570 voiceLabel : 'Fonte', 571 571 panelTitle : 'Fonte', 572 panelVoiceLabel : 'Selec t a font' // MISSING572 panelVoiceLabel : 'Selecione uma fonte' 573 573 }, 574 574 575 575 fontSize : 576 576 { 577 577 label : 'Tamanho', 578 voiceLabel : ' Font Size', // MISSING578 voiceLabel : 'Tamanho da fonte', 579 579 panelTitle : 'Tamanho', 580 panelVoiceLabel : 'Selec t a font size' // MISSING580 panelVoiceLabel : 'Selecione um tamanho de fonte' 581 581 }, 582 582 583 583 colorButton : … … 634 634 635 635 scayt : 636 636 { 637 title : ' Spell Check As You Type', // MISSING638 enable : ' Enable SCAYT', // MISSING639 disable : 'D isable SCAYT', // MISSING640 about : ' About SCAYT', // MISSING641 toggle : ' Toggle SCAYT', // MISSING642 options : 'Op tions', // MISSING643 langs : 'L anguages', // MISSING644 moreSuggestions : 'M ore suggestions', // MISSING645 ignore : 'Ignor e', // MISSING646 ignoreAll : 'Ignor e All', // MISSING647 addWord : 'Ad d Word', // MISSING648 emptyDic : ' Dictionary name should not be empty.', // MISSING649 optionsTab : 'Op tions', // MISSING650 languagesTab : 'L anguages', // MISSING651 dictionariesTab : 'Dic tionaries', // MISSING652 aboutTab : ' About' // MISSING637 title : 'Correção gramatical durante a digitação', 638 enable : 'Habilitar SCAYT', 639 disable : 'Desabilitar SCAYT', 640 about : 'Sobre o SCAYT', 641 toggle : 'Ativar/desativar SCAYT', 642 options : 'Opções', 643 langs : 'Línguas', 644 moreSuggestions : 'Mais sugestões', 645 ignore : 'Ignorar', 646 ignoreAll : 'Ignorar todas', 647 addWord : 'Adicionar palavra', 648 emptyDic : 'O nome do dicionário não deveria estar vazio.', 649 optionsTab : 'Opções', 650 languagesTab : 'Línguas', 651 dictionariesTab : 'Dicionários', 652 aboutTab : 'Sobre' 653 653 }, 654 654 655 655 about : 656 656 { 657 title : ' About CKEditor', // MISSING658 moreInfo : ' For licensing information please visit our web site:', // MISSING659 copy : ' Copyright © $1. All rights reserved.' // MISSING657 title : 'Sobre o CKEditor', 658 moreInfo : 'Para informações sobre a licença, por favor, visite o nosso site na Internet:', 659 copy : 'Direito de reprodução © $1. Todos os direitos reservados.' 660 660 }, 661 661 662 maximize : 'Maximiz e', // MISSING662 maximize : 'Maximizar', 663 663 664 664 fakeobjects : 665 665 { 666 anchor : ' Anchor', // MISSING667 flash : ' Flash Animation', // MISSING668 div : ' Page Break', // MISSING669 unknown : ' Unknown Object' // MISSING666 anchor : 'Âncora', 667 flash : 'Animação em Flash', 668 div : 'Quebra de página', 669 unknown : 'Objeto desconhecido' 670 670 }, 671 671 672 resize : 'Drag to resize' // MISSING 673 }; 672 resize : 'Arraste para redimensionar' 673 }; 674 No newline at end of file -
CHANGES.html
126 126 <li><a href="http://dev.fckeditor.net/ticket/3839">#3839</a> : Update Scayt plugin to reflect the latest change from SpellChecker.net.</li> 127 127 <li><a href="http://dev.fckeditor.net/ticket/3742">#3742</a> : Fixed wrong dialog layout for dialogs without tab bar in IE RTL mode .</li> 128 128 <li><a href="http://dev.fckeditor.net/ticket/3671">#3671</a> : Fixed body fixing should be applied to the real type under fake elements.</li> 129 <li>Updated the following language files:<ul> 130 <li><a href="http://dev.fckeditor.net/ticket/3837">#3837</a> : Brazilian Portuguese.</li> 131 </ul> 132 </li> 129 133 </ul> 130 134 <h3> 131 135 CKEditor 3.0 RC</h3>