Page 1 of 1

Error in French Translation

Posted: Sun 16. May 2004, 12:47
by thesilbi
In french translation :

Code: Select all

$BL['be_ftrash_delete'] 
return a bad alert. French people can read "Do you want to restore this file" instead of "Do you want to erase this file"

So the good words are near line 272 in include/inc_lang/backend/fr :

Code: Select all

$BL['be_ftrash_delete']                 = 'souhaitez-vous effacer {VAL}?';

Posted: Sun 16. May 2004, 14:00
by Oliver Georgi
I changed that.

Oliver