id.js 535 B

1234567891011121314151617
  1. CKEDITOR.plugins.setLang("image2", "id", {
  2. alt: "Teks alternatif",
  3. btnUpload: "Kirim ke Server",
  4. captioned: "Captioned image",
  5. captionPlaceholder: "Caption",
  6. infoTab: "Info Gambar",
  7. lockRatio: "Lock Ratio",
  8. menu: "Image Properties",
  9. pathName: "image",
  10. pathNameCaption: "caption",
  11. resetSize: "Atur Ulang Ukuran",
  12. resizer: "Click and drag to resize",
  13. title: "Image Properties",
  14. uploadTab: "Unggah",
  15. urlMissing: "Image source URL is missing.",
  16. responsive: 'Is responsive'
  17. });