X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fpt.js;h=f6acb880ff21298e2817f5aec0bc519178138cc7;hb=4e90e78dc97789709ee7404359a5517540c27553;hp=4cf0b1e7e3d56f0b31d4d1546cf949908d1d5fa9;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/lang/pt.js b/_source/lang/pt.js index 4cf0b1e..f6acb88 100644 --- a/_source/lang/pt.js +++ b/_source/lang/pt.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -56,6 +56,7 @@ CKEDITOR.lang['pt'] = superscript : 'Inferior à Linha', horizontalrule : 'Inserir Linha Horizontal', pagebreak : 'Inserir Quebra de Página', + pagebreakAlt : 'Page Break', // MISSING unlink : 'Eliminar Hiperligação', undo : 'Anular', redo : 'Repetir', @@ -105,22 +106,44 @@ CKEDITOR.lang['pt'] = targetTop : 'Topmost Window (_top)', // MISSING targetSelf : 'Same Window (_self)', // MISSING targetParent : 'Parent Window (_parent)', // MISSING + langDirLTR : 'Left to Right (LTR)', // MISSING + langDirRTL : 'Right to Left (RTL)', // MISSING + styles : 'Style', // MISSING + cssClasses : 'Stylesheet Classes', // MISSING + width : 'Largura', + height : 'Altura', + align : 'Alinhamento', + alignLeft : 'Esquerda', + alignRight : 'Direita', + alignCenter : 'Centrado', + alignTop : 'Topo', + alignMiddle : 'Centro', + alignBottom : 'Fundo', + invalidHeight : 'Height must be a number.', // MISSING + invalidWidth : 'Width must be a number.', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING }, + contextmenu : + { + options : 'Context Menu Options' // MISSING + }, + // Special char dialog. specialChar : { toolbar : 'Inserir Caracter Especial', - title : 'Seleccione um caracter especial' + title : 'Seleccione um caracter especial', + options : 'Special Character Options' // MISSING }, // Link dialog. link : { toolbar : 'Inserir/Editar Hiperligação', + other : '', menu : 'Editar Hiperligação', title : 'Hiperligação', info : 'Informação de Hiperligação', @@ -144,9 +167,7 @@ CKEDITOR.lang['pt'] = popupFullScreen : 'Janela Completa (IE)', popupScrollBars : 'Barras de deslocamento', popupDependent : 'Dependente (Netscape)', - popupWidth : 'Largura', popupLeft : 'Posição Esquerda', - popupHeight : 'Altura', popupTop : 'Posição Direita', id : 'Id', // MISSING langDir : 'Orientação de idioma', @@ -154,18 +175,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', @@ -182,6 +204,30 @@ CKEDITOR.lang['pt'] = errorName : 'Por favor, introduza o nome da âncora' }, + // List style dialog + list: + { + numberedTitle : 'Numbered List Properties', // MISSING + bulletedTitle : 'Bulleted List Properties', // MISSING + type : 'Type', // MISSING + start : 'Start', // MISSING + validateStartNumber :'List start number must be a whole number.', // 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 : { @@ -208,15 +254,9 @@ CKEDITOR.lang['pt'] = rows : 'Linhas', columns : 'Colunas', border : 'Tamanho do Limite', - align : 'Alinhamento', - alignLeft : 'Esquerda', - alignCenter : 'Centrado', - alignRight : 'Direita', - width : 'Largura', widthPx : 'pixeis', widthPc : 'percentagem', widthUnit : 'width unit', // MISSING - height : 'Altura', cellSpace : 'Esp. e/células', cellPad : 'Esp. interior', caption : 'Título', @@ -252,9 +292,6 @@ CKEDITOR.lang['pt'] = wordWrap : 'Word Wrap', // MISSING hAlign : 'Horizontal Alignment', // MISSING vAlign : 'Vertical Alignment', // MISSING - alignTop : 'Top', // MISSING - alignMiddle : 'Middle', // MISSING - alignBottom : 'Bottom', // MISSING alignBaseline : 'Baseline', // MISSING bgColor : 'Background Color', // MISSING borderColor : 'Border Color', // MISSING @@ -375,24 +412,17 @@ CKEDITOR.lang['pt'] = btnUpload : 'Enviar para o Servidor', upload : 'Carregar', alt : 'Texto Alternativo', - width : 'Largura', - height : 'Altura', lockRatio : 'Proporcional', unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Tamanho Original', border : 'Limite', hSpace : 'Esp.Horiz', vSpace : 'Esp.Vert', - align : 'Alinhamento', - alignLeft : 'Esquerda', - alignRight : 'Direita', alertUrl : 'Por favor introduza o URL da imagem', linkTab : 'Hiperligação', button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING urlMissing : 'Image source URL is missing.', // MISSING - validateWidth : 'Width must be a whole number.', // MISSING - validateHeight : 'Height must be a whole number.', // MISSING validateBorder : 'Border must be a whole number.', // MISSING validateHSpace : 'HSpace must be a whole number.', // MISSING validateVSpace : 'VSpace must be a whole number.' // MISSING @@ -416,16 +446,10 @@ CKEDITOR.lang['pt'] = accessAlways : 'Always', // MISSING accessSameDomain: 'Same domain', // MISSING accessNever : 'Never', // MISSING - align : 'Alinhamento', - alignLeft : 'Esquerda', alignAbsBottom : 'Abs inferior', alignAbsMiddle : 'Abs centro', alignBaseline : 'Linha de base', - alignBottom : 'Fundo', - alignMiddle : 'Centro', - alignRight : 'Direita', alignTextTop : 'Topo do texto', - alignTop : 'Topo', quality : 'Quality', // MISSING qualityBest : 'Best', // MISSING qualityHigh : 'High', // MISSING @@ -439,13 +463,9 @@ CKEDITOR.lang['pt'] = windowMode : 'Window mode', // MISSING flashvars : 'Variables for Flash', // MISSING bgcolor : 'Cor de Fundo', - width : 'Largura', - height : 'Altura', hSpace : 'Esp.Horiz', vSpace : 'Esp.Vert', validateSrc : 'Por favor introduza a hiperligação URL', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING validateHSpace : 'HSpace must be a number.', // MISSING validateVSpace : 'VSpace must be a number.' // MISSING }, @@ -476,7 +496,8 @@ CKEDITOR.lang['pt'] = smiley : { toolbar : 'Emoticons', - title : 'Inserir um Emoticon' + title : 'Inserir um Emoticon', + options : 'Smiley Options' // MISSING }, elementsPath : @@ -503,9 +524,9 @@ CKEDITOR.lang['pt'] = clipboard : { title : 'Colar', - cutError : 'A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl+X).', - copyError : 'A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl+C).', - pasteMsg : 'Por favor, cole dentro da seguinte caixa usando o teclado (Ctrl+V) e prima OK.', + cutError : 'A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl/Cmd+X).', + copyError : 'A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl/Cmd+C).', + pasteMsg : 'Por favor, cole dentro da seguinte caixa usando o teclado (Ctrl/Cmd+V) e prima OK.', securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING pasteArea : 'Paste Area' // MISSING }, @@ -528,6 +549,7 @@ CKEDITOR.lang['pt'] = { button : 'Modelos', title : 'Modelo de Conteúdo', + options : 'Template Options', // MISSING insertOption : 'Replace actual contents', // MISSING selectPromptMsg : 'Por favor, seleccione o modelo a abrir no editor
(o conteúdo actual será perdido):', emptyListMsg : '(Sem modelos definidos)' @@ -578,6 +600,15 @@ CKEDITOR.lang['pt'] = remove : 'Remove Div' // MISSING }, + iframe : + { + title : 'IFrame Properties', // MISSING + toolbar : 'IFrame', // MISSING + noUrl : 'Please type the iframe URL', // MISSING + scrolling : 'Enable scrollbars', // MISSING + border : 'Show frame border' // MISSING + }, + font : { label : 'Tipo de Letra', @@ -610,7 +641,7 @@ CKEDITOR.lang['pt'] = '008080' : 'Teal', // MISSING '000080' : 'Navy', // MISSING '4B0082' : 'Indigo', // MISSING - '696969' : 'Dim Gray', // MISSING + '696969' : 'Dark Gray', // MISSING 'B22222' : 'Fire Brick', // MISSING 'A52A2A' : 'Brown', // MISSING 'DAA520' : 'Golden Rod', // MISSING @@ -626,7 +657,7 @@ CKEDITOR.lang['pt'] = '0FF' : 'Cyan', // MISSING '00F' : 'Blue', // MISSING 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dark Gray', // MISSING + 'A9A9A9' : 'Dim Gray', // MISSING 'FFA07A' : 'Light Salmon', // MISSING 'FFA500' : 'Orange', // MISSING 'FFFF00' : 'Yellow', // MISSING @@ -648,6 +679,7 @@ CKEDITOR.lang['pt'] = scayt : { title : 'Spell Check As You Type', // MISSING + opera_title : 'Not supported by Opera', // MISSING enable : 'Enable SCAYT', // MISSING disable : 'Disable SCAYT', // MISSING about : 'About SCAYT', // MISSING @@ -659,9 +691,23 @@ CKEDITOR.lang['pt'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + 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 : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + 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 its name and click the Restore button.', // MISSING + aboutTab : 'About' // MISSING }, @@ -678,10 +724,11 @@ CKEDITOR.lang['pt'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + iframe : 'IFrame', // MISSING + hiddenfield : 'Hidden Field', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING @@ -689,11 +736,18 @@ CKEDITOR.lang['pt'] = colordialog : { title : 'Select color', // MISSING + options : 'Color Options', // MISSING highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING + selected : 'Selected Color', // MISSING clear : 'Clear' // MISSING }, toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarExpand : 'Expand Toolbar', // MISSING + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };