summaryrefslogtreecommitdiff
path: root/plugins/forms/lang/gu.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/forms/lang/gu.js')
-rw-r--r--plugins/forms/lang/gu.js68
1 files changed, 0 insertions, 68 deletions
diff --git a/plugins/forms/lang/gu.js b/plugins/forms/lang/gu.js
deleted file mode 100644
index 3d38197..0000000
--- a/plugins/forms/lang/gu.js
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'forms', 'gu', {
- button: {
- title: 'બટનના ગુણ',
- text: 'ટેક્સ્ટ (વૅલ્યૂ)',
- type: 'પ્રકાર',
- typeBtn: 'બટન',
- typeSbm: 'સબ્મિટ',
- typeRst: 'રિસેટ'
- },
- checkboxAndRadio: {
- checkboxTitle: 'ચેક બોક્સ ગુણ',
- radioTitle: 'રેડિઓ બટનના ગુણ',
- value: 'વૅલ્યૂ',
- selected: 'સિલેક્ટેડ'
- },
- form: {
- title: 'ફૉર્મ/પત્રકના ગુણ',
- menu: 'ફૉર્મ/પત્રકના ગુણ',
- action: 'ક્રિયા',
- method: 'પદ્ધતિ',
- encoding: 'અન્કોડીન્ગ'
- },
- hidden: {
- title: 'ગુપ્ત ક્ષેત્રના ગુણ',
- name: 'નામ',
- value: 'વૅલ્યૂ'
- },
- select: {
- title: 'પસંદગી ક્ષેત્રના ગુણ',
- selectInfo: 'સૂચના',
- opAvail: 'ઉપલબ્ધ વિકલ્પ',
- value: 'વૅલ્યૂ',
- size: 'સાઇઝ',
- lines: 'લીટીઓ',
- chkMulti: 'એકથી વધારે પસંદ કરી શકો',
- opText: 'ટેક્સ્ટ',
- opValue: 'વૅલ્યૂ',
- btnAdd: 'ઉમેરવું',
- btnModify: 'બદલવું',
- btnUp: 'ઉપર',
- btnDown: 'નીચે',
- btnSetValue: 'પસંદ કરલી વૅલ્યૂ સેટ કરો',
- btnDelete: 'રદ કરવું'
- },
- textarea: {
- title: 'ટેક્સ્ટ એઅરિઆ, શબ્દ વિસ્તારના ગુણ',
- cols: 'કૉલમ/ઊભી કટાર',
- rows: 'પંક્તિઓ'
- },
- textfield: {
- title: 'ટેક્સ્ટ ફીલ્ડ, શબ્દ ક્ષેત્રના ગુણ',
- name: 'નામ',
- value: 'વૅલ્યૂ',
- charWidth: 'કેરેક્ટરની પહોળાઈ',
- maxChars: 'અધિકતમ કેરેક્ટર',
- type: 'ટાઇપ',
- typeText: 'ટેક્સ્ટ',
- typePass: 'પાસવર્ડ',
- typeEmail: 'Email', // MISSING
- typeSearch: 'Search', // MISSING
- typeTel: 'Telephone Number', // MISSING
- typeUrl: 'URL'
- }
-});