mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10237] Also display login-box on subscribing [ticket/10237] Handle watching and unwatching the same way. [ticket/10237] Use confirm-box to handle unwatching a forum/topic actions Conflicts: phpBB/includes/functions_display.php
This commit is contained in:
@@ -653,6 +653,10 @@ $lang = array_merge($lang, array(
|
||||
'UNREAD_PMS' => '<strong>%d</strong> unread messages',
|
||||
'UNREAD_POST' => 'Unread post',
|
||||
'UNREAD_POSTS' => 'Unread posts',
|
||||
'UNWATCH_FORUM_CONFIRM' => 'Are you sure you wish to unsubscribe from this forum?',
|
||||
'UNWATCH_FORUM_DETAILED' => 'Are you sure you wish to unsubscribe from the forum “%s”?',
|
||||
'UNWATCH_TOPIC_CONFIRM' => 'Are you sure you wish to unsubscribe from this topic?',
|
||||
'UNWATCH_TOPIC_DETAILED' => 'Are you sure you wish to unsubscribe from the topic “%s”?',
|
||||
'UNWATCHED_FORUMS' => 'You are no longer subscribed to the selected forums.',
|
||||
'UNWATCHED_TOPICS' => 'You are no longer subscribed to the selected topics.',
|
||||
'UNWATCHED_FORUMS_TOPICS' => 'You are no longer subscribed to the selected entries.',
|
||||
@@ -701,6 +705,10 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'WARNINGS' => 'Warnings',
|
||||
'WARN_USER' => 'Warn user',
|
||||
'WATCH_FORUM_CONFIRM' => 'Are you sure you wish to subscribe to this forum?',
|
||||
'WATCH_FORUM_DETAILED' => 'Are you sure you wish to subscribe to the forum “%s”?',
|
||||
'WATCH_TOPIC_CONFIRM' => 'Are you sure you wish to subscribe to this topic?',
|
||||
'WATCH_TOPIC_DETAILED' => 'Are you sure you wish to subscribe to the topic “%s”?',
|
||||
'WELCOME_SUBJECT' => 'Welcome to %s forums',
|
||||
'WEBSITE' => 'Website',
|
||||
'WHOIS' => 'Whois',
|
||||
|
Reference in New Issue
Block a user