aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/table/lang/id.js
blob: 459fbe9a3342a9be407cc1a96a4d38c3f1e3e8ba (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
72
73
74
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'table', 'id', {
	border: 'Ukuran batas',
	caption: 'Judul halaman',
	cell: {
		menu: 'Sel',
		insertBefore: 'Sisip Sel Sebelum',
		insertAfter: 'Sisip Sel Setelah',
		deleteCell: 'Hapus Sel',
		merge: 'Gabungkan Sel',
		mergeRight: 'Gabungkan ke Kanan',
		mergeDown: 'Gabungkan ke Bawah',
		splitHorizontal: 'Pisahkan Sel Secara Horisontal',
		splitVertical: 'Pisahkan Sel Secara Vertikal',
		title: 'Properti Sel',
		cellType: 'Tipe Sel',
		rowSpan: 'Rentang antar baris',
		colSpan: 'Rentang antar kolom',
		wordWrap: 'Word Wrap',
		hAlign: 'Jajaran Horisontal',
		vAlign: 'Jajaran Vertikal',
		alignBaseline: 'Dasar',
		bgColor: 'Warna Latar Belakang',
		borderColor: 'Warna Batasan',
		data: 'Data',
		header: 'Header',
		yes: 'Ya',
		no: 'Tidak',
		invalidWidth: 'Lebar sel harus sebuah angka.',
		invalidHeight: 'Tinggi sel harus sebuah angka',
		invalidRowSpan: 'Rentang antar baris harus angka seluruhnya.',
		invalidColSpan: 'Rentang antar kolom harus angka seluruhnya',
		chooseColor: 'Pilih'
	},
	cellPad: 'Sel spasi dalam',
	cellSpace: 'Spasi antar sel',
	column: {
		menu: 'Kolom',
		insertBefore: 'Sisip Kolom Sebelum',
		insertAfter: 'Sisip Kolom Sesudah',
		deleteColumn: 'Hapus Kolom'
	},
	columns: 'Kolom',
	deleteTable: 'Hapus Tabel',
	headers: 'Headers',
	headersBoth: 'Keduanya',
	headersColumn: 'Kolom pertama',
	headersNone: 'Tidak ada',
	headersRow: 'Baris Pertama',
	invalidBorder: 'Ukuran batasan harus sebuah angka',
	invalidCellPadding: '\'Spasi dalam\' sel harus angka positif.',
	invalidCellSpacing: 'Spasi antar sel harus angka positif.',
	invalidCols: 'Jumlah kolom harus sebuah angka lebih besar dari 0',
	invalidHeight: 'Tinggi tabel harus sebuah angka.',
	invalidRows: 'Jumlah barus harus sebuah angka dan lebih besar dari 0.',
	invalidWidth: 'Lebar tabel harus sebuah angka.',
	menu: 'Properti Tabel',
	row: {
		menu: 'Baris',
		insertBefore: 'Sisip Baris Sebelum',
		insertAfter: 'Sisip Baris Sesudah',
		deleteRow: 'Hapus Baris'
	},
	rows: 'Baris',
	summary: 'Intisari',
	title: 'Properti Tabel',
	toolbar: 'Tabe',
	widthPc: 'persen',
	widthPx: 'piksel',
	widthUnit: 'lebar satuan'
} );