You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.5 KiB
JavaScript

define(
({
'bold': 'Tebal',
'copy': 'Salin',
'cut': 'Potong',
'delete': 'Hapus',
'indent': 'Inden',
'insertHorizontalRule': 'Penggaris horisontal',
'insertOrderedList': 'Daftar Bernomor',
'insertUnorderedList': 'Daftar Poin',
'italic': 'Miring',
'justifyCenter': 'Rata Tengah',
'justifyFull': 'Rata Kanan Kiri',
'justifyLeft': 'Rata Kiri',
'justifyRight': 'Rata Kanan',
'outdent': 'Hapus spasi di depan',
'paste': 'Tempel',
'redo': 'Ulangi',
'removeFormat': 'Hapus Format',
'selectAll': 'Pilih Semua',
'strikethrough': 'Coretan',
'subscript': 'Subskrip',
'superscript': 'Superskrip',
'underline': 'Garis Bawah',
'undo': 'Batalkan',
'unlink': 'Hapus Tautan',
'createLink': 'Buat Tautan',
'toggleDir': 'Ubah Arah',
'insertImage': 'Masukkan Gambar',
'insertTable': 'Masukkan/Edit Tabel',
'toggleTableBorder': 'Ubah Tepi Tabel',
'deleteTable': 'Hapus Tabel',
'tableProp': 'Properti Tabel',
'htmlToggle': 'Sumber HTML',
'foreColor': 'Warna Latar Depan',
'hiliteColor': 'Warna Latar Belakang',
'plainFormatBlock': 'Gaya Paragraf',
'formatBlock': 'Gaya Paragraf',
'fontSize': 'Ukuran Font',
'fontName': 'Nama Font',
'tabIndent': 'Inden Tab',
"fullScreen": "Beralih ke Layar Penuh",
"viewSource": "Lihat Sumber HTML",
"print": "Cetak",
"newPage": "Halaman Baru",
/* Error messages */
'systemShortcut': 'Tindakan "${0}" hanya tersedia pada peramban Anda menggunakan jalan pintas keyboard. Gunakan ${1}.',
'ctrlKey':'ctrl+${0}',
'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
})
);