Page 1 of 1

Script errors in Dutch admin translation

Posted: Mon Jan 23, 2006 2:47 pm
by hesbas
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

Re: Errors in Dutch admin translation

Posted: Mon Jan 23, 2006 2:49 pm
by hesbas
By the way... It happened after updating from verion 10.4 to 11.2!

Re: Script errors in Dutch admin translation

Posted: Tue Jan 24, 2006 1:49 pm
by petert
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';

Re: Script errors in Dutch admin translation

Posted: Wed Jan 25, 2006 8:06 pm
by hesbas
Thanx Peter,

Just altered the file and I made some translations.
Here is my new file (saved as a txt).



[attachment deleted by admin]