aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/clipboard/lang/en-gb.js
blob: fb6aa2e97898e5e5a9d386fee69b4349e07e804c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'clipboard', 'en-gb', {
	copy: 'Copy',
	copyError: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).',
	cut: 'Cut',
	cutError: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',
	paste: 'Paste',
	pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING
} );