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