Seite 1 von 1

Lang_downloads.php update.

Verfasst: Mo 08.Okt, 2007 14:47
von PaulusB
Can any one tell me which lines that are new in the lang_downloads.php for the update Download_Mod_5_3_0. So i can update my Dutch lang file.

Verfasst: Mo 08.Okt, 2007 15:52
von oxpus
Why not comparing the old one with the new one? ;)

These lines are new:

Code: Alles auswählen

$lang['Dl_perm_all'] = 'Everybody';
$lang['Dl_perm_reg'] = 'reg. User';
$lang['Dl_perm_grg'] = 'Usergroups';
and some other are changed, but I don't know all of them, because I changed to new, re-changed to old, re-re-changed to new strings...

Verfasst: Mo 08.Okt, 2007 15:57
von PaulusB
Thanks.