Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-ro.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-ro.js
// Module:    /js2/managehooks-ro
// Locale:    ro
// 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":"Închidere","Delete a Hook":"Ştergere hook","Deleting hook …":"Se şterge hookul…","Disable":"Dezactivare","Disabling hook …":"Se dezactivează hookul…","Enable":"Activare","Enabling hook …":"Se activează hookul…","Move this hook down.":"Mutaţi acest hook în jos.","Move this hook to the bottom.":"Mutaţi acest hook jos.","Move this hook to the top.":"Mutaţi acest hook sus.","Move this hook up.":"Mutaţi acest hook în sus.","Reordering hooks …":"Se reordonează hookurile…","Save":"Salvare","Saving …":"Se salvează…","This hook is disabled.":"Acest hook este dezactivat.","This hook is enabled.":"Acest hook este activat.","View/Edit Hook Details":"Vizualizare/Editare detalii 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~~
Back to Directory File Manager