French translation

This commit is contained in:
iceTwy 2013-07-11 04:40:05 +02:00
parent 519b7ca7b0
commit b933981859

View File

@ -1,11 +1,14 @@
{ {
"no_warnings": { "no_warnings": {
"en": "No warnings found for {user}." "en": "No warnings found for {user}.",
"fr": "Aucun avertissement trouvé pour {user}."
}, },
"warning_info": { "warning_info": {
"en": "{user} has {num} warnings. More info can be found at {url}" "en": "{user} has {num} warnings. More info can be found at {url}",
"fr": "{user} a {num} avertissements. Plus d'informations peuvent être trouvées ici : {url}"
}, },
"warn_notify": { "warn_notify": {
"en": "Attention: {warner} has issued a warning to {warnee} for \"{reason}.\" More info can be found at {url}" "en": "Attention: {warner} has issued a warning to {warnee} for \"{reason}.\" More info can be found at {url}",
"fr": "Attention : {warner} a donné un avertissement à {warnee} pour \"{reason}.\". Plus d'informations peuvent être trouvées ici : {url}"
} }
} }