id.js 2.3 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', 'id', {
  6. acccessKey: 'Access Key', // MISSING
  7. advanced: 'Advanced', // MISSING
  8. advisoryContentType: 'Advisory Content Type', // MISSING
  9. advisoryTitle: 'Penasehat Judul',
  10. anchor: {
  11. toolbar: 'Anchor', // MISSING
  12. menu: 'Edit Anchor', // MISSING
  13. title: 'Anchor Properties', // MISSING
  14. name: 'Anchor Name', // MISSING
  15. errorName: 'Please type the anchor name', // MISSING
  16. remove: 'Remove Anchor' // MISSING
  17. },
  18. anchorId: 'By Element Id', // MISSING
  19. anchorName: 'By Anchor Name', // MISSING
  20. charset: 'Linked Resource Charset', // MISSING
  21. cssClasses: 'Kelas Stylesheet',
  22. emailAddress: 'E-Mail Address', // MISSING
  23. emailBody: 'Message Body', // MISSING
  24. emailSubject: 'Message Subject', // MISSING
  25. id: 'Id',
  26. info: 'Link Info', // MISSING
  27. langCode: 'Kode Bahasa',
  28. langDir: 'Arah Bahasa',
  29. langDirLTR: 'Kiri ke Kanan (LTR)',
  30. langDirRTL: 'Kanan ke Kiri (RTL)',
  31. menu: 'Edit Link', // MISSING
  32. name: 'Nama',
  33. noAnchors: '(No anchors available in the document)', // MISSING
  34. noEmail: 'Please type the e-mail address', // MISSING
  35. noUrl: 'Please type the link URL', // MISSING
  36. other: '<other>', // MISSING
  37. popupDependent: 'Dependent (Netscape)', // MISSING
  38. popupFeatures: 'Popup Window Features', // MISSING
  39. popupFullScreen: 'Full Screen (IE)', // MISSING
  40. popupLeft: 'Left Position', // MISSING
  41. popupLocationBar: 'Location Bar', // MISSING
  42. popupMenuBar: 'Menu Bar', // MISSING
  43. popupResizable: 'Resizable', // MISSING
  44. popupScrollBars: 'Scroll Bars', // MISSING
  45. popupStatusBar: 'Status Bar', // MISSING
  46. popupToolbar: 'Toolbar', // MISSING
  47. popupTop: 'Top Position', // MISSING
  48. rel: 'Relationship', // MISSING
  49. selectAnchor: 'Select an Anchor', // MISSING
  50. styles: 'Gaya',
  51. tabIndex: 'Tab Index', // MISSING
  52. target: 'Sasaran',
  53. targetFrame: '<frame>', // MISSING
  54. targetFrameName: 'Target Frame Name', // MISSING
  55. targetPopup: '<popup window>', // MISSING
  56. targetPopupName: 'Popup Window Name', // MISSING
  57. title: 'Tautan',
  58. toAnchor: 'Link to anchor in the text', // MISSING
  59. toEmail: 'E-mail', // MISSING
  60. toUrl: 'URL',
  61. toolbar: 'Tautan',
  62. type: 'Link Type', // MISSING
  63. unlink: 'Unlink', // MISSING
  64. upload: 'Unggah'
  65. } );