diff options
| author | 2014-03-16 19:34:04 +0100 | |
|---|---|---|
| committer | 2014-03-16 19:34:04 +0100 | |
| commit | dbdda1d0c19b48d06b30879e8fe78679f79cc0c4 (patch) | |
| tree | 28cca8318b5887f74d1b42a9631e806c2455e7f4 /app/i18n/fr.php | |
| parent | 7bbd6133af93238dce759016df7f661a7cfbffed (diff) | |
Move import/export operations into an independant class
- import and export are now two methods of importExportController
- "opml" has been removed from the title
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index c5581a78b..6aa25f7db 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -21,7 +21,7 @@ return array ( 'your_rss_feeds' => 'Vos flux RSS', 'add_rss_feed' => 'Ajouter un flux RSS', 'no_rss_feed' => 'Aucun flux RSS', - 'import_export_opml' => 'Importer / exporter (OPML)', + 'import_export' => 'Importer / exporter', 'subscription_management' => 'Gestion des abonnements', 'main_stream' => 'Flux principal', |
