gu.js 2.5 KB

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