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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-da.js
// Module:    /js2/gencrt-da
// Locale:    da
// 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":"Mailadresse i certifikat","Choose a country.":"Vælg et land.","City":"By","Company":"Virksomhed","Company Division":"Afdeling af virksomhed","Contact Email Address":"Kontaktmailadresse","Country":"Land","Domain":"Domæne","Passphrase":"Adgangsudtryk","State":"Tilstand","The company division must be no longer than [quant,_1,character,characters].":"Virksomhedsafdelingen må højst være på [quant,_1,tegn,tegn].","The company name must be no longer than [quant,_1,character,characters].":"Virksomhedsnavnet må højst være på [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 angivne mailadresse er ikke gyldig. Denne adresse skal begynde med navnet på postkassen efterfulgt af ”@”-tegnet og derefter maildomænets navn.","The passphrase must be at least [quant,_1,character,characters] long.":"Adgangsudtrykket skal være mindst [quant,_1,tegn,tegn] langt.","The passphrase must be no longer than [quant,_1,character,characters].":"Adgangsudtrykket må højst være på [quant,_1,tegn,tegn].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"Feltet “[_1]” skal mindst være på [quant,_2,tegn,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 felt indeholder tegn, som nogle nøglecentre muligvis ikke accepterer. Kontakt dit nøglecenter for at bekræfte, at det accepterer disse tegn.","You can only enter valid domains.":"Du kan kun angive gyldige domæner.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Du har angivet et ugyldigt tegn. Adgangsudtrykket må kun indeholde bogstaver og tal.","You must enter a city.":"Du skal angive en by.","You must enter a company.":"Du skal angive en virksomhed.","You must enter a state.":"Du skal angive en delstat.","You must enter an email address.":"Du skal angive en mailadresse."};

    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