diff options
| author | 2025-11-04 12:49:21 +0100 | |
|---|---|---|
| committer | 2025-11-04 12:49:21 +0100 | |
| commit | b6c63d223931382aae84dc6d394cdd1bb58121bc (patch) | |
| tree | f512ea0f11873f89740cb7692442d11b26d59ee3 /app/i18n/en/index.php | |
| parent | 7d4854a0a4f5665db599f18c34035786465639f3 (diff) | |
Better transitions between groups of articles (#8174)
fix https://github.com/FreshRSS/FreshRSS/issues/7520
fix https://github.com/FreshRSS/FreshRSS/issues/8168
fix https://github.com/FreshRSS/FreshRSS/discussions/8172
Diffstat (limited to 'app/i18n/en/index.php')
| -rw-r--r-- | app/i18n/en/index.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index d0a39a7a5..fed6491f7 100644 --- a/app/i18n/en/index.php +++ b/app/i18n/en/index.php @@ -36,8 +36,14 @@ return array( ), 'feed' => array( 'empty' => 'There are no articles to show.', + 'published' => array( + '_' => 'Published', + 'future' => 'Published in the future', + 'today' => 'Published today', + 'yesterday' => 'Published yesterday', + ), 'received' => array( - 'before_yesterday' => 'Received before yesterday', + '_' => 'Received', 'today' => 'Received today', 'yesterday' => 'Received yesterday', ), @@ -45,6 +51,11 @@ return array( 'title' => 'Main stream', 'title_fav' => 'Favourites', 'title_global' => 'Global view', + 'userModified' => array( + '_' => 'Modified by user', + 'today' => 'Modified by user today', + 'yesterday' => 'Modified by user yesterday', + ), ), 'log' => array( '_' => 'Logs', |
