//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-tr.js
// Module: /js2/managehooks-tr
// Locale: tr
// 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":"Kapat","Delete a Hook":"Bir Kanca Sil","Deleting hook …":"Kanca siliniyor …","Disable":"Devre Dışı Bırak","Disabling hook …":"Kanca devre dışı bırakılıyor…","Enable":"Etkinleştir","Enabling hook …":"Kanca etkinleştiriliyor…","Move this hook down.":"Bu kancayı aşağı doğru hareket ettirin.","Move this hook to the bottom.":"bu kancayı aşağı taşıyın.","Move this hook to the top.":"Bu kancayı üste taşıyın.","Move this hook up.":"Bu kancayı yukarı doğru hareket ettirin.","Reordering hooks …":"Kancalar yeniden sıralanıyor …","Save":"Kaydet","Saving …":"Kaydediliyor…","This hook is disabled.":"Bu kanca devre dışı bırakıldı.","This hook is enabled.":"Bu kanca etkinleştirildi.","View/Edit Hook Details":"Kanca Ayrıntılarını Görüntüle/Düzenle"};
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~~