In der Language de, de_x_sie
common.php ist nach Besucher online:
Code: Alles auswählen
    'ONLINE_USERS_TOTAL'        => array(
        1    => 'Insgesamt ist <strong>%1$d</strong> Besucher online :: %2$s und %3$s',
        2    => 'Insgesamt sind <strong>%1$d</strong> Besucher online :: %2$s und %3$s',
    ),
 So währe es besser:
Code: Alles auswählen
    'ONLINE_USERS_TOTAL'        => array(
        1    => 'Insgesamt ist <strong>%1$d</strong> Besucher online: %2$s und %3$s',
        2    => 'Insgesamt sind <strong>%1$d</strong> Besucher online: %2$s und %3$s',
    ),
 


 
  
 
 





