diff options
| author | 2014-12-11 22:40:07 +0100 | |
|---|---|---|
| committer | 2014-12-11 22:40:07 +0100 | |
| commit | bf51a8e87569617eca685cdcc1e7194f199b98fa (patch) | |
| tree | 411098423cac98f81568975957d21458562a73ad /app/i18n/fr/sub.php | |
| parent | a1faa826bf04326a073b918f0ff76ac90c9acd31 (diff) | |
Fix french i18n for install + some fixes
French is finished!
Diffstat (limited to 'app/i18n/fr/sub.php')
| -rw-r--r-- | app/i18n/fr/sub.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php index b9d9f4bc2..a3f7c4d6d 100644 --- a/app/i18n/fr/sub.php +++ b/app/i18n/fr/sub.php @@ -27,8 +27,10 @@ return array( 'informations' => 'Informations', 'keep_history' => 'Nombre minimum d’articles à conserver', 'moved_category_deleted' => 'Lors de la suppression d’une catégorie, ses flux seront automatiquement classés dans <em>%s</em>.', + 'no_selected' => 'Aucun flux sélectionné.', 'number_entries' => '%d articles', 'stats' => 'Statistiques', + 'think_to_add' => 'Vous pouvez ajouter des flux.', 'title' => 'Titre', 'title_add' => 'Ajouter un flux RSS', 'ttl' => 'Ne pas automatiquement rafraîchir plus souvent que', |
