//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-id.js
// Module: /js2/managehooks-id
// Locale: id
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"Close":"Tutup","Delete a Hook":"Hapus Hook","Deleting hook …":"Menghapus hook …","Disable":"Nonaktifkan","Disabling hook …":"Menonaktifkan hook …","Enable":"Aktifkan","Enabling hook …":"Mengaktifkan hook …","Move this hook down.":"Pindahkan hook ini ke bawah.","Move this hook to the bottom.":"Pindahkan hook ini ke bawah.","Move this hook to the top.":"Pindahkan hook ini ke atas.","Move this hook up.":"Pindahkan hook ini ke atas.","Reordering hooks …":"Mengurutkan ulang hook …","Save":"Simpan","Saving …":"Menyimpan …","This hook is disabled.":"Hook ini dinonaktifkan.","This hook is enabled.":"Hook ini diaktifkan.","View/Edit Hook Details":"Lihat/Edit Detail Hook"};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~