1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-22 02:50:00 +01:00

[feature/soft-delete] Add missing language strings

PHPBB3-9657
This commit is contained in:
Joas Schilling 2012-12-18 15:41:36 +01:00
parent 6435b481c5
commit 45d1558b7e

View File

@ -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 its already in.',
'CANNOT_WARN_ANONYMOUS' => 'You cannot warn unregistered guest users.',