diff options
| author | 2014-12-03 16:45:51 +0100 | |
|---|---|---|
| committer | 2014-12-03 16:45:51 +0100 | |
| commit | aa232d8fd52cf548c0b2e7d96e026e684eadda53 (patch) | |
| tree | 3d9983c3d3260c8a62326cb756544b8b8464f165 /app/i18n/fr/feedback.php | |
| parent | 82745a509a1284a9fe6a7f8d5d153eda953d9e11 (diff) | |
Update the i18n system.
Follow recommendations from https://github.com/FreshRSS/FreshRSS/issues/334
Diffstat (limited to 'app/i18n/fr/feedback.php')
| -rw-r--r-- | app/i18n/fr/feedback.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/i18n/fr/feedback.php b/app/i18n/fr/feedback.php new file mode 100644 index 000000000..f4bb7cccf --- /dev/null +++ b/app/i18n/fr/feedback.php @@ -0,0 +1,14 @@ +<?php + +return array( + 'login' => array( + 'error' => 'L’identifiant est invalide !', + 'success' => 'Vous êtes désormais connecté', + ), + 'logout' => array( + 'success' => 'Vous avez été déconnecté', + ), + 'user_profile' => array( + 'updated' => 'Votre profil a été mis à jour', + ), +); |
