Ticket #3837: 3837.patch

File 3837.patch, 15.2 KB (added by Frederico Caldeira Knabben, 15 years ago)
  • _source/lang/_translationstatus.txt

     
    4242nl.js      Found: 327 Missing: 107
    4343no.js      Found: 325 Missing: 109
    4444pl.js      Found: 325 Missing: 109
    45 pt-br.js   Found: 325 Missing: 109
     45pt-br.js   Found: 434 Missing: 0
    4646pt.js      Found: 307 Missing: 127
    4747ro.js      Found: 326 Missing: 108
    4848ru.js      Found: 332 Missing: 102
  • _source/lang/pt-br.js

     
    3131         * Screenreader titles. Please note that screenreaders are not always capable
    3232         * of reading non-English words. So be careful while translating it.
    3333         */
    34         editorTitle             : 'Rich text editor, %1', // MISSING
     34        editorTitle             : 'Editor de texto formatado, %1',
    3535
    3636        // Toolbar buttons without dialogs.
    3737        source                  : 'Código-Fonte',
     
    8888                cssStyle                : 'Estilos',
    8989                ok                              : 'OK',
    9090                cancel                  : 'Cancelar',
    91                 generalTab              : 'General', // MISSING
     91                generalTab              : 'Geral',
    9292                advancedTab             : 'Avançado',
    93                 validateNumberFailed    : 'This value is not a number.', // MISSING
    94                 confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
    95                 confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
     93                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?',
    9696
    9797                // Put the voice-only part of the label in the span.
    98                 unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
     98                unavailable             : '%1<span class="cke_accessibility">, indisponível</span>'
    9999        },
    100100
    101101        // Special char dialog.
     
    129129                targetFrameName : 'Nome do Frame de Destino',
    130130                targetPopupName : 'Nome da Janela Pop-up',
    131131                popupFeatures   : 'Atributos da Janela Pop-up',
    132                 popupResizable  : 'Resizable', // MISSING
     132                popupResizable  : 'Redimensionável',
    133133                popupStatusBar  : 'Barra de Status',
    134134                popupLocationBar        : 'Barra de Endereços',
    135135                popupToolbar    : 'Barra de Ferramentas',
     
    141141                popupLeft               : 'Esquerda',
    142142                popupHeight             : 'Altura',
    143143                popupTop                : 'Superior',
    144                 id                              : 'Id', // MISSING
     144                id                              : 'Id',
    145145                langDir                 : 'Direção do idioma',
    146146                langDirNotSet   : '<não ajustado>',
    147147                langDirLTR              : 'Esquerda para Direita (LTR)',
     
    187187                notFoundMsg                     : 'O texto especificado não foi encontrado.',
    188188                matchCase                       : 'Coincidir Maiúsculas/Minúsculas',
    189189                matchWord                       : 'Coincidir a palavra inteira',
    190                 matchCyclic                     : 'Match cyclic', // MISSING
     190                matchCyclic                     : 'Coincidir cíclico',
    191191                replaceAll                      : 'Substituir Tudo',
    192                 replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING
     192                replaceSuccessMsg       : '%1 ocorrência(s) substituída(s).'
    193193        },
    194194
    195195        // Table Dialog
     
    215215                cellPad         : 'Enchimento',
    216216                caption         : 'Legenda',
    217217                summary         : 'Resumo',
    218                 headers         : 'Headers', // MISSING
    219                 headersNone             : 'None', // MISSING
    220                 headersColumn   : 'First column', // MISSING
    221                 headersRow              : 'First Row', // MISSING
    222                 headersBoth             : 'Both', // MISSING
    223                 invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING
    224                 invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING
    225                 invalidBorder   : 'Border size must be a number.', // MISSING
    226                 invalidWidth    : 'Table width must be a number.', // MISSING
    227                 invalidHeight   : 'Table height must be a number.', // MISSING
    228                 invalidCellSpacing      : 'Cell spacing must be a number.', // MISSING
    229                 invalidCellPadding      : 'Cell padding must be a number.', // MISSING
     218                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.',
    230230
    231231                cell :
    232232                {
     
    239239                        mergeDown               : 'Mesclar com célula abaixo',
    240240                        splitHorizontal : 'Dividir célula horizontalmente',
    241241                        splitVertical   : 'Dividir célula verticalmente',
    242                         title                   : 'Cell Properties', // MISSING
    243                         cellType                : 'Cell Type', // MISSING
    244                         rowSpan                 : 'Rows Span', // MISSING
    245                         colSpan                 : 'Columns Span', // MISSING
    246                         wordWrap                : 'Word Wrap', // MISSING
    247                         hAlign                  : 'Horizontal Alignment', // MISSING
    248                         vAlign                  : 'Vertical Alignment', // MISSING
    249                         alignTop                : 'Top', // MISSING
    250                         alignMiddle             : 'Middle', // MISSING
    251                         alignBottom             : 'Bottom', // MISSING
    252                         alignBaseline   : 'Baseline', // MISSING
    253                         bgColor                 : 'Background Color', // MISSING
    254                         borderColor             : 'Border Color', // MISSING
    255                         data                    : 'Data', // MISSING
    256                         header                  : 'Header', // MISSING
    257                         yes                             : 'Yes', // MISSING
    258                         no                              : 'No', // MISSING
    259                         invalidWidth    : 'Cell width must be a number.', // MISSING
    260                         invalidHeight   : 'Cell height must be a number.', // MISSING
    261                         invalidRowSpan  : 'Rows span must be a whole number.', // MISSING
    262                         invalidColSpan  : 'Columns span must be a whole number.' // MISSING
     242                        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.'
    263263                },
    264264
    265265                row :
     
    306306                menu            : 'Formatar Formulário',
    307307                action          : 'Action',
    308308                method          : 'Método',
    309                 encoding        : 'Encoding', // MISSING
     309                encoding        : 'Codificação',
    310310                target          : 'Destino',
    311311                targetNotSet    : '<não ajustado>',
    312312                targetNew       : 'Nova Janela (_blank)',
     
    395395                preview : 'Visualização',
    396396                alertUrl        : 'Por favor, digite o URL da figura.',
    397397                linkTab : 'Hiperlink',
    398                 button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING
    399                 img2Button      : 'Do you want to transform the selected image on a image button?' // MISSING
     398                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?'
    400400        },
    401401
    402402        // Flash Dialog
    403403        flash :
    404404        {
    405                 properties              : 'Propriedades Flash',
    406                 propertiesTab   : 'Properties', // MISSING
    407                 title           : 'Propriedades Flash',
     405                properties              : 'Propriedades do Flash',
     406                propertiesTab   : 'Propriedades',
     407                title           : 'Propriedades do Flash',
    408408                chkPlay         : 'Tocar Automaticamente',
    409409                chkLoop         : 'Loop',
    410410                chkMenu         : 'Habilita Menu Flash',
    411                 chkFull         : 'Allow Fullscreen', // MISSING
     411                chkFull         : 'Permitir tela cheia',
    412412                scale           : 'Escala',
    413413                scaleAll                : 'Mostrar tudo',
    414414                scaleNoBorder   : 'Sem Borda',
    415415                scaleFit                : 'Escala Exata',
    416                 access                  : 'Script Access', // MISSING
    417                 accessAlways    : 'Always', // MISSING
    418                 accessSameDomain        : 'Same domain', // MISSING
    419                 accessNever     : 'Never', // MISSING
     416                access                  : 'Acesso ao script',
     417                accessAlways    : 'Sempre',
     418                accessSameDomain        : 'Mesmo domínio',
     419                accessNever     : 'Nunca',
    420420                align           : 'Alinhamento',
    421421                alignLeft       : 'Esquerda',
    422422                alignAbsBottom: 'Inferior Absoluto',
     
    427427                alignRight      : 'Direita',
    428428                alignTextTop    : 'Superior Absoluto',
    429429                alignTop        : 'Superior',
    430                 quality         : 'Quality', // MISSING
    431                 qualityBest              : 'Best', // MISSING
    432                 qualityHigh              : 'High', // MISSING
    433                 qualityAutoHigh  : 'Auto High', // MISSING
    434                 qualityMedium    : 'Medium', // MISSING
    435                 qualityAutoLow   : 'Auto Low', // MISSING
    436                 qualityLow               : 'Low', // MISSING
    437                 windowModeWindow         : 'Window', // MISSING
    438                 windowModeOpaque         : 'Opaque', // MISSING
    439                 windowModeTransparent    : 'Transparent', // MISSING
    440                 windowMode      : 'Window mode', // MISSING
    441                 flashvars       : 'Variables for Flash', // MISSING
     430                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',
    442442                bgcolor : 'Cor do Plano de Fundo',
    443443                width   : 'Largura',
    444444                height  : 'Altura',
    445445                hSpace  : 'Horizontal',
    446446                vSpace  : 'Vertical',
    447447                validateSrc : 'Por favor, digite o endereço do Hiperlink',
    448                 validateWidth : 'Width must be a number.', // MISSING
    449                 validateHeight : 'Height must be a number.', // MISSING
    450                 validateHSpace : 'HSpace must be a number.', // MISSING
    451                 validateVSpace : 'VSpace must be a number.' // MISSING
     448                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.'
    452452        },
    453453
    454454        // Speller Pages Dialog
    455455        spellCheck :
    456456        {
    457457                toolbar                 : 'Verificar Ortografia',
    458                 title                   : 'Spell Check', // MISSING
    459                 notAvailable    : 'Sorry, but service is unavailable now.', // MISSING
    460                 errorLoading    : 'Error loading application service host: %s.', // MISSING
     458                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.',
    461461                notInDic                : 'Não encontrada',
    462462                changeTo                : 'Alterar para',
    463463                btnIgnore               : 'Ignorar uma vez',
     
    482482
    483483        elementsPath :
    484484        {
    485                 eleTitle : '%1 element' // MISSING
     485                eleTitle : 'Elemento %1'
    486486        },
    487487
    488488        numberedlist : 'Numeração',
     
    538538        stylesCombo :
    539539        {
    540540                label : 'Estilo',
    541                 voiceLabel : 'Styles', // MISSING
    542                 panelVoiceLabel : 'Select a style', // MISSING
    543                 panelTitle1 : 'Block Styles', // MISSING
    544                 panelTitle2 : 'Inline Styles', // MISSING
    545                 panelTitle3 : 'Object Styles' // MISSING
     541                voiceLabel : 'Estilo',
     542                panelVoiceLabel : 'Selecione um estilo',
     543                panelTitle1 : 'Estilos de bloco',
     544                panelTitle2 : 'Estilos em texto corrido',
     545                panelTitle3 : 'Estilos de objeto'
    546546        },
    547547
    548548        format :
    549549        {
    550550                label : 'Formatação',
    551                 voiceLabel : 'Format', // MISSING
     551                voiceLabel : 'Formatação',
    552552                panelTitle : 'Formatação',
    553                 panelVoiceLabel : 'Select a paragraph format', // MISSING
     553                panelVoiceLabel : 'Selecione uma formatação de parágrafo',
    554554
    555555                tag_p : 'Normal',
    556556                tag_pre : 'Formatado',
     
    561561                tag_h4 : 'Título 4',
    562562                tag_h5 : 'Título 5',
    563563                tag_h6 : 'Título 6',
    564                 tag_div : 'Normal (DIV)' // MISSING
     564                tag_div : 'Normal (DIV)'
    565565        },
    566566
    567567        font :
    568568        {
    569569                label : 'Fonte',
    570                 voiceLabel : 'Font', // MISSING
     570                voiceLabel : 'Fonte',
    571571                panelTitle : 'Fonte',
    572                 panelVoiceLabel : 'Select a font' // MISSING
     572                panelVoiceLabel : 'Selecione uma fonte'
    573573        },
    574574
    575575        fontSize :
    576576        {
    577577                label : 'Tamanho',
    578                 voiceLabel : 'Font Size', // MISSING
     578                voiceLabel : 'Tamanho da fonte',
    579579                panelTitle : 'Tamanho',
    580                 panelVoiceLabel : 'Select a font size' // MISSING
     580                panelVoiceLabel : 'Selecione um tamanho de fonte'
    581581        },
    582582
    583583        colorButton :
     
    634634
    635635        scayt :
    636636        {
    637                 title : 'Spell Check As You Type', // MISSING
    638                 enable : 'Enable SCAYT', // MISSING
    639                 disable : 'Disable SCAYT', // MISSING
    640                 about : 'About SCAYT', // MISSING
    641                 toggle : 'Toggle SCAYT', // MISSING
    642                 options : 'Options', // MISSING
    643                 langs : 'Languages', // MISSING
    644                 moreSuggestions : 'More suggestions', // MISSING
    645                 ignore : 'Ignore', // MISSING
    646                 ignoreAll : 'Ignore All', // MISSING
    647                 addWord : 'Add Word', // MISSING
    648                 emptyDic : 'Dictionary name should not be empty.', // MISSING
    649                 optionsTab : 'Options', // MISSING
    650                 languagesTab : 'Languages', // MISSING
    651                 dictionariesTab : 'Dictionaries', // MISSING
    652                 aboutTab : 'About' // MISSING
     637                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'
    653653        },
    654654
    655655        about :
    656656        {
    657                 title : 'About CKEditor', // MISSING
    658                 moreInfo : 'For licensing information please visit our web site:', // MISSING
    659                 copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
     657                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 &copy; $1. Todos os direitos reservados.'
    660660        },
    661661
    662         maximize : 'Maximize', // MISSING
     662        maximize : 'Maximizar',
    663663
    664664        fakeobjects :
    665665        {
    666                 anchor : 'Anchor', // MISSING
    667                 flash : 'Flash Animation', // MISSING
    668                 div : 'Page Break', // MISSING
    669                 unknown : 'Unknown Object' // MISSING
     666                anchor : 'Âncora',
     667                flash : 'Animação em Flash',
     668                div : 'Quebra de página',
     669                unknown : 'Objeto desconhecido'
    670670        },
    671671
    672         resize : 'Drag to resize' // MISSING
    673 };
     672        resize : 'Arraste para redimensionar'
     673};
     674 No newline at end of file
  • CHANGES.html

     
    126126                <li><a href="http://dev.fckeditor.net/ticket/3839">#3839</a> : Update Scayt plugin to reflect the latest change from SpellChecker.net.</li>
    127127                <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>
    128128                <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>
    129133        </ul>
    130134        <h3>
    131135                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy