]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/plugins/image/lang/id.js
Initial commit
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / image / lang / id.js
CommitLineData
3332bebe
IB
1/*\r
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'image', 'id', {\r
6 alt: 'Teks alternatif',\r
7 border: 'Batas',\r
8 btnUpload: 'Kirim ke Server',\r
9 button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING\r
10 hSpace: 'HSpace', // MISSING\r
11 img2Button: 'Apakah anda ingin mengubah gambar yang dipilih pada tombol gambar?',\r
12 infoTab: 'Info Gambar',\r
13 linkTab: 'Tautan',\r
14 lockRatio: 'Lock Ratio', // MISSING\r
15 menu: 'Image Properties', // MISSING\r
16 resetSize: 'Atur Ulang Ukuran',\r
17 title: 'Image Properties', // MISSING\r
18 titleButton: 'Image Button Properties', // MISSING\r
19 upload: 'Unggah',\r
20 urlMissing: 'Image source URL is missing.', // MISSING\r
21 vSpace: 'VSpace',\r
22 validateBorder: 'Border harus berupa angka',\r
23 validateHSpace: 'HSpace harus berupa angka',\r
24 validateVSpace: 'VSpace must be a whole number.' // MISSING\r
25} );\r