Blame view

js/_tiny_mce/plugins/paste/langs/en.js 370 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
  // UK lang variables
  
  tinyMCE.addToLang('',{
  paste_text_desc : 'Paste as Plain Text',
  paste_text_title : 'Use CTRL+V on your keyboard to paste the text into the window.',
  paste_text_linebreaks : 'Keep linebreaks',
  paste_word_desc : 'Paste from Word',
  paste_word_title : 'Use CTRL+V on your keyboard to paste the text into the window.',
  selectall_desc : 'Select All'
  });