]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/langs/en.js
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / langs / en.js
1 // UK lang variables
2
3 tinyMCE.addToLang('',{
4 bold_desc : 'Bold (Ctrl+B)',
5 italic_desc : 'Italic (Ctrl+I)',
6 underline_desc : 'Underline (Ctrl+U)',
7 striketrough_desc : 'Strikethrough',
8 justifyleft_desc : 'Align left',
9 justifycenter_desc : 'Align center',
10 justifyright_desc : 'Align right',
11 justifyfull_desc : 'Align full',
12 bullist_desc : 'Unordered list',
13 numlist_desc : 'Ordered list',
14 outdent_desc : 'Outdent',
15 indent_desc : 'Indent',
16 undo_desc : 'Undo (Ctrl+Z)',
17 redo_desc : 'Redo (Ctrl+Y)',
18 link_desc : 'Insert/edit link',
19 unlink_desc : 'Unlink',
20 image_desc : 'Insert/edit image',
21 cleanup_desc : 'Cleanup messy code',
22 focus_alert : 'A editor instance must be focused before using this command.',
23 edit_confirm : 'Do you want to use the WYSIWYG mode for this textarea?',
24 insert_link_title : 'Insert/edit link',
25 insert : 'Insert',
26 update : 'Update',
27 cancel : 'Cancel',
28 insert_link_url : 'Link URL',
29 insert_link_target : 'Target',
30 insert_link_target_same : 'Open link in the same window',
31 insert_link_target_blank : 'Open link in a new window',
32 insert_image_title : 'Insert/edit image',
33 insert_image_src : 'Image URL',
34 insert_image_alt : 'Image description',
35 help_desc : 'Help',
36 bold_img : "bold.gif",
37 italic_img : "italic.gif",
38 underline_img : "underline.gif",
39 clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
40 popup_blocked : 'Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.'
41 });