]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/plugins/link/lang/id.js
Initial commit
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / link / 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( 'link', 'id', {\r
6 acccessKey: 'Access Key', // MISSING\r
7 advanced: 'Advanced', // MISSING\r
8 advisoryContentType: 'Advisory Content Type', // MISSING\r
9 advisoryTitle: 'Penasehat Judul',\r
10 anchor: {\r
11 toolbar: 'Anchor', // MISSING\r
12 menu: 'Edit Anchor', // MISSING\r
13 title: 'Anchor Properties', // MISSING\r
14 name: 'Anchor Name', // MISSING\r
15 errorName: 'Please type the anchor name', // MISSING\r
16 remove: 'Remove Anchor' // MISSING\r
17 },\r
18 anchorId: 'By Element Id', // MISSING\r
19 anchorName: 'By Anchor Name', // MISSING\r
20 charset: 'Linked Resource Charset', // MISSING\r
21 cssClasses: 'Kelas Stylesheet',\r
22 emailAddress: 'Alamat E-mail',\r
23 emailBody: 'Message Body', // MISSING\r
24 emailSubject: 'Judul Pesan',\r
25 id: 'Id',\r
26 info: 'Link Info', // MISSING\r
27 langCode: 'Kode Bahasa',\r
28 langDir: 'Arah Bahasa',\r
29 langDirLTR: 'Kiri ke Kanan (LTR)',\r
30 langDirRTL: 'Kanan ke Kiri (RTL)',\r
31 menu: 'Sunting Tautan',\r
32 name: 'Nama',\r
33 noAnchors: '(No anchors available in the document)', // MISSING\r
34 noEmail: 'Silahkan ketikkan alamat e-mail',\r
35 noUrl: 'Silahkan ketik URL tautan',\r
36 other: '<lainnya>',\r
37 popupDependent: 'Dependent (Netscape)', // MISSING\r
38 popupFeatures: 'Popup Window Features', // MISSING\r
39 popupFullScreen: 'Full Screen (IE)', // MISSING\r
40 popupLeft: 'Left Position', // MISSING\r
41 popupLocationBar: 'Location Bar', // MISSING\r
42 popupMenuBar: 'Menu Bar', // MISSING\r
43 popupResizable: 'Resizable', // MISSING\r
44 popupScrollBars: 'Scroll Bars', // MISSING\r
45 popupStatusBar: 'Status Bar', // MISSING\r
46 popupToolbar: 'Toolbar', // MISSING\r
47 popupTop: 'Top Position', // MISSING\r
48 rel: 'Hubungan',\r
49 selectAnchor: 'Select an Anchor', // MISSING\r
50 styles: 'Gaya',\r
51 tabIndex: 'Tab Index', // MISSING\r
52 target: 'Sasaran',\r
53 targetFrame: '<frame>', // MISSING\r
54 targetFrameName: 'Target Frame Name', // MISSING\r
55 targetPopup: '<popup window>', // MISSING\r
56 targetPopupName: 'Popup Window Name', // MISSING\r
57 title: 'Tautan',\r
58 toAnchor: 'Link to anchor in the text', // MISSING\r
59 toEmail: 'E-mail', // MISSING\r
60 toUrl: 'URL',\r
61 toolbar: 'Tautan',\r
62 type: 'Link Type', // MISSING\r
63 unlink: 'Unlink', // MISSING\r
64 upload: 'Unggah'\r
65} );\r