//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-fi.js
// Module: /js2/gencrt-fi
// Locale: fi
// 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":"Varmenteen sähköpostiosoite","Choose a country.":"Valitse maa.","City":"Kaupunki","Company":"Yritys","Company Division":"Yrityksen osasto","Contact Email Address":"Yhteydenottojen sähköpostiosoite","Country":"Maa","Domain":"Toimialue","Passphrase":"Salalause","State":"Tila","The company division must be no longer than [quant,_1,character,characters].":"Yrityksen osaston enimmäispituus on [quant,_1,merkki,merkkiä].","The company name must be no longer than [quant,_1,character,characters].":"Yrityksen nimen enimmäispituus on [quant,_1,merkki,merkkiä].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Annettu sähköpostiosoite ei kelpaa. Osoitteen täytyy alkaa postilaatikon nimellä, jonka jälkeen on @-merkki ja sähköpostin toimialueen nimi.","The passphrase must be at least [quant,_1,character,characters] long.":"Salalauseen vähimmäispituus on [quant,_1,merkki,merkkiä].","The passphrase must be no longer than [quant,_1,character,characters].":"Salalauseen enimmäispituus on [quant,_1,merkki,merkkiä].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"Kentän [_1] vähimmäispituus on [quant,_2,merkki,merkkiä].","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Tässä kentässä on merkkejä, joita eräät varmenteen myöntäjät eivät ehkä hyväksy. Ota yhteys varmenteen myöntäjään varmistaaksesi, että se hyväksyy nämä merkit.","You can only enter valid domains.":"Voit määrittää vain kelvollisia toimialueita.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Antamasi merkki ei kelpaa. Salalauseessa saa olla vain kirjaimia ja numeroita.","You must enter a city.":"Määritä kaupunki.","You must enter a company.":"Määritä yritys.","You must enter a state.":"Anna osavaltio.","You must enter an email address.":"Anna sähköpostiosoite."};
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~~