mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/8309] Moving key to get keys in alphabetical order
PHPBB3-8309
This commit is contained in:
parent
0bf758f00f
commit
6a1967514d
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,7 @@ $lang = array_merge($lang, array(
|
|||
'IM_USER' => 'Send an instant message',
|
||||
|
||||
'LAST_ACTIVE' => 'Last active',
|
||||
'LAST_ACTIVITY' => 'Last activity',
|
||||
'LESS_THAN' => 'Less than',
|
||||
'LIST_USERS' => array(
|
||||
1 => '%d user',
|
||||
|
@ -135,5 +136,4 @@ $lang = array_merge($lang, array(
|
|||
'USERS_PER_PAGE' => 'Users per page',
|
||||
|
||||
'VIEWING_PROFILE' => 'Viewing profile - %s',
|
||||
'LAST_ACTIVITY' => 'Last activity',
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue