JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.6.1
[ckeditor.git] / _source / lang / pt.js
index fcc1fd3..2164ae3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */\r
 \r
 /**\r
- * Constains the dictionary of language entries.\r
+ * Contains the dictionary of language entries.\r
  * @namespace\r
  */\r
 CKEDITOR.lang['pt'] =\r
@@ -31,11 +31,12 @@ CKEDITOR.lang['pt'] =
         * Screenreader titles. Please note that screenreaders are not always capable\r
         * of reading non-English words. So be careful while translating it.\r
         */\r
-       editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING\r
+       editorTitle : 'Rich text editor, %1', // MISSING\r
+       editorHelp : 'Press ALT 0 for help', // MISSING\r
 \r
        // ARIA descriptions.\r
-       toolbars        : 'Editor toolbars', // MISSING\r
-       editor          : 'Rich Text Editor', // MISSING\r
+       toolbars        : 'Editor de barras de ferramentas',\r
+       editor          : 'Editor de texto enriquecido',\r
 \r
        // Toolbar buttons without dialogs.\r
        source                  : 'Fonte',\r
@@ -56,7 +57,7 @@ CKEDITOR.lang['pt'] =
        superscript             : 'Inferior à Linha',\r
        horizontalrule  : 'Inserir Linha Horizontal',\r
        pagebreak               : 'Inserir Quebra de Página',\r
-       pagebreakAlt            : 'Page Break', // MISSING\r
+       pagebreakAlt            : 'Quebra de página',\r
        unlink                  : 'Eliminar Hiperligação',\r
        undo                    : 'Anular',\r
        redo                    : 'Repetir',\r
@@ -93,22 +94,22 @@ CKEDITOR.lang['pt'] =
                cssStyle                : 'Estilo',\r
                ok                              : 'OK',\r
                cancel                  : 'Cancelar',\r
-               close                   : 'Close', // MISSING\r
-               preview                 : 'Preview', // MISSING\r
-               generalTab              : 'General', // MISSING\r
+               close                   : 'Fechar',\r
+               preview                 : 'Pré-visualização',\r
+               generalTab              : 'Geral',\r
                advancedTab             : 'Avançado',\r
                validateNumberFailed : 'This value is not a number.', // MISSING\r
                confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING\r
                confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING\r
-               options                 : 'Options', // MISSING\r
-               target                  : 'Target', // MISSING\r
-               targetNew               : 'New Window (_blank)', // MISSING\r
-               targetTop               : 'Topmost Window (_top)', // MISSING\r
-               targetSelf              : 'Same Window (_self)', // MISSING\r
+               options                 : 'Opções',\r
+               target                  : 'Alvo',\r
+               targetNew               : 'Nova Janela (_blank)',\r
+               targetTop               : 'Janela superior (_top)',\r
+               targetSelf              : 'Mesma janela (_self)',\r
                targetParent    : 'Parent Window (_parent)', // MISSING\r
                langDirLTR              : 'Left to Right (LTR)', // MISSING\r
-               langDirRTL              : 'Right to Left (RTL)', // MISSING\r
-               styles                  : 'Style', // MISSING\r
+               langDirRTL              : 'Direita para Esquerda (RTL)',\r
+               styles                  : 'Estilo',\r
                cssClasses              : 'Stylesheet Classes', // MISSING\r
                width                   : 'Largura',\r
                height                  : 'Altura',\r
@@ -119,8 +120,13 @@ CKEDITOR.lang['pt'] =
                alignTop                : 'Topo',\r
                alignMiddle             : 'Centro',\r
                alignBottom             : 'Fundo',\r
+               invalidValue    : 'Invalid value.', // MISSING\r
                invalidHeight   : 'Height must be a number.', // MISSING\r
                invalidWidth    : 'Width must be a number.', // MISSING\r
+               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\r
+               invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING\r
+               invalidInlineStyle      : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING\r
+               cssLengthTooltip        : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING\r
 \r
                // Put the voice-only part of the label in the span.\r
                unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING\r
@@ -128,7 +134,7 @@ CKEDITOR.lang['pt'] =
 \r
        contextmenu :\r
        {\r
-               options : 'Context Menu Options' // MISSING\r
+               options : 'Menu de opções de contexto'\r
        },\r
 \r
        // Special char dialog.\r
@@ -151,7 +157,7 @@ CKEDITOR.lang['pt'] =
                upload          : 'Carregar',\r
                advanced        : 'Avançado',\r
                type            : 'Tipo de Hiperligação',\r
-               toUrl           : 'URL', // MISSING\r
+               toUrl           : 'URL',\r
                toAnchor        : 'Referência a esta página',\r
                toEmail         : 'E-Mail',\r
                targetFrame             : '<Frame>',\r
@@ -159,7 +165,7 @@ CKEDITOR.lang['pt'] =
                targetFrameName : 'Nome do Frame Destino',\r
                targetPopupName : 'Nome da Janela de Popup',\r
                popupFeatures   : 'Características de Janela de Popup',\r
