Revision 634
Added by Matthias almost 17 years ago
NL.php | ||
---|---|---|
69 | 69 |
$OVERVIEW['GROUPS'] = 'Beheren van de gebruikersgroepen en hun rechten.'; |
70 | 70 |
$OVERVIEW['HELP'] = 'Uitgebreide (Engelstalige) hulp voor het gebruik van dit systeem.'; |
71 | 71 |
$OVERVIEW['VIEW'] = 'Bekijk uw website zoals deze voor bezoekers te zien is (nieuw scherm).'; |
72 |
$OVERVIEW['ADMINTOOLS'] = 'Access the Website Baker administration tools...'; //needs to be translated |
|
72 | 73 |
|
73 | 74 |
// Headings |
74 | 75 |
$HEADING['MODIFY_DELETE_PAGE'] = 'Beheer bestaande pagina’s'; |
... | ... | |
551 | 552 |
$MESSAGE['MOD_RELOAD']['MODULES_RELOADED'] = 'Modules succesvol herladen'; |
552 | 553 |
$MESSAGE['MOD_RELOAD']['TEMPLATES_RELOADED'] = 'Templates succesvol herladen'; |
553 | 554 |
$MESSAGE['MOD_RELOAD']['LANGUAGES_RELOADED'] = 'Taalbestanden succesvol herladen'; |
555 |
|
|
554 | 556 |
?> |
Also available in: Unified diff
Replaced all special chars in language files with htmlentities or unicode.
Added some missing lines in language files.