mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
fix for bug 499131
git-svn-id: file:///svn/phpbb/trunk@1790 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b5fbcbbdaa
commit
39423097c8
1 changed files with 1 additions and 2 deletions
|
@ -128,7 +128,6 @@ $lang['Reg_users_total'] = "%d Registered, ";
|
||||||
$lang['Reg_user_total'] = "%d Registered, ";
|
$lang['Reg_user_total'] = "%d Registered, ";
|
||||||
$lang['Hidden_users_zero_total'] = "0 Hidden and ";
|
$lang['Hidden_users_zero_total'] = "0 Hidden and ";
|
||||||
$lang['Hidden_user_total'] = "%d Hidden and ";
|
$lang['Hidden_user_total'] = "%d Hidden and ";
|
||||||
$lang['Hidden_user_total'] = "%d Hidden and ";
|
|
||||||
$lang['Guest_users_zero_total'] = "0 Guests";
|
$lang['Guest_users_zero_total'] = "0 Guests";
|
||||||
$lang['Guest_users_total'] = "%d Guests";
|
$lang['Guest_users_total'] = "%d Guests";
|
||||||
$lang['Guest_user_total'] = "%d Guest";
|
$lang['Guest_user_total'] = "%d Guest";
|
||||||
|
|
Loading…
Add table
Reference in a new issue