Hi
the main problem is that french translation need to use single quote (’)
and sometime the variable are single quote too.
What happen is that in the listAccountData form of the felamimail the
javascript
doesn’t work becouse of error du to single quote.
the french translation is
Voulez-vous vraiment effacer le compte et l’identité sélectionnés?’
this give in the code
var lang_reallyDeleteAccountSettings = ‘Voulez-vous vraiment effacer le
compte et l’identité sélectionnés?’;
too work the best thing will be too double quote like this
var lang_reallyDeleteAccountSettings = “Voulez-vous vraiment effacer le
compte et l’identité sélectionnés?”;
hope it Help
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers