mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Used declensions for days in some cases (#1310)
* Minor improvements * Update admin_forums.php * Updated * Updated * Updated
This commit is contained in:
parent
6bf987edb0
commit
489c02aea1
3 changed files with 7 additions and 7 deletions
|
@ -2626,8 +2626,8 @@ $lang['SEARCH_FOR_USERFIELD_WEBSITE'] = 'Searching for users with an Website mat
|
|||
$lang['SEARCH_FOR_USERFIELD_LOCATION'] = 'Searching for users with a Location matching %s';
|
||||
$lang['SEARCH_FOR_USERFIELD_INTERESTS'] = 'Searching for users with their Interests field matching %s';
|
||||
$lang['SEARCH_FOR_USERFIELD_OCCUPATION'] = 'Searching for users with their Occupation field matching %s';
|
||||
$lang['SEARCH_FOR_LASTVISITED_INTHELAST'] = 'Searching for users who have visited in the last %s %s';
|
||||
$lang['SEARCH_FOR_LASTVISITED_AFTERTHELAST'] = 'Searching for users who have visited after the last %s %s';
|
||||
$lang['SEARCH_FOR_LASTVISITED_INTHELAST'] = 'Searching for users who have visited in the last %s';
|
||||
$lang['SEARCH_FOR_LASTVISITED_AFTERTHELAST'] = 'Searching for users who have visited after the last %s';
|
||||
$lang['SEARCH_FOR_LANGUAGE'] = 'Searching for users who have set %s as their language';
|
||||
$lang['SEARCH_FOR_TIMEZONE'] = 'Searching for users who have set UTC %s as their timezone';
|
||||
$lang['SEARCH_FOR_STYLE'] = 'Searching for users who have set %s as their style';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue