Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-sv.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-sv.js
// Module:    /templates/listips/listips-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 = {"A mapping with the public address “[_1]” already exists.":"Det finns redan en mappning med den offentliga adressen ”[_1]”.","Address successfully validated.":"Adressen har validerats.","An error has occurred: [_1]":"Ett fel har inträffat: [_1]","Cannot determine public IP address. Unable to connect to myip service.":"Det går inte att fastställa den offentliga IP-adressen. Det går inte att ansluta till myip-tjänsten.","Confirm that entry for “[_1]” should be deleted.":"Bekräfta att posten för ”[_1]” ska tas bort.","Edit “[_1]”":"Redigera ”[_1]”","Editing public IP for “[_1]”.":"Redigera offentlig IP-adress för ”[_1]”.","Entry for “[_1]” not deleted.":"Posten för ”[_1]” har inte tagits bort.","Entry for “[_1]” successfully deleted.":"Post för ”[_1]” har tagits bort.","Not Routable":"Inte routningsbar","Operation canceled. Entry for “[_1]” not deleted.":"Åtgärden avbröts. Posten för ”[_1]” har inte tagits bort.","Operation canceled. Public IP change not saved.":"Åtgärden avbröts. Ändring av offentlig IP har inte sparats.","Public IP for “[_1]” not changed.":"Offentlig IP för ”[_1]” har inte ändrats.","Public IP for “[_1]” successfully changed.":"Offentlig IP för ”[_1]” har ändrats.","Public address for “[_1]” is invalid.":"Den offentliga adressen för ”[_1]” är ogiltig.","Restoring previous value: [_1]":"Återställer tidigare värde: [_1]","The reported error message was: “[_1]”":"Följande felmeddelande rapporterades: ”[_1]”","Validating “[_1]”.":"Validerar ”[_1]”.","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"Du håller på att ta bort en IP-adress på en annan rad. Slutför redigeringen innan du fortsätter.","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"Du redigerar redan en offentlig IP-adress på en annan rad. Slutför redigeringen innan du fortsätter.","“[_1]” cannot be routed.":"”[_1]” går inte att dirigera.","“[_1]” is not a valid IP address.":"”[_1]” är inte en giltig IP-adress."};

    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