Error in French Translation

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
thesilbi
Posts: 14
Joined: Mon 23. Feb 2004, 21:32

Error in French Translation

Post 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}?';
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

I changed that.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Locked