aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/colorbutton/lang/gu.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/colorbutton/lang/gu.js')
-rw-r--r--sources/plugins/colorbutton/lang/gu.js53
1 files changed, 53 insertions, 0 deletions
diff --git a/sources/plugins/colorbutton/lang/gu.js b/sources/plugins/colorbutton/lang/gu.js
new file mode 100644
index 00000000..06dec6bf
--- /dev/null
+++ b/sources/plugins/colorbutton/lang/gu.js
@@ -0,0 +1,53 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'colorbutton', 'gu', {
6 auto: 'સ્વચાલિત',
7 bgColorTitle: 'બૅકગ્રાઉન્ડ રંગ,',
8 colors: {
9 '000': 'કાળો',
10 '800000': 'મરુન',
11 '8B4513': 'છીક',
12 '2F4F4F': 'ડાર્ક સ્લેટ ગ્રે ',
13 '008080': 'ટીલ',
14 '000080': 'નેવી',
15 '4B0082': 'જામલી',
16 '696969': 'ડાર્ક ગ્રે',
17 B22222: 'ઈટ',
18 A52A2A: 'બ્રાઉન',
19 DAA520: 'ગોલ્ડન રોડ',
20 '006400': 'ડાર્ક લીલો',
21 '40E0D0': 'ટ્રકોઈસ',
22 '0000CD': 'મધ્યમ વાદળી',
23 '800080': 'પર્પલ',
24 '808080': 'ગ્રે',
25 F00: 'લાલ',
26 FF8C00: 'ડાર્ક ઓરંજ',
27 FFD700: 'ગોલ્ડ',
28 '008000': 'ગ્રીન',
29 '0FF': 'સાયન',
30 '00F': 'વાદળી',
31 EE82EE: 'વાયોલેટ',
32 A9A9A9: 'ડીમ ',
33 FFA07A: 'લાઈટ સાલમન',
34 FFA500: 'ઓરંજ',
35 FFFF00: 'પીળો',
36 '00FF00': 'લાઈમ',
37 AFEEEE: 'પેલ કોઈસ',
38 ADD8E6: 'લાઈટ બ્લુ',
39 DDA0DD: 'પલ્મ',
40 D3D3D3: 'લાઈટ ગ્રે',
41 FFF0F5: 'લવંડર ',
42 FAEBD7: 'એન્ટીક સફેદ',
43 FFFFE0: 'લાઈટ પીળો',
44 F0FFF0: 'હનીડઉય',
45 F0FFFF: 'અઝુરે',
46 F0F8FF: 'એલીસ બ્લુ',
47 E6E6FA: 'લવંડર',
48 FFF: 'સફેદ'
49 },
50 more: 'ઔર રંગ...',
51 panelTitle: 'રંગ',
52 textColorTitle: 'શબ્દનો રંગ'
53} );