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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-fr.js
// Module:    /templates/accounts/createacct-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 = {"A username cannot contain spaces.":"Les noms d’utilisateur ne doivent pas contenir d’espaces.","A username must have between [numf,_1] and [quant,_2,character,characters].":"Un nom d’utilisateur doit comporter entre [numf,_1] et [quant,_2, caractère, caractères].","A username must start with a letter.":"Un nom d’utilisateur doit commencer par une lettre.","Domain":"Domaine","Email":"E-mail","Enable Spam Box":"Activer 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":"Nom du package","Selected Package":"Package sélectionné","The email field must be empty or an email address.":"Le champ E-mail doit être vide ou comporter une adresse e-mail.","The username cannot be the same as the password.":"Le nom d’utilisateur ne peut pas être identique au mot de passe.","This is not a valid domain.":"Ce domaine n’est pas valide.","This is not a valid package name.":"Ce nom de package n’est pas valide.","This is not a valid username.":"Ce nom d’utilisateur n’est pas valide.","Updating …":"Mise à jour…","Username":"Nom d’utilisateur","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.":"Vous devez sélectionner un package."};

    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