]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/id.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / 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( 'forms', 'id', {
6 button: {
7 title: 'Properti Tombol',
8 text: 'Teks (Nilai)',
9 type: 'Tipe',
10 typeBtn: 'Tombol',
11 typeSbm: 'Menyerahkan',
12 typeRst: 'Atur Ulang'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Checkbox Properties', // MISSING
16 radioTitle: 'Radio Button Properties', // MISSING
17 value: 'Nilai',
18 selected: 'Terpilih',
19 required: 'Wajib'
20 },
21 form: {
22 title: 'Form Properties', // MISSING
23 menu: 'Form Properties', // MISSING
24 action: 'Aksi',
25 method: 'Metode',
26 encoding: 'Encoding' // MISSING
27 },
28 hidden: {
29 title: 'Hidden Field Properties', // MISSING
30 name: 'Nama',
31 value: 'Nilai'
32 },
33 select: {
34 title: 'Selection Field Properties', // MISSING
35 selectInfo: 'Select Info', // MISSING
36 opAvail: 'Available Options', // MISSING
37 value: 'Nilai',
38 size: 'Ukuran',
39 lines: 'garis',
40 chkMulti: 'Izinkan pemilihan ganda',
41 required: 'Wajib',
42 opText: 'Teks',
43 opValue: 'Nilai',
44 btnAdd: 'Tambah',
45 btnModify: 'Modifikasi',
46 btnUp: 'Atas',
47 btnDown: 'Bawah',
48 btnSetValue: 'Atur sebagai nilai yang dipilih',
49 btnDelete: 'Hapus'
50 },
51 textarea: {
52 title: 'Textarea Properties', // MISSING
53 cols: 'Kolom',
54 rows: 'Baris'
55 },
56 textfield: {
57 title: 'Text Field Properties', // MISSING
58 name: 'Name',
59 value: 'Nilai',
60 charWidth: 'Character Width', // MISSING
61 maxChars: 'Maximum Characters', // MISSING
62 required: 'Wajib',
63 type: 'Tipe',
64 typeText: 'Teks',
65 typePass: 'Kata kunci',
66 typeEmail: 'Surel',
67 typeSearch: 'Cari',
68 typeTel: 'Nomor Telepon',
69 typeUrl: 'URL'
70 }
71 } );