//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-vi.js
// Module: /js2/managehooks-vi
// Locale: vi
// 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":"Đóng","Delete a Hook":"Xóa Móc","Deleting hook …":"Đang xóa móc …","Disable":"Vô Hiệu Hóa","Disabling hook …":"Đang vô hiệu hóa móc …","Enable":"Kích Hoạt","Enabling hook …":"Đang kích hoạt móc …","Move this hook down.":"Di chuyển móc này xuống.","Move this hook to the bottom.":"Di chuyển móc này xuống dưới cùng.","Move this hook to the top.":"Di chuyển móc này lên đầu.","Move this hook up.":"Di chuyển móc này lên.","Reordering hooks …":"Đang sắp xếp lại móc …","Save":"Lưu","Saving …":"Đang lưu …","This hook is disabled.":"Móc này hiện vô hiệu hóa.","This hook is enabled.":"Móc này hiện kích hoạt.","View/Edit Hook Details":"Xem/Sửa Chi Tiết Móc"};
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~~