X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=8696640e5695b0372994d0b54f56214dc1eb0554;hb=refs%2Ftags%2Fv3.2.1;hp=49b28ecdae7a611eb785b9a41a7769dc74735bb3;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 49b28ec..8696640 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', @@ -476,7 +483,8 @@ CKEDITOR.lang['en'] = smiley : { toolbar : 'Smiley', - title : 'Insert a Smiley' + title : 'Insert a Smiley', + options : 'Smiley Options' }, elementsPath : @@ -503,9 +511,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 +536,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)'