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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-sv.js
// Module:    /js2/managehooks-sv
// Locale:    sv
// 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":"Stäng","Delete a Hook":"Ta bort en hook","Deleting hook …":"Tar bort hook …","Disable":"Inaktivera","Disabling hook …":"Inaktiverar hook …","Enable":"Aktivera","Enabling hook …":"Aktiverar hook …","Move this hook down.":"Flytta ned den här hooken.","Move this hook to the bottom.":"Flytta den här hooken till platsen längst ned.","Move this hook to the top.":"Flytta den här hooken till platsen högst upp.","Move this hook up.":"Flytta upp den här hooken.","Reordering hooks …":"Sorterar om hookar …","Save":"Spara","Saving …":"Sparar …","This hook is disabled.":"Den här hooken är inaktiverad.","This hook is enabled.":"Den här hooken är aktiverad.","View/Edit Hook Details":"Visa/redigera hookdetaljer"};

    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