mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 03:18:52 +00:00
[feature/soft-delete] Add missing language strings
PHPBB3-9657
This commit is contained in:
parent
6435b481c5
commit
45d1558b7e
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue