X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fpt.js;h=399547181eaeb2155d6c4eefa039537f225f3740;hb=f0610347140239143439a511ee2bd48cb784f470;hp=b9db30f8b41b4710c466304a3222f0d298a4ee33;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/lang/pt.js b/_source/lang/pt.js index b9db30f..3995471 100644 --- a/_source/lang/pt.js +++ b/_source/lang/pt.js @@ -34,8 +34,8 @@ CKEDITOR.lang['pt'] = editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Fonte', @@ -121,6 +121,8 @@ CKEDITOR.lang['pt'] = alignBottom : 'Fundo', invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -175,18 +177,19 @@ CKEDITOR.lang['pt'] = langDirRTL : 'Direita a Esquerda (RTL)', acccessKey : 'Chave de Acesso', name : 'Nome', - langCode : 'Orientação de idioma', - tabIndex : 'Índice de Tubulação', - advisoryTitle : 'Título', + langCode : 'Orientação de idioma', + tabIndex : 'Índice de Tubulação', + advisoryTitle : 'Título', advisoryContentType : 'Tipo de Conteúdo', cssClasses : 'Classes de Estilo de Folhas Classes', charset : 'Fonte de caracteres vinculado', styles : 'Estilo', - selectAnchor : 'Seleccionar una referência', + rel : 'Relationship', // MISSING + selectAnchor : 'Seleccionar una referência', anchorName : 'Por Nome de Referência', - anchorId : 'Por ID de elemento', - emailAddress : 'Endereço de E-Mail', - emailSubject : 'Título de Mensagem', + anchorId : 'Por ID de elemento', + emailAddress : 'Endereço de E-Mail', + emailSubject : 'Título de Mensagem', emailBody : 'Corpo da Mensagem', noAnchors : '(Não há referências disponíveis no documento)', noUrl : 'Por favor introduza a hiperligação URL', @@ -200,7 +203,8 @@ CKEDITOR.lang['pt'] = menu : 'Propriedades da Âncora', title : 'Propriedades da Âncora', name : 'Nome da Âncora', - errorName : 'Por favor, introduza o nome da âncora' + errorName : 'Por favor, introduza o nome da âncora', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -270,8 +274,8 @@ CKEDITOR.lang['pt'] = invalidBorder : 'Border size must be a number.', // MISSING invalidWidth : 'Table width must be a number.', // MISSING invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a number.', // MISSING - invalidCellPadding : 'Cell padding must be a number.', // MISSING + invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING + invalidCellPadding : 'Cell padding must be a positive number.', // MISSING cell : { @@ -412,7 +416,6 @@ CKEDITOR.lang['pt'] = upload : 'Carregar', alt : 'Texto Alternativo', lockRatio : 'Proporcional', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Tamanho Original', border : 'Limite', hSpace : 'Esp.Horiz', @@ -714,6 +717,8 @@ CKEDITOR.lang['pt'] = { title : 'About CKEditor', // MISSING dlgTitle : 'About CKEditor', // MISSING + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For licensing information please visit our web site:', // MISSING copy : 'Copyright © $1. All rights reserved.' // MISSING }, @@ -744,9 +749,64 @@ CKEDITOR.lang['pt'] = toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarExpand : 'Expand Toolbar', // MISSING + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Text direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Propriedades do Documento', + title : 'Propriedades do Documento', + design : 'Design', // MISSING + meta : 'Meta Data', + chooseColor : 'Choose', // MISSING + other : '', + docTitle : 'Título da Página', + charset : 'Codificação de Caracteres', + charsetOther : 'Outra Codificação de Caracteres', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Central European', // MISSING + charsetCT : 'Chinese Traditional (Big5)', // MISSING + charsetCR : 'Cyrillic', // MISSING + charsetGR : 'Greek', // MISSING + charsetJP : 'Japanese', // MISSING + charsetKR : 'Korean', // MISSING + charsetTR : 'Turkish', // MISSING + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Western European', // MISSING + docType : 'Tipo de Cabeçalho do Documento', + docTypeOther : 'Outro Tipo de Cabeçalho do Documento', + xhtmlDec : 'Incluir Declarações XHTML', + bgColor : 'Cor de Fundo', + bgImage : 'Caminho para a Imagem de Fundo', + bgFixed : 'Fundo Fixo', + txtColor : 'Cor do Texto', + margin : 'Margem das Páginas', + marginTop : 'Topo', + marginLeft : 'Esquerda', + marginRight : 'Direita', + marginBottom : 'Fundo', + metaKeywords : 'Palavras de Indexação do Documento (separadas por virgula)', + metaDescription : 'Descrição do Documento', + metaAuthor : 'Autor', + metaCopyright : 'Direitos de Autor', + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };