//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-de.js
// Module: /js2/gencrt-de
// Locale: de
// 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-Mail-Adresse für das Zertifikat","Choose a country.":"Land auswählen","City":"Ort","Company":"Unternehmen","Company Division":"Unternehmensabteilung","Contact Email Address":"Kontakt-E-Mail-Adresse","Country":"Land","Domain":"Domain","Passphrase":"Passphrase","State":"Bundesland/Kanton","The company division must be no longer than [quant,_1,character,characters].":"The company division must be no longer than [quant,_1,character,characters].","The company name must be no longer than [quant,_1,character,characters].":"The company name must be no longer than [quant,_1,character,characters].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Die angegebene E-Mail-Adresse ist nicht gültig. Diese Adresse muss mit dem Postfachnamen beginnen. Dann folgt das “@”-Zeichen und der E-Mail-Domainname.","The passphrase must be at least [quant,_1,character,characters] long.":"The passphrase must be at least [quant,_1,character,characters] long.","The passphrase must be no longer than [quant,_1,character,characters].":"The passphrase must be no longer than [quant,_1,character,characters].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"The “[_1]” field must be at least [quant,_2,character,characters] long.","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Dieses Feld enthält Zeichen, die einige Zertifizierungsstellen möglicherweise nicht akzeptieren. Wenden Sie sich an Ihre Zertifizierungsstelle, um mehr über zulässige Zeichen zu erfahren.","You can only enter valid domains.":"Nur gültige Domains können angegeben werden.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Sie haben ein ungültiges Zeichen eingegeben. Die Passphrase darf nur Buchstaben und Ziffern enthalten.","You must enter a city.":"Sie müssen eine Stadt eingeben.","You must enter a company.":"Sie müssen ein Unternehmen eingeben.","You must enter a state.":"Sie müssen ein Bundesland bzw. einen Kanton auswählen.","You must enter an email address.":"Sie müssen eine E-Mail-Adresse eingeben."};
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~~