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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-cs.js
// Module:    /js2/managehooks-cs
// Locale:    cs
// 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":"Zavřít","Delete a Hook":"Odstranit háček","Deleting hook …":"Odstraňování háčku…","Disable":"Zakázat","Disabling hook …":"Zakazuje se háček…","Enable":"Povolit","Enabling hook …":"Povoluje se háček…","Move this hook down.":"Přesuňte tento háček dolů.","Move this hook to the bottom.":"Přesunout tento háček na konec.","Move this hook to the top.":"Přesuňte tento háček na začátek.","Move this hook up.":"Přesuňte tento háček nahoru.","Reordering hooks …":"Změna pořadí háčků…","Save":"Uložit","Saving …":"Ukládání…","This hook is disabled.":"Tento háček je zakázán.","This hook is enabled.":"Tento háček je povolen.","View/Edit Hook Details":"Zobrazit/upravit podrobnosti háčku"};

    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