diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2011-07-11 19:20:45 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2011-07-11 19:24:40 +0200 |
| commit | 773561f862e9cf4016a4176454e3fb59489259ac (patch) | |
| tree | ebf927f8b8fd5835213a9f2986908132a3eb54be /phpBB/language | |
| parent | b2a65ac76db38e47c0644389ba737492ef6307f6 (diff) | |
| download | forums-773561f862e9cf4016a4176454e3fb59489259ac.tar forums-773561f862e9cf4016a4176454e3fb59489259ac.tar.gz forums-773561f862e9cf4016a4176454e3fb59489259ac.tar.bz2 forums-773561f862e9cf4016a4176454e3fb59489259ac.tar.xz forums-773561f862e9cf4016a4176454e3fb59489259ac.zip | |
[ticket/10237] Handle watching and unwatching the same way.
Also add some information to the confirm-box (forum_name / topic title)
PHPBB3-10237
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/common.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index b48a92124a..1c96818346 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -653,7 +653,9 @@ $lang = array_merge($lang, array( '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.', @@ -702,6 +704,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', |
