> Tomas Kuliavas a écrit : >>> Hi, >>> >>> we have squirrelmail 1.4.6 installed. >>> >>> I just to change the translations in some spot of squirremails. >>> For exemple : >>> in the login screen we have (the default) "Identifiant" (in french). >>> I just want to put "Nom de connexion" instead. >>> >>> I was in ..//locale/fr_FR/LC_MESSAGES/squirrelmail.po where i found the >>> string "Identifiant". But when i changed it, it doesn't appear in the >>> login screen. >>> Maybe i am in the wrong file... >>> >>> Does someone knows how to do (for the login screen but also anywhere >>> else in squirremail) ? >>> >> >> recompile squirrelmail.mo file with "msgfmt -v -c -o squirrelmail.mo >> squirrelmail.po" command and restart apache. >> >> > Thank you Thomas, it works! > (there is no need to restart apache)
only if you are using PHP as CGI. gettext translations are cached, if PHP is installed as loadable module (DSO). You will get random switches to English strings, when you update .mo files and forget to restart apache. -- Tomas ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
