JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.4
[ckeditor.git] / _source / lang / gl.js
1 /*\r
2 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 /**\r
7  * @fileOverview Defines the {@link CKEDITOR.lang} object, for the\r
8  * Galician language.\r
9  */\r
10 \r
11 /**#@+\r
12    @type String\r
13    @example\r
14 */\r
15 \r
16 /**\r
17  * Contains the dictionary of language entries.\r
18  * @namespace\r
19  */\r
20 CKEDITOR.lang['gl'] =\r
21 {\r
22         /**\r
23          * The language reading direction. Possible values are "rtl" for\r
24          * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right\r
25          * languages (like English).\r
26          * @default 'ltr'\r
27          */\r
28         dir : 'ltr',\r
29 \r
30         /*\r
31          * Screenreader titles. Please note that screenreaders are not always capable\r
32          * of reading non-English words. So be careful while translating it.\r
33          */\r
34         editorTitle : 'Rich text editor, %1', // MISSING\r
35         editorHelp : 'Press ALT 0 for help', // MISSING\r
36 \r
37         // ARIA descriptions.\r
38         toolbars        : 'Editor toolbars', // MISSING\r
39         editor          : 'Rich Text Editor', // MISSING\r
40 \r
41         // Toolbar buttons without dialogs.\r
42         source                  : 'Código Fonte',\r
43         newPage                 : 'Nova Páxina',\r
44         save                    : 'Gardar',\r
45         preview                 : 'Vista Previa',\r
46         cut                             : 'Cortar',\r
47         copy                    : 'Copiar',\r
48         paste                   : 'Pegar',\r
49         print                   : 'Imprimir',\r
50         underline               : 'Sub-raiado',\r
51         bold                    : 'Negrita',\r
52         italic                  : 'Cursiva',\r
53         selectAll               : 'Seleccionar todo',\r
54         removeFormat    : 'Eliminar Formato',\r
55         strike                  : 'Tachado',\r
56         subscript               : 'Subíndice',\r
57         superscript             : 'Superíndice',\r
58         horizontalrule  : 'Inserir Liña Horizontal',\r
59         pagebreak               : 'Inserir Salto de Páxina',\r
60         pagebreakAlt            : 'Page Break', // MISSING\r
61         unlink                  : 'Eliminar Ligazón',\r
62         undo                    : 'Desfacer',\r
63         redo                    : 'Refacer',\r
64 \r
65         // Common messages and labels.\r
66         common :\r
67         {\r
68                 browseServer    : 'Navegar no Servidor',\r
69                 url                             : 'URL',\r
70                 protocol                : 'Protocolo',\r
71                 upload                  : 'Carregar',\r
72                 uploadSubmit    : 'Enviar ó Servidor',\r
73                 image                   : 'Imaxe',\r
74                 flash                   : 'Flash',\r
75                 form                    : 'Formulario',\r
76                 checkbox                : 'Cadro de Verificación',\r
77                 radio                   : 'Botón de Radio',\r
78                 textField               : 'Campo de Texto',\r
79                 textarea                : 'Área de Texto',\r
80                 hiddenField             : 'Campo Oculto',\r
81                 button                  : 'Botón',\r
82                 select                  : 'Campo de Selección',\r
83                 imageButton             : 'Botón de Imaxe',\r
84                 notSet                  : '<non definido>',\r
85                 id                              : 'Id',\r
86                 name                    : 'Nome',\r
87                 langDir                 : 'Orientación do Idioma',\r
88                 langDirLtr              : 'Esquerda a Dereita (LTR)',\r
89                 langDirRtl              : 'Dereita a Esquerda (RTL)',\r
90                 langCode                : 'Código do Idioma',\r
91                 longDescr               : 'Descrición Completa da URL',\r
92                 cssClass                : 'Clases da Folla de Estilos',\r
93                 advisoryTitle   : 'Título',\r
94                 cssStyle                : 'Estilo',\r
95                 ok                              : 'OK',\r
96                 cancel                  : 'Cancelar',\r
97                 close                   : 'Close', // MISSING\r
98                 preview                 : 'Preview', // MISSING\r
99                 generalTab              : 'General', // MISSING\r
100                 advancedTab             : 'Advanzado',\r
101                 validateNumberFailed : 'This value is not a number.', // MISSING\r
102                 confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING\r
103                 confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING\r
104                 options                 : 'Options', // MISSING\r
105                 target                  : 'Target', // MISSING\r
106                 targetNew               : 'New Window (_blank)', // MISSING\r
107                 targetTop               : 'Topmost Window (_top)', // MISSING\r
108                 targetSelf              : 'Same Window (_self)', // MISSING\r
109                 targetParent    : 'Parent Window (_parent)', // MISSING\r
110                 langDirLTR              : 'Left to Right (LTR)', // MISSING\r
111                 langDirRTL              : 'Right to Left (RTL)', // MISSING\r
112                 styles                  : 'Style', // MISSING\r
113                 cssClasses              : 'Stylesheet Classes', // MISSING\r
114                 width                   : 'Largura',\r
115                 height                  : 'Altura',\r
116                 align                   : 'Aliñamento',\r
117                 alignLeft               : 'Esquerda',\r
118                 alignRight              : 'Dereita',\r
119                 alignCenter             : 'Centro',\r
120                 alignTop                : 'Tope',\r
121                 alignMiddle             : 'Centro',\r
122                 alignBottom             : 'Pé',\r
123                 invalidHeight   : 'Height must be a number.', // MISSING\r
124                 invalidWidth    : 'Width must be a number.', // MISSING\r
125                 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
126                 invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING\r
127                 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
128                 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
129 \r
130                 // Put the voice-only part of the label in the span.\r
131                 unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING\r
132         },\r
133 \r
134         contextmenu :\r
135         {\r
136                 options : 'Context Menu Options' // MISSING\r
137         },\r
138 \r
139         // Special char dialog.\r
140         specialChar             :\r
141         {\r
142                 toolbar         : 'Inserir Carácter Especial',\r
143                 title           : 'Seleccione Caracter Especial',\r
144                 options : 'Special Character Options' // MISSING\r
145         },\r
146 \r
147         // Link dialog.\r
148         link :\r
149         {\r
150                 toolbar         : 'Inserir/Editar Ligazón',\r
151                 other           : '<outro>',\r
152                 menu            : 'Editar Ligazón',\r
153                 title           : 'Ligazón',\r
154                 info            : 'Información da Ligazón',\r
155                 target          : 'Destino',\r
156                 upload          : 'Carregar',\r
157                 advanced        : 'Advanzado',\r
158                 type            : 'Tipo de Ligazón',\r
159                 toUrl           : 'URL', // MISSING\r
160                 toAnchor        : 'Referencia nesta páxina',\r
161                 toEmail         : 'E-Mail',\r
162                 targetFrame             : '<frame>',\r
163                 targetPopup             : '<Xanela Emerxente>',\r
164                 targetFrameName : 'Nome do Marco Destino',\r
165                 targetPopupName : 'Nome da Xanela Emerxente',\r
166                 popupFeatures   : 'Características da Xanela Emerxente',\r
167                 popupResizable  : 'Resizable', // MISSING\r
168                 popupStatusBar  : 'Barra de Estado',\r
169                 popupLocationBar: 'Barra de Localización',\r
170                 popupToolbar    : 'Barra de Ferramentas',\r
171                 popupMenuBar    : 'Barra de Menú',\r
172                 popupFullScreen : 'A Toda Pantalla (IE)',\r
173                 popupScrollBars : 'Barras de Desplazamento',\r
174                 popupDependent  : 'Dependente (Netscape)',\r
175                 popupLeft               : 'Posición Esquerda',\r
176                 popupTop                : 'Posición dende Arriba',\r
177                 id                              : 'Id', // MISSING\r
178                 langDir                 : 'Orientación do Idioma',\r
179                 langDirLTR              : 'Esquerda a Dereita (LTR)',\r
180                 langDirRTL              : 'Dereita a Esquerda (RTL)',\r
181                 acccessKey              : 'Chave de Acceso',\r
182                 name                    : 'Nome',\r
183                 langCode                        : 'Orientación do Idioma',\r
184                 tabIndex                        : 'Índice de Tabulación',\r
185                 advisoryTitle           : 'Título',\r
186                 advisoryContentType     : 'Tipo de Contido',\r
187                 cssClasses              : 'Clases da Folla de Estilos',\r
188                 charset                 : 'Fonte de Caracteres Vinculado',\r
189                 styles                  : 'Estilo',\r
190                 rel                     : 'Relationship', // MISSING\r
191                 selectAnchor            : 'Seleccionar unha Referencia',\r
192                 anchorName              : 'Por Nome de Referencia',\r
193                 anchorId                        : 'Por Element Id',\r
194                 emailAddress            : 'Enderezo de E-Mail',\r
195                 emailSubject            : 'Asunto do Mensaxe',\r
196                 emailBody               : 'Corpo do Mensaxe',\r
197                 noAnchors               : '(Non hai referencias disponibles no documento)',\r
198                 noUrl                   : 'Por favor, escriba a ligazón URL',\r
199                 noEmail                 : 'Por favor, escriba o enderezo de e-mail'\r
200         },\r
201 \r
202         // Anchor dialog\r
203         anchor :\r
204         {\r
205                 toolbar         : 'Inserir/Editar Referencia',\r
206                 menu            : 'Propriedades da Referencia',\r
207                 title           : 'Propriedades da Referencia',\r
208                 name            : 'Nome da Referencia',\r
209                 errorName       : 'Por favor, escriba o nome da referencia',\r
210                 remove          : 'Remove Anchor' // MISSING\r
211         },\r
212 \r
213         // List style dialog\r
214         list:\r
215         {\r
216                 numberedTitle           : 'Numbered List Properties', // MISSING\r
217                 bulletedTitle           : 'Bulleted List Properties', // MISSING\r
218                 type                            : 'Type', // MISSING\r
219                 start                           : 'Start', // MISSING\r
220                 validateStartNumber                             :'List start number must be a whole number.', // MISSING\r
221                 circle                          : 'Circle', // MISSING\r
222                 disc                            : 'Disc', // MISSING\r
223                 square                          : 'Square', // MISSING\r
224                 none                            : 'None', // MISSING\r
225                 notset                          : '<not set>', // MISSING\r
226                 armenian                        : 'Armenian numbering', // MISSING\r
227                 georgian                        : 'Georgian numbering (an, ban, gan, etc.)', // MISSING\r
228                 lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING\r
229                 upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING\r
230                 lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING\r
231                 upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING\r
232                 lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING\r
233                 decimal                         : 'Decimal (1, 2, 3, etc.)', // MISSING\r
234                 decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING\r
235         },\r
236 \r
237         // Find And Replace Dialog\r
238         findAndReplace :\r
239         {\r
240                 title                           : 'Find and Replace', // MISSING\r
241                 find                            : 'Procurar',\r
242                 replace                         : 'Substituir',\r
243                 findWhat                        : 'Texto a procurar:',\r
244                 replaceWith                     : 'Substituir con:',\r
245                 notFoundMsg                     : 'Non te atopou o texto indicado.',\r
246                 findOptions                     : 'Find Options', // MISSING\r
247                 matchCase                       : 'Coincidir Mai./min.',\r
248                 matchWord                       : 'Coincidir con toda a palabra',\r
249                 matchCyclic                     : 'Match cyclic', // MISSING\r
250                 replaceAll                      : 'Substitiur Todo',\r
251                 replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING\r
252         },\r
253 \r
254         // Table Dialog\r
255         table :\r
256         {\r
257                 toolbar         : 'Tabla',\r
258                 title           : 'Propiedades da Táboa',\r
259                 menu            : 'Propiedades da Táboa',\r
260                 deleteTable     : 'Borrar Táboa',\r
261                 rows            : 'Filas',\r
262                 columns         : 'Columnas',\r
263                 border          : 'Tamaño do Borde',\r
264                 widthPx         : 'pixels',\r
265                 widthPc         : 'percent',\r
266                 widthUnit       : 'width unit', // MISSING\r
267                 cellSpace       : 'Marxe entre Celas',\r
268                 cellPad         : 'Marxe interior',\r
269                 caption         : 'Título',\r
270                 summary         : 'Sumario',\r
271                 headers         : 'Headers', // MISSING\r
272                 headersNone             : 'None', // MISSING\r
273                 headersColumn   : 'First column', // MISSING\r
274                 headersRow              : 'First Row', // MISSING\r
275                 headersBoth             : 'Both', // MISSING\r
276                 invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING\r
277                 invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING\r
278                 invalidBorder   : 'Border size must be a number.', // MISSING\r
279                 invalidWidth    : 'Table width must be a number.', // MISSING\r
280                 invalidHeight   : 'Table height must be a number.', // MISSING\r
281                 invalidCellSpacing      : 'Cell spacing must be a positive number.', // MISSING\r
282                 invalidCellPadding      : 'Cell padding must be a positive number.', // MISSING\r
283 \r
284                 cell :\r
285                 {\r
286                         menu                    : 'Cela',\r
287                         insertBefore    : 'Insert Cell Before', // MISSING\r
288                         insertAfter             : 'Insert Cell After', // MISSING\r
289                         deleteCell              : 'Borrar Cela',\r
290                         merge                   : 'Unir Celas',\r
291                         mergeRight              : 'Merge Right', // MISSING\r
292                         mergeDown               : 'Merge Down', // MISSING\r
293                         splitHorizontal : 'Split Cell Horizontally', // MISSING\r
294                         splitVertical   : 'Split Cell Vertically', // MISSING\r
295                         title                   : 'Cell Properties', // MISSING\r
296                         cellType                : 'Cell Type', // MISSING\r
297                         rowSpan                 : 'Rows Span', // MISSING\r
298                         colSpan                 : 'Columns Span', // MISSING\r
299                         wordWrap                : 'Word Wrap', // MISSING\r
300                         hAlign                  : 'Horizontal Alignment', // MISSING\r
301                         vAlign                  : 'Vertical Alignment', // MISSING\r
302                         alignBaseline   : 'Baseline', // MISSING\r
303                         bgColor                 : 'Background Color', // MISSING\r
304                         borderColor             : 'Border Color', // MISSING\r
305                         data                    : 'Data', // MISSING\r
306                         header                  : 'Header', // MISSING\r
307                         yes                             : 'Yes', // MISSING\r
308                         no                              : 'No', // MISSING\r
309                         invalidWidth    : 'Cell width must be a number.', // MISSING\r
310                         invalidHeight   : 'Cell height must be a number.', // MISSING\r
311                         invalidRowSpan  : 'Rows span must be a whole number.', // MISSING\r
312                         invalidColSpan  : 'Columns span must be a whole number.', // MISSING\r
313                         chooseColor             : 'Choose' // MISSING\r
314                 },\r
315 \r
316                 row :\r
317                 {\r
318                         menu                    : 'Fila',\r
319                         insertBefore    : 'Insert Row Before', // MISSING\r
320                         insertAfter             : 'Insert Row After', // MISSING\r
321                         deleteRow               : 'Borrar Filas'\r
322                 },\r
323 \r
324                 column :\r
325                 {\r
326                         menu                    : 'Columna',\r
327                         insertBefore    : 'Insert Column Before', // MISSING\r
328                         insertAfter             : 'Insert Column After', // MISSING\r
329                         deleteColumn    : 'Borrar Columnas'\r
330                 }\r
331         },\r
332 \r
333         // Button Dialog.\r
334         button :\r
335         {\r
336                 title           : 'Propriedades do Botón',\r
337                 text            : 'Texto (Valor)',\r
338                 type            : 'Tipo',\r
339                 typeBtn         : 'Button', // MISSING\r
340                 typeSbm         : 'Submit', // MISSING\r
341                 typeRst         : 'Reset' // MISSING\r
342         },\r
343 \r
344         // Checkbox and Radio Button Dialogs.\r
345         checkboxAndRadio :\r
346         {\r
347                 checkboxTitle : 'Propriedades do Cadro de Verificación',\r
348                 radioTitle      : 'Propriedades do Botón de Radio',\r
349                 value           : 'Valor',\r
350                 selected        : 'Seleccionado'\r
351         },\r
352 \r
353         // Form Dialog.\r
354         form :\r
355         {\r
356                 title           : 'Propriedades do Formulario',\r
357                 menu            : 'Propriedades do Formulario',\r
358                 action          : 'Acción',\r
359                 method          : 'Método',\r
360                 encoding        : 'Encoding' // MISSING\r
361         },\r
362 \r
363         // Select Field Dialog.\r
364         select :\r
365         {\r
366                 title           : 'Propriedades do Campo de Selección',\r
367                 selectInfo      : 'Info',\r
368                 opAvail         : 'Opcións Disponibles',\r
369                 value           : 'Valor',\r
370                 size            : 'Tamaño',\r
371                 lines           : 'liñas',\r
372                 chkMulti        : 'Permitir múltiples seleccións',\r
373                 opText          : 'Texto',\r
374                 opValue         : 'Valor',\r
375                 btnAdd          : 'Engadir',\r
376                 btnModify       : 'Modificar',\r
377                 btnUp           : 'Subir',\r
378                 btnDown         : 'Baixar',\r
379                 btnSetValue : 'Definir como valor por defecto',\r
380                 btnDelete       : 'Borrar'\r
381         },\r
382 \r
383         // Textarea Dialog.\r
384         textarea :\r
385         {\r
386                 title           : 'Propriedades da Área de Texto',\r
387                 cols            : 'Columnas',\r
388                 rows            : 'Filas'\r
389         },\r
390 \r
391         // Text Field Dialog.\r
392         textfield :\r
393         {\r
394                 title           : 'Propriedades do Campo de Texto',\r
395                 name            : 'Nome',\r
396                 value           : 'Valor',\r
397                 charWidth       : 'Tamaño do Caracter',\r
398                 maxChars        : 'Máximo de Caracteres',\r
399                 type            : 'Tipo',\r
400                 typeText        : 'Texto',\r
401                 typePass        : 'Chave'\r
402         },\r
403 \r
404         // Hidden Field Dialog.\r
405         hidden :\r
406         {\r
407                 title   : 'Propriedades do Campo Oculto',\r
408                 name    : 'Nome',\r
409                 value   : 'Valor'\r
410         },\r
411 \r
412         // Image Dialog.\r
413         image :\r
414         {\r
415                 title           : 'Propriedades da Imaxe',\r
416                 titleButton     : 'Propriedades do Botón de Imaxe',\r
417                 menu            : 'Propriedades da Imaxe',\r
418                 infoTab         : 'Información da Imaxe',\r
419                 btnUpload       : 'Enviar ó Servidor',\r
420                 upload          : 'Carregar',\r
421                 alt                     : 'Texto Alternativo',\r
422                 lockRatio       : 'Proporcional',\r
423                 resetSize       : 'Tamaño Orixinal',\r
424                 border          : 'Límite',\r
425                 hSpace          : 'Esp. Horiz.',\r
426                 vSpace          : 'Esp. Vert.',\r
427                 alertUrl        : 'Por favor, escriba a URL da imaxe',\r
428                 linkTab         : 'Ligazón',\r
429                 button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING\r
430                 img2Button      : 'Do you want to transform the selected image on a image button?', // MISSING\r
431                 urlMissing      : 'Image source URL is missing.', // MISSING\r
432                 validateBorder  : 'Border must be a whole number.', // MISSING\r
433                 validateHSpace  : 'HSpace must be a whole number.', // MISSING\r
434                 validateVSpace  : 'VSpace must be a whole number.' // MISSING\r
435         },\r
436 \r
437         // Flash Dialog\r
438         flash :\r
439         {\r
440                 properties              : 'Propriedades Flash',\r
441                 propertiesTab   : 'Properties', // MISSING\r
442                 title                   : 'Propriedades Flash',\r
443                 chkPlay                 : 'Auto Execución',\r
444                 chkLoop                 : 'Bucle',\r
445                 chkMenu                 : 'Activar Menú Flash',\r
446                 chkFull                 : 'Allow Fullscreen', // MISSING\r
447                 scale                   : 'Escalar',\r
448                 scaleAll                : 'Amosar Todo',\r
449                 scaleNoBorder   : 'Sen Borde',\r
450                 scaleFit                : 'Encaixar axustando',\r
451                 access                  : 'Script Access', // MISSING\r
452                 accessAlways    : 'Always', // MISSING\r
453                 accessSameDomain: 'Same domain', // MISSING\r
454                 accessNever             : 'Never', // MISSING\r
455                 alignAbsBottom  : 'Abs Inferior',\r
456                 alignAbsMiddle  : 'Abs Centro',\r
457                 alignBaseline   : 'Liña Base',\r
458                 alignTextTop    : 'Tope do Texto',\r
459                 quality                 : 'Quality', // MISSING\r
460                 qualityBest             : 'Best', // MISSING\r
461                 qualityHigh             : 'High', // MISSING\r
462                 qualityAutoHigh : 'Auto High', // MISSING\r
463                 qualityMedium   : 'Medium', // MISSING\r
464                 qualityAutoLow  : 'Auto Low', // MISSING\r
465                 qualityLow              : 'Low', // MISSING\r
466                 windowModeWindow: 'Window', // MISSING\r
467                 windowModeOpaque: 'Opaque', // MISSING\r
468                 windowModeTransparent : 'Transparent', // MISSING\r
469                 windowMode              : 'Window mode', // MISSING\r
470                 flashvars               : 'Variables for Flash', // MISSING\r
471                 bgcolor                 : 'Cor do Fondo',\r
472                 hSpace                  : 'Esp. Horiz.',\r
473                 vSpace                  : 'Esp. Vert.',\r
474                 validateSrc             : 'Por favor, escriba a ligazón URL',\r
475                 validateHSpace  : 'HSpace must be a number.', // MISSING\r
476                 validateVSpace  : 'VSpace must be a number.' // MISSING\r
477         },\r
478 \r
479         // Speller Pages Dialog\r
480         spellCheck :\r
481         {\r
482                 toolbar                 : 'Corrección Ortográfica',\r
483                 title                   : 'Spell Check', // MISSING\r
484                 notAvailable    : 'Sorry, but service is unavailable now.', // MISSING\r
485                 errorLoading    : 'Error loading application service host: %s.', // MISSING\r
486                 notInDic                : 'Non está no diccionario',\r
487                 changeTo                : 'Cambiar a',\r
488                 btnIgnore               : 'Ignorar',\r
489                 btnIgnoreAll    : 'Ignorar Todas',\r
490                 btnReplace              : 'Substituir',\r
491                 btnReplaceAll   : 'Substituir Todas',\r
492                 btnUndo                 : 'Desfacer',\r
493                 noSuggestions   : '- Sen candidatos -',\r
494                 progress                : 'Corrección ortográfica en progreso...',\r
495                 noMispell               : 'Corrección ortográfica rematada: Non se atoparon erros',\r
496                 noChanges               : 'Corrección ortográfica rematada: Non se substituiu nengunha verba',\r
497                 oneChange               : 'Corrección ortográfica rematada: Unha verba substituida',\r
498                 manyChanges             : 'Corrección ortográfica rematada: %1 verbas substituidas',\r
499                 ieSpellDownload : 'O corrector ortográfico non está instalado. ¿Quere descargalo agora?'\r
500         },\r
501 \r
502         smiley :\r
503         {\r
504                 toolbar : 'Smiley',\r
505                 title   : 'Inserte un Smiley',\r
506                 options : 'Smiley Options' // MISSING\r
507         },\r
508 \r
509         elementsPath :\r
510         {\r
511                 eleLabel : 'Elements path', // MISSING\r
512                 eleTitle : '%1 element' // MISSING\r
513         },\r
514 \r
515         numberedlist    : 'Lista Numerada',\r
516         bulletedlist    : 'Marcas',\r
517         indent                  : 'Aumentar Sangría',\r
518         outdent                 : 'Disminuir Sangría',\r
519 \r
520         justify :\r
521         {\r
522                 left    : 'Aliñar á Esquerda',\r
523                 center  : 'Centrado',\r
524                 right   : 'Aliñar á Dereita',\r
525                 block   : 'Xustificado'\r
526         },\r
527 \r
528         blockquote : 'Block Quote', // MISSING\r
529 \r
530         clipboard :\r
531         {\r
532                 title           : 'Pegar',\r
533                 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
534                 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
535                 pasteMsg        : 'Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl/Cmd+V</STRONG>) e pulse <STRONG>OK</STRONG>.',\r
536                 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
537                 pasteArea       : 'Paste Area' // MISSING\r
538         },\r
539 \r
540         pastefromword :\r
541         {\r
542                 confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING\r
543                 toolbar                 : 'Pegar dende Word',\r
544                 title                   : 'Pegar dende Word',\r
545                 error                   : 'It was not possible to clean up the pasted data due to an internal error' // MISSING\r
546         },\r
547 \r
548         pasteText :\r
549         {\r
550                 button  : 'Pegar como texto plano',\r
551                 title   : 'Pegar como texto plano'\r
552         },\r
553 \r
554         templates :\r
555         {\r
556                 button                  : 'Plantillas',\r
557                 title                   : 'Plantillas de Contido',\r
558                 options : 'Template Options', // MISSING\r
559                 insertOption    : 'Replace actual contents', // MISSING\r
560                 selectPromptMsg : 'Por favor, seleccione a plantilla a abrir no editor<br>(o contido actual perderase):',\r
561                 emptyListMsg    : '(Non hai plantillas definidas)'\r
562         },\r
563 \r
564         showBlocks : 'Show Blocks', // MISSING\r
565 \r
566         stylesCombo :\r
567         {\r
568                 label           : 'Estilo',\r
569                 panelTitle      : 'Formatting Styles', // MISSING\r
570                 panelTitle1     : 'Block Styles', // MISSING\r
571                 panelTitle2     : 'Inline Styles', // MISSING\r
572                 panelTitle3     : 'Object Styles' // MISSING\r
573         },\r
574 \r
575         format :\r
576         {\r
577                 label           : 'Formato',\r
578                 panelTitle      : 'Formato',\r
579 \r
580                 tag_p           : 'Normal',\r
581                 tag_pre         : 'Formateado',\r
582                 tag_address     : 'Enderezo',\r
583                 tag_h1          : 'Enacabezado 1',\r
584                 tag_h2          : 'Encabezado 2',\r
585                 tag_h3          : 'Encabezado 3',\r
586                 tag_h4          : 'Encabezado 4',\r
587                 tag_h5          : 'Encabezado 5',\r
588                 tag_h6          : 'Encabezado 6',\r
589                 tag_div         : 'Paragraph (DIV)'\r
590         },\r
591 \r
592         div :\r
593         {\r
594                 title                           : 'Create Div Container', // MISSING\r
595                 toolbar                         : 'Create Div Container', // MISSING\r
596                 cssClassInputLabel      : 'Stylesheet Classes', // MISSING\r
597                 styleSelectLabel        : 'Style', // MISSING\r
598                 IdInputLabel            : 'Id', // MISSING\r
599                 languageCodeInputLabel  : ' Language Code', // MISSING\r
600                 inlineStyleInputLabel   : 'Inline Style', // MISSING\r
601                 advisoryTitleInputLabel : 'Advisory Title', // MISSING\r
602                 langDirLabel            : 'Language Direction', // MISSING\r
603                 langDirLTRLabel         : 'Left to Right (LTR)', // MISSING\r
604                 langDirRTLLabel         : 'Right to Left (RTL)', // MISSING\r
605                 edit                            : 'Edit Div', // MISSING\r
606                 remove                          : 'Remove Div' // MISSING\r
607         },\r
608 \r
609         iframe :\r
610         {\r
611                 title           : 'IFrame Properties', // MISSING\r
612                 toolbar         : 'IFrame', // MISSING\r
613                 noUrl           : 'Please type the iframe URL', // MISSING\r
614                 scrolling       : 'Enable scrollbars', // MISSING\r
615                 border          : 'Show frame border' // MISSING\r
616         },\r
617 \r
618         font :\r
619         {\r
620                 label           : 'Tipo',\r
621                 voiceLabel      : 'Font', // MISSING\r
622                 panelTitle      : 'Tipo'\r
623         },\r
624 \r
625         fontSize :\r
626         {\r
627                 label           : 'Tamaño',\r
628                 voiceLabel      : 'Font Size', // MISSING\r
629                 panelTitle      : 'Tamaño'\r
630         },\r
631 \r
632         colorButton :\r
633         {\r
634                 textColorTitle  : 'Cor do Texto',\r
635                 bgColorTitle    : 'Cor do Fondo',\r
636                 panelTitle              : 'Colors', // MISSING\r
637                 auto                    : 'Automático',\r
638                 more                    : 'Máis Cores...'\r
639         },\r
640 \r
641         colors :\r
642         {\r
643                 '000' : 'Black', // MISSING\r
644                 '800000' : 'Maroon', // MISSING\r
645                 '8B4513' : 'Saddle Brown', // MISSING\r
646                 '2F4F4F' : 'Dark Slate Gray', // MISSING\r
647                 '008080' : 'Teal', // MISSING\r
648                 '000080' : 'Navy', // MISSING\r
649                 '4B0082' : 'Indigo', // MISSING\r
650                 '696969' : 'Dark Gray', // MISSING\r
651                 'B22222' : 'Fire Brick', // MISSING\r
652                 'A52A2A' : 'Brown', // MISSING\r
653                 'DAA520' : 'Golden Rod', // MISSING\r
654                 '006400' : 'Dark Green', // MISSING\r
655                 '40E0D0' : 'Turquoise', // MISSING\r
656                 '0000CD' : 'Medium Blue', // MISSING\r
657                 '800080' : 'Purple', // MISSING\r
658                 '808080' : 'Gray', // MISSING\r
659                 'F00' : 'Red', // MISSING\r
660                 'FF8C00' : 'Dark Orange', // MISSING\r
661                 'FFD700' : 'Gold', // MISSING\r
662                 '008000' : 'Green', // MISSING\r
663                 '0FF' : 'Cyan', // MISSING\r
664                 '00F' : 'Blue', // MISSING\r
665                 'EE82EE' : 'Violet', // MISSING\r
666                 'A9A9A9' : 'Dim Gray', // MISSING\r
667                 'FFA07A' : 'Light Salmon', // MISSING\r
668                 'FFA500' : 'Orange', // MISSING\r
669                 'FFFF00' : 'Yellow', // MISSING\r
670                 '00FF00' : 'Lime', // MISSING\r
671                 'AFEEEE' : 'Pale Turquoise', // MISSING\r
672                 'ADD8E6' : 'Light Blue', // MISSING\r
673                 'DDA0DD' : 'Plum', // MISSING\r
674                 'D3D3D3' : 'Light Grey', // MISSING\r
675                 'FFF0F5' : 'Lavender Blush', // MISSING\r
676                 'FAEBD7' : 'Antique White', // MISSING\r
677                 'FFFFE0' : 'Light Yellow', // MISSING\r
678                 'F0FFF0' : 'Honeydew', // MISSING\r
679                 'F0FFFF' : 'Azure', // MISSING\r
680                 'F0F8FF' : 'Alice Blue', // MISSING\r
681                 'E6E6FA' : 'Lavender', // MISSING\r
682                 'FFF' : 'White' // MISSING\r
683         },\r
684 \r
685         scayt :\r
686         {\r
687                 title                   : 'Spell Check As You Type', // MISSING\r
688                 opera_title             : 'Not supported by Opera', // MISSING\r
689                 enable                  : 'Enable SCAYT', // MISSING\r
690                 disable                 : 'Disable SCAYT', // MISSING\r
691                 about                   : 'About SCAYT', // MISSING\r
692                 toggle                  : 'Toggle SCAYT', // MISSING\r
693                 options                 : 'Options', // MISSING\r
694                 langs                   : 'Languages', // MISSING\r
695                 moreSuggestions : 'More suggestions', // MISSING\r
696                 ignore                  : 'Ignore', // MISSING\r
697                 ignoreAll               : 'Ignore All', // MISSING\r
698                 addWord                 : 'Add Word', // MISSING\r
699                 emptyDic                : 'Dictionary name should not be empty.', // MISSING\r
700 \r
701                 optionsTab              : 'Options', // MISSING\r
702                 allCaps                 : 'Ignore All-Caps Words', // MISSING\r
703                 ignoreDomainNames : 'Ignore Domain Names', // MISSING\r
704                 mixedCase               : 'Ignore Words with Mixed Case', // MISSING\r
705                 mixedWithDigits : 'Ignore Words with Numbers', // MISSING\r
706 \r
707                 languagesTab    : 'Languages', // MISSING\r
708 \r
709                 dictionariesTab : 'Dictionaries', // MISSING\r
710                 dic_field_name  : 'Dictionary name', // MISSING\r
711                 dic_create              : 'Create', // MISSING\r
712                 dic_restore             : 'Restore', // MISSING\r
713                 dic_delete              : 'Delete', // MISSING\r
714                 dic_rename              : 'Rename', // MISSING\r
715                 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
716 \r
717                 aboutTab                : 'About' // MISSING\r
718         },\r
719 \r
720         about :\r
721         {\r
722                 title           : 'About CKEditor', // MISSING\r
723                 dlgTitle        : 'About CKEditor', // MISSING\r
724                 help    : 'Check $1 for help.', // MISSING\r
725                 userGuide : 'CKEditor User\'s Guide', // MISSING\r
726                 moreInfo        : 'For licensing information please visit our web site:', // MISSING\r
727                 copy            : 'Copyright &copy; $1. All rights reserved.' // MISSING\r
728         },\r
729 \r
730         maximize : 'Maximize', // MISSING\r
731         minimize : 'Minimize', // MISSING\r
732 \r
733         fakeobjects :\r
734         {\r
735                 anchor          : 'Anchor', // MISSING\r
736                 flash           : 'Flash Animation', // MISSING\r
737                 iframe          : 'IFrame', // MISSING\r
738                 hiddenfield     : 'Hidden Field', // MISSING\r
739                 unknown         : 'Unknown Object' // MISSING\r
740         },\r
741 \r
742         resize : 'Drag to resize', // MISSING\r
743 \r
744         colordialog :\r
745         {\r
746                 title           : 'Select color', // MISSING\r
747                 options :       'Color Options', // MISSING\r
748                 highlight       : 'Highlight', // MISSING\r
749                 selected        : 'Selected Color', // MISSING\r
750                 clear           : 'Clear' // MISSING\r
751         },\r
752 \r
753         toolbarCollapse : 'Collapse Toolbar', // MISSING\r
754         toolbarExpand   : 'Expand Toolbar', // MISSING\r
755 \r
756         toolbarGroups :\r
757         {\r
758                 document : 'Document', // MISSING\r
759                 clipboard : 'Clipboard/Undo', // MISSING\r
760                 editing : 'Editing', // MISSING\r
761                 forms : 'Forms', // MISSING\r
762                 basicstyles : 'Basic Styles', // MISSING\r
763                 paragraph : 'Paragraph', // MISSING\r
764                 links : 'Links', // MISSING\r
765                 insert : 'Insert', // MISSING\r
766                 styles : 'Styles', // MISSING\r
767                 colors : 'Colors', // MISSING\r
768                 tools : 'Tools' // MISSING\r
769         },\r
770 \r
771         bidi :\r
772         {\r
773                 ltr : 'Text direction from left to right', // MISSING\r
774                 rtl : 'Text direction from right to left' // MISSING\r
775         },\r
776 \r
777         docprops :\r
778         {\r
779                 label : 'Propriedades do Documento',\r
780                 title : 'Propriedades do Documento',\r
781                 design : 'Design', // MISSING\r
782                 meta : 'Meta Tags', // MISSING\r
783                 chooseColor : 'Choose', // MISSING\r
784                 other : '<outro>',\r
785                 docTitle :      'Título da Páxina',\r
786                 charset :       'Codificación do Xogo de Caracteres',\r
787                 charsetOther : 'Outra Codificación do Xogo de Caracteres',\r
788                 charsetASCII : 'ASCII', // MISSING\r
789                 charsetCE : 'Central European', // MISSING\r
790                 charsetCT : 'Chinese Traditional (Big5)', // MISSING\r
791                 charsetCR : 'Cyrillic', // MISSING\r
792                 charsetGR : 'Greek', // MISSING\r
793                 charsetJP : 'Japanese', // MISSING\r
794                 charsetKR : 'Korean', // MISSING\r
795                 charsetTR : 'Turkish', // MISSING\r
796                 charsetUN : 'Unicode (UTF-8)', // MISSING\r
797                 charsetWE : 'Western European', // MISSING\r
798                 docType : 'Encabezado do Tipo de Documento',\r
799                 docTypeOther : 'Outro Encabezado do Tipo de Documento',\r
800                 xhtmlDec : 'Incluir Declaracións XHTML',\r
801                 bgColor : 'Cor de Fondo',\r
802                 bgImage : 'URL da Imaxe de Fondo',\r
803                 bgFixed : 'Fondo Fixo',\r
804                 txtColor : 'Cor do Texto',\r
805                 margin : 'Marxes da Páxina',\r
806                 marginTop : 'Arriba',\r
807                 marginLeft : 'Esquerda',\r
808                 marginRight : 'Dereita',\r
809                 marginBottom : 'Abaixo',\r
810                 metaKeywords : 'Palabras Chave de Indexación do Documento (separadas por comas)',\r
811                 metaDescription : 'Descripción do Documento',\r
812                 metaAuthor : 'Autor',\r
813                 metaCopyright : 'Copyright', // MISSING\r
814                 previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING\r
815         }\r
816 };\r