]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blob - sources/plugins/link/lang/id.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / link / lang / id.js
1 /*
2 Copyright (c) 2003-2017, 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 download: 'Force Download', // MISSING
23 displayText: 'Display Text', // MISSING
24 emailAddress: 'Alamat E-mail',
25 emailBody: 'Message Body', // MISSING
26 emailSubject: 'Judul Pesan',
27 id: 'Id',
28 info: 'Link Info', // MISSING
29 langCode: 'Kode Bahasa',
30 langDir: 'Arah Bahasa',
31 langDirLTR: 'Kiri ke Kanan (LTR)',
32 langDirRTL: 'Kanan ke Kiri (RTL)',
33 menu: 'Sunting Tautan',
34 name: 'Nama',
35 noAnchors: '(No anchors available in the document)', // MISSING
36 noEmail: 'Silahkan ketikkan alamat e-mail',
37 noUrl: 'Silahkan ketik URL tautan',
38 other: '<lainnya>',
39 popupDependent: 'Dependent (Netscape)', // MISSING
40 popupFeatures: 'Popup Window Features', // MISSING
41 popupFullScreen: 'Full Screen (IE)', // MISSING
42 popupLeft: 'Left Position', // MISSING
43 popupLocationBar: 'Location Bar', // MISSING
44 popupMenuBar: 'Menu Bar', // MISSING
45 popupResizable: 'Resizable', // MISSING
46 popupScrollBars: 'Scroll Bars', // MISSING
47 popupStatusBar: 'Status Bar', // MISSING
48 popupToolbar: 'Toolbar', // MISSING
49 popupTop: 'Top Position', // MISSING
50 rel: 'Hubungan',
51 selectAnchor: 'Select an Anchor', // MISSING
52 styles: 'Gaya',
53 tabIndex: 'Tab Index', // MISSING
54 target: 'Sasaran',
55 targetFrame: '<frame>', // MISSING
56 targetFrameName: 'Target Frame Name', // MISSING
57 targetPopup: '<popup window>', // MISSING
58 targetPopupName: 'Popup Window Name', // MISSING
59 title: 'Tautan',
60 toAnchor: 'Link to anchor in the text', // MISSING
61 toEmail: 'E-mail', // MISSING
62 toUrl: 'URL',
63 toolbar: 'Tautan',
64 type: 'Link Type', // MISSING
65 unlink: 'Unlink', // MISSING
66 upload: 'Unggah'
67 } );