X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fgl.js;h=6ef30729b2b9d25aff08f365e302fbe7e9953c33;hb=f0610347140239143439a511ee2bd48cb784f470;hp=96a406b5887a3ea39aa594c37a9942c226472ced;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/gl.js b/_source/lang/gl.js index 96a406b..6ef3072 100644 --- a/_source/lang/gl.js +++ b/_source/lang/gl.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 */ @@ -34,8 +34,8 @@ CKEDITOR.lang['gl'] = 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 : 'Código Fonte', @@ -56,6 +56,7 @@ CKEDITOR.lang['gl'] = superscript : 'Superíndice', horizontalrule : 'Inserir Liña Horizontal', pagebreak : 'Inserir Salto de Páxina', + pagebreakAlt : 'Page Break', // MISSING unlink : 'Eliminar Ligazón', undo : 'Desfacer', redo : 'Refacer', @@ -105,6 +106,23 @@ CKEDITOR.lang['gl'] = 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 : 'Aliñamento', + alignLeft : 'Esquerda', + alignRight : 'Dereita', + alignCenter : 'Centro', + alignTop : 'Tope', + alignMiddle : 'Centro', + alignBottom : 'Pé', + 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 @@ -151,9 +169,7 @@ CKEDITOR.lang['gl'] = popupFullScreen : 'A Toda Pantalla (IE)', popupScrollBars : 'Barras de Desplazamento', popupDependent : 'Dependente (Netscape)', - popupWidth : 'Largura', popupLeft : 'Posición Esquerda', - popupHeight : 'Altura', popupTop : 'Posición dende Arriba', id : 'Id', // MISSING langDir : 'Orientación do Idioma', @@ -161,18 +177,19 @@ CKEDITOR.lang['gl'] = langDirRTL : 'Dereita a Esquerda (RTL)', acccessKey : 'Chave de Acceso', name : 'Nome', - langCode : 'Orientación do Idioma', - tabIndex : 'Índice de Tabulación', - advisoryTitle : 'Título', + langCode : 'Orientación do Idioma', + tabIndex : 'Índice de Tabulación', + advisoryTitle : 'Título', advisoryContentType : 'Tipo de Contido', cssClasses : 'Clases da Folla de Estilos', charset : 'Fonte de Caracteres Vinculado', styles : 'Estilo', - selectAnchor : 'Seleccionar unha Referencia', + rel : 'Relationship', // MISSING + selectAnchor : 'Seleccionar unha Referencia', anchorName : 'Por Nome de Referencia', - anchorId : 'Por Element Id', - emailAddress : 'Enderezo de E-Mail', - emailSubject : 'Asunto do Mensaxe', + anchorId : 'Por Element Id', + emailAddress : 'Enderezo de E-Mail', + emailSubject : 'Asunto do Mensaxe', emailBody : 'Corpo do Mensaxe', noAnchors : '(Non hai referencias disponibles no documento)', noUrl : 'Por favor, escriba a ligazón URL', @@ -186,7 +203,8 @@ CKEDITOR.lang['gl'] = menu : 'Propriedades da Referencia', title : 'Propriedades da Referencia', name : 'Nome da Referencia', - errorName : 'Por favor, escriba o nome da referencia' + errorName : 'Por favor, escriba o nome da referencia', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -239,15 +257,9 @@ CKEDITOR.lang['gl'] = rows : 'Filas', columns : 'Columnas', border : 'Tamaño do Borde', - align : 'Aliñamento', - alignLeft : 'Esquerda', - alignCenter : 'Centro', - alignRight : 'Ereita', - width : 'Largura', widthPx : 'pixels', widthPc : 'percent', widthUnit : 'width unit', // MISSING - height : 'Altura', cellSpace : 'Marxe entre Celas', cellPad : 'Marxe interior', caption : 'Título', @@ -262,8 +274,8 @@ CKEDITOR.lang['gl'] = 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 : { @@ -283,9 +295,6 @@ CKEDITOR.lang['gl'] = 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 @@ -406,24 +415,16 @@ CKEDITOR.lang['gl'] = btnUpload : 'Enviar ó Servidor', upload : 'Carregar', alt : 'Texto Alternativo', - width : 'Largura', - height : 'Altura', lockRatio : 'Proporcional', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Tamaño Orixinal', border : 'Límite', hSpace : 'Esp. Horiz.', vSpace : 'Esp. Vert.', - align : 'Aliñamento', - alignLeft : 'Esquerda', - alignRight : 'Dereita', alertUrl : 'Por favor, escriba a URL da imaxe', linkTab : 'Ligazón', 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 @@ -447,16 +448,10 @@ CKEDITOR.lang['gl'] = accessAlways : 'Always', // MISSING accessSameDomain: 'Same domain', // MISSING accessNever : 'Never', // MISSING - align : 'Aliñamento', - alignLeft : 'Esquerda', alignAbsBottom : 'Abs Inferior', alignAbsMiddle : 'Abs Centro', alignBaseline : 'Liña Base', - alignBottom : 'Pé', - alignMiddle : 'Centro', - alignRight : 'Dereita', alignTextTop : 'Tope do Texto', - alignTop : 'Tope', quality : 'Quality', // MISSING qualityBest : 'Best', // MISSING qualityHigh : 'High', // MISSING @@ -470,13 +465,9 @@ CKEDITOR.lang['gl'] = windowMode : 'Window mode', // MISSING flashvars : 'Variables for Flash', // MISSING bgcolor : 'Cor do Fondo', - width : 'Largura', - height : 'Altura', hSpace : 'Esp. Horiz.', vSpace : 'Esp. Vert.', validateSrc : 'Por favor, escriba a ligazón 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 }, @@ -611,6 +602,15 @@ CKEDITOR.lang['gl'] = 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', @@ -708,7 +708,7 @@ CKEDITOR.lang['gl'] = 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 + 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 }, @@ -717,6 +717,8 @@ CKEDITOR.lang['gl'] = { 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 }, @@ -726,10 +728,11 @@ CKEDITOR.lang['gl'] = 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 @@ -744,5 +747,66 @@ CKEDITOR.lang['gl'] = }, toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand 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 Tags', // MISSING + chooseColor : 'Choose', // MISSING + other : '', + docTitle : 'Título da Páxina', + charset : 'Codificación do Xogo de Caracteres', + charsetOther : 'Outra Codificación do Xogo 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 : 'Encabezado do Tipo de Documento', + docTypeOther : 'Outro Encabezado do Tipo de Documento', + xhtmlDec : 'Incluir Declaracións XHTML', + bgColor : 'Cor de Fondo', + bgImage : 'URL da Imaxe de Fondo', + bgFixed : 'Fondo Fixo', + txtColor : 'Cor do Texto', + margin : 'Marxes da Páxina', + marginTop : 'Arriba', + marginLeft : 'Esquerda', + marginRight : 'Dereita', + marginBottom : 'Abaixo', + metaKeywords : 'Palabras Chave de Indexación do Documento (separadas por comas)', + metaDescription : 'Descripción do Documento', + metaAuthor : 'Autor', + metaCopyright : 'Copyright', // MISSING + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING + } };