Hi
I have just noticed that when using the new version 1.23 of french.php, the following functions of usermgr.php don't work:
- check/uncheck all
- the whole "with selected" menu: delete, activate,...
It works with other languages and with french.php v. 1.22
Can anyone confirm this?
Lef
Confirmed. This line should be properly escaped:
'alert_no_selection' => 'vous devez d\'abord sélectionner un utilisateur!', //cpg1.4 //js-alert
Like so:
'alert_no_selection' => 'vous devez d\\\'abord sélectionner un utilisateur!', //cpg1.4 //js-alert
Hi,
I have found others "backslash errors" in the french.php file
change made in attached file
Thank you. I wasn't aware of the "js-alert" problem yet.
Thanks Frantz for your changes. However, I think the file you gave us in not using UTF-8 (??).
QuoteI think the file you gave us in not using UTF-8 (??).
Normally he is ??? I have just make change in the JS allerts with ultraEdit
You are right, sorry :-[
I guess I edited it wrongly before testing...
Quote from: lef on September 09, 2005, 03:59:47 PM
You are right, sorry :-[
I guess I edited it wrongly before testing...
No problem ;)
issue solved then?
it seems,
the french.php revision 1.24 who is in the cvs fixe this issue.
Yes, the new version works well.
Thanks to all.
thanks for your reply. Marked this thread accordingly.