JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.0_full
[ckeditor.git] / _source / lang / gl.js
diff --git a/_source/lang/gl.js b/_source/lang/gl.js
deleted file mode 100644 (file)
index 272679b..0000000
+++ /dev/null
@@ -1,817 +0,0 @@
-/*\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
-/**\r
- * @fileOverview Defines the {@link CKEDITOR.lang} object, for the\r
- * Galician language.\r
- */\r
-\r
-/**#@+\r
-   @type String\r
-   @example\r
-*/\r
-\r
-/**\r
- * Contains the dictionary of language entries.\r
- * @namespace\r
- */\r
-CKEDITOR.lang['gl'] =\r
-{\r
-       /**\r
-        * The language reading direction. Possible values are "rtl" for\r
-        * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right\r
-        * languages (like English).\r
-        * @default 'ltr'\r
-        */\r
-       dir : 'ltr',\r
-\r
-       /*\r
-        * 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', // 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
-\r
-       // Toolbar buttons without dialogs.\r
-       source                  : 'Código Fonte',\r
-       newPage                 : 'Nova Páxina',\r
-       save                    : 'Gardar',\r
-       preview                 : 'Vista Previa',\r
-       cut                             : 'Cortar',\r
-       copy                    : 'Copiar',\r
-       paste                   : 'Pegar',\r
-       print                   : 'Imprimir',\r
-       underline               : 'Sub-raiado',\r
-       bold                    : 'Negrita',\r
-       italic                  : 'Cursiva',\r
-       selectAll               : 'Seleccionar todo',\r
-       removeFormat    : 'Eliminar Formato',\r
-       strike                  : 'Tachado',\r
-       subscript               : 'Subíndice',\r
-       superscript             : 'Superíndice',\r
-       horizontalrule  : 'Inserir Liña Horizontal',\r
-       pagebreak               : 'Inserir Salto de Páxina',\r
-       pagebreakAlt            : 'Page Break', // MISSING\r
-       unlink                  : 'Eliminar Ligazón',\r
-       undo                    : 'Desfacer',\r
-       redo                    : 'Refacer',\r
-\r
-       // Common messages and labels.\r
-       common :\r
-       {\r
-               browseServer    : 'Navegar no Servidor',\r
-               url                             : 'URL',\r
-               protocol                : 'Protocolo',\r
-               upload                  : 'Carregar',\r
-               uploadSubmit    : 'Enviar ó Servidor',\r
-               image                   : 'Imaxe',\r
-               flash                   : 'Flash',\r
-               form                    : 'Formulario',\r
-               checkbox                : 'Cadro de Verificación',\r
-               radio                   : 'Botón de Radio',\r
-               textField               : 'Campo de Texto',\r
-               textarea                : 'Área de Texto',\r
-               hiddenField             : 'Campo Oculto',\r
-               button                  : 'Botón',\r
-               select                  : 'Campo de Selección',\r
-               imageButton             : 'Botón de Imaxe',\r
-               notSet                  : '<non definido>',\r
-               id                              : 'Id',\r
-               name                    : 'Nome',\r
-               langDir                 : 'Orientación do Idioma',\r
-               langDirLtr              : 'Esquerda a Dereita (LTR)',\r
-               langDirRtl              : 'Dereita a Esquerda (RTL)',\r
-               langCode                : 'Código do Idioma',\r
-               longDescr               : 'Descrición Completa da URL',\r
-               cssClass                : 'Clases da Folla de Estilos',\r
-               advisoryTitle   : 'Título',\r
-               cssStyle                : 'Estilo',\r
-               ok                              : 'OK',\r
-               cancel                  : 'Cancelar',\r
-               close                   : 'Close', // MISSING\r
-               preview                 : 'Preview', // MISSING\r
-               generalTab              : 'General', // MISSING\r
-               advancedTab             : 'Advanzado',\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
-               targetParent    : 'Parent Window (_parent)', // MISSING\r
-               langDirLTR              : 'Left to Right (LTR)', // MISSING\r
-               langDirRTL              : 'Right to Left (RTL)', // MISSING\r
-               styles                  : 'Style', // MISSING\r
-               cssClasses              : 'Stylesheet Classes', // MISSING\r
-               width                   : 'Largura',\r
-               height                  : 'Altura',\r
-               align                   : 'Aliñamento',\r
-               alignLeft               : 'Esquerda',\r
-               alignRight              : 'Dereita',\r
-               alignCenter             : 'Centro',\r
-               alignTop                : 'Tope',\r
-               alignMiddle             : 'Centro',\r
-               alignBottom             : 'Pé',\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
-       },\r
-\r
-       contextmenu :\r
-       {\r
-               options : 'Context Menu Options' // MISSING\r
-       },\r
-\r
-       // Special char dialog.\r
-       specialChar             :\r
-       {\r
-               toolbar         : 'Inserir Carácter Especial',\r
-               title           : 'Seleccione Caracter Especial',\r
-               options : 'Special Character Options' // MISSING\r
-       },\r
-\r
-       // Link dialog.\r
-       link :\r
-       {\r
-               toolbar         : 'Inserir/Editar Ligazón',\r
-               other           : '<outro>',\r
-               menu            : 'Editar Ligazón',\r
-               title           : 'Ligazón',\r
-               info            : 'Información da Ligazón',\r
-               target          : 'Destino',\r
-               upload          : 'Carregar',\r
-               advanced        : 'Advanzado',\r
-               type            : 'Tipo de Ligazón',\r
-               toUrl           : 'URL', // MISSING\r
-               toAnchor        : 'Referencia nesta páxina',\r
-               toEmail         : 'E-Mail',\r
-               targetFrame             : '<frame>',\r
-               targetPopup             : '<Xanela Emerxente>',\r
-               targetFrameName : 'Nome do Marco Destino',\r
-               targetPopupName : 'Nome da Xanela Emerxente',\r
-               popupFeatures   : 'Características da Xanela Emerxente',\r
-               popupResizable  : 'Resizable', // MISSING\r
-               popupStatusBar  : 'Barra de Estado',\r
-               popupLocationBar: 'Barra de Localización',\r
-               popupToolbar    : 'Barra de Ferramentas',\r
-               popupMenuBar    : 'Barra de Menú',\r
-               popupFullScreen : 'A Toda Pantalla (IE)',\r
-               popupScrollBars : 'Barras de Desplazamento',\r
-               popupDependent  : 'Dependente (Netscape)',\r
-               popupLeft               : 'Posición Esquerda',\r
-               popupTop                : 'Posición dende Arriba',\r
-               id                              : 'Id', // MISSING\r
-               langDir                 : 'Orientación do Idioma',\r
-               langDirLTR              : 'Esquerda a Dereita (LTR)',\r
-               langDirRTL              : 'Dereita a Esquerda (RTL)',\r
-               acccessKey              : 'Chave de Acceso',\r
-               name                    : 'Nome',\r
-               langCode                        : 'Orientación do Idioma',\r
-               tabIndex                        : 'Índice de Tabulación',\r
-               advisoryTitle           : 'Título',\r
-               advisoryContentType     : 'Tipo de Contido',\r
-               cssClasses              : 'Clases da Folla de Estilos',\r
-               charset                 : 'Fonte de Caracteres Vinculado',\r
-               styles                  : 'Estilo',\r
-               rel                     : 'Relationship', // MISSING\r
-               selectAnchor            : 'Seleccionar unha Referencia',\r
-               anchorName              : 'Por Nome de Referencia',\r
-               anchorId                        : 'Por Element Id',\r
-               emailAddress            : 'Enderezo de E-Mail',\r
-               emailSubject            : 'Asunto do Mensaxe',\r
-               emailBody               : 'Corpo do Mensaxe',\r
-               noAnchors               : '(Non hai referencias disponibles no documento)',\r
-               noUrl                   : 'Por favor, escriba a ligazón URL',\r
-               noEmail                 : 'Por favor, escriba o enderezo de e-mail'\r
-       },\r
-\r
-       // Anchor dialog\r
-       anchor :\r
-       {\r
-               toolbar         : 'Inserir/Editar Referencia',\r
-               menu            : 'Propriedades da Referencia',\r
-               title           : 'Propriedades da Referencia',\r
-               name            : 'Nome da Referencia',\r
-               errorName       : 'Por favor, escriba o nome da referencia',\r
-               remove          : 'Remove Anchor' // MISSING\r
-       },\r
-\r
-       // List style dialog\r
-       list:\r
-       {\r
-               numberedTitle           : 'Numbered List Properties', // MISSING\r
-               bulletedTitle           : 'Bulleted List Properties', // MISSING\r
-               type                            : 'Type', // MISSING\r
-               start                           : 'Start', // MISSING\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
-               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
-               lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING\r
-               upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING\r
-               lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING\r
-               decimal                         : 'Decimal (1, 2, 3, etc.)', // MISSING\r
-               decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING\r
-       },\r
-\r
-       // Find And Replace Dialog\r
-       findAndReplace :\r
-       {\r
-               title                           : 'Find and Replace', // MISSING\r
-               find                            : 'Procurar',\r
-               replace                         : 'Substituir',\r
-               findWhat                        : 'Texto a procurar:',\r
-               replaceWith                     : 'Substituir con:',\r
-               notFoundMsg                     : 'Non te atopou o texto indicado.',\r
-               findOptions                     : 'Find Options', // MISSING\r
-               matchCase                       : 'Coincidir Mai./min.',\r
-               matchWord                       : 'Coincidir con toda a palabra',\r
-               matchCyclic                     : 'Match cyclic', // MISSING\r
-               replaceAll                      : 'Substitiur Todo',\r
-               replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING\r
-       },\r
-\r
-       // Table Dialog\r
-       table :\r
-       {\r
-               toolbar         : 'Tabla',\r
-               title           : 'Propiedades da Táboa',\r
-               menu            : 'Propiedades da Táboa',\r
-               deleteTable     : 'Borrar Táboa',\r
-               rows            : 'Filas',\r
-               columns         : 'Columnas',\r
-               border          : 'Tamaño do Borde',\r
-               widthPx         : 'pixels',\r
-               widthPc         : 'percent',\r
-               widthUnit       : 'width unit', // MISSING\r
-               cellSpace       : 'Marxe entre Celas',\r
-               cellPad         : 'Marxe interior',\r
-               caption         : 'Título',\r
-               summary         : 'Sumario',\r
-               headers         : 'Headers', // MISSING\r
-               headersNone             : 'None', // MISSING\r
-               headersColumn   : 'First column', // MISSING\r
-               headersRow              : 'First Row', // MISSING\r
-               headersBoth             : 'Both', // MISSING\r
-               invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING\r
-               invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING\r
-               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 positive number.', // MISSING\r
-               invalidCellPadding      : 'Cell padding must be a positive number.', // MISSING\r
-\r
-               cell :\r
-               {\r
-                       menu                    : 'Cela',\r
-                       insertBefore    : 'Insert Cell Before', // MISSING\r
-                       insertAfter             : 'Insert Cell After', // MISSING\r
-                       deleteCell              : 'Borrar Cela',\r
-                       merge                   : 'Unir Celas',\r
-                       mergeRight              : 'Merge Right', // MISSING\r
-                       mergeDown               : 'Merge Down', // MISSING\r
-                       splitHorizontal : 'Split Cell Horizontally', // MISSING\r
-                       splitVertical   : 'Split Cell Vertically', // MISSING\r
-                       title                   : 'Cell Properties', // MISSING\r
-                       cellType                : 'Cell Type', // MISSING\r
-                       rowSpan                 : 'Rows Span', // MISSING\r
-                       colSpan                 : 'Columns Span', // MISSING\r
-                       wordWrap                : 'Word Wrap', // MISSING\r
-                       hAlign                  : 'Horizontal Alignment', // MISSING\r
-                       vAlign                  : 'Vertical Alignment', // MISSING\r
-                       alignBaseline   : 'Baseline', // MISSING\r
-                       bgColor                 : 'Background Color', // MISSING\r
-                       borderColor             : 'Border Color', // MISSING\r
-                       data                    : 'Data', // MISSING\r
-                       header                  : 'Header', // MISSING\r
-                       yes                             : 'Yes', // MISSING\r
-                       no                              : 'No', // MISSING\r
-                       invalidWidth    : 'Cell width must be a number.', // MISSING\r
-                       invalidHeight   : 'Cell height must be a number.', // MISSING\r
-                       invalidRowSpan  : 'Rows span must be a whole number.', // MISSING\r
-                       invalidColSpan  : 'Columns span must be a whole number.', // MISSING\r
-                       chooseColor             : 'Choose' // MISSING\r
-               },\r
-\r
-               row :\r
-               {\r
-                       menu                    : 'Fila',\r
-                       insertBefore    : 'Insert Row Before', // MISSING\r
-                       insertAfter             : 'Insert Row After', // MISSING\r
-                       deleteRow               : 'Borrar Filas'\r
-               },\r
-\r
-               column :\r
-               {\r
-                       menu                    : 'Columna',\r
-                       insertBefore    : 'Insert Column Before', // MISSING\r
-                       insertAfter             : 'Insert Column After', // MISSING\r
-                       deleteColumn    : 'Borrar Columnas'\r
-               }\r
-       },\r
-\r
-       // Button Dialog.\r
-       button :\r
-       {\r
-               title           : 'Propriedades do Botón',\r
-               text            : 'Texto (Valor)',\r
-               type            : 'Tipo',\r
-               typeBtn         : 'Button', // MISSING\r
-               typeSbm         : 'Submit', // MISSING\r
-               typeRst         : 'Reset' // MISSING\r
-       },\r
-\r
-       // Checkbox and Radio Button Dialogs.\r
-       checkboxAndRadio :\r
-       {\r
-               checkboxTitle : 'Propriedades do Cadro de Verificación',\r
-               radioTitle      : 'Propriedades do Botón de Radio',\r
-               value           : 'Valor',\r
-               selected        : 'Seleccionado'\r
-       },\r
-\r
-       // Form Dialog.\r
-       form :\r
-       {\r
-               title           : 'Propriedades do Formulario',\r
-               menu            : 'Propriedades do Formulario',\r
-               action          : 'Acción',\r
-               method          : 'Método',\r
-               encoding        : 'Encoding' // MISSING\r
-       },\r
-\r
-       // Select Field Dialog.\r
-       select :\r
-       {\r
-               title           : 'Propriedades do Campo de Selección',\r
-               selectInfo      : 'Info',\r
-               opAvail         : 'Opcións Disponibles',\r
-               value           : 'Valor',\r
-               size            : 'Tamaño',\r
-               lines           : 'liñas',\r
-               chkMulti        : 'Permitir múltiples seleccións',\r
-               opText          : 'Texto',\r
-               opValue         : 'Valor',\r
-               btnAdd          : 'Engadir',\r
-               btnModify       : 'Modificar',\r
-               btnUp           : 'Subir',\r
-               btnDown         : 'Baixar',\r
-               btnSetValue : 'Definir como valor por defecto',\r
-               btnDelete       : 'Borrar'\r
-       },\r
-\r
-       // Textarea Dialog.\r
-       textarea :\r
-       {\r
-               title           : 'Propriedades da Área de Texto',\r
-               cols            : 'Columnas',\r
-               rows            : 'Filas'\r
-       },\r
-\r
-       // Text Field Dialog.\r
-       textfield :\r
-       {\r
-               title           : 'Propriedades do Campo de Texto',\r
-               name            : 'Nome',\r
-               value           : 'Valor',\r
-               charWidth       : 'Tamaño do Caracter',\r
-               maxChars        : 'Máximo de Caracteres',\r
-               type            : 'Tipo',\r
-               typeText        : 'Texto',\r
-               typePass        : 'Chave'\r
-       },\r
-\r
-       // Hidden Field Dialog.\r
-       hidden :\r
-       {\r
-               title   : 'Propriedades do Campo Oculto',\r
-               name    : 'Nome',\r
-               value   : 'Valor'\r
-       },\r
-\r
-       // Image Dialog.\r
-       image :\r
-       {\r
-               title           : 'Propriedades da Imaxe',\r
-               titleButton     : 'Propriedades do Botón de Imaxe',\r
-               menu            : 'Propriedades da Imaxe',\r
-               infoTab         : 'Información da Imaxe',\r
-               btnUpload       : 'Enviar ó Servidor',\r
-               upload          : 'Carregar',\r
-               alt                     : 'Texto Alternativo',\r
-               lockRatio       : 'Proporcional',\r
-               resetSize       : 'Tamaño Orixinal',\r
-               border          : 'Límite',\r
-               hSpace          : 'Esp. Horiz.',\r
-               vSpace          : 'Esp. Vert.',\r
-               alertUrl        : 'Por favor, escriba a URL da imaxe',\r
-               linkTab         : 'Ligazón',\r
-               button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING\r
-               img2Button      : 'Do you want to transform the selected image on a image button?', // MISSING\r
-               urlMissing      : 'Image source URL is missing.', // MISSING\r
-               validateBorder  : 'Border must be a whole number.', // MISSING\r
-               validateHSpace  : 'HSpace must be a whole number.', // MISSING\r
-               validateVSpace  : 'VSpace must be a whole number.' // MISSING\r
-       },\r
-\r
-       // Flash Dialog\r
-       flash :\r
-       {\r
-               properties              : 'Propriedades Flash',\r
-               propertiesTab   : 'Properties', // MISSING\r
-               title                   : 'Propriedades Flash',\r
-               chkPlay                 : 'Auto Execución',\r
-               chkLoop                 : 'Bucle',\r
-               chkMenu                 : 'Activar Menú Flash',\r
-               chkFull                 : 'Allow Fullscreen', // MISSING\r
-               scale                   : 'Escalar',\r
-               scaleAll                : 'Amosar Todo',\r
-               scaleNoBorder   : 'Sen Borde',\r
-               scaleFit                : 'Encaixar axustando',\r
-               access                  : 'Script Access', // MISSING\r
-               accessAlways    : 'Always', // MISSING\r
-               accessSameDomain: 'Same domain', // MISSING\r
-               accessNever             : 'Never', // MISSING\r
-               alignAbsBottom  : 'Abs Inferior',\r
-               alignAbsMiddle  : 'Abs Centro',\r
-               alignBaseline   : 'Liña Base',\r
-               alignTextTop    : 'Tope do Texto',\r
-               quality                 : 'Quality', // MISSING\r
-               qualityBest             : 'Best', // MISSING\r
-               qualityHigh             : 'High', // MISSING\r
-               qualityAutoHigh : 'Auto High', // MISSING\r
-               qualityMedium   : 'Medium', // MISSING\r
-               qualityAutoLow  : 'Auto Low', // MISSING\r
-               qualityLow              : 'Low', // MISSING\r
-               windowModeWindow: 'Window', // MISSING\r
-               windowModeOpaque: 'Opaque', // MISSING\r
-               windowModeTransparent : 'Transparent', // MISSING\r
-               windowMode              : 'Window mode', // MISSING\r
-               flashvars               : 'Variables for Flash', // MISSING\r
-               bgcolor                 : 'Cor do Fondo',\r
-               hSpace                  : 'Esp. Horiz.',\r
-               vSpace                  : 'Esp. Vert.',\r
-               validateSrc             : 'Por favor, escriba a ligazón URL',\r
-               validateHSpace  : 'HSpace must be a number.', // MISSING\r
-               validateVSpace  : 'VSpace must be a number.' // MISSING\r
-       },\r
-\r
-       // Speller Pages Dialog\r
-       spellCheck :\r
-       {\r
-               toolbar                 : 'Corrección Ortográfica',\r
-               title                   : 'Spell Check', // MISSING\r
-               notAvailable    : 'Sorry, but service is unavailable now.', // MISSING\r
-               errorLoading    : 'Error loading application service host: %s.', // MISSING\r
-               notInDic                : 'Non está no diccionario',\r
-               changeTo                : 'Cambiar a',\r
-               btnIgnore               : 'Ignorar',\r
-               btnIgnoreAll    : 'Ignorar Todas',\r
-               btnReplace              : 'Substituir',\r
-               btnReplaceAll   : 'Substituir Todas',\r
-               btnUndo                 : 'Desfacer',\r
-               noSuggestions   : '- Sen candidatos -',\r
-               progress                : 'Corrección ortográfica en progreso...',\r
-               noMispell               : 'Corrección ortográfica rematada: Non se atoparon erros',\r
-               noChanges               : 'Corrección ortográfica rematada: Non se substituiu nengunha verba',\r
-               oneChange               : 'Corrección ortográfica rematada: Unha verba substituida',\r
-               manyChanges             : 'Corrección ortográfica rematada: %1 verbas substituidas',\r
-               ieSpellDownload : 'O corrector ortográfico non está instalado. ¿Quere descargalo agora?'\r
-       },\r
-\r
-       smiley :\r
-       {\r
-               toolbar : 'Smiley',\r
-               title   : 'Inserte un Smiley',\r
-               options : 'Smiley Options' // MISSING\r
-       },\r
-\r
-       elementsPath :\r
-       {\r
-               eleLabel : 'Elements path', // MISSING\r
-               eleTitle : '%1 element' // MISSING\r
-       },\r
-\r
-       numberedlist    : 'Lista Numerada',\r
-       bulletedlist    : 'Marcas',\r
-       indent                  : 'Aumentar Sangría',\r
-       outdent                 : 'Disminuir Sangría',\r
-\r
-       justify :\r
-       {\r
-               left    : 'Aliñar á Esquerda',\r
-               center  : 'Centrado',\r
-               right   : 'Aliñar á Dereita',\r
-               block   : 'Xustificado'\r
-       },\r
-\r
-       blockquote : 'Block Quote', // MISSING\r
-\r
-       clipboard :\r
-       {\r
-               title           : 'Pegar',\r
-               cutError        : 'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de corte. Por favor, use o teclado para iso (Ctrl/Cmd+X).',\r
-               copyError       : 'Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de copia. Por favor, use o teclado para iso (Ctrl/Cmd+C).',\r
-               pasteMsg        : 'Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl/Cmd+V</STRONG>) e pulse <STRONG>OK</STRONG>.',\r
-               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\r
-               pasteArea       : 'Paste Area' // MISSING\r
-       },\r
-\r
-       pastefromword :\r
-       {\r
-               confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING\r
-               toolbar                 : 'Pegar dende Word',\r
-               title                   : 'Pegar dende Word',\r
-               error                   : 'It was not possible to clean up the pasted data due to an internal error' // MISSING\r
-       },\r
-\r
-       pasteText :\r
-       {\r
-               button  : 'Pegar como texto plano',\r
-               title   : 'Pegar como texto plano'\r
-       },\r
-\r
-       templates :\r
-       {\r
-               button                  : 'Plantillas',\r
-               title                   : 'Plantillas de Contido',\r
-               options : 'Template Options', // MISSING\r
-               insertOption    : 'Replace actual contents', // MISSING\r
-               selectPromptMsg : 'Por favor, seleccione a plantilla a abrir no editor<br>(o contido actual perderase):',\r
-               emptyListMsg    : '(Non hai plantillas definidas)'\r
-       },\r
-\r
-       showBlocks : 'Show Blocks', // MISSING\r
-\r
-       stylesCombo :\r
-       {\r
-               label           : 'Estilo',\r
-               panelTitle      : 'Formatting Styles', // MISSING\r
-               panelTitle1     : 'Block Styles', // MISSING\r
-               panelTitle2     : 'Inline Styles', // MISSING\r
-               panelTitle3     : 'Object Styles' // MISSING\r
-       },\r
-\r
-       format :\r
-       {\r
-               label           : 'Formato',\r
-               panelTitle      : 'Formato',\r
-\r
-               tag_p           : 'Normal',\r
-               tag_pre         : 'Formateado',\r
-               tag_address     : 'Enderezo',\r
-               tag_h1          : 'Enacabezado 1',\r
-               tag_h2          : 'Encabezado 2',\r
-               tag_h3          : 'Encabezado 3',\r
-               tag_h4          : 'Encabezado 4',\r
-               tag_h5          : 'Encabezado 5',\r
-               tag_h6          : 'Encabezado 6',\r
-               tag_div         : 'Paragraph (DIV)'\r
-       },\r
-\r
-       div :\r
-       {\r
-               title                           : 'Create Div Container', // MISSING\r
-               toolbar                         : 'Create Div Container', // MISSING\r
-               cssClassInputLabel      : 'Stylesheet Classes', // MISSING\r
-               styleSelectLabel        : 'Style', // MISSING\r
-               IdInputLabel            : 'Id', // MISSING\r
-               languageCodeInputLabel  : ' Language Code', // MISSING\r
-               inlineStyleInputLabel   : 'Inline Style', // MISSING\r
-               advisoryTitleInputLabel : 'Advisory Title', // MISSING\r
-               langDirLabel            : 'Language Direction', // MISSING\r
-               langDirLTRLabel         : 'Left to Right (LTR)', // MISSING\r
-               langDirRTLLabel         : 'Right to Left (RTL)', // MISSING\r
-               edit                            : 'Edit Div', // MISSING\r
-               remove                          : 'Remove Div' // MISSING\r
-       },\r
-\r
-       iframe :\r
-       {\r
-               title           : 'IFrame Properties', // MISSING\r
-               toolbar         : 'IFrame', // MISSING\r
-               noUrl           : 'Please type the iframe URL', // MISSING\r
-               scrolling       : 'Enable scrollbars', // MISSING\r
-               border          : 'Show frame border' // MISSING\r
-       },\r
-\r
-       font :\r
-       {\r
-               label           : 'Tipo',\r
-               voiceLabel      : 'Font', // MISSING\r
-               panelTitle      : 'Tipo'\r
-       },\r
-\r
-       fontSize :\r
-       {\r
-               label           : 'Tamaño',\r
-               voiceLabel      : 'Font Size', // MISSING\r
-               panelTitle      : 'Tamaño'\r
-       },\r
-\r
-       colorButton :\r
-       {\r
-               textColorTitle  : 'Cor do Texto',\r
-               bgColorTitle    : 'Cor do Fondo',\r
-               panelTitle              : 'Colors', // MISSING\r
-               auto                    : 'Automático',\r
-               more                    : 'Máis Cores...'\r
-       },\r
-\r
-       colors :\r
-       {\r
-               '000' : 'Black', // MISSING\r
-               '800000' : 'Maroon', // MISSING\r
-               '8B4513' : 'Saddle Brown', // MISSING\r
-               '2F4F4F' : 'Dark Slate Gray', // MISSING\r
-               '008080' : 'Teal', // MISSING\r
-               '000080' : 'Navy', // MISSING\r
-               '4B0082' : 'Indigo', // MISSING\r
-               '696969' : 'Dark Gray', // MISSING\r
-               'B22222' : 'Fire Brick', // MISSING\r
-               'A52A2A' : 'Brown', // MISSING\r
-               'DAA520' : 'Golden Rod', // MISSING\r
-               '006400' : 'Dark Green', // MISSING\r
-               '40E0D0' : 'Turquoise', // MISSING\r
-               '0000CD' : 'Medium Blue', // MISSING\r
-               '800080' : 'Purple', // MISSING\r
-               '808080' : 'Gray', // MISSING\r
-               'F00' : 'Red', // MISSING\r
-               'FF8C00' : 'Dark Orange', // MISSING\r
-               'FFD700' : 'Gold', // MISSING\r
-               '008000' : 'Green', // MISSING\r
-               '0FF' : 'Cyan', // MISSING\r
-               '00F' : 'Blue', // MISSING\r
-               'EE82EE' : 'Violet', // MISSING\r
-               'A9A9A9' : 'Dim Gray', // MISSING\r
-               'FFA07A' : 'Light Salmon', // MISSING\r
-               'FFA500' : 'Orange', // MISSING\r
-               'FFFF00' : 'Yellow', // MISSING\r
-               '00FF00' : 'Lime', // MISSING\r
-               'AFEEEE' : 'Pale Turquoise', // MISSING\r
-               'ADD8E6' : 'Light Blue', // MISSING\r
-               'DDA0DD' : 'Plum', // MISSING\r
-               'D3D3D3' : 'Light Grey', // MISSING\r
-               'FFF0F5' : 'Lavender Blush', // MISSING\r
-               'FAEBD7' : 'Antique White', // MISSING\r
-               'FFFFE0' : 'Light Yellow', // MISSING\r
-               'F0FFF0' : 'Honeydew', // MISSING\r
-               'F0FFFF' : 'Azure', // MISSING\r
-               'F0F8FF' : 'Alice Blue', // MISSING\r
-               'E6E6FA' : 'Lavender', // MISSING\r
-               'FFF' : 'White' // MISSING\r
-       },\r
-\r
-       scayt :\r
-       {\r
-               title                   : 'Spell Check As You Type', // MISSING\r
-               opera_title             : 'Not supported by Opera', // MISSING\r
-               enable                  : 'Enable SCAYT', // MISSING\r
-               disable                 : 'Disable SCAYT', // MISSING\r
-               about                   : 'About SCAYT', // MISSING\r
-               toggle                  : 'Toggle SCAYT', // MISSING\r
-               options                 : 'Options', // MISSING\r
-               langs                   : 'Languages', // MISSING\r
-               moreSuggestions : 'More suggestions', // MISSING\r
-               ignore                  : 'Ignore', // MISSING\r
-               ignoreAll               : 'Ignore All', // MISSING\r
-               addWord                 : 'Add Word', // MISSING\r
-               emptyDic                : 'Dictionary name should not be empty.', // MISSING\r
-               noSuggestions   : 'Sen candidatos',\r
-               optionsTab              : 'Options', // MISSING\r
-               allCaps                 : 'Ignore All-Caps Words', // MISSING\r
-               ignoreDomainNames : 'Ignore Domain Names', // MISSING\r
-               mixedCase               : 'Ignore Words with Mixed Case', // MISSING\r
-               mixedWithDigits : 'Ignore Words with Numbers', // MISSING\r
-\r
-               languagesTab    : 'Languages', // MISSING\r
-\r
-               dictionariesTab : 'Dictionaries', // MISSING\r
-               dic_field_name  : 'Dictionary name', // MISSING\r
-               dic_create              : 'Create', // MISSING\r
-               dic_restore             : 'Restore', // MISSING\r
-               dic_delete              : 'Delete', // MISSING\r
-               dic_rename              : 'Rename', // MISSING\r
-               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\r
-\r
-               aboutTab                : 'About' // MISSING\r
-       },\r
-\r
-       about :\r
-       {\r
-               title           : 'About CKEditor', // MISSING\r
-               dlgTitle        : 'About CKEditor', // MISSING\r
-               help    : 'Check $1 for help.', // MISSING\r
-               userGuide : 'CKEditor User\'s Guide', // MISSING\r
-               moreInfo        : 'For licensing information please visit our web site:', // MISSING\r
-               copy            : 'Copyright &copy; $1. All rights reserved.' // MISSING\r
-       },\r
-\r
-       maximize : 'Maximize', // MISSING\r
-       minimize : 'Minimize', // MISSING\r
-\r
-       fakeobjects :\r
-       {\r
-               anchor          : 'Anchor', // MISSING\r
-               flash           : 'Flash Animation', // MISSING\r
-               iframe          : 'IFrame', // MISSING\r
-               hiddenfield     : 'Hidden Field', // MISSING\r
-               unknown         : 'Unknown Object' // MISSING\r
-       },\r
-\r
-       resize : 'Drag to resize', // MISSING\r
-\r
-       colordialog :\r
-       {\r
-               title           : 'Select color', // MISSING\r
-               options :       'Color Options', // MISSING\r
-               highlight       : 'Highlight', // MISSING\r
-               selected        : 'Selected Color', // MISSING\r
-               clear           : 'Clear' // MISSING\r
-       },\r
-\r
-       toolbarCollapse : 'Collapse Toolbar', // MISSING\r
-       toolbarExpand   : 'Expand Toolbar', // MISSING\r
-\r
-       toolbarGroups :\r
-       {\r
-               document : 'Document', // MISSING\r
-               clipboard : 'Clipboard/Undo', // MISSING\r
-               editing : 'Editing', // MISSING\r
-               forms : 'Forms', // MISSING\r
-               basicstyles : 'Basic Styles', // MISSING\r
-               paragraph : 'Paragraph', // MISSING\r
-               links : 'Links', // MISSING\r
-               insert : 'Insert', // MISSING\r
-               styles : 'Styles', // MISSING\r
-               colors : 'Colors', // MISSING\r
-               tools : 'Tools' // MISSING\r
-       },\r
-\r
-       bidi :\r
-       {\r
-               ltr : 'Text direction from left to right', // MISSING\r
-               rtl : 'Text direction from right to left' // MISSING\r
-       },\r
-\r
-       docprops :\r
-       {\r
-               label : 'Propriedades do Documento',\r
-               title : 'Propriedades do Documento',\r
-               design : 'Design', // MISSING\r
-               meta : 'Meta Tags', // MISSING\r
-               chooseColor : 'Choose', // MISSING\r
-               other : '<outro>',\r
-               docTitle :      'Título da Páxina',\r
-               charset :       'Codificación do Xogo de Caracteres',\r
-               charsetOther : 'Outra Codificación do Xogo de Caracteres',\r
-               charsetASCII : 'ASCII', // MISSING\r
-               charsetCE : 'Central European', // MISSING\r
-               charsetCT : 'Chinese Traditional (Big5)', // MISSING\r
-               charsetCR : 'Cyrillic', // MISSING\r
-               charsetGR : 'Greek', // MISSING\r
-               charsetJP : 'Japanese', // MISSING\r
-               charsetKR : 'Korean', // MISSING\r
-               charsetTR : 'Turkish', // MISSING\r
-               charsetUN : 'Unicode (UTF-8)', // MISSING\r
-               charsetWE : 'Western European', // MISSING\r
-               docType : 'Encabezado do Tipo de Documento',\r
-               docTypeOther : 'Outro Encabezado do Tipo de Documento',\r
-               xhtmlDec : 'Incluir Declaracións XHTML',\r
-               bgColor : 'Cor de Fondo',\r
-               bgImage : 'URL da Imaxe de Fondo',\r
-               bgFixed : 'Fondo Fixo',\r
-               txtColor : 'Cor do Texto',\r
-               margin : 'Marxes da Páxina',\r
-               marginTop : 'Arriba',\r
-               marginLeft : 'Esquerda',\r
-               marginRight : 'Dereita',\r
-               marginBottom : 'Abaixo',\r
-               metaKeywords : 'Palabras Chave de Indexación do Documento (separadas por comas)',\r
-               metaDescription : 'Descripción do Documento',\r
-               metaAuthor : 'Autor',\r
-               metaCopyright : 'Copyright', // MISSING\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