//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-fr.js
// Module: /jupiter/js2/ssl/csrs-fr
// Locale: fr
// 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 = {"Choose a country.":"Choisissez un pays.","City":"Ville","Company":"Société","Company Division":"Service de l’entreprise","Country":"Pays","Domains":"Domaines","Email":"E-mail","Make sure to use a valid email format. For example, [asis,user@domain.com].":"Veillez à utiliser un format d’adresse e-mail valide. Par exemple, [asis,user@domain.com].","Passphrase":"Phrase secrète","State":"État","The certificate signing request passphrase can contain only alphanumeric characters.":"La phrase secrète de la demande de signature de certificat ne peut contenir que des caractères alphanumériques.","The certificate signing request passphrase must be at least [quant,_1,character,characters] long.":"La phrase secrète de la demande de signature de certificat doit comporter au moins [quant,_1, caractère, caractères].","The company division must be no longer than [quant,_1,character,characters].":"Le service de l’entreprise ne doit pas comporter plus de [quant,_1, caractère, caractères].","The company name must be no longer than [quant,_1,character,characters].":"Le nom de la société ne doit pas comporter plus de [quant,_1, caractère, caractères].","The passphrase must be no longer than [quant,_1,character,characters].":"La phrase secrète ne doit pas comporter plus de [quant,_1, caractère, caractères].","The “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Ce champ contient des caractères que certaines autorités de certification peuvent ne pas accepter. Contactez votre autorité de certification pour confirmer qu’elle accepte ces caractères.","You can only enter valid domains.":"Vous pouvez saisir uniquement des domaines valides.","You do not control this domain.":"Vous ne contrôlez pas de domaine.","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"[numf,_1] des [numerate,_2,domaine,domaines] que vous avez saisis [numerate,_1,est un domaine,sont des domaines] que vous ne contrôlez pas."};
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~~