A tumblelog CMS built on AJAX, PHP and MySQL.

en.js 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // UK lang variables
  2. tinyMCE.addToLang('',{
  3. bold_desc : 'Bold (Ctrl+B)',
  4. italic_desc : 'Italic (Ctrl+I)',
  5. underline_desc : 'Underline (Ctrl+U)',
  6. striketrough_desc : 'Strikethrough',
  7. justifyleft_desc : 'Align left',
  8. justifycenter_desc : 'Align center',
  9. justifyright_desc : 'Align right',
  10. justifyfull_desc : 'Align full',
  11. bullist_desc : 'Unordered list',
  12. numlist_desc : 'Ordered list',
  13. outdent_desc : 'Outdent',
  14. indent_desc : 'Indent',
  15. undo_desc : 'Undo (Ctrl+Z)',
  16. redo_desc : 'Redo (Ctrl+Y)',
  17. link_desc : 'Insert/edit link',
  18. unlink_desc : 'Unlink',
  19. image_desc : 'Insert/edit image',
  20. cleanup_desc : 'Cleanup messy code',
  21. focus_alert : 'A editor instance must be focused before using this command.',
  22. edit_confirm : 'Do you want to use the WYSIWYG mode for this textarea?',
  23. insert_link_title : 'Insert/edit link',
  24. insert : 'Insert',
  25. update : 'Update',
  26. cancel : 'Cancel',
  27. insert_link_url : 'Link URL',
  28. insert_link_target : 'Target',
  29. insert_link_target_same : 'Open link in the same window',
  30. insert_link_target_blank : 'Open link in a new window',
  31. insert_image_title : 'Insert/edit image',
  32. insert_image_src : 'Image URL',
  33. insert_image_alt : 'Image description',
  34. help_desc : 'Help',
  35. bold_img : "bold.gif",
  36. italic_img : "italic.gif",
  37. underline_img : "underline.gif",
  38. clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
  39. 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.'
  40. });