JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.6.1
[ckeditor.git] / _source / lang / mk.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\r
8 */\r
9 \r
10 /**#@+\r
11    @type String\r
12    @example\r
13 */\r
14 \r
15 /**\r
16  * Contains the dictionary of language entries.\r
17  * @namespace\r
18  */\r
19 CKEDITOR.lang['mk'] =\r
20 {\r
21         /**\r
22          * The language reading direction. Possible values are "rtl" for\r
23          * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right\r
24          * languages (like English).\r
25          * @default 'ltr'\r
26          */\r
27         dir : 'ltr', // MISSING\r
28 \r
29         /*\r
30          * Screenreader titles. Please note that screenreaders are not always capable\r
31          * of reading non-English words. So be careful while translating it.\r
32          */\r
33         editorTitle : 'Rich text editor, %1', // MISSING\r
34         editorHelp : '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', // MISSING\r
42         newPage                 : 'New Page', // MISSING\r
43         save                    : 'Save', // MISSING\r
44         preview                 : 'Preview', // MISSING\r
45         cut                             : 'Cut', // MISSING\r
46         copy                    : 'Copy', // MISSING\r
47         paste                   : 'Paste', // MISSING\r
48         print                   : 'Print', // MISSING\r
49         underline               : 'Underline', // MISSING\r
50         bold                    : 'Bold', // MISSING\r
51         italic                  : 'Italic', // MISSING\r
52         selectAll               : 'Select All', // MISSING\r
53         removeFormat    : 'Remove Format', // MISSING\r
54         strike                  : 'Strike Through', // MISSING\r
55         subscript               : 'Subscript', // MISSING\r
56         superscript             : 'Superscript', // MISSING\r
57         horizontalrule  : 'Insert Horizontal Line', // MISSING\r
58         pagebreak               : 'Insert Page Break for Printing', // MISSING\r
59         pagebreakAlt            : 'Page Break', // MISSING\r
60         unlink                  : 'Unlink', // MISSING\r
61         undo                    : 'Undo', // MISSING\r
62         redo                    : 'Redo', // MISSING\r
63 \r
64         // Common messages and labels.\r
65         common :\r
66         {\r
67                 browseServer    : 'Browse Server', // MISSING\r
68                 url                             : 'URL', // MISSING\r
69                 protocol                : 'Protocol', // MISSING\r
70                 upload                  : 'Upload', // MISSING\r
71                 uploadSubmit    : 'Send it to the Server', // MISSING\r
72                 image                   : 'Image', // MISSING\r
73                 flash                   : 'Flash', // MISSING\r
74                 form                    : 'Form', // MISSING\r
75                 checkbox                : 'Checkbox', // MISSING\r
76                 radio                   : 'Radio Button', // MISSING\r
77                 textField               : 'Text Field', // MISSING\r
78                 textarea                : 'Textarea', // MISSING\r
79                 hiddenField             : 'Hidden Field', // MISSING\r
80                 button                  : 'Button', // MISSING\r
81                 select                  : 'Selection Field', // MISSING\r
82                 imageButton             : 'Image Button', // MISSING\r
83                 notSet                  : '<not set>', // MISSING\r
84                 id                              : 'Id', // MISSING\r
85                 name                    : 'Name', // MISSING\r
86                 langDir                 : 'Language Direction', // MISSING\r
87                 langDirLtr              : 'Left to Right (LTR)', // MISSING\r
88                 langDirRtl              : 'Right to Left (RTL)', // MISSING\r
89                 langCode                : 'Language Code', // MISSING\r
90                 longDescr               : 'Long Description URL', // MISSING\r
91                 cssClass                : 'Stylesheet Classes', // MISSING\r
92                 advisoryTitle   : 'Advisory Title', // MISSING\r
93                 cssStyle                : 'Style', // MISSING\r
94                 ok                              : 'OK', // MISSING\r
95                 cancel                  : 'Cancel', // MISSING\r
96                 close                   : 'Close', // MISSING\r
97                 preview                 : 'Preview', // MISSING\r
98                 generalTab              : 'General', // MISSING\r
99                 advancedTab             : 'Advanced', // MISSING\r
100                 validateNumberFailed : 'This value is not a number.', // MISSING\r
101                 confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING\r
102                 confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING\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                   : 'Alignment', // MISSING\r
116                 alignLeft               : 'Left', // MISSING\r
117                 alignRight              : 'Right', // MISSING\r
118                 alignCenter             : 'Center', // MISSING\r
119                 alignTop                : 'Top', // MISSING\r
120                 alignMiddle             : 'Middle', // MISSING\r
121                 alignBottom             : 'Bottom', // MISSING\r
122                 invalidValue    : 'Invalid value.', // 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', // MISSING\r
143                 title           : 'Select Special Character', // MISSING\r
144                 options : 'Special Character Options' // MISSING\r
145         },\r
146 \r
147         // Link dialog.\r
148         link :\r
149         {\r
150                 toolbar         : 'Link', // MISSING\r
151                 other           : '<other>', // MISSING\r
152                 menu            : 'Edit Link', // MISSING\r
153                 title           : 'Link', // MISSING\r
154                 info            : 'Link Info', // MISSING\r
155                 target          : 'Target', // MISSING\r
156                 upload          : 'Upload', // MISSING\r
157                 advanced        : 'Advanced', // MISSING\r
158                 type            : 'Link Type', // MISSING\r
159                 toUrl           : 'URL', // MISSING\r
160                 toAnchor        : 'Link to anchor in the text', // MISSING\r
161                 toEmail         : 'E-mail', // MISSING\r
162                 targetFrame             : '<frame>', // MISSING\r
163                 targetPopup             : '<popup window>', // MISSING\r
164                 targetFrameName : 'Target Frame Name', // MISSING\r
165                 targetPopupName : 'Popup Window Name', // MISSING\r
166                 popupFeatures   : 'Popup Window Features', // MISSING\r
167                 popupResizable  : 'Resizable', // MISSING\r
168                 popupStatusBar  : 'Status Bar', // MISSING\r
169                 popupLocationBar: 'Location Bar', // MISSING\r
170                 popupToolbar    : 'Toolbar', // MISSING\r
171                 popupMenuBar    : 'Menu Bar', // MISSING\r
172                 popupFullScreen : 'Full Screen (IE)', // MISSING\r
173                 popupScrollBars : 'Scroll Bars', // MISSING\r
174                 popupDependent  : 'Dependent (Netscape)', // MISSING\r
175                 popupLeft               : 'Left Position', // MISSING\r
176                 popupTop                : 'Top Position', // MISSING\r
177                 id                              : 'Id', // MISSING\r
178                 langDir                 : 'Language Direction', // MISSING\r
179                 langDirLTR              : 'Left to Right (LTR)', // MISSING\r
180                 langDirRTL              : 'Right to Left (RTL)', // MISSING\r
181                 acccessKey              : 'Access Key', // MISSING\r
182                 name                    : 'Name', // MISSING\r
183                 langCode                        : 'Language Code', // MISSING\r
184                 tabIndex                        : 'Tab Index', // MISSING\r
185                 advisoryTitle           : 'Advisory Title', // MISSING\r
186                 advisoryContentType     : 'Advisory Content Type', // MISSING\r
187                 cssClasses              : 'Stylesheet Classes', // MISSING\r
188                 charset                 : 'Linked Resource Charset', // MISSING\r
189                 styles                  : 'Style', // MISSING\r
190                 rel                     : 'Relationship', // MISSING\r
191                 selectAnchor            : 'Select an Anchor', // MISSING\r
192                 anchorName              : 'By Anchor Name', // MISSING\r
193                 anchorId                        : 'By Element Id', // MISSING\r
194                 emailAddress            : 'E-Mail Address', // MISSING\r
195                 emailSubject            : 'Message Subject', // MISSING\r
196                 emailBody               : 'Message Body', // MISSING\r
197                 noAnchors               : '(No anchors available in the document)', // MISSING\r
198                 noUrl                   : 'Please type the link URL', // MISSING\r
199                 noEmail                 : 'Please type the e-mail address' // MISSING\r
200         },\r
201 \r
202         // Anchor dialog\r
203         anchor :\r
204         {\r
205                 toolbar         : 'Anchor', // MISSING\r
206                 menu            : 'Edit Anchor', // MISSING\r
207                 title           : 'Anchor Properties', // MISSING\r
208                 name            : 'Anchor Name', // MISSING\r
209                 errorName       : 'Please type the anchor name', // MISSING\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', // MISSING\r
241                 find                            : 'Find', // MISSING\r
242                 replace                         : 'Replace', // MISSING\r
243                 findWhat                        : 'Find what:', // MISSING\r
244                 replaceWith                     : 'Replace with:', // MISSING\r
245                 notFoundMsg                     : 'The specified text was not found.', // MISSING\r
246                 findOptions                     : 'Find Options', // MISSING\r
247                 matchCase                       : 'Match case', // MISSING\r
248                 matchWord                       : 'Match whole word', // MISSING\r
249                 matchCyclic                     : 'Match cyclic', // MISSING\r
250                 replaceAll                      : 'Replace All', // MISSING\r
251                 replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING\r
252         },\r
253 \r
254         // Table Dialog\r
255         table :\r
256         {\r
257                 toolbar         : 'Table', // MISSING\r
258                 title           : 'Table Properties', // MISSING\r
259                 menu            : 'Table Properties', // MISSING\r
260                 deleteTable     : 'Delete Table', // MISSING\r
261                 rows            : 'Rows', // MISSING\r
262                 columns         : 'Columns', // MISSING\r
263                 border          : 'Border size', // MISSING\r
264                 widthPx         : 'pixels', // MISSING\r
265                 widthPc         : 'percent', // MISSING\r
266                 widthUnit       : 'width unit', // MISSING\r
267                 cellSpace       : 'Cell spacing', // MISSING\r
268                 cellPad         : 'Cell padding', // MISSING\r
269                 caption         : 'Caption', // MISSING\r
270                 summary         : 'Summary', // MISSING\r
271                 headers         : 'Headers', // MISSING\r
272                 headersNone             : 'None', // MISSING\r
273                 headersColumn   : 'First column', // MISSING\r
274                 headersRow              : 'First Row', // MISSING\r
275                 headersBoth             : 'Both', // MISSING\r
276                 invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING\r
277                 invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING\r
278                 invalidBorder   : 'Border size must be a number.', // MISSING\r
279                 invalidWidth    : 'Table width must be a number.', // MISSING\r
280                 invalidHeight   : 'Table height must be a number.', // MISSING\r
281                 invalidCellSpacing      : 'Cell spacing must be a positive number.', // MISSING\r
282                 invalidCellPadding      : 'Cell padding must be a positive number.', // MISSING\r
283 \r
284                 cell :\r
285                 {\r
286                         menu                    : 'Cell', // MISSING\r
287                         insertBefore    : 'Insert Cell Before', // MISSING\r
288                         insertAfter             : 'Insert Cell After', // MISSING\r
289                         deleteCell              : 'Delete Cells', // MISSING\r
290                         merge                   : 'Merge Cells', // MISSING\r
291                         mergeRight              : 'Merge Right', // MISSING\r
292                         mergeDown               : 'Merge Down', // MISSING\r
293                         splitHorizontal : 'Split Cell Horizontally', // MISSING\r
294                         splitVertical   : 'Split Cell Vertically', // MISSING\r
295                         title                   : 'Cell Properties', // MISSING\r
296                         cellType                : 'Cell Type', // MISSING\r
297                         rowSpan                 : 'Rows Span', // MISSING\r
298                         colSpan                 : 'Columns Span', // MISSING\r
299                         wordWrap                : 'Word Wrap', // MISSING\r
300                         hAlign                  : 'Horizontal Alignment', // MISSING\r
301                         vAlign                  : 'Vertical Alignment', // MISSING\r
302                         alignBaseline   : 'Baseline', // MISSING\r
303                         bgColor                 : 'Background Color', // MISSING\r
304                         borderColor             : 'Border Color', // MISSING\r
305                         data                    : 'Data', // MISSING\r
306                         header                  : 'Header', // MISSING\r
307                         yes                             : 'Yes', // MISSING\r
308                         no                              : 'No', // MISSING\r
309                         invalidWidth    : 'Cell width must be a number.', // MISSING\r
310                         invalidHeight   : 'Cell height must be a number.', // MISSING\r
311                         invalidRowSpan  : 'Rows span must be a whole number.', // MISSING\r
312                         invalidColSpan  : 'Columns span must be a whole number.', // MISSING\r
313                         chooseColor             : 'Choose' // MISSING\r
314                 },\r
315 \r
316                 row :\r
317                 {\r
318                         menu                    : 'Row', // MISSING\r
319                         insertBefore    : 'Insert Row Before', // MISSING\r
320                         insertAfter             : 'Insert Row After', // MISSING\r
321                         deleteRow               : 'Delete Rows' // MISSING\r
322                 },\r
323 \r
324                 column :\r
325                 {\r
326                         menu                    : 'Column', // MISSING\r
327                         insertBefore    : 'Insert Column Before', // MISSING\r
328                         insertAfter             : 'Insert Column After', // MISSING\r
329                         deleteColumn    : 'Delete Columns' // MISSING\r
330                 }\r
331         },\r
332 \r
333         // Button Dialog.\r
334         button :\r
335         {\r
336                 title           : 'Button Properties', // MISSING\r
337                 text            : 'Text (Value)', // MISSING\r
338                 type            : 'Type', // MISSING\r
339                 typeBtn         : 'Button', // MISSING\r
340                 typeSbm         : 'Submit', // MISSING\r
341                 typeRst         : 'Reset' // MISSING\r
342         },\r
343 \r
344         // Checkbox and Radio Button Dialogs.\r
345         checkboxAndRadio :\r
346         {\r
347                 checkboxTitle : 'Checkbox Properties', // MISSING\r
348                 radioTitle      : 'Radio Button Properties', // MISSING\r
349                 value           : 'Value', // MISSING\r
350                 selected        : 'Selected' // MISSING\r
351         },\r
352 \r
353         // Form Dialog.\r
354         form :\r
355         {\r
356                 title           : 'Form Properties', // MISSING\r
357                 menu            : 'Form Properties', // MISSING\r
358                 action          : 'Action', // MISSING\r
359                 method          : 'Method', // MISSING\r
360                 encoding        : 'Encoding' // MISSING\r
361         },\r
362 \r
363         // Select Field Dialog.\r
364         select :\r
365         {\r
366                 title           : 'Selection Field Properties', // MISSING\r
367                 selectInfo      : 'Select Info', // MISSING\r
368                 opAvail         : 'Available Options', // MISSING\r
369                 value           : 'Value', // MISSING\r
370                 size            : 'Size', // MISSING\r
371                 lines           : 'lines', // MISSING\r
372                 chkMulti        : 'Allow multiple selections', // MISSING\r
373                 opText          : 'Text', // MISSING\r
374                 opValue         : 'Value', // MISSING\r
375                 btnAdd          : 'Add', // MISSING\r
376                 btnModify       : 'Modify', // MISSING\r
377                 btnUp           : 'Up', // MISSING\r
378                 btnDown         : 'Down', // MISSING\r
379                 btnSetValue : 'Set as selected value', // MISSING\r
380                 btnDelete       : 'Delete' // MISSING\r
381         },\r
382 \r
383         // Textarea Dialog.\r
384         textarea :\r
385         {\r
386                 title           : 'Textarea Properties', // MISSING\r
387                 cols            : 'Columns', // MISSING\r
388                 rows            : 'Rows' // MISSING\r
389         },\r
390 \r
391         // Text Field Dialog.\r
392         textfield :\r
393         {\r
394                 title           : 'Text Field Properties', // MISSING\r
395                 name            : 'Name', // MISSING\r
396                 value           : 'Value', // MISSING\r
397                 charWidth       : 'Character Width', // MISSING\r
398                 maxChars        : 'Maximum Characters', // MISSING\r
399                 type            : 'Type', // MISSING\r
400                 typeText        : 'Text', // MISSING\r
401                 typePass        : 'Password' // MISSING\r
402         },\r
403 \r
404         // Hidden Field Dialog.\r
405         hidden :\r
406         {\r
407                 title   : 'Hidden Field Properties', // MISSING\r
408                 name    : 'Name', // MISSING\r
409                 value   : 'Value' // MISSING\r
410         },\r
411 \r
412         // Image Dialog.\r
413         image :\r
414         {\r
415                 title           : 'Image Properties', // MISSING\r
416                 titleButton     : 'Image Button Properties', // MISSING\r
417                 menu            : 'Image Properties', // MISSING\r
418                 infoTab         : 'Image Info', // MISSING\r
419                 btnUpload       : 'Send it to the Server', // MISSING\r
420                 upload          : 'Upload', // MISSING\r
421                 alt                     : 'Alternative Text', // MISSING\r
422                 lockRatio       : 'Lock Ratio', // MISSING\r
423                 resetSize       : 'Reset Size', // MISSING\r
424                 border          : 'Border', // MISSING\r
425                 hSpace          : 'HSpace', // MISSING\r
426                 vSpace          : 'VSpace', // MISSING\r
427                 alertUrl        : 'Please type the image URL', // MISSING\r
428                 linkTab         : 'Link', // MISSING\r
429                 button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING\r
430                 img2Button      : 'Do you want to transform the selected image on a image button?', // MISSING\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', // MISSING\r
441                 propertiesTab   : 'Properties', // MISSING\r
442                 title                   : 'Flash Properties', // MISSING\r
443                 chkPlay                 : 'Auto Play', // MISSING\r
444                 chkLoop                 : 'Loop', // MISSING\r
445                 chkMenu                 : 'Enable Flash Menu', // MISSING\r
446                 chkFull                 : 'Allow Fullscreen', // MISSING\r
447                 scale                   : 'Scale', // MISSING\r
448                 scaleAll                : 'Show all', // MISSING\r
449                 scaleNoBorder   : 'No Border', // MISSING\r
450                 scaleFit                : 'Exact Fit', // MISSING\r
451                 access                  : 'Script Access', // MISSING\r
452                 accessAlways    : 'Always', // MISSING\r
453                 accessSameDomain: 'Same domain', // MISSING\r
454                 accessNever             : 'Never', // MISSING\r
455                 alignAbsBottom  : 'Abs Bottom', // MISSING\r
456                 alignAbsMiddle  : 'Abs Middle', // MISSING\r
457                 alignBaseline   : 'Baseline', // MISSING\r
458                 alignTextTop    : 'Text Top', // MISSING\r
459                 quality                 : 'Quality', // MISSING\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', // MISSING\r
470                 flashvars               : 'Variables for Flash', // MISSING\r
471                 bgcolor                 : 'Background color', // MISSING\r
472                 hSpace                  : 'HSpace', // MISSING\r
473                 vSpace                  : 'VSpace', // MISSING\r
474                 validateSrc             : 'URL must not be empty.', // MISSING\r
475                 validateHSpace  : 'HSpace must be a number.', // MISSING\r
476                 validateVSpace  : 'VSpace must be a number.' // MISSING\r
477         },\r
478 \r
479         // Speller Pages Dialog\r
480         spellCheck :\r
481         {\r
482                 toolbar                 : 'Check Spelling', // MISSING\r
483                 title                   : 'Spell Check', // MISSING\r
484                 notAvailable    : 'Sorry, but service is unavailable now.', // MISSING\r
485                 errorLoading    : 'Error loading application service host: %s.', // MISSING\r
486                 notInDic                : 'Not in dictionary', // MISSING\r
487                 changeTo                : 'Change to', // MISSING\r
488                 btnIgnore               : 'Ignore', // MISSING\r
489                 btnIgnoreAll    : 'Ignore All', // MISSING\r
490                 btnReplace              : 'Replace', // MISSING\r
491                 btnReplaceAll   : 'Replace All', // MISSING\r
492                 btnUndo                 : 'Undo', // MISSING\r
493                 noSuggestions   : '- No suggestions -', // MISSING\r
494                 progress                : 'Spell check in progress...', // MISSING\r
495                 noMispell               : 'Spell check complete: No misspellings found', // MISSING\r
496                 noChanges               : 'Spell check complete: No words changed', // MISSING\r
497                 oneChange               : 'Spell check complete: One word changed', // MISSING\r
498                 manyChanges             : 'Spell check complete: %1 words changed', // MISSING\r
499                 ieSpellDownload : 'Spell checker not installed. Do you want to download it now?' // MISSING\r
500         },\r
501 \r
502         smiley :\r
503         {\r
504                 toolbar : 'Smiley', // MISSING\r
505                 title   : 'Insert a Smiley', // MISSING\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' // MISSING\r
513         },\r
514 \r
515         numberedlist    : 'Insert/Remove Numbered List', // MISSING\r
516         bulletedlist    : 'Insert/Remove Bulleted List', // MISSING\r
517         indent                  : 'Increase Indent', // MISSING\r
518         outdent                 : 'Decrease Indent', // MISSING\r
519 \r
520         justify :\r
521         {\r
522                 left    : 'Align Left', // MISSING\r
523                 center  : 'Center', // MISSING\r
524                 right   : 'Align Right', // MISSING\r
525                 block   : 'Justify' // MISSING\r
526         },\r
527 \r
528         blockquote : 'Block Quote', // MISSING\r
529 \r
530         clipboard :\r
531         {\r
532                 title           : 'Paste', // MISSING\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).', // MISSING\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).', // MISSING\r
535                 pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', // MISSING\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.', // MISSING\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', // MISSING\r
544                 title                   : 'Paste from Word', // MISSING\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', // MISSING\r
551                 title   : 'Paste as Plain Text' // MISSING\r
552         },\r
553 \r
554         templates :\r
555         {\r
556                 button                  : 'Templates', // MISSING\r
557                 title                   : 'Content Templates', // MISSING\r
558                 options : 'Template Options', // MISSING\r
559                 insertOption    : 'Replace actual contents', // MISSING\r
560                 selectPromptMsg : 'Please select the template to open in the editor', // MISSING\r
561                 emptyListMsg    : '(No templates defined)' // MISSING\r
562         },\r
563 \r
564         showBlocks : 'Show Blocks', // MISSING\r
565 \r
566         stylesCombo :\r
567         {\r
568                 label           : 'Styles', // MISSING\r
569                 panelTitle      : 'Formatting Styles', // MISSING\r
570                 panelTitle1     : 'Block Styles', // MISSING\r
571                 panelTitle2     : 'Inline Styles', // MISSING\r
572                 panelTitle3     : 'Object Styles' // MISSING\r
573         },\r
574 \r
575         format :\r
576         {\r
577                 label           : 'Format', // MISSING\r
578                 panelTitle      : 'Paragraph Format', // MISSING\r
579 \r
580                 tag_p           : 'Normal', // MISSING\r
581                 tag_pre         : 'Formatted', // MISSING\r
582                 tag_address     : 'Address', // MISSING\r
583                 tag_h1          : 'Heading 1', // MISSING\r
584                 tag_h2          : 'Heading 2', // MISSING\r
585                 tag_h3          : 'Heading 3', // MISSING\r
586                 tag_h4          : 'Heading 4', // MISSING\r
587                 tag_h5          : 'Heading 5', // MISSING\r
588                 tag_h6          : 'Heading 6', // MISSING\r
589                 tag_div         : 'Normal (DIV)' // MISSING\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', // MISSING\r
621                 voiceLabel      : 'Font', // MISSING\r
622                 panelTitle      : 'Font Name' // MISSING\r
623         },\r
624 \r
625         fontSize :\r
626         {\r
627                 label           : 'Size', // MISSING\r
628                 voiceLabel      : 'Font Size', // MISSING\r
629                 panelTitle      : 'Font Size' // MISSING\r
630         },\r
631 \r
632         colorButton :\r
633         {\r
634                 textColorTitle  : 'Text Color', // MISSING\r
635                 bgColorTitle    : 'Background Color', // MISSING\r
636                 panelTitle              : 'Colors', // MISSING\r
637                 auto                    : 'Automatic', // MISSING\r
638                 more                    : 'More Colors...' // MISSING\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                 noSuggestions   : 'No suggestions', // MISSING\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', // MISSING\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:', // MISSING\r
727                 copy            : 'Copyright &copy; $1. All rights reserved.' // MISSING\r
728         },\r
729 \r
730         maximize : 'Maximize', // MISSING\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