//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/email_trace_tree.js
// Generated: /usr/local/cpanel/base/sharedjs/email_trace_tree-tr.js
// Module: legacy_shared/email_trace_tree-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 = {"Bounce":"Bounce","Bounce: “[_1]”":"Bounce: “[_1]”","Command: “[_1]”":"Command: “[_1]”","Delivery: [_1]":"Delivery: [_1]","Discard":"At","Error":"Hata","Priority: [numf,_1]":"Priority: [numf,_1]","Recursive redirect: [_1]":"Recursive redirect: [_1]","Redirect: [_1]":"Redirect: [_1]","Send via [output,abbr,SMTP,Simple Mail Transfer Protocol]":"Send via [output,abbr,SMTP,Simple Mail Transfer Protocol]"};
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~~