diff options
Diffstat (limited to 'plugins/toolbar/lang/ug.js')
| -rw-r--r-- | plugins/toolbar/lang/ug.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/ug.js b/plugins/toolbar/lang/ug.js new file mode 100644 index 0000000..877684c --- /dev/null +++ b/plugins/toolbar/lang/ug.js @@ -0,0 +1,22 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'ug', {
+ toolbarCollapse: 'قورال بالداقنى قاتلا',
+ toolbarExpand: 'قورال بالداقنى ياي',
+ toolbarGroups: {
+ document: 'پۈتۈك',
+ clipboard: 'چاپلاش تاختىسى/يېنىۋال',
+ editing: 'تەھرىر',
+ forms: 'جەدۋەل',
+ basicstyles: 'ئاساسىي ئۇسلۇب',
+ paragraph: 'ئابزاس',
+ links: 'ئۇلانما',
+ insert: 'قىستۇر',
+ styles: 'ئۇسلۇب',
+ colors: 'رەڭ',
+ tools: 'قورال'
+ },
+ toolbars: 'قورال بالداق'
+});
|
