diff options
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 12510d5d5e..9e5de4d61b 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -383,6 +383,8 @@ $lang = array_merge($lang, array( 'NO_ONLINE_USERS' => 'No registered users', 'NO_POSTS' => 'No posts', 'NO_POSTS_TIME_FRAME' => 'No posts exist inside this topic for the selected time frame.', + 'NO_FEED_ENABLED' => 'Feeds are not enabled.', + 'NO_FEED' => 'Couldn\'t find Feed.', 'NO_SUBJECT' => 'No subject specified', // Used for posts having no subject defined but displayed within management pages. 'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist.', 'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods.', @@ -486,6 +488,8 @@ $lang = array_merge($lang, array( 'RETURN_PAGE' => '%sReturn to the previous page%s', 'RETURN_TOPIC' => '%sReturn to the topic last visited%s', 'RETURN_TO' => 'Return to', + 'FEED' => 'Feed', + 'FEED_NEWS' => 'News', 'RULES_ATTACH_CAN' => 'You <strong>can</strong> post attachments in this forum', 'RULES_ATTACH_CANNOT' => 'You <strong>cannot</strong> post attachments in this forum', 'RULES_DELETE_CAN' => 'You <strong>can</strong> delete your posts in this forum', |