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