Changeset 3616:9f4090f01864 for plugins/dcCKEditor/js/ckeditor/lang/en.js
- Timestamp:
- 12/11/17 15:33:26 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/lang/en.js
r3515 r3616 141 141 { 142 142 button : 'Paste as plain text', 143 title : 'Paste as Plain Text'143 pasteNotification : 'Your browser does not allow you to paste plain text this way. Press %1 to paste.' 144 144 }, 145 145 pastefromword : … … 149 149 title : 'Paste from Word', 150 150 toolbar : 'Paste from Word' 151 }, 152 notification : 153 { 154 closed : 'Notification closed.' 151 155 }, 152 156 maximize : … … 417 421 cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', 418 422 paste : 'Paste', 419 pasteArea : 'Paste Area', 420 pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', 421 securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', 422 title : 'Paste' 423 pasteNotification : 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' 423 424 }, 424 425 button :
Note: See TracChangeset
for help on using the changeset viewer.