mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #3470 from Nicofuma/ticket/13645
[ticket/13645] Move the feeds to controllers
This commit is contained in:
@@ -229,6 +229,7 @@ $lang = array_merge($lang, array(
|
||||
'FACEBOOK' => 'Facebook',
|
||||
'FAQ' => 'FAQ',
|
||||
'FAQ_EXPLAIN' => 'Frequently Asked Questions',
|
||||
'FEATURE_NOT_AVAILABLE' => 'The requested feature is not available on this board.',
|
||||
'FILENAME' => 'Filename',
|
||||
'FILESIZE' => 'File size',
|
||||
'FILEDATE' => 'File date',
|
||||
@@ -690,6 +691,7 @@ $lang = array_merge($lang, array(
|
||||
'SKYPE' => 'Skype',
|
||||
'SMTP_NO_AUTH_SUPPORT' => 'SMTP server does not support authentication.',
|
||||
'SORRY_AUTH_READ' => 'You are not authorised to read this forum.',
|
||||
'SORRY_AUTH_READ_TOPIC' => 'You are not authorised to read this topic.',
|
||||
'SORRY_AUTH_VIEW_ATTACH' => 'You are not authorised to download this attachment.',
|
||||
'SORT_BY' => 'Sort by',
|
||||
'SORT_JOINED' => 'Joined date',
|
||||
|
Reference in New Issue
Block a user