X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=6dcec095a2dc317c314de813f282bec4028a464b;hb=8665a7c6c60586526e32e8941fe2896739b6ebfb;hp=49b28ecdae7a611eb785b9a41a7769dc74735bb3;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 49b28ec..6dcec09 100644 --- a/_source/lang/en.js +++ b/_source/lang/en.js @@ -110,17 +110,24 @@ CKEDITOR.lang['en'] = unavailable : '%1, unavailable' }, + contextmenu : + { + options : 'Context Menu Options' + }, + // Special char dialog. specialChar : { toolbar : 'Insert Special Character', - title : 'Select Special Character' + title : 'Select Special Character', + options : 'Special Character Options' }, // Link dialog. link : { toolbar : 'Link', + other : '', menu : 'Edit Link', title : 'Link', info : 'Link Info', @@ -182,6 +189,29 @@ CKEDITOR.lang['en'] = errorName : 'Please type the anchor name' }, + // List style dialog + list: + { + numberedTitle : 'Numbered List Properties', + bulletedTitle : 'Bulleted List Properties', + type : 'Type', + start : 'Start', + circle : 'Circle', + disc : 'Disc', + square : 'Square', + none : 'None', + notset : '', + armenian : 'Armenian numbering', + georgian : 'Georgian numbering (an, ban, gan, etc.)', + lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', + upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', + lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', + upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', + lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', + decimal : 'Decimal (1, 2, 3, etc.)', + decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' + }, + // Find And Replace Dialog findAndReplace : { @@ -476,7 +506,8 @@ CKEDITOR.lang['en'] = smiley : { toolbar : 'Smiley', - title : 'Insert a Smiley' + title : 'Insert a Smiley', + options : 'Smiley Options' }, elementsPath : @@ -503,9 +534,9 @@ CKEDITOR.lang['en'] = clipboard : { title : 'Paste', - cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).', - copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).', - pasteMsg : 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', + cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', + copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', + pasteMsg : 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', 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.', pasteArea : 'Paste Area' }, @@ -528,6 +559,7 @@ CKEDITOR.lang['en'] = { button : 'Templates', title : 'Content Templates', + options : 'Template Options', insertOption : 'Replace actual contents', selectPromptMsg : 'Please select the template to open in the editor', emptyListMsg : '(No templates defined)' @@ -648,6 +680,7 @@ CKEDITOR.lang['en'] = scayt : { title : 'Spell Check As You Type', + opera_title : 'Not supported by Opera', enable : 'Enable SCAYT', disable : 'Disable SCAYT', about : 'About SCAYT', @@ -659,9 +692,23 @@ CKEDITOR.lang['en'] = ignoreAll : 'Ignore All', addWord : 'Add Word', emptyDic : 'Dictionary name should not be empty.', + optionsTab : 'Options', + allCaps : 'Ignore All-Caps Words', + ignoreDomainNames : 'Ignore Domain Names', + mixedCase : 'Ignore Words with Mixed Case', + mixedWithDigits : 'Ignore Words with Numbers', + languagesTab : 'Languages', + dictionariesTab : 'Dictionaries', + dic_field_name : 'Dictionary name', + dic_create : 'Create', + dic_restore : 'Restore', + dic_delete : 'Delete', + dic_rename : 'Rename', + 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 it\'s name and click the Restore button.', + aboutTab : 'About' },