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