]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/lang/id.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / lang / id.js
1 /**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /**
7 * @fileOverview
8 */
9
10 /**#@+
11 @type String
12 @example
13 */
14
15 /**
16 * Contains the dictionary of language entries.
17 * @namespace
18 */
19 CKEDITOR.lang[ 'id' ] = {
20 // ARIA description.
21 editor: 'Rich Text Editor',
22 editorPanel: 'Rich Text Editor panel', // MISSING
23
24 // Common messages and labels.
25 common: {
26 // Screenreader titles. Please note that screenreaders are not always capable
27 // of reading non-English words. So be careful while translating it.
28 editorHelp: 'Tekan ALT 0 untuk bantuan.',
29
30 browseServer: 'Jelajah Server',
31 url: 'URL',
32 protocol: 'Protokol',
33 upload: 'Unggah',
34 uploadSubmit: 'Kirim ke Server',
35 image: 'Gambar',
36 flash: 'Flash',
37 form: 'Formulir',
38 checkbox: 'Kotak Cek',
39 radio: 'Tombol Radio',
40 textField: 'Kolom Teks',
41 textarea: 'Area Teks',
42 hiddenField: 'Kolom Tersembunyi',
43 button: 'Tombol',
44 select: 'Kolom Seleksi',
45 imageButton: 'Tombol Gambar',
46 notSet: '<tidak diatur>',
47 id: 'Id',
48 name: 'Nama',
49 langDir: 'Arah Bahasa',
50 langDirLtr: 'Kiri ke Kanan (LTR)',
51 langDirRtl: 'Kanan ke Kiri',
52 langCode: 'Kode Bahasa',
53 longDescr: 'Deskripsi URL Panjang',
54 cssClass: 'Kelas Stylesheet',
55 advisoryTitle: 'Penasehat Judul',
56 cssStyle: 'Gaya',
57 ok: 'OK',
58 cancel: 'Batal',
59 close: 'Tutup',
60 preview: 'Pratinjau',
61 resize: 'Ubah ukuran',
62 generalTab: 'Umum',
63 advancedTab: 'Advanced', // MISSING
64 validateNumberFailed: 'Nilai ini tidak sebuah angka',
65 confirmNewPage: 'Semua perubahan yang tidak disimpan di konten ini akan hilang. Apakah anda yakin ingin memuat halaman baru?',
66 confirmCancel: 'Beberapa opsi telah berubah. Apakah anda yakin ingin menutup dialog?',
67 options: 'Opsi',
68 target: 'Sasaran',
69 targetNew: 'Jendela Baru (_blank)',
70 targetTop: 'Topmost Window (_top)', // MISSING
71 targetSelf: 'Jendela yang Sama (_self)',
72 targetParent: 'Parent Window (_parent)', // MISSING
73 langDirLTR: 'Kiri ke Kanan (LTR)',
74 langDirRTL: 'Kanan ke Kiri (RTL)',
75 styles: 'Gaya',
76 cssClasses: 'Kelas Stylesheet',
77 width: 'Lebar',
78 height: 'Tinggi',
79 align: 'Penjajaran',
80 alignLeft: 'Kiri',
81 alignRight: 'Kanan',
82 alignCenter: 'Tengah',
83 alignJustify: 'Rata kiri-kanan',
84 alignTop: 'Atas',
85 alignMiddle: 'Tengah',
86 alignBottom: 'Bawah',
87 alignNone: 'None', // MISSING
88 invalidValue : 'Nilai tidak sah.',
89 invalidHeight: 'Tinggi harus sebuah angka.',
90 invalidWidth: 'Lebar harus sebuah angka.',
91 invalidCssLength: 'Nilai untuk "%1" harus sebuah angkat positif dengan atau tanpa pengukuran unit CSS yang sah (px, %, in, cm, mm, em, ex, pt, or pc).',
92 invalidHtmlLength: 'Nilai yang dispesifikasian untuk kolom "%1" harus sebuah angka positif dengan atau tanpa sebuah unit pengukuran HTML (px atau %) yang valid.',
93 invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
94 cssLengthTooltip: 'Masukkan sebuah angka untuk sebuah nilai dalam pixel atau sebuah angka dengan unit CSS yang sah (px, %, in, cm, mm, em, ex, pt, or pc).',
95
96 // Put the voice-only part of the label in the span.
97 unavailable: '%1<span class="cke_accessibility">, tidak tersedia</span>'
98 }
99 };