A tumblelog CMS built on AJAX, PHP and MySQL.

en.js 931B

12345678910111213141516171819202122232425262728
  1. // UK lang variables
  2. tinyMCE.addToLang('advimage',{
  3. tab_general : 'General',
  4. tab_appearance : 'Appearance',
  5. tab_advanced : 'Advanced',
  6. general : 'General',
  7. title : 'Title',
  8. preview : 'Preview',
  9. constrain_proportions : 'Constrain proportions',
  10. langdir : 'Language direction',
  11. langcode : 'Language code',
  12. long_desc : 'Long description link',
  13. style : 'Style',
  14. classes : 'Classes',
  15. ltr : 'Left to right',
  16. rtl : 'Right to left',
  17. id : 'Id',
  18. image_map : 'Image map',
  19. swap_image : 'Swap image',
  20. alt_image : 'Alternative image',
  21. mouseover : 'for mouse over',
  22. mouseout : 'for mouse out',
  23. misc : 'Miscellaneous',
  24. example_img : 'Appearance preview image',
  25. missing_alt : 'Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.'
  26. });