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:
parent
6435b481c5
commit
45d1558b7e
@ -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.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user