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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-nb.js
// Module:    /js2/managehooks-nb
// Locale:    nb
// 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":"Lukk","Delete a Hook":"Slett et inngangspunkt","Deleting hook …":"Sletter inngangspunkt …","Disable":"Deaktiver","Disabling hook …":"Deaktiverer inngangspunkt …","Enable":"Aktiver","Enabling hook …":"Aktiverer inngangspunkt …","Move this hook down.":"Flytt dette inngangspunktet ned.","Move this hook to the bottom.":"Flytt dette inngangspunktet nederst.","Move this hook to the top.":"Flytt dette inngangspunktet øverst.","Move this hook up.":"Flytt dette inngangspunktet opp.","Reordering hooks …":"Ordner inngangspunkter på nytt …","Save":"Lagre","Saving …":"Lagrer …","This hook is disabled.":"Dette inngangspunktet er deaktivert.","This hook is enabled.":"Dette inngangspunktet er aktivert.","View/Edit Hook Details":"Vis/rediger detaljer for inngangspunkt"};

    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