//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-sv.js
// Module: /js2/gencrt-sv
// Locale: sv
// 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-postadress för certifikat","Choose a country.":"Välj ett land.","City":"Ort","Company":"Företag","Company Division":"Företagsdivision","Contact Email Address":"E-postadress för kontakt","Country":"Land","Domain":"Domän","Passphrase":"Lösenfras","State":"Delstat","The company division must be no longer than [quant,_1,character,characters].":"Företagsdivisionen får innehålla högst [quant,_1,tecken,tecken].","The company name must be no longer than [quant,_1,character,characters].":"Företagsnamnet får innehålla högst [quant,_1,tecken,tecken].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Den angivna e-postadressen är inte giltig. Adressen måste börja med postlådans namn, följt av @-tecknet och sedan e-postdomänens namn.","The passphrase must be at least [quant,_1,character,characters] long.":"Lösenfrasen måste innehålla minst [quant,_1,tecken,tecken].","The passphrase must be no longer than [quant,_1,character,characters].":"Lösenfrasen får innehålla högst [quant,_1,tecken,tecken].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"Fältet ”[_1]” måste vara minst [quant,_2,tecken,tecken] långt.","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Fältet innehåller tecken som vissa certifikatutfärdare kanske inte godkänner. Kontakta din certifikatutfärdare för att bekräfta att de godkänner tecknen.","You can only enter valid domains.":"Du kan endast ange giltiga domäner.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Ett ogiltigt tecken angavs. Lösenfrasen får endast innehålla bokstäver och siffror.","You must enter a city.":"Du måste ange en ort.","You must enter a company.":"Du måste ange ett företag.","You must enter a state.":"Du måste ange en delstat.","You must enter an email address.":"Du måste ange en e-postadress."};
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~~