-               popupResizable  : 'Resizable', // MISSING\r
+               popupResizable  : 'Redimensionável',\r
                popupStatusBar  : 'Barra de Estado',\r
                popupLocationBar: 'Barra de localização',\r
                popupToolbar    : 'Barra de Ferramentas',\r
@@ -169,7 +175,7 @@ CKEDITOR.lang['pt'] =
                popupDependent  : 'Dependente (Netscape)',\r
                popupLeft               : 'Posição Esquerda',\r
                popupTop                : 'Posição Direita',\r
-               id                              : 'Id', // MISSING\r
+               id                              : 'ID',\r
                langDir                 : 'Orientação de idioma',\r
                langDirLTR              : 'Esquerda à Direita (LTR)',\r
                langDirRTL              : 'Direita a Esquerda (RTL)',\r
@@ -182,7 +188,7 @@ CKEDITOR.lang['pt'] =
                cssClasses              : 'Classes de Estilo de Folhas Classes',\r
                charset                 : 'Fonte de caracteres vinculado',\r
                styles                  : 'Estilo',\r
-               rel                     : 'Relationship', // MISSING\r
+               rel                     : 'Relação',\r
                selectAnchor            : 'Seleccionar una referência',\r
                anchorName              : 'Por Nome de Referência',\r
                anchorId                        : 'Por ID de elemento',\r
@@ -201,7 +207,8 @@ CKEDITOR.lang['pt'] =
                menu            : 'Propriedades da Âncora',\r
                title           : 'Propriedades da Âncora',\r
                name            : 'Nome da Âncora',\r
-               errorName       : 'Por favor, introduza o nome da âncora'\r
+               errorName       : 'Por favor, introduza o nome da âncora',\r
+               remove          : 'Remove Anchor' // MISSING\r
        },\r
 \r
        // List style dialog\r
