diff options
Diffstat (limited to 'app/i18n/fr/sub.php')
| -rw-r--r-- | app/i18n/fr/sub.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php index 24678f377..5ddaea0c2 100644 --- a/app/i18n/fr/sub.php +++ b/app/i18n/fr/sub.php @@ -246,7 +246,10 @@ return array( 'websub' => 'Notifications instantanée par WebSub', ), 'import_export' => array( - 'export' => 'Exporter', + 'export' => array( + '_' => 'Exporter', + 'sqlite' => 'Télécharger la base de donnée de l’utilisateur au format SQLite', + ), 'export_labelled' => 'Exporter les articles étiquetés', 'export_opml' => 'Exporter la liste des flux (OPML)', 'export_starred' => 'Exporter les favoris', |
