aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/sub.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-10-23 21:55:52 +0200
committerGravatar GitHub <noreply@github.com> 2024-10-23 21:55:52 +0200
commit7a5ce0fe20d63746b7f5b435ba5eef0a9b7db2d6 (patch)
tree090cff8c9852ecc4636feaa1c5a75304c23fad27 /app/i18n/nl/sub.php
parent60dd22d3b3916f5113954fc1472b1658c3c4245f (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/nl/sub.php')
-rw-r--r--app/i18n/nl/sub.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php
index ae0b47391..6d1b55b08 100644
--- a/app/i18n/nl/sub.php
+++ b/app/i18n/nl/sub.php
@@ -246,7 +246,10 @@ return array(
'websub' => 'Directe notificaties met WebSub',
),
'import_export' => array(
- 'export' => 'Exporteer',
+ 'export' => array(
+ '_' => 'Exporteer',
+ 'sqlite' => 'Download user database as SQLite', // TODO
+ ),
'export_labelled' => 'Exporteer gelabelde artikels',
'export_opml' => 'Exporteer lijst van feeds (OPML)',
'export_starred' => 'Exporteer je favorieten',