diff options
Diffstat (limited to 'plugins/about/lang/gu.js')
| -rw-r--r-- | plugins/about/lang/gu.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/about/lang/gu.js b/plugins/about/lang/gu.js new file mode 100644 index 0000000..2937f72 --- /dev/null +++ b/plugins/about/lang/gu.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'gu', {
+ copy: 'કોપીરાઈટ © $1. ઓલ રાઈટ્સ ',
+ dlgTitle: 'CKEditor વિષે',
+ help: 'મદદ માટે $1 તપાસો',
+ moreInfo: 'લાયસનસની માહિતી માટે અમારી વેબ સાઈટ',
+ title: 'CKEditor વિષે',
+ userGuide: 'CKEditor યુઝર્સ ગાઈડ'
+});
|
