1234567891011121314151617 |
- CKEDITOR.plugins.setLang("image2", "id", {
- alt: "Teks alternatif",
- btnUpload: "Kirim ke Server",
- captioned: "Captioned image",
- captionPlaceholder: "Caption",
- infoTab: "Info Gambar",
- lockRatio: "Lock Ratio",
- menu: "Image Properties",
- pathName: "image",
- pathNameCaption: "caption",
- resetSize: "Atur Ulang Ukuran",
- resizer: "Click and drag to resize",
- title: "Image Properties",
- uploadTab: "Unggah",
- urlMissing: "Image source URL is missing.",
- responsive: 'Is responsive'
- });
|