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