mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-12 02:25:18 +02:00
[ticket/9999] SEARCH_USER_POSTS is also used on viewtopic. Move to common.
PHPBB3-9999
This commit is contained in:
parent
4038091382
commit
ccb78f74a4
@ -530,6 +530,7 @@ $lang = array_merge($lang, array(
|
|||||||
'SEARCH_TOPIC' => 'Search this topic…',
|
'SEARCH_TOPIC' => 'Search this topic…',
|
||||||
'SEARCH_UNANSWERED' => 'View unanswered posts',
|
'SEARCH_UNANSWERED' => 'View unanswered posts',
|
||||||
'SEARCH_UNREAD' => 'View unread posts',
|
'SEARCH_UNREAD' => 'View unread posts',
|
||||||
|
'SEARCH_USER_POSTS' => 'Search user’s posts',
|
||||||
'SECONDS' => 'Seconds',
|
'SECONDS' => 'Seconds',
|
||||||
'SELECT' => 'Select',
|
'SELECT' => 'Select',
|
||||||
'SELECT_ALL_CODE' => 'Select all',
|
'SELECT_ALL_CODE' => 'Select all',
|
||||||
|
@ -116,7 +116,6 @@ $lang = array_merge($lang, array(
|
|||||||
'REMOVE_FOE' => 'Remove foe',
|
'REMOVE_FOE' => 'Remove foe',
|
||||||
'REMOVE_FRIEND' => 'Remove friend',
|
'REMOVE_FRIEND' => 'Remove friend',
|
||||||
|
|
||||||
'SEARCH_USER_POSTS' => 'Search user’s posts',
|
|
||||||
'SELECT_MARKED' => 'Select marked',
|
'SELECT_MARKED' => 'Select marked',
|
||||||
'SELECT_SORT_METHOD' => 'Select sort method',
|
'SELECT_SORT_METHOD' => 'Select sort method',
|
||||||
'SEND_AIM_MESSAGE' => 'Send AIM message',
|
'SEND_AIM_MESSAGE' => 'Send AIM message',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user