mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Extremely minor change ;)
git-svn-id: file:///svn/phpbb/trunk@1581 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
06117a75ff
commit
db92033a32
2 changed files with 4 additions and 4 deletions
|
@ -118,8 +118,8 @@ $lang['Board_disable'] = "Sorry dit Board is tijdelijk buiten gebruik, probeer h
|
|||
// Global Header strings
|
||||
//
|
||||
$lang['Registered_users'] = "Geregistreerde gebruikers:";
|
||||
$lang['Online_users_total'] = "Er zijn in totaal %d gebruikers online :: ";
|
||||
$lang['Online_user_total'] = "Er is in totaal %d gebruiker online :: ";
|
||||
$lang['Online_users_total'] = "Er zijn in totaal <b>%d</b> gebruikers online :: ";
|
||||
$lang['Online_user_total'] = "Er is in totaal <b>%d</b> gebruiker online :: ";
|
||||
$lang['Reg_users_total'] = "%d Geregisteerd, ";
|
||||
$lang['Reg_user_total'] = "%d Geregisteerd, ";
|
||||
$lang['Hidden_users_total'] = "%d Verborgen en ";
|
||||
|
|
|
@ -120,8 +120,8 @@ $lang['Board_disable'] = "Sorry but this board is currently unavailable, please
|
|||
// Global Header strings
|
||||
//
|
||||
$lang['Registered_users'] = "Registered Users:";
|
||||
$lang['Online_users_total'] = "In total there are %d users online :: ";
|
||||
$lang['Online_user_total'] = "In total there is %d user online :: ";
|
||||
$lang['Online_users_total'] = "In total there are <b>%d</b> users online :: ";
|
||||
$lang['Online_user_total'] = "In total there is <b>%d</b> user online :: ";
|
||||
$lang['Reg_users_total'] = "%d Registered, ";
|
||||
$lang['Reg_user_total'] = "%d Registered, ";
|
||||
$lang['Hidden_users_total'] = "%d Hidden and ";
|
||||
|
|
Loading…
Add table
Reference in a new issue