Hello,
I am getting a lot of errors after choosing the Dutch language module in the admin part:
Notice: Undefined index: addtemplate in D:\Inetpub\cms\admin\lang\nl_NL\admin.inc.php on line 54
Notice: Undefined index: setallcontent in D:\Inetpub\cms\admin\lang\nl_NL\admin.inc.php on line 54
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\cms\admin\lang\nl_NL\admin.inc.php:54) in D:\Inetpub\cms\lib\classes\class.admintheme.inc.php on line 161
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\cms\admin\lang\nl_NL\admin.inc.php:54) in D:\Inetpub\cms\lib\classes\class.admintheme.inc.php on line 164
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\cms\admin\lang\nl_NL\admin.inc.php:54) in D:\Inetpub\cms\lib\classes\class.admintheme.inc.php on line 167
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\cms\admin\lang\nl_NL\admin.inc.php:54) in D:\Inetpub\cms\lib\classes\class.admintheme.inc.php on line 168
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\cms\admin\lang\nl_NL\admin.inc.php:54) in D:\Inetpub\cms\lib\classes\class.admintheme.inc.php on line 171
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\cms\admin\lang\nl_NL\admin.inc.php:54) in D:\Inetpub\cms\lib\classes\class.admintheme.inc.php on line 176
Who knows the sollution.
Thanx all,
Bas Hesselink
Script errors in Dutch admin translation
-
hesbas
Script errors in Dutch admin translation
Last edited by hesbas on Mon Jan 23, 2006 7:39 pm, edited 1 time in total.
-
hesbas
Re: Errors in Dutch admin translation
By the way... It happened after updating from verion 10.4 to 11.2!
Re: Script errors in Dutch admin translation
Strange, there was a problem that was fixed a long time ago.
When I try the admin.inc.php from the archive (tar.gz and .zip) there are no problems.
Maybe you have an old archive file?
I have included a part of a working admin.inc.php file for your convienance.
Via deze pagina kunt u templates aanpassen, verwijderen en nieuwe aanmaken.Om een nieuwe template aan te maken klikt u op '.$lang['admin']['addtemplate'].' .Om dezelfde template voor alle pagina\'s te gebruiken, kies '.$lang['admin']['setallcontent'].' link.Om een template te kopieren kiest u het '.$lang['admin']['copytemplate'].' ikoon en er zal u om een nieuwe naam voor de kopie gevraagd worden.';
$lang['admin']['itemname'] = 'Naam item';
$lang['admin']['aliasmustbelettersandnumbers'] = 'Alias mag alleen uit letters and getallen bestaan.';
$lang['admin']['helpaddtemplate'] = 'Een sjabloon (template) bepaalt hoe uw site er uitziet.Maak het sjabloon hier aan en voeg tevens de stylesheet aanwijzingen toe in het stylesheet gedeelte zodat u het uiterlijk van uw site zelf kunt bepalen.';
$lang['admin']['errorupdatinggroup'] = 'Fout bij actualiseren van groep';
$lang['admin']['recentpages'] = 'Recente pagina\'s';
$lang['admin']['errorupdatingtemplate'] = 'Fout bij actualiseren van sjabloon';
$lang['admin']['lastname'] = 'Achternaam';
$lang['admin']['addcontent'] = 'Nieuwe pagina';
$lang['admin']['moduleabout'] = 'Over de %s module';
$lang['admin']['cachable'] = 'Kan in buffer opgenomen worden';
$lang['admin']['addtemplate'] = 'Nieuw sjabloon';
$lang['admin']['additionaleditors'] = 'Andere editors';
$lang['admin']['usersgroups'] = 'Gebruikers/Groepen';
$lang['admin']['hasdependents'] = 'Heeft afhankelijke variabelen';
$lang['admin']['firstname'] = 'Voornaam';
$lang['admin']['showsite'] = 'Toon website';
$lang['admin']['userdefinedtags'] = 'gebruiker gedefinieerde Tags';
$lang['admin']['clearcache'] = 'Leeg buffer';
$lang['admin']['currenttemplates'] = 'Huidige sjablonen';
When I try the admin.inc.php from the archive (tar.gz and .zip) there are no problems.
Maybe you have an old archive file?
I have included a part of a working admin.inc.php file for your convienance.
Via deze pagina kunt u templates aanpassen, verwijderen en nieuwe aanmaken.Om een nieuwe template aan te maken klikt u op '.$lang['admin']['addtemplate'].' .Om dezelfde template voor alle pagina\'s te gebruiken, kies '.$lang['admin']['setallcontent'].' link.Om een template te kopieren kiest u het '.$lang['admin']['copytemplate'].' ikoon en er zal u om een nieuwe naam voor de kopie gevraagd worden.';
$lang['admin']['itemname'] = 'Naam item';
$lang['admin']['aliasmustbelettersandnumbers'] = 'Alias mag alleen uit letters and getallen bestaan.';
$lang['admin']['helpaddtemplate'] = 'Een sjabloon (template) bepaalt hoe uw site er uitziet.Maak het sjabloon hier aan en voeg tevens de stylesheet aanwijzingen toe in het stylesheet gedeelte zodat u het uiterlijk van uw site zelf kunt bepalen.';
$lang['admin']['errorupdatinggroup'] = 'Fout bij actualiseren van groep';
$lang['admin']['recentpages'] = 'Recente pagina\'s';
$lang['admin']['errorupdatingtemplate'] = 'Fout bij actualiseren van sjabloon';
$lang['admin']['lastname'] = 'Achternaam';
$lang['admin']['addcontent'] = 'Nieuwe pagina';
$lang['admin']['moduleabout'] = 'Over de %s module';
$lang['admin']['cachable'] = 'Kan in buffer opgenomen worden';
$lang['admin']['addtemplate'] = 'Nieuw sjabloon';
$lang['admin']['additionaleditors'] = 'Andere editors';
$lang['admin']['usersgroups'] = 'Gebruikers/Groepen';
$lang['admin']['hasdependents'] = 'Heeft afhankelijke variabelen';
$lang['admin']['firstname'] = 'Voornaam';
$lang['admin']['showsite'] = 'Toon website';
$lang['admin']['userdefinedtags'] = 'gebruiker gedefinieerde Tags';
$lang['admin']['clearcache'] = 'Leeg buffer';
$lang['admin']['currenttemplates'] = 'Huidige sjablonen';
Mambo sucks, that's why I am here.
Now they call it Joomla, but it still sucks!
CMSMS rules!
Now they call it Joomla, but it still sucks!
CMSMS rules!
-
hesbas
Re: Script errors in Dutch admin translation
Thanx Peter,
Just altered the file and I made some translations.
Here is my new file (saved as a txt).
[attachment deleted by admin]
Just altered the file and I made some translations.
Here is my new file (saved as a txt).
[attachment deleted by admin]

