diff options
Diffstat (limited to 'plugins/toolbar/lang/gu.js')
| -rw-r--r-- | plugins/toolbar/lang/gu.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/gu.js b/plugins/toolbar/lang/gu.js new file mode 100644 index 0000000..07b0bfc --- /dev/null +++ b/plugins/toolbar/lang/gu.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', 'gu', {
+ toolbarCollapse: 'ટૂલબાર નાનું કરવું',
+ toolbarExpand: 'ટૂલબાર મોટું કરવું',
+ toolbarGroups: {
+ document: 'દસ્તાવેજ',
+ clipboard: 'ક્લિપબોર્ડ/અન',
+ editing: 'એડીટ કરવું',
+ forms: 'ફોર્મ',
+ basicstyles: 'બેસિક્ સ્ટાઇલ',
+ paragraph: 'ફકરો',
+ links: 'લીંક',
+ insert: 'ઉમેરવું',
+ styles: 'સ્ટાઇલ',
+ colors: 'રંગ',
+ tools: 'ટૂલ્સ'
+ },
+ toolbars: 'એડીટર ટૂલ બાર'
+});
|
