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