summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/js/tinymce/plugins/paste/langs/en.js
blob: b125d51195aaa93e3b23db9537098bed077911a8 (plain)
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'

});