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