//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/util/httpStatus-fr.js
// Module: cjt/util/httpStatus-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 = {"Accepted":"Accepté","Bad Gateway":"Passerelle incorrecte","Bad Request":"Demande incorrecte","Conflict":"Conflit","Continue":"Continuer","Created":"Créé le","Expectation Failed":"Résultat inattendu","Forbidden":"Interdit","Found":"Trouvé","Gateway Timeout":"Expiration de la passerelle","Gone":"Disparu","HTTP Version Not Supported":"Version HTTP non prise en charge","Internal Server Error":"Erreur interne au serveur","Length Required":"Longueur obligatoire","Method Not Allowed":"Méthode non autorisée","Moved Permanently":"Déplacé définitivement","Multiple Choices":"Choix multiples","No Content":"Pas de contenu","Non-Authoritative Information":"Informations ne faisant pas autorité","Not Acceptable":"Non acceptable","Not Found":"Non trouvé","Not Implemented":"Non opérationnel","Not Modified":"Non modifié","OK":"OK","Partial Content":"Contenu partiel","Payment Required":"Paiement obligatoire","Precondition Failed":"Échec de la condition préalable","Proxy Authentication Required":"Authentification proxy obligatoire","Request Entity Too Large":"Entité de la demande trop grande","Request Timeout":"Expiration de la demande","Request-URI Too Long":"Requête - URI trop long","Requested Range Not Satisfiable":"Plage de la demande non valide","Reset Content":"Réinitialiser le contenu","See Other":"Voir autres","Service Unavailable":"Service non disponible","Switching Protocols":"Changement de protocole","Temporary Redirect":"Redirection temporaire","Unauthorized":"Non autorisé","Unknown Error":"Erreur inconnue","Unsupported Media Type":"Type de support non pris en charge","Use Proxy":"Utiliser un proxy"};
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~~