aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/link/lang/id.js
blob: ff8e5597ce19880685ccdaeffe77aff7256ad0e2 (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
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'link', 'id', {
	acccessKey: 'Access Key', // MISSING
	advanced: 'Advanced', // MISSING
	advisoryContentType: 'Advisory Content Type', // MISSING
	advisoryTitle: 'Penasehat Judul',
	anchor: {
		toolbar: 'Anchor', // MISSING
		menu: 'Edit Anchor', // MISSING
		title: 'Anchor Properties', // MISSING
		name: 'Anchor Name', // MISSING
		errorName: 'Please type the anchor name', // MISSING
		remove: 'Remove Anchor' // MISSING
	},
	anchorId: 'By Element Id', // MISSING
	anchorName: 'By Anchor Name', // MISSING
	charset: 'Linked Resource Charset', // MISSING
	cssClasses: 'Kelas Stylesheet',
	emailAddress: 'Alamat E-mail',
	emailBody: 'Message Body', // MISSING
	emailSubject: 'Judul Pesan',
	id: 'Id',
	info: 'Link Info', // MISSING
	langCode: 'Kode Bahasa',
	langDir: 'Arah Bahasa',
	langDirLTR: 'Kiri ke Kanan (LTR)',
	langDirRTL: 'Kanan ke Kiri (RTL)',
	menu: 'Sunting Tautan',
	name: 'Nama',
	noAnchors: '(No anchors available in the document)', // MISSING
	noEmail: 'Silahkan ketikkan alamat e-mail',
	noUrl: 'Silahkan ketik URL tautan',
	other: '<lainnya>',
	popupDependent: 'Dependent (Netscape)', // MISSING
	popupFeatures: 'Popup Window Features', // MISSING
	popupFullScreen: 'Full Screen (IE)', // MISSING
	popupLeft: 'Left Position', // MISSING
	popupLocationBar: 'Location Bar', // MISSING
	popupMenuBar: 'Menu Bar', // MISSING
	popupResizable: 'Resizable', // MISSING
	popupScrollBars: 'Scroll Bars', // MISSING
	popupStatusBar: 'Status Bar', // MISSING
	popupToolbar: 'Toolbar', // MISSING
	popupTop: 'Top Position', // MISSING
	rel: 'Hubungan',
	selectAnchor: 'Select an Anchor', // MISSING
	styles: 'Gaya',
	tabIndex: 'Tab Index', // MISSING
	target: 'Sasaran',
	targetFrame: '<frame>', // MISSING
	targetFrameName: 'Target Frame Name', // MISSING
	targetPopup: '<popup window>', // MISSING
	targetPopupName: 'Popup Window Name', // MISSING
	title: 'Tautan',
	toAnchor: 'Link to anchor in the text', // MISSING
	toEmail: 'E-mail', // MISSING
	toUrl: 'URL',
	toolbar: 'Tautan',
	type: 'Link Type', // MISSING
	unlink: 'Unlink', // MISSING
	upload: 'Unggah'
} );