From 7a5ce0fe20d63746b7f5b435ba5eef0a9b7db2d6 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 23 Oct 2024 21:55:52 +0200 Subject: 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 --- app/i18n/he/gen.php | 1 + app/i18n/he/sub.php | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'app/i18n/he') diff --git a/app/i18n/he/gen.php b/app/i18n/he/gen.php index 853e614f0..f2a8ce1af 100644 --- a/app/i18n/he/gen.php +++ b/app/i18n/he/gen.php @@ -21,6 +21,7 @@ return array( 'delete_muted_feeds' => 'Delete muted feeds', // TODO 'demote' => 'Demote', // TODO 'disable' => 'Disable', // TODO + 'download' => 'Download', // TODO 'empty' => 'Empty', // TODO 'enable' => 'Enable', // TODO 'export' => 'ייצוא', diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index eb4df468c..44dc74dbe 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -246,7 +246,10 @@ return array( 'websub' => 'Instant notifications with WebSub', // TODO ), 'import_export' => array( - 'export' => 'ייצוא', + 'export' => array( + '_' => 'ייצוא', + 'sqlite' => 'Download user database as SQLite', // TODO + ), 'export_labelled' => 'Export your labelled articles', // TODO 'export_opml' => 'ייצוא רשימת הזנות (OPML)', 'export_starred' => 'ייצוא מועדפים', -- cgit v1.2.3