diff options
Diffstat (limited to 'plugins/div/lang/ug.js')
| -rw-r--r-- | plugins/div/lang/ug.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/div/lang/ug.js b/plugins/div/lang/ug.js new file mode 100644 index 0000000..95824f8 --- /dev/null +++ b/plugins/div/lang/ug.js @@ -0,0 +1,19 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'div', 'ug', {
+ IdInputLabel: 'ID',
+ advisoryTitleInputLabel: 'ماۋزۇ',
+ cssClassInputLabel: 'ئۇسلۇب تىپىنىڭ ئاتى',
+ edit: 'DIV تەھرىر',
+ inlineStyleInputLabel: 'قۇر ئىچىدىكى ئۇسلۇبى',
+ langDirLTRLabel: 'سولدىن ئوڭغا (LTR)',
+ langDirLabel: 'تىل يۆنىلىشى',
+ langDirRTLLabel: 'ئوڭدىن سولغا (RTL)',
+ languageCodeInputLabel: 'تىل كودى',
+ remove: 'DIV چىقىرىۋەت',
+ styleSelectLabel: 'ئۇسلۇب',
+ title: 'DIV قاچا قۇر',
+ toolbar: 'DIV قاچا قۇر'
+});
|
