X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fpt-br.js;h=a8f33040fe2554b16c5e53924530f8017f1b36f3;hb=f8fc585c18d287eb325c575596d183122486b641;hp=b9b8dc4ef11c62be4c07613182706fece377d8c4;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/lang/pt-br.js b/_source/lang/pt-br.js index b9b8dc4..a8f3304 100644 --- a/_source/lang/pt-br.js +++ b/_source/lang/pt-br.js @@ -110,17 +110,24 @@ CKEDITOR.lang['pt-br'] = unavailable : '%1, indisponível' }, + contextmenu : + { + options : 'Context Menu Options' // MISSING + }, + // Special char dialog. specialChar : { toolbar : 'Inserir Caractere Especial', - title : 'Selecione um Caractere Especial' + title : 'Selecione um Caractere Especial', + options : 'Special Character Options' // MISSING }, // Link dialog. link : { toolbar : 'Inserir/Editar Hiperlink', + other : '', // MISSING menu : 'Editar Hiperlink', title : 'Hiperlink', info : 'Informações', @@ -182,6 +189,29 @@ CKEDITOR.lang['pt-br'] = errorName : 'Por favor, digite o nome da âncora' }, + // List style dialog + list: + { + numberedTitle : 'Numbered List Properties', // MISSING + bulletedTitle : 'Bulleted List Properties', // MISSING + type : 'Type', // MISSING + start : 'Start', // MISSING + circle : 'Circle', // MISSING + disc : 'Disc', // MISSING + square : 'Square', // MISSING + none : 'None', // MISSING + notset : '', // MISSING + armenian : 'Armenian numbering', // MISSING + georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING + lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING + upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING + lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING + upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING + lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING + decimal : 'Decimal (1, 2, 3, etc.)', // MISSING + decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING + }, + // Find And Replace Dialog findAndReplace : { @@ -476,7 +506,8 @@ CKEDITOR.lang['pt-br'] = smiley : { toolbar : 'Emoticon', - title : 'Inserir Emoticon' + title : 'Inserir Emoticon', + options : 'Smiley Options' // MISSING }, elementsPath : @@ -503,9 +534,9 @@ CKEDITOR.lang['pt-br'] = clipboard : { title : 'Colar', - cutError : '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).', - copyError : '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).', - pasteMsg : 'Transfira o link usado no box usando o teclado com (Ctrl+V) e OK.', + cutError : '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/Cmd+X).', + copyError : '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/Cmd+C).', + pasteMsg : 'Transfira o link usado no box usando o teclado com (Ctrl/Cmd+V) e OK.', securityMsg : 'As configurações de segurança do seu navegador não permitem que o editor acesse os dados da área de transferência diretamente. Por favor cole o conteúdo novamente nesta janela.', pasteArea : 'Paste Area' // MISSING }, @@ -528,6 +559,7 @@ CKEDITOR.lang['pt-br'] = { button : 'Modelos de layout', title : 'Modelo de layout do conteúdo', + options : 'Template Options', // MISSING insertOption : 'Substituir o conteúdo atual', selectPromptMsg : 'Selecione um modelo de layout para ser aberto no editor
(o conteúdo atual será perdido):', emptyListMsg : '(Não foram definidos modelos de layout)' @@ -648,6 +680,7 @@ CKEDITOR.lang['pt-br'] = scayt : { title : 'Correção gramatical durante a digitação', + opera_title : 'Not supported by Opera', // MISSING enable : 'Habilitar SCAYT', disable : 'Desabilitar SCAYT', about : 'Sobre o SCAYT', @@ -659,9 +692,23 @@ CKEDITOR.lang['pt-br'] = ignoreAll : 'Ignorar todas', addWord : 'Adicionar palavra', emptyDic : 'O nome do dicionário não deveria estar vazio.', + optionsTab : 'Opções', + allCaps : 'Ignore All-Caps Words', // MISSING + ignoreDomainNames : 'Ignore Domain Names', // MISSING + mixedCase : 'Ignore Words with Mixed Case', // MISSING + mixedWithDigits : 'Ignore Words with Numbers', // MISSING + languagesTab : 'Línguas', + dictionariesTab : 'Dicionários', + dic_field_name : 'Dictionary name', // MISSING + dic_create : 'Create', // MISSING + dic_restore : 'Restore', // MISSING + dic_delete : 'Delete', // MISSING + dic_rename : 'Rename', // MISSING + dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type it\'s name and click the Restore button.', // MISSING + aboutTab : 'Sobre' }, @@ -689,8 +736,9 @@ CKEDITOR.lang['pt-br'] = colordialog : { title : 'Select color', // MISSING + options : 'Color Options', // MISSING highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING + selected : 'Selected Color', // MISSING clear : 'Clear' // MISSING },