aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/mcp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-12-18 15:41:36 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-12-18 15:41:36 +0100
commit45d1558b7e5dde0e9be1aa90ba013fc6536aa0cb (patch)
tree519b02d8ee839cf10f9b19691299af34c0dc8394 /phpBB/language/en/mcp.php
parent6435b481c571dd44494f07b970339b104a8ffdd6 (diff)
downloadforums-45d1558b7e5dde0e9be1aa90ba013fc6536aa0cb.tar
forums-45d1558b7e5dde0e9be1aa90ba013fc6536aa0cb.tar.gz
forums-45d1558b7e5dde0e9be1aa90ba013fc6536aa0cb.tar.bz2
forums-45d1558b7e5dde0e9be1aa90ba013fc6536aa0cb.tar.xz
forums-45d1558b7e5dde0e9be1aa90ba013fc6536aa0cb.zip
[feature/soft-delete] Add missing language strings
PHPBB3-9657
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r--phpBB/language/en/mcp.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index e2533e2352..d260093cdb 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -52,6 +52,10 @@ $lang = array_merge($lang, array(
'APPROVE_POST_CONFIRM' => 'Are you sure you want to approve this post?',
'APPROVE_POSTS' => 'Approve posts',
'APPROVE_POSTS_CONFIRM' => 'Are you sure you want to approve the selected posts?',
+ 'APPROVE_TOPIC' => 'Approve topic',
+ 'APPROVE_TOPIC_CONFIRM' => 'Are you sure you want to approve this topic?',
+ 'APPROVE_TOPICS' => 'Approve topics',
+ 'APPROVE_TOPICS_CONFIRM'=> 'Are you sure you want to approve the selected topics?',
'CANNOT_MOVE_SAME_FORUM'=> 'You cannot move a topic to the forum it’s already in.',
'CANNOT_WARN_ANONYMOUS' => 'You cannot warn unregistered guest users.',