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