source: trunk/admin/inc/ckeditor/_source/lang/en-ca.js@ 239

Last change on this file since 239 was 239, checked in by luc, 9 years ago

Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.

  • Property svn:executable set to *
File size: 24.9 KB
Line 
1/*
2Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6/**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * English (Canadian) language.
9 */
10
11/**#@+
12 @type String
13 @example
14*/
15
16/**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20CKEDITOR.lang['en-ca'] =
21{
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'
27 */
28 dir : 'ltr',
29
30 /*
31 * Screenreader titles. Please note that screenreaders are not always capable
32 * of reading non-English words. So be careful while translating it.
33 */
34 editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
35
36 // ARIA descriptions.
37 toolbars : 'Editor toolbars', // MISSING
38 editor : 'Rich Text Editor', // MISSING
39
40 // Toolbar buttons without dialogs.
41 source : 'Source',
42 newPage : 'New Page',
43 save : 'Save',
44 preview : 'Preview',
45 cut : 'Cut',
46 copy : 'Copy',
47 paste : 'Paste',
48 print : 'Print',
49 underline : 'Underline',
50 bold : 'Bold',
51 italic : 'Italic',
52 selectAll : 'Select All',
53 removeFormat : 'Remove Format',
54 strike : 'Strike Through',
55 subscript : 'Subscript',
56 superscript : 'Superscript',
57 horizontalrule : 'Insert Horizontal Line',
58 pagebreak : 'Insert Page Break for Printing',
59 pagebreakAlt : 'Page Break', // MISSING
60 unlink : 'Unlink',
61 undo : 'Undo',
62 redo : 'Redo',
63
64 // Common messages and labels.
65 common :
66 {
67 browseServer : 'Browse Server',
68 url : 'URL',
69 protocol : 'Protocol',
70 upload : 'Upload',
71 uploadSubmit : 'Send it to the Server',
72 image : 'Image',
73 flash : 'Flash',
74 form : 'Form',
75 checkbox : 'Checkbox',
76 radio : 'Radio Button',
77 textField : 'Text Field',
78 textarea : 'Textarea',
79 hiddenField : 'Hidden Field',
80 button : 'Button',
81 select : 'Selection Field',
82 imageButton : 'Image Button',
83 notSet : '<not set>',
84 id : 'Id',
85 name : 'Name',
86 langDir : 'Language Direction',
87 langDirLtr : 'Left to Right (LTR)',
88 langDirRtl : 'Right to Left (RTL)',
89 langCode : 'Language Code',
90 longDescr : 'Long Description URL',
91 cssClass : 'Stylesheet Classes',
92 advisoryTitle : 'Advisory Title',
93 cssStyle : 'Style',
94 ok : 'OK',
95 cancel : 'Cancel',
96 close : 'Close', // MISSING
97 preview : 'Preview', // MISSING
98 generalTab : 'General',
99 advancedTab : 'Advanced',
100 validateNumberFailed : 'This value is not a number.',
101 confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
102 confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?',
103 options : 'Options', // MISSING
104 target : 'Target', // MISSING
105 targetNew : 'New Window (_blank)', // MISSING
106 targetTop : 'Topmost Window (_top)', // MISSING
107 targetSelf : 'Same Window (_self)', // MISSING
108 targetParent : 'Parent Window (_parent)', // MISSING
109 langDirLTR : 'Left to Right (LTR)', // MISSING
110 langDirRTL : 'Right to Left (RTL)', // MISSING
111 styles : 'Style', // MISSING
112 cssClasses : 'Stylesheet Classes', // MISSING
113 width : 'Width', // MISSING
114 height : 'Height', // MISSING
115 align : 'Align',
116 alignLeft : 'Left', // MISSING
117 alignRight : 'Right', // MISSING
118 alignCenter : 'Centre',
119 alignTop : 'Top', // MISSING
120 alignMiddle : 'Middle', // MISSING
121 alignBottom : 'Bottom', // MISSING
122 invalidHeight : 'Height must be a number.', // MISSING
123 invalidWidth : 'Width must be a number.', // MISSING
124 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
125 invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
126 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
127 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
128
129 // Put the voice-only part of the label in the span.
130 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
131 },
132
133 contextmenu :
134 {
135 options : 'Context Menu Options' // MISSING
136 },
137
138 // Special char dialog.
139 specialChar :
140 {
141 toolbar : 'Insert Special Character',
142 title : 'Select Special Character',
143 options : 'Special Character Options' // MISSING
144 },
145
146 // Link dialog.
147 link :
148 {
149 toolbar : 'Link',
150 other : '<other>',
151 menu : 'Edit Link',
152 title : 'Link',
153 info : 'Link Info',
154 target : 'Target',
155 upload : 'Upload',
156 advanced : 'Advanced',
157 type : 'Link Type',
158 toUrl : 'URL', // MISSING
159 toAnchor : 'Link to anchor in the text',
160 toEmail : 'E-mail',
161 targetFrame : '<frame>',
162 targetPopup : '<popup window>',
163 targetFrameName : 'Target Frame Name',
164 targetPopupName : 'Popup Window Name',
165 popupFeatures : 'Popup Window Features',
166 popupResizable : 'Resizable',
167 popupStatusBar : 'Status Bar',
168 popupLocationBar: 'Location Bar',
169 popupToolbar : 'Toolbar',
170 popupMenuBar : 'Menu Bar',
171 popupFullScreen : 'Full Screen (IE)',
172 popupScrollBars : 'Scroll Bars',
173 popupDependent : 'Dependent (Netscape)',
174 popupLeft : 'Left Position',
175 popupTop : 'Top Position',
176 id : 'Id',
177 langDir : 'Language Direction',
178 langDirLTR : 'Left to Right (LTR)',
179 langDirRTL : 'Right to Left (RTL)',
180 acccessKey : 'Access Key',
181 name : 'Name',
182 langCode : 'Language Code',
183 tabIndex : 'Tab Index',
184 advisoryTitle : 'Advisory Title',
185 advisoryContentType : 'Advisory Content Type',
186 cssClasses : 'Stylesheet Classes',
187 charset : 'Linked Resource Charset',
188 styles : 'Style',
189 rel : 'Relationship', // MISSING
190 selectAnchor : 'Select an Anchor',
191 anchorName : 'By Anchor Name',
192 anchorId : 'By Element Id',
193 emailAddress : 'E-Mail Address',
194 emailSubject : 'Message Subject',
195 emailBody : 'Message Body',
196 noAnchors : '(No anchors available in the document)',
197 noUrl : 'Please type the link URL',
198 noEmail : 'Please type the e-mail address'
199 },
200
201 // Anchor dialog
202 anchor :
203 {
204 toolbar : 'Anchor',
205 menu : 'Edit Anchor',
206 title : 'Anchor Properties',
207 name : 'Anchor Name',
208 errorName : 'Please type the anchor name',
209 remove : 'Remove Anchor' // MISSING
210 },
211
212 // List style dialog
213 list:
214 {
215 numberedTitle : 'Numbered List Properties', // MISSING
216 bulletedTitle : 'Bulleted List Properties', // MISSING
217 type : 'Type', // MISSING
218 start : 'Start', // MISSING
219 validateStartNumber :'List start number must be a whole number.', // MISSING
220 circle : 'Circle', // MISSING
221 disc : 'Disc', // MISSING
222 square : 'Square', // MISSING
223 none : 'None', // MISSING
224 notset : '<not set>', // MISSING
225 armenian : 'Armenian numbering', // MISSING
226 georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
227 lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
228 upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
229 lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
230 upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
231 lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
232 decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
233 decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
234 },
235
236 // Find And Replace Dialog
237 findAndReplace :
238 {
239 title : 'Find and Replace',
240 find : 'Find',
241 replace : 'Replace',
242 findWhat : 'Find what:',
243 replaceWith : 'Replace with:',
244 notFoundMsg : 'The specified text was not found.',
245 findOptions : 'Find Options', // MISSING
246 matchCase : 'Match case',
247 matchWord : 'Match whole word',
248 matchCyclic : 'Match cyclic',
249 replaceAll : 'Replace All',
250 replaceSuccessMsg : '%1 occurrence(s) replaced.'
251 },
252
253 // Table Dialog
254 table :
255 {
256 toolbar : 'Table',
257 title : 'Table Properties',
258 menu : 'Table Properties',
259 deleteTable : 'Delete Table',
260 rows : 'Rows',
261 columns : 'Columns',
262 border : 'Border size',
263 widthPx : 'pixels',
264 widthPc : 'percent',
265 widthUnit : 'width unit', // MISSING
266 cellSpace : 'Cell spacing',
267 cellPad : 'Cell padding',
268 caption : 'Caption',
269 summary : 'Summary',
270 headers : 'Headers',
271 headersNone : 'None',
272 headersColumn : 'First column',
273 headersRow : 'First Row',
274 headersBoth : 'Both',
275 invalidRows : 'Number of rows must be a number greater than 0.',
276 invalidCols : 'Number of columns must be a number greater than 0.',
277 invalidBorder : 'Border size must be a number.',
278 invalidWidth : 'Table width must be a number.',
279 invalidHeight : 'Table height must be a number.',
280 invalidCellSpacing : 'Cell spacing must be a number.',
281 invalidCellPadding : 'Cell padding must be a number.',
282
283 cell :
284 {
285 menu : 'Cell',
286 insertBefore : 'Insert Cell Before',
287 insertAfter : 'Insert Cell After',
288 deleteCell : 'Delete Cells',
289 merge : 'Merge Cells',
290 mergeRight : 'Merge Right',
291 mergeDown : 'Merge Down',
292 splitHorizontal : 'Split Cell Horizontally',
293 splitVertical : 'Split Cell Vertically',
294 title : 'Cell Properties',
295 cellType : 'Cell Type',
296 rowSpan : 'Rows Span',
297 colSpan : 'Columns Span',
298 wordWrap : 'Word Wrap',
299 hAlign : 'Horizontal Alignment',
300 vAlign : 'Vertical Alignment',
301 alignBaseline : 'Baseline',
302 bgColor : 'Background Color',
303 borderColor : 'Border Color',
304 data : 'Data',
305 header : 'Header',
306 yes : 'Yes',
307 no : 'No',
308 invalidWidth : 'Cell width must be a number.',
309 invalidHeight : 'Cell height must be a number.',
310 invalidRowSpan : 'Rows span must be a whole number.',
311 invalidColSpan : 'Columns span must be a whole number.',
312 chooseColor : 'Choose' // MISSING
313 },
314
315 row :
316 {
317 menu : 'Row',
318 insertBefore : 'Insert Row Before',
319 insertAfter : 'Insert Row After',
320 deleteRow : 'Delete Rows'
321 },
322
323 column :
324 {
325 menu : 'Column',
326 insertBefore : 'Insert Column Before',
327 insertAfter : 'Insert Column After',
328 deleteColumn : 'Delete Columns'
329 }
330 },
331
332 // Button Dialog.
333 button :
334 {
335 title : 'Button Properties',
336 text : 'Text (Value)',
337 type : 'Type',
338 typeBtn : 'Button',
339 typeSbm : 'Submit',
340 typeRst : 'Reset'
341 },
342
343 // Checkbox and Radio Button Dialogs.
344 checkboxAndRadio :
345 {
346 checkboxTitle : 'Checkbox Properties',
347 radioTitle : 'Radio Button Properties',
348 value : 'Value',
349 selected : 'Selected'
350 },
351
352 // Form Dialog.
353 form :
354 {
355 title : 'Form Properties',
356 menu : 'Form Properties',
357 action : 'Action',
358 method : 'Method',
359 encoding : 'Encoding'
360 },
361
362 // Select Field Dialog.
363 select :
364 {
365 title : 'Selection Field Properties',
366 selectInfo : 'Select Info',
367 opAvail : 'Available Options',
368 value : 'Value',
369 size : 'Size',
370 lines : 'lines',
371 chkMulti : 'Allow multiple selections',
372 opText : 'Text',
373 opValue : 'Value',
374 btnAdd : 'Add',
375 btnModify : 'Modify',
376 btnUp : 'Up',
377 btnDown : 'Down',
378 btnSetValue : 'Set as selected value',
379 btnDelete : 'Delete'
380 },
381
382 // Textarea Dialog.
383 textarea :
384 {
385 title : 'Textarea Properties',
386 cols : 'Columns',
387 rows : 'Rows'
388 },
389
390 // Text Field Dialog.
391 textfield :
392 {
393 title : 'Text Field Properties',
394 name : 'Name',
395 value : 'Value',
396 charWidth : 'Character Width',
397 maxChars : 'Maximum Characters',
398 type : 'Type',
399 typeText : 'Text',
400 typePass : 'Password'
401 },
402
403 // Hidden Field Dialog.
404 hidden :
405 {
406 title : 'Hidden Field Properties',
407 name : 'Name',
408 value : 'Value'
409 },
410
411 // Image Dialog.
412 image :
413 {
414 title : 'Image Properties',
415 titleButton : 'Image Button Properties',
416 menu : 'Image Properties',
417 infoTab : 'Image Info',
418 btnUpload : 'Send it to the Server',
419 upload : 'Upload',
420 alt : 'Alternative Text',
421 lockRatio : 'Lock Ratio',
422 resetSize : 'Reset Size',
423 border : 'Border',
424 hSpace : 'HSpace',
425 vSpace : 'VSpace',
426 alertUrl : 'Please type the image URL',
427 linkTab : 'Link',
428 button2Img : 'Do you want to transform the selected image button on a simple image?',
429 img2Button : 'Do you want to transform the selected image on a image button?',
430 urlMissing : 'Image source URL is missing.', // MISSING
431 validateBorder : 'Border must be a whole number.', // MISSING
432 validateHSpace : 'HSpace must be a whole number.', // MISSING
433 validateVSpace : 'VSpace must be a whole number.' // MISSING
434 },
435
436 // Flash Dialog
437 flash :
438 {
439 properties : 'Flash Properties',
440 propertiesTab : 'Properties',
441 title : 'Flash Properties',
442 chkPlay : 'Auto Play',
443 chkLoop : 'Loop',
444 chkMenu : 'Enable Flash Menu',
445 chkFull : 'Allow Fullscreen',
446 scale : 'Scale',
447 scaleAll : 'Show all',
448 scaleNoBorder : 'No Border',
449 scaleFit : 'Exact Fit',
450 access : 'Script Access',
451 accessAlways : 'Always',
452 accessSameDomain: 'Same domain',
453 accessNever : 'Never',
454 alignAbsBottom : 'Abs Bottom',
455 alignAbsMiddle : 'Abs Middle',
456 alignBaseline : 'Baseline',
457 alignTextTop : 'Text Top',
458 quality : 'Quality',
459 qualityBest : 'Best', // MISSING
460 qualityHigh : 'High', // MISSING
461 qualityAutoHigh : 'Auto High', // MISSING
462 qualityMedium : 'Medium', // MISSING
463 qualityAutoLow : 'Auto Low', // MISSING
464 qualityLow : 'Low', // MISSING
465 windowModeWindow: 'Window', // MISSING
466 windowModeOpaque: 'Opaque', // MISSING
467 windowModeTransparent : 'Transparent', // MISSING
468 windowMode : 'Window mode',
469 flashvars : 'Variables for Flash',
470 bgcolor : 'Background colour',
471 hSpace : 'HSpace',
472 vSpace : 'VSpace',
473 validateSrc : 'URL must not be empty.',
474 validateHSpace : 'HSpace must be a number.',
475 validateVSpace : 'VSpace must be a number.'
476 },
477
478 // Speller Pages Dialog
479 spellCheck :
480 {
481 toolbar : 'Check Spelling',
482 title : 'Spell Check',
483 notAvailable : 'Sorry, but service is unavailable now.',
484 errorLoading : 'Error loading application service host: %s.',
485 notInDic : 'Not in dictionary',
486 changeTo : 'Change to',
487 btnIgnore : 'Ignore',
488 btnIgnoreAll : 'Ignore All',
489 btnReplace : 'Replace',
490 btnReplaceAll : 'Replace All',
491 btnUndo : 'Undo',
492 noSuggestions : '- No suggestions -',
493 progress : 'Spell check in progress...',
494 noMispell : 'Spell check complete: No misspellings found',
495 noChanges : 'Spell check complete: No words changed',
496 oneChange : 'Spell check complete: One word changed',
497 manyChanges : 'Spell check complete: %1 words changed',
498 ieSpellDownload : 'Spell checker not installed. Do you want to download it now?'
499 },
500
501 smiley :
502 {
503 toolbar : 'Smiley',
504 title : 'Insert a Smiley',
505 options : 'Smiley Options' // MISSING
506 },
507
508 elementsPath :
509 {
510 eleLabel : 'Elements path', // MISSING
511 eleTitle : '%1 element'
512 },
513
514 numberedlist : 'Insert/Remove Numbered List',
515 bulletedlist : 'Insert/Remove Bulleted List',
516 indent : 'Increase Indent',
517 outdent : 'Decrease Indent',
518
519 justify :
520 {
521 left : 'Align Left',
522 center : 'Centre',
523 right : 'Align Right',
524 block : 'Justify'
525 },
526
527 blockquote : 'Block Quote',
528
529 clipboard :
530 {
531 title : 'Paste',
532 cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',
533 copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).',
534 pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',
535 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.',
536 pasteArea : 'Paste Area' // MISSING
537 },
538
539 pastefromword :
540 {
541 confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
542 toolbar : 'Paste from Word',
543 title : 'Paste from Word',
544 error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
545 },
546
547 pasteText :
548 {
549 button : 'Paste as plain text',
550 title : 'Paste as Plain Text'
551 },
552
553 templates :
554 {
555 button : 'Templates',
556 title : 'Content Templates',
557 options : 'Template Options', // MISSING
558 insertOption : 'Replace actual contents',
559 selectPromptMsg : 'Please select the template to open in the editor',
560 emptyListMsg : '(No templates defined)'
561 },
562
563 showBlocks : 'Show Blocks',
564
565 stylesCombo :
566 {
567 label : 'Styles',
568 panelTitle : 'Formatting Styles', // MISSING
569 panelTitle1 : 'Block Styles',
570 panelTitle2 : 'Inline Styles',
571 panelTitle3 : 'Object Styles'
572 },
573
574 format :
575 {
576 label : 'Format',
577 panelTitle : 'Paragraph Format',
578
579 tag_p : 'Normal',
580 tag_pre : 'Formatted',
581 tag_address : 'Address',
582 tag_h1 : 'Heading 1',
583 tag_h2 : 'Heading 2',
584 tag_h3 : 'Heading 3',
585 tag_h4 : 'Heading 4',
586 tag_h5 : 'Heading 5',
587 tag_h6 : 'Heading 6',
588 tag_div : 'Normal (DIV)'
589 },
590
591 div :
592 {
593 title : 'Create Div Container', // MISSING
594 toolbar : 'Create Div Container', // MISSING
595 cssClassInputLabel : 'Stylesheet Classes', // MISSING
596 styleSelectLabel : 'Style', // MISSING
597 IdInputLabel : 'Id', // MISSING
598 languageCodeInputLabel : ' Language Code', // MISSING
599 inlineStyleInputLabel : 'Inline Style', // MISSING
600 advisoryTitleInputLabel : 'Advisory Title', // MISSING
601 langDirLabel : 'Language Direction', // MISSING
602 langDirLTRLabel : 'Left to Right (LTR)', // MISSING
603 langDirRTLLabel : 'Right to Left (RTL)', // MISSING
604 edit : 'Edit Div', // MISSING
605 remove : 'Remove Div' // MISSING
606 },
607
608 iframe :
609 {
610 title : 'IFrame Properties', // MISSING
611 toolbar : 'IFrame', // MISSING
612 noUrl : 'Please type the iframe URL', // MISSING
613 scrolling : 'Enable scrollbars', // MISSING
614 border : 'Show frame border' // MISSING
615 },
616
617 font :
618 {
619 label : 'Font',
620 voiceLabel : 'Font', // MISSING
621 panelTitle : 'Font Name'
622 },
623
624 fontSize :
625 {
626 label : 'Size',
627 voiceLabel : 'Font Size', // MISSING
628 panelTitle : 'Font Size'
629 },
630
631 colorButton :
632 {
633 textColorTitle : 'Text Colour',
634 bgColorTitle : 'Background Colour',
635 panelTitle : 'Colors', // MISSING
636 auto : 'Automatic',
637 more : 'More Colours...'
638 },
639
640 colors :
641 {
642 '000' : 'Black', // MISSING
643 '800000' : 'Maroon', // MISSING
644 '8B4513' : 'Saddle Brown', // MISSING
645 '2F4F4F' : 'Dark Slate Gray', // MISSING
646 '008080' : 'Teal', // MISSING
647 '000080' : 'Navy', // MISSING
648 '4B0082' : 'Indigo', // MISSING
649 '696969' : 'Dark Gray', // MISSING
650 'B22222' : 'Fire Brick', // MISSING
651 'A52A2A' : 'Brown', // MISSING
652 'DAA520' : 'Golden Rod', // MISSING
653 '006400' : 'Dark Green', // MISSING
654 '40E0D0' : 'Turquoise', // MISSING
655 '0000CD' : 'Medium Blue', // MISSING
656 '800080' : 'Purple', // MISSING
657 '808080' : 'Gray', // MISSING
658 'F00' : 'Red', // MISSING
659 'FF8C00' : 'Dark Orange', // MISSING
660 'FFD700' : 'Gold', // MISSING
661 '008000' : 'Green', // MISSING
662 '0FF' : 'Cyan', // MISSING
663 '00F' : 'Blue', // MISSING
664 'EE82EE' : 'Violet', // MISSING
665 'A9A9A9' : 'Dim Gray', // MISSING
666 'FFA07A' : 'Light Salmon', // MISSING
667 'FFA500' : 'Orange', // MISSING
668 'FFFF00' : 'Yellow', // MISSING
669 '00FF00' : 'Lime', // MISSING
670 'AFEEEE' : 'Pale Turquoise', // MISSING
671 'ADD8E6' : 'Light Blue', // MISSING
672 'DDA0DD' : 'Plum', // MISSING
673 'D3D3D3' : 'Light Grey', // MISSING
674 'FFF0F5' : 'Lavender Blush', // MISSING
675 'FAEBD7' : 'Antique White', // MISSING
676 'FFFFE0' : 'Light Yellow', // MISSING
677 'F0FFF0' : 'Honeydew', // MISSING
678 'F0FFFF' : 'Azure', // MISSING
679 'F0F8FF' : 'Alice Blue', // MISSING
680 'E6E6FA' : 'Lavender', // MISSING
681 'FFF' : 'White' // MISSING
682 },
683
684 scayt :
685 {
686 title : 'Spell Check As You Type', // MISSING
687 opera_title : 'Not supported by Opera', // MISSING
688 enable : 'Enable SCAYT', // MISSING
689 disable : 'Disable SCAYT', // MISSING
690 about : 'About SCAYT', // MISSING
691 toggle : 'Toggle SCAYT', // MISSING
692 options : 'Options', // MISSING
693 langs : 'Languages', // MISSING
694 moreSuggestions : 'More suggestions', // MISSING
695 ignore : 'Ignore', // MISSING
696 ignoreAll : 'Ignore All', // MISSING
697 addWord : 'Add Word', // MISSING
698 emptyDic : 'Dictionary name should not be empty.', // MISSING
699
700 optionsTab : 'Options', // MISSING
701 allCaps : 'Ignore All-Caps Words', // MISSING
702 ignoreDomainNames : 'Ignore Domain Names', // MISSING
703 mixedCase : 'Ignore Words with Mixed Case', // MISSING
704 mixedWithDigits : 'Ignore Words with Numbers', // MISSING
705
706 languagesTab : 'Languages', // MISSING
707
708 dictionariesTab : 'Dictionaries', // MISSING
709 dic_field_name : 'Dictionary name', // MISSING
710 dic_create : 'Create', // MISSING
711 dic_restore : 'Restore', // MISSING
712 dic_delete : 'Delete', // MISSING
713 dic_rename : 'Rename', // MISSING
714 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
715
716 aboutTab : 'About' // MISSING
717 },
718
719 about :
720 {
721 title : 'About CKEditor',
722 dlgTitle : 'About CKEditor', // MISSING
723 help : 'Check $1 for help.', // MISSING
724 userGuide : 'CKEditor User\'s Guide', // MISSING
725 moreInfo : 'For licensing information please visit our web site:',
726 copy : 'Copyright &copy; $1. All rights reserved.'
727 },
728
729 maximize : 'Maximize',
730 minimize : 'Minimize', // MISSING
731
732 fakeobjects :
733 {
734 anchor : 'Anchor', // MISSING
735 flash : 'Flash Animation', // MISSING
736 iframe : 'IFrame', // MISSING
737 hiddenfield : 'Hidden Field', // MISSING
738 unknown : 'Unknown Object' // MISSING
739 },
740
741 resize : 'Drag to resize', // MISSING
742
743 colordialog :
744 {
745 title : 'Select color', // MISSING
746 options : 'Color Options', // MISSING
747 highlight : 'Highlight', // MISSING
748 selected : 'Selected Color', // MISSING
749 clear : 'Clear' // MISSING
750 },
751
752 toolbarCollapse : 'Collapse Toolbar', // MISSING
753 toolbarExpand : 'Expand Toolbar', // MISSING
754
755 toolbarGroups :
756 {
757 document : 'Document', // MISSING
758 clipboard : 'Clipboard/Undo', // MISSING
759 editing : 'Editing', // MISSING
760 forms : 'Forms', // MISSING
761 basicstyles : 'Basic Styles', // MISSING
762 paragraph : 'Paragraph', // MISSING
763 links : 'Links', // MISSING
764 insert : 'Insert', // MISSING
765 styles : 'Styles', // MISSING
766 colors : 'Colors', // MISSING
767 tools : 'Tools' // MISSING
768 },
769
770 bidi :
771 {
772 ltr : 'Text direction from left to right', // MISSING
773 rtl : 'Text direction from right to left' // MISSING
774 },
775
776 docprops :
777 {
778 label : 'Document Properties', // MISSING
779 title : 'Document Properties', // MISSING
780 design : 'Design', // MISSING
781 meta : 'Meta Tags', // MISSING
782 chooseColor : 'Choose', // MISSING
783 other : 'Other...', // MISSING
784 docTitle : 'Page Title', // MISSING
785 charset : 'Character Set Encoding', // MISSING
786 charsetOther : 'Other Character Set Encoding', // MISSING
787 charsetASCII : 'ASCII', // MISSING
788 charsetCE : 'Central European', // MISSING
789 charsetCT : 'Chinese Traditional (Big5)', // MISSING
790 charsetCR : 'Cyrillic', // MISSING
791 charsetGR : 'Greek', // MISSING
792 charsetJP : 'Japanese', // MISSING
793 charsetKR : 'Korean', // MISSING
794 charsetTR : 'Turkish', // MISSING
795 charsetUN : 'Unicode (UTF-8)', // MISSING
796 charsetWE : 'Western European', // MISSING
797 docType : 'Document Type Heading', // MISSING
798 docTypeOther : 'Other Document Type Heading', // MISSING
799 xhtmlDec : 'Include XHTML Declarations', // MISSING
800 bgColor : 'Background Color', // MISSING
801 bgImage : 'Background Image URL', // MISSING
802 bgFixed : 'Non-scrolling (Fixed) Background', // MISSING
803 txtColor : 'Text Color', // MISSING
804 margin : 'Page Margins', // MISSING
805 marginTop : 'Top', // MISSING
806 marginLeft : 'Left', // MISSING
807 marginRight : 'Right', // MISSING
808 marginBottom : 'Bottom', // MISSING
809 metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING
810 metaDescription : 'Document Description', // MISSING
811 metaAuthor : 'Author', // MISSING
812 metaCopyright : 'Copyright', // MISSING
813 previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
814 }
815};
Note: See TracBrowser for help on using the repository browser.