]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/forms/lang/id.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / id.js
CommitLineData
7adcb81e 1/*\r
3b35bd27 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'forms', 'id', {\r
6 button: {\r
7 title: 'Properti Tombol',\r
8 text: 'Teks (Nilai)',\r
9 type: 'Tipe',\r
10 typeBtn: 'Tombol',\r
11 typeSbm: 'Menyerahkan',\r
12 typeRst: 'Atur Ulang'\r
13 },\r
14 checkboxAndRadio: {\r
15 checkboxTitle: 'Checkbox Properties', // MISSING\r
16 radioTitle: 'Radio Button Properties', // MISSING\r
17 value: 'Nilai',\r
18 selected: 'Terpilih',\r
19 required: 'Wajib'\r
20 },\r
21 form: {\r
22 title: 'Form Properties', // MISSING\r
23 menu: 'Form Properties', // MISSING\r
24 action: 'Aksi',\r
25 method: 'Metode',\r
26 encoding: 'Encoding' // MISSING\r
27 },\r
28 hidden: {\r
29 title: 'Hidden Field Properties', // MISSING\r
30 name: 'Nama',\r
31 value: 'Nilai'\r
32 },\r
33 select: {\r
34 title: 'Selection Field Properties', // MISSING\r
35 selectInfo: 'Select Info', // MISSING\r
36 opAvail: 'Available Options', // MISSING\r
37 value: 'Nilai',\r
38 size: 'Ukuran',\r
39 lines: 'garis',\r
40 chkMulti: 'Izinkan pemilihan ganda',\r
41 required: 'Wajib',\r
42 opText: 'Teks',\r
43 opValue: 'Nilai',\r
44 btnAdd: 'Tambah',\r
45 btnModify: 'Modifikasi',\r
46 btnUp: 'Atas',\r
47 btnDown: 'Bawah',\r
48 btnSetValue: 'Atur sebagai nilai yang dipilih',\r
49 btnDelete: 'Hapus'\r
50 },\r
51 textarea: {\r
52 title: 'Textarea Properties', // MISSING\r
53 cols: 'Kolom',\r
54 rows: 'Baris'\r
55 },\r
56 textfield: {\r
57 title: 'Text Field Properties', // MISSING\r
58 name: 'Name',\r
59 value: 'Nilai',\r
60 charWidth: 'Character Width', // MISSING\r
61 maxChars: 'Maximum Characters', // MISSING\r
62 required: 'Wajib',\r
63 type: 'Tipe',\r
64 typeText: 'Teks',\r
65 typePass: 'Kata kunci',\r
66 typeEmail: 'Surel',\r
67 typeSearch: 'Cari',\r
68 typeTel: 'Nomor Telepon',\r
69 typeUrl: 'URL'\r
70 }\r
71} );\r