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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-nb.js
// Module:    /js2/gencrt-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 = {"Certificate Email Address":"E-postadresse for sertifikat","Choose a country.":"Velg et land.","City":"By","Company":"Firma","Company Division":"Bedriftsavdeling","Contact Email Address":"E-postadresse for kontakt","Country":"Land","Domain":"Domene","Passphrase":"Passfrase","State":"Tilstand","The company division must be no longer than [quant,_1,character,characters].":"Bedriftsavdelingen kan ikke bestå av mer enn [quant,_1,tegn,tegn].","The company name must be no longer than [quant,_1,character,characters].":"Bedriftsnavnet kan ikke bestå av mer enn [quant,_1,tegn,tegn].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Den angitte e-postadressen er ikke gyldig. Denne adressen må begynne med innboksnavnet, deretter @-tegnet og deretter navnet på e-postdomenet.","The passphrase must be at least [quant,_1,character,characters] long.":"Passfrasen må være minst [quant,_1,tegn,tegn] lang.","The passphrase must be no longer than [quant,_1,character,characters].":"Passfrasen må ikke være lenger enn [quant,_1,tegn,tegn].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"“[_1]“-feltet må bestå av minst [quant,_2,tegn,tegn].","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Dette feltet inneholder tegn som noen sertifiseringsinstanser kanskje ikke godkjenner. Kontakt sertifiseringsinstanser for å bekrefte at de godtar disse tegnene.","You can only enter valid domains.":"Du kan bare angi gyldige domener.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Du har angitt et ugyldig tegn. Passfrasen kan bare inneholde bokstaver og tall.","You must enter a city.":"Du må angi en by.","You must enter a company.":"Du må angi et firma.","You must enter a state.":"Du må angi en delstat.","You must enter an email address.":"Du må angi en e-postadresse."};

    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