mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02:00
[ticket/12034] AJAXify notifications popup.
PHPBB3-12034
This commit is contained in:
@@ -371,6 +371,7 @@ $lang = array_merge($lang, array(
|
||||
'LOGIN_VIEWFORUM' => 'The board requires you to be registered and logged in to view this forum.',
|
||||
'LOGIN_EXPLAIN_EDIT' => 'In order to edit posts in this forum you have to be registered and logged in.',
|
||||
'LOGIN_EXPLAIN_VIEWONLINE' => 'In order to view the online list you have to be registered and logged in.',
|
||||
'LOGIN_REQUIRED' => 'You need to login to perform this action.',
|
||||
'LOGOUT' => 'Logout',
|
||||
'LOGOUT_USER' => 'Logout [ %s ]',
|
||||
'LOG_ME_IN' => 'Remember me',
|
||||
@@ -378,6 +379,7 @@ $lang = array_merge($lang, array(
|
||||
'MAIN' => 'Main',
|
||||
'MARK' => 'Mark',
|
||||
'MARK_ALL' => 'Mark all',
|
||||
'MARK_ALL_READ' => 'Mark all read',
|
||||
'MARK_FORUMS_READ' => 'Mark forums read',
|
||||
'MARK_READ' => 'Mark read',
|
||||
'MARK_SUBFORUMS_READ' => 'Mark subforums read',
|
||||
|
Reference in New Issue
Block a user