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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips-nb.js
// Module:    /templates/listips/listips-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 = {"A mapping with the public address “[_1]” already exists.":"En tilordning med den offentlige adressen “[_1]“ finnes allerede.","Address successfully validated.":"Adressen er validert.","An error has occurred: [_1]":"Det har oppstått en feil: [_1]","Cannot determine public IP address. Unable to connect to myip service.":"Kan ikke bestemme offentlig IP-adresse. Kan ikke koble til myip-tjenesten.","Confirm that entry for “[_1]” should be deleted.":"Bekreft at oppføring for “[_1]“ skal slettes.","Edit “[_1]”":"Rediger “[_1]“","Editing public IP for “[_1]”.":"Redigere offentlig IP for “[_1]“.","Entry for “[_1]” not deleted.":"Oppføring for “[_1]“ ble ikke slettet.","Entry for “[_1]” successfully deleted.":"Oppføring for “[_1]“ ble slettet.","Not Routable":"Kan ikke rutes","Operation canceled. Entry for “[_1]” not deleted.":"Operasjonen ble avbrutt. Oppføring for “[_1]“ ble ikke slettet.","Operation canceled. Public IP change not saved.":"Operasjonen ble avbrutt. Endring av offentlig IP ble ikke lagret.","Public IP for “[_1]” not changed.":"Offentlig IP for “[_1]“ ble ikke endret.","Public IP for “[_1]” successfully changed.":"Offentlig IP for “[_1]“ ble endret.","Public address for “[_1]” is invalid.":"Offentlig adresse for “[_1]“ er ugyldig.","Restoring previous value: [_1]":"Gjenoppretter forrige verdi: [_1]","The reported error message was: “[_1]”":"Den rapporterte feilmeldingen var: “[_1]“","Validating “[_1]”.":"Validerer “[_1]“.","You are already attempting to delete an IP address in a different row. Please complete that operation before proceeding.":"Du prøver allerede å slette en IP-adresse i en annen rad. Fullfør den operasjonen før du fortsetter.","You are already editing a public IP address in a different row. Please complete that operation before proceeding.":"Du redigerer allerede en offentlig IP-adresse i en annen rad. Fullfør den operasjonen før du fortsetter.","“[_1]” cannot be routed.":"“[_1]“ kan ikke være rutet.","“[_1]” is not a valid IP address.":"“[_1]“ er ikke en gyldig IP-adresse."};

    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