@@ -209,15 +216,15 @@ CKEDITOR.lang['pt'] =
        {\r
                numberedTitle           : 'Numbered List Properties', // MISSING\r
                bulletedTitle           : 'Bulleted List Properties', // MISSING\r
-               type                            : 'Type', // MISSING\r
-               start                           : 'Start', // MISSING\r
+               type                            : 'Tipo',\r
+               start                           : 'Iniciar',\r
                validateStartNumber                             :'List start number must be a whole number.', // MISSING\r
-               circle                          : 'Circle', // MISSING\r
-               disc                            : 'Disc', // MISSING\r
-               square                          : 'Square', // MISSING\r
-               none                            : 'None', // MISSING\r
-               notset                          : '<not set>', // MISSING\r
-               armenian                        : 'Armenian numbering', // MISSING\r
+               circle                          : 'Círculo',\r
+               disc                            : 'Disco',\r
+               square                          : 'Quadrado',\r
+               none                            : 'Nenhum',\r
+               notset                          : '<not set>',\r
+               armenian                        : 'Numeração armênia',\r
                georgian                        : 'Georgian numbering (an, ban, gan, etc.)', // MISSING\r
                lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING\r
                upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING\r
@@ -237,6 +244,7 @@ CKEDITOR.lang['pt'] =
                findWhat                        : 'Texto a Procurar:',\r
                replaceWith                     : 'Substituir por:',\r
                notFoundMsg                     : 'O texto especificado não foi encontrado.',\r
+               findOptions                     : 'Find Options', // MISSING\r
                matchCase                       : 'Maiúsculas/Minúsculas',\r
                matchWord                       : 'Coincidir com toda a palavra',\r
                matchCyclic                     : 'Match cyclic', // MISSING\r
@@ -271,8 +279,8 @@ CKEDITOR.lang['pt'] =
                invalidBorder   : 'Border size must be a number.', // MISSING\r
                invalidWidth    : 'Table width must be a number.', // MISSING\r
                invalidHeight   : 'Table height must be a number.', // MISSING\r
-               invalidCellSpacing      : 'Cell spacing must be a number.', // MISSING\r
-               invalidCellPadding      : 'Cell padding must be a number.', // MISSING\r
+               invalidCellSpacing      : 'Cell spacing must be a positive number.', // MISSING\r
+               invalidCellPadding      : 'Cell padding must be a positive number.', // MISSING\r
 \r
                cell :\r
                {\r
@@ -413,7 +421,6 @@ CKEDITOR.lang['pt'] =
                upload          : 'Carregar',\r
                alt                     : 'Texto Alternativo',\r
                lockRatio       : 'Proporcional',\r
-               unlockRatio     : 'Unlock Ratio', // MISSING\r
                resetSize       : 'Tamanho Original',\r
                border          : 'Limite',\r
                hSpace          : 'Esp.Horiz',\r
@@ -519,7 +526,7 @@ CKEDITOR.lang['pt'] =
                block   : 'Justificado'\r
        },\r
 \r
-       blockquote : 'Block Quote', // MISSING\r
+       blockquote : 'Bloco de citação',\r
 \r
        clipboard :\r
        {\r
@@ -555,7 +562,7 @@ CKEDITOR.lang['pt'] =
                emptyListMsg    : '(Sem modelos definidos)'\r
        },\r
 \r
-       showBlocks : 'Show Blocks', // MISSING\r
+       showBlocks : 'Exibir blocos',\r
 \r
        stylesCombo :\r
        {\r
@@ -691,7 +698,7 @@ CKEDITOR.lang['pt'] =
                ignoreAll               : 'Ignore All', // MISSING\r
                addWord                 : 'Add Word', // MISSING\r
                emptyDic                : 'Dictionary name should not be empty.', // MISSING\r
-\r
+               noSuggestions   : 'Sem sugestões',\r
                optionsTab              : 'Options', // MISSING\r
                allCaps                 : 'Ignore All-Caps Words', // MISSING\r
                ignoreDomainNames : 'Ignore Domain Names', // MISSING\r
@@ -721,8 +728,8 @@ CKEDITOR.lang['pt'] =
                copy            : 'Copyright &copy; $1. All rights reserved.' // MISSING\r
        },\r
 \r
-       maximize : 'Maximize', // MISSING\r
-       minimize : 'Minimize', // MISSING\r
+       maximize : 'Maximizar',\r
+       minimize : 'Minimizar',\r
 \r
        fakeobjects :\r
        {\r
@@ -733,7 +740,7 @@ CKEDITOR.lang['pt'] =
                unknown         : 'Unknown Object' // MISSING\r
        },\r
 \r
-       resize : 'Drag to resize', // MISSING\r
+       resize : 'Arraste para redimensionar',\r
 \r
        colordialog :\r
        {\r
@@ -744,8 +751,8 @@ CKEDITOR.lang['pt'] =
                clear           : 'Clear' // MISSING\r
        },\r
 \r
-       toolbarCollapse : 'Collapse Toolbar', // MISSING\r
-       toolbarExpand   : 'Expand Toolbar', // MISSING\r
+       toolbarCollapse : 'Colapsar Barra',\r
+       toolbarExpand   : 'Expandir Barra',\r
 \r
        toolbarGroups :\r
        {\r
@@ -770,15 +777,15 @@ CKEDITOR.lang['pt'] =
 \r
        docprops :\r
        {\r
-               label : 'Document Properties', // MISSING\r
-               title : 'Document Properties', // MISSING\r
+               label : 'Propriedades do Documento',\r
+               title : 'Propriedades do Documento',\r
                design : 'Design', // MISSING\r
-               meta : 'Meta Tags', // MISSING\r
+               meta : 'Meta Data',\r
                chooseColor : 'Choose', // MISSING\r
-               other : 'Other...', // MISSING\r
-               docTitle :      'Page Title', // MISSING\r
-               charset :       'Character Set Encoding', // MISSING\r
-               charsetOther : 'Other Character Set Encoding', // MISSING\r
+               other : '<outro>',\r
+               docTitle :      'Título da Página',\r
+               charset :       'Codificação de Caracteres',\r
+               charsetOther : 'Outra Codificação de Caracteres',\r
                charsetASCII : 'ASCII', // MISSING\r
                charsetCE : 'Central European', // MISSING\r
                charsetCT : 'Chinese Traditional (Big5)', // MISSING\r
@@ -789,22 +796,22 @@ CKEDITOR.lang['pt'] =
                charsetTR : 'Turkish', // MISSING\r
                charsetUN : 'Unicode (UTF-8)', // MISSING\r
                charsetWE : 'Western European', // MISSING\r
-               docType : 'Document Type Heading', // MISSING\r
-               docTypeOther : 'Other Document Type Heading', // MISSING\r
-               xhtmlDec : 'Include XHTML Declarations', // MISSING\r
-               bgColor : 'Background Color', // MISSING\r
-               bgImage : 'Background Image URL', // MISSING\r
-               bgFixed : 'Non-scrolling (Fixed) Background', // MISSING\r
-               txtColor : 'Text Color', // MISSING\r
-               margin : 'Page Margins', // MISSING\r
-               marginTop : 'Top', // MISSING\r
-               marginLeft : 'Left', // MISSING\r
-               marginRight : 'Right', // MISSING\r
-               marginBottom : 'Bottom', // MISSING\r
-               metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING\r
-               metaDescription : 'Document Description', // MISSING\r
-               metaAuthor : 'Author', // MISSING\r
-               metaCopyright : 'Copyright', // MISSING\r
+               docType : 'Tipo de Cabeçalho do Documento',\r
+               docTypeOther : 'Outro Tipo de Cabeçalho do Documento',\r
+               xhtmlDec : 'Incluir Declarações XHTML',\r
+               bgColor : 'Cor de Fundo',\r
+               bgImage : 'Caminho para a Imagem de Fundo',\r
+               bgFixed : 'Fundo Fixo',\r
+               txtColor : 'Cor do Texto',\r
+               margin : 'Margem das Páginas',\r
+               marginTop : 'Topo',\r
+               marginLeft : 'Esquerda',\r
+               marginRight : 'Direita',\r
+               marginBottom : 'Fundo',\r
+               metaKeywords : 'Palavras de Indexação do Documento (separadas por virgula)',\r
+               metaDescription : 'Descrição do Documento',\r
+               metaAuthor : 'Autor',\r
+               metaCopyright : 'Direitos de Autor',\r
                previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING\r
        }\r
 };\r