aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/clipboard/lang/az.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/clipboard/lang/az.js')
-rw-r--r--sources/plugins/clipboard/lang/az.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/sources/plugins/clipboard/lang/az.js b/sources/plugins/clipboard/lang/az.js
new file mode 100644
index 0000000..1fc1a99
--- /dev/null
+++ b/sources/plugins/clipboard/lang/az.js
@@ -0,0 +1,15 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'clipboard', 'az', {
6 copy: 'Köçür',
7 copyError: 'Avtomatik köçürülməsi mümkün deyil. Ctrl+C basın.',
8 cut: 'Kəs',
9 cutError: 'Avtomatik kəsmə mümkün deyil. Ctrl+X basın.',
10 paste: 'Əlavə et',
11 pasteArea: 'Əlavəetmə sahəsi',
12 pasteMsg: 'Bu sahəyə əlavə edin (<strong>Ctrl+V</strong>)',
13 securityMsg: 'Mübadilə buferi açmaq mümkün deyil. Bu pəncərədə yenidən əlavə edin.',
14 title: 'Əlavə et'
15} );