> show layout of your locale/ and locale/nl_NL/LC_MESSAGES/ directories. (ls > -lR locale)
locale: totaal 14 -rw-r--r-- 1 root root 469 2004-02-03 17:09 index.php drwxr-xr-x 3 root root 1024 2004-05-27 19:06 nl_NL -rw-r--r-- 1 root root 1786 2004-02-03 17:09 README.locales -rw-r--r-- 1 ksc ksc 557 2004-04-04 09:17 ReleaseNotes -rw-r--r-- 1 root root 7861 2004-02-03 17:09 timezones.cfg -rw-r--r-- 1 ksc ksc 43 2004-02-02 17:52 version locale/nl_NL: totaal 1 drwxr-xr-x 2 root root 1024 2004-05-27 19:06 LC_MESSAGES locale/nl_NL/LC_MESSAGES: totaal 402 -rw-r--r-- 1 root root 3619 2004-05-27 19:06 abook_group.mo -rw-r--r-- 1 root root 5869 2004-05-27 19:06 abook_group.po -rw-r--r-- 1 root root 979 2004-05-27 19:06 address_add.mo -rw-r--r-- 1 root root 1329 2004-05-27 19:06 address_add.po -rw-r--r-- 1 root root 759 2004-05-27 19:06 admin_add.mo -rw-r--r-- 1 root root 942 2004-05-27 19:06 admin_add.po -rw-r--r-- 1 root root 1548 2004-05-27 19:06 archive_mail.mo -rw-r--r-- 1 root root 1665 2004-05-27 19:06 archive_mail.po -rw-r--r-- 1 root root 541 2004-05-27 19:06 askuserinfo.mo -rw-r--r-- 1 root root 675 2004-05-27 19:06 askuserinfo.po -rw-r--r-- 1 root root 609 2004-05-27 19:06 auto_cc.mo -rw-r--r-- 1 root root 805 2004-05-27 19:06 auto_cc.po -rw-r--r-- 1 root root 3462 2004-05-27 19:06 block_attach.mo -rw-r--r-- 1 root root 3665 2004-05-27 19:06 block_attach.po -rw-r--r-- 1 root root 2864 2004-05-27 19:06 block_sender.mo -rw-r--r-- 1 root root 3083 2004-05-27 19:06 block_sender.po -rw-r--r-- 1 root root 2146 2004-05-27 19:06 change_merakpass.mo -rw-r--r-- 1 root root 2708 2004-05-27 19:06 change_merakpass.po -rw-r--r-- 1 root root 1633 2004-05-27 19:06 change_pass.mo -rw-r--r-- 1 root root 2096 2004-05-27 19:06 change_pass.po -rw-r--r-- 1 root root 48959 2004-05-27 19:06 gpg.mo -rw-r--r-- 1 root root 63561 2004-05-27 19:06 gpg.po -rw-r--r-- 1 root root 2685 2004-05-27 19:06 quicksave.mo -rw-r--r-- 1 root root 2886 2004-05-27 19:06 quicksave.po -rw-r--r-- 1 root root 473 2004-05-27 19:06 quota_usage.mo -rw-r--r-- 1 root root 715 2004-05-27 19:06 quota_usage.po -rw-r--r-- 1 root root 2844 2004-05-27 19:06 sent_confirmation.mo -rw-r--r-- 1 root root 4259 2004-05-27 19:06 sent_confirmation.po -rw-r--r-- 1 root root 100730 2004-05-27 19:06 squirrelmail.mo -rw-r--r-- 1 root root 110678 2004-05-27 19:06 squirrelmail.po -rw-r--r-- 1 root root 513 2004-05-27 19:06 view_as_html.mo -rw-r--r-- 1 root root 664 2004-05-27 19:06 view_as_html.po -rw-r--r-- 1 root root 4319 2004-05-27 19:06 windows.mo -rw-r--r-- 1 root root 6274 2004-05-27 19:06 windows.po > You have safe_mode=off or default safe_mode value? safe_mode = Off > Can you check > https://sourceforge.net/tracker/index.php?func=detail&aid=936641&group_id=311&atid=300311 > patches? Tried the patch like this: // the following line is edited for testing purpose // if ( !ini_get('safe_mode') && if ( ((int) ini_get('safe_mode')) == 0 && and it still doesn't work. To be shure I tested the line and it did output '0': echo 'Safe_mode_status = ' . ((int) ini_get('safe_mode')); > If Patch 936641 does not work: > open functions/i18n.php, find line $languages['nl_NL']['LOCALE'] and > disable it by putting // in front of it or try to reproduce it on 1.4.2. > Or try compiling only one nl_NL system locale (with iso-8859-1 charset). In 1.5.0's i18n.php there is no ['nl_NL']['LOCALE'] line: $languages['nl_NL']['NAME'] = 'Dutch'; $languages['nl_NL']['ALTNAME'] = 'Nederlands'; $languages['nl_NL']['CHARSET'] = 'iso-8859-1'; $languages['nl']['ALIAS'] = 'nl_NL'; So I tried the suggestion with 1.4.3-RC1, and there it doesn't work either. Recompiled the locales again, now only with nl_NL iso-8859-1, restarted apache and squirrelmail is still in English with Dutch help... More ideas? Klaas ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
