Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-da.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-da.js
// Module:    /templates/accounts/createacct-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 = {"A username cannot contain spaces.":"Et brugernavn kan ikke indeholde mellemrum.","A username must have between [numf,_1] and [quant,_2,character,characters].":"Et brugernavn skal have mellem [numf,_1] og [quant,_2,tegn,tegn].","A username must start with a letter.":"A username must start with a letter.","Domain":"Domæne","Email":"Mail","Enable Spam Box":"Aktivér Spam Box","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"Pakkenavn","Selected Package":"Valgt pakke","The email field must be empty or an email address.":"Mailfeltet skal være tomt eller en mailadresse.","The username cannot be the same as the password.":"Brugernavnet må ikke være det samme som adgangskoden.","This is not a valid domain.":"Dette er ikke et gyldigt domæne.","This is not a valid package name.":"Dette er ikke et gyldigt pakkenavn.","This is not a valid username.":"Dette er ikke et gyldigt brugernavn.","Updating …":"Opdaterer …","Username":"Brugernavn","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"Du skal vælge en pakke."};

    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