diff options
| author | 2024-10-23 21:55:52 +0200 | |
|---|---|---|
| committer | 2024-10-23 21:55:52 +0200 | |
| commit | 7a5ce0fe20d63746b7f5b435ba5eef0a9b7db2d6 (patch) | |
| tree | 090cff8c9852ecc4636feaa1c5a75304c23fad27 /app/i18n/fr/sub.php | |
| parent | 60dd22d3b3916f5113954fc1472b1658c3c4245f (diff) | |
Web export SQLite (#6931)
* Web export SQLite
https://github.com/FreshRSS/FreshRSS/discussions/6930
* Implement download
* Fix operator precedence
* Set Last-Modified
* Sort by time, newest first
* Fix Last-Modified
* Use DateTimeInterface::RFC7231
* Add not_applicable message
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', |
