A tumblelog CMS built on AJAX, PHP and MySQL.

en.js 380B

1234567891011
  1. // UK lang variables
  2. tinyMCE.addToLang('',{
  3. paste_text_desc : 'Paste as Plain Text',
  4. paste_text_title : 'Use CTRL+V on your keyboard to paste the text into the window.',
  5. paste_text_linebreaks : 'Keep linebreaks',
  6. paste_word_desc : 'Paste from Word',
  7. paste_word_title : 'Use CTRL+V on your keyboard to paste the text into the window.',
  8. selectall_desc : 'Select All'
  9. });