gu.js 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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( 'link', 'gu', {
  6. acccessKey: 'ઍક્સેસ કી',
  7. advanced: 'અડ્વાન્સડ',
  8. advisoryContentType: 'મુખ્ય કન્ટેન્ટ પ્રકાર',
  9. advisoryTitle: 'મુખ્ય મથાળું',
  10. anchor: {
  11. toolbar: 'ઍંકર ઇન્સર્ટ/દાખલ કરવી',
  12. menu: 'ઍંકરના ગુણ',
  13. title: 'ઍંકરના ગુણ',
  14. name: 'ઍંકરનું નામ',
  15. errorName: 'ઍંકરનું નામ ટાઈપ કરો',
  16. remove: 'સ્થિર નકરવું'
  17. },
  18. anchorId: 'ઍંકર એલિમન્ટ Id થી પસંદ કરો',
  19. anchorName: 'ઍંકર નામથી પસંદ કરો',
  20. charset: 'લિંક રિસૉર્સ કૅરિક્ટર સેટ',
  21. cssClasses: 'સ્ટાઇલ-શીટ ક્લાસ',
  22. emailAddress: 'ઈ-મેલ સરનામું',
  23. emailBody: 'સંદેશ',
  24. emailSubject: 'ઈ-મેલ વિષય',
  25. id: 'Id',
  26. info: 'લિંક ઇન્ફૉ ટૅબ',
  27. langCode: 'ભાષા લેખવાની પદ્ધતિ',
  28. langDir: 'ભાષા લેખવાની પદ્ધતિ',
  29. langDirLTR: 'ડાબે થી જમણે (LTR)',
  30. langDirRTL: 'જમણે થી ડાબે (RTL)',
  31. menu: ' લિંક એડિટ/માં ફેરફાર કરવો',
  32. name: 'નામ',
  33. noAnchors: '(ડૉક્યુમન્ટમાં ઍંકરની સંખ્યા)',
  34. noEmail: 'ઈ-મેલ સરનામું ટાઇપ કરો',
  35. noUrl: 'લિંક URL ટાઇપ કરો',
  36. other: '<other> <અન્ય>',
  37. popupDependent: 'ડિપેન્ડન્ટ (Netscape)',
  38. popupFeatures: 'પૉપ-અપ વિન્ડો ફીચરસૅ',
  39. popupFullScreen: 'ફુલ સ્ક્રીન (IE)',
  40. popupLeft: 'ડાબી બાજુ',
  41. popupLocationBar: 'લોકેશન બાર',
  42. popupMenuBar: 'મેન્યૂ બાર',
  43. popupResizable: 'રીસાઈઝએબલ',
  44. popupScrollBars: 'સ્ક્રોલ બાર',
  45. popupStatusBar: 'સ્ટૅટસ બાર',
  46. popupToolbar: 'ટૂલ બાર',
  47. popupTop: 'જમણી બાજુ',
  48. rel: 'સંબંધની સ્થિતિ',
  49. selectAnchor: 'ઍંકર પસંદ કરો',
  50. styles: 'સ્ટાઇલ',
  51. tabIndex: 'ટૅબ ઇન્ડેક્સ',
  52. target: 'ટાર્ગેટ/લક્ષ્ય',
  53. targetFrame: '<ફ્રેમ>',
  54. targetFrameName: 'ટાર્ગેટ ફ્રેમ નું નામ',
  55. targetPopup: '<પૉપ-અપ વિન્ડો>',
  56. targetPopupName: 'પૉપ-અપ વિન્ડો નું નામ',
  57. title: 'લિંક',
  58. toAnchor: 'આ પેજનો ઍંકર',
  59. toEmail: 'ઈ-મેલ',
  60. toUrl: 'URL',
  61. toolbar: 'લિંક ઇન્સર્ટ/દાખલ કરવી',
  62. type: 'લિંક પ્રકાર',
  63. unlink: 'લિંક કાઢવી',
  64. upload: 'અપલોડ'
  65. } );