]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/forms/lang/gu.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / gu.js
CommitLineData
7adcb81e
IB
1/*\r
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'forms', 'gu', {\r
6 button: {\r
7 title: 'બટનના ગુણ',\r
8 text: 'ટેક્સ્ટ (વૅલ્યૂ)',\r
9 type: 'પ્રકાર',\r
10 typeBtn: 'બટન',\r
11 typeSbm: 'સબ્મિટ',\r
12 typeRst: 'રિસેટ'\r
13 },\r
14 checkboxAndRadio: {\r
15 checkboxTitle: 'ચેક બોક્સ ગુણ',\r
16 radioTitle: 'રેડિઓ બટનના ગુણ',\r
17 value: 'વૅલ્યૂ',\r
18 selected: 'સિલેક્ટેડ',\r
19 required: 'Required' // MISSING\r
20 },\r
21 form: {\r
22 title: 'ફૉર્મ/પત્રકના ગુણ',\r
23 menu: 'ફૉર્મ/પત્રકના ગુણ',\r
24 action: 'ક્રિયા',\r
25 method: 'પદ્ધતિ',\r
26 encoding: 'અન્કોડીન્ગ'\r
27 },\r
28 hidden: {\r
29 title: 'ગુપ્ત ક્ષેત્રના ગુણ',\r
30 name: 'નામ',\r
31 value: 'વૅલ્યૂ'\r
32 },\r
33 select: {\r
34 title: 'પસંદગી ક્ષેત્રના ગુણ',\r
35 selectInfo: 'સૂચના',\r
36 opAvail: 'ઉપલબ્ધ વિકલ્પ',\r
37 value: 'વૅલ્યૂ',\r
38 size: 'સાઇઝ',\r
39 lines: 'લીટીઓ',\r
40 chkMulti: 'એકથી વધારે પસંદ કરી શકો',\r
41 required: 'Required', // MISSING\r
42 opText: 'ટેક્સ્ટ',\r
43 opValue: 'વૅલ્યૂ',\r
44 btnAdd: 'ઉમેરવું',\r
45 btnModify: 'બદલવું',\r
46 btnUp: 'ઉપર',\r
47 btnDown: 'નીચે',\r
48 btnSetValue: 'પસંદ કરલી વૅલ્યૂ સેટ કરો',\r
49 btnDelete: 'રદ કરવું'\r
50 },\r
51 textarea: {\r
52 title: 'ટેક્સ્ટ એઅરિઆ, શબ્દ વિસ્તારના ગુણ',\r
53 cols: 'કૉલમ/ઊભી કટાર',\r
54 rows: 'પંક્તિઓ'\r
55 },\r
56 textfield: {\r
57 title: 'ટેક્સ્ટ ફીલ્ડ, શબ્દ ક્ષેત્રના ગુણ',\r
58 name: 'નામ',\r
59 value: 'વૅલ્યૂ',\r
60 charWidth: 'કેરેક્ટરની પહોળાઈ',\r
61 maxChars: 'અધિકતમ કેરેક્ટર',\r
62 required: 'Required', // MISSING\r
63 type: 'ટાઇપ',\r
64 typeText: 'ટેક્સ્ટ',\r
65 typePass: 'પાસવર્ડ',\r
66 typeEmail: 'Email', // MISSING\r
67 typeSearch: 'Search', // MISSING\r
68 typeTel: 'Telephone Number', // MISSING\r
69 typeUrl: 'URL'\r
70 }\r
71} );\r