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