//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-ms.js
// Module: /js2/managehooks-ms
// Locale: ms
// 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":"Padamkan Hook","Deleting hook …":"Memadamkan hook …","Disable":"Lumpuhkan","Disabling hook …":"Melumpuhkan hook …","Enable":"Bolehkan","Enabling hook …":"Membolehkan hook …","Move this hook down.":"Alihkan cangkuk ini ke bawah.","Move this hook to the bottom.":"Alihkan hook ini ke bawah.","Move this hook to the top.":"Alihkan hook ini ke atas.","Move this hook up.":"Alihkan hook ini ke atas.","Reordering hooks …":"Menempah semula hook …","Save":"Simpan","Saving …":"Menyimpan …","This hook is disabled.":"Hook ini dilumpuhkan.","This hook is enabled.":"Hook ini dibolehkan.","View/Edit Hook Details":"Lihat/Edit Butiran 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~~