aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/gen.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-10-09 15:43:30 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-09 15:43:30 +0200
commit648a876d77a7591eac6c4ad5f14b30988e18ce20 (patch)
tree5832c068fd7d4d0a1fa80096849dde18a25887d4 /app/i18n/en/gen.php
parent72265c1eca41424f761246abc5a7fe84fd8bc0f9 (diff)
Add support for custom XPath date/time format (#4703)
* Add support for custom XPath date/time format #fix https://github.com/FreshRSS/FreshRSS/issues/4701 Improvement of https://github.com/FreshRSS/FreshRSS/pull/4220 * Format is not XPath * Remove TODOs in en-GB
Diffstat (limited to 'app/i18n/en/gen.php')
-rw-r--r--app/i18n/en/gen.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index 5a6cbc9b9..c052f17fd 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -18,7 +18,7 @@ return array(
'back_to_rss_feeds' => '← Go back to your RSS feeds',
'cancel' => 'Cancel',
'create' => 'Create',
- 'delete_muted_feeds' => 'Delete muted feeds', // TODO
+ 'delete_muted_feeds' => 'Delete muted feeds',
'demote' => 'Demote',
'disable' => 'Disable',
'empty' => 'Empty',
@@ -32,7 +32,7 @@ return array(
'open_url' => 'Open URL',
'promote' => 'Promote',
'purge' => 'Purge',
- 'refresh_opml' => 'Refresh OPML', // TODO
+ 'refresh_opml' => 'Refresh OPML',
'remove' => 'Remove',
'rename' => 'Rename',
'see_website' => 'See website',
@@ -130,7 +130,7 @@ return array(
'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favourites and user queries. It cannot be cancelled!',
'feedback' => array(
'body_new_articles' => 'There are %%d new articles to read on FreshRSS.',
- 'body_unread_articles' => '(unread: %%d)', // TODO
+ 'body_unread_articles' => '(unread: %%d)',
'request_failed' => 'A request has failed, it may have been caused by internet connection problems.',
'title_new_articles' => 'FreshRSS: new articles!',
),