diff options
Diffstat (limited to 'plugins/font/lang/gu.js')
| -rw-r--r-- | plugins/font/lang/gu.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/font/lang/gu.js b/plugins/font/lang/gu.js new file mode 100644 index 0000000..986b40c --- /dev/null +++ b/plugins/font/lang/gu.js @@ -0,0 +1,14 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'font', 'gu', {
+ fontSize: {
+ label: 'ફૉન્ટ સાઇઝ/કદ',
+ voiceLabel: 'ફોન્ટ સાઈઝ',
+ panelTitle: 'ફૉન્ટ સાઇઝ/કદ'
+ },
+ label: 'ફૉન્ટ',
+ panelTitle: 'ફૉન્ટ',
+ voiceLabel: 'ફોન્ટ'
+});
|
