French file not working for people in France French file not working for people in France
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

French file not working for people in France

Started by Danaldinho, March 05, 2009, 04:30:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Danaldinho

On my gallery: http://www.lilwaynehq.com/gallery the french file doesn't seem to show or work.

I enabled the dropdown list for the languages (in the footer) and when you click on one like German, it works, but then when you click on French, it just goes back to English.

Also I have recieved a couple of e-mails from people who visit my website in France saying they get this error:

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/dannym/public_html/lilwaynehq.com/gallery/lang/french.php on line 703

Now, I have tried to fix this, by downloading another copy of CPG 1.4.20 and then replacing my french.php in the lang folder with the one from the download.

And the problem still exists.

Does anyone know what the problem is and how to fix it.

Thanks alot :)

Danaldinho

Its ok now :)

Someone sent me their copy of french.php.

Thanks again.

Stramm

You're using the modpack and its french language file.
Looks like the translator introduced a little glitch.

From what I can see you should go to line 702 (the line that holds the 'deleted' translation) and at the end of the line right before the , (comma) you add a '

That should do it

Danaldinho

Quote from: Stramm on March 05, 2009, 04:38:13 PM
You're using the modpack and its french language file.
Looks like the translator introduced a little glitch.

From what I can see you should go to line 702 (the line that holds the 'deleted' translation) and at the end of the line right before the , (comma) you add a '

That should do it

Thanks, but I think with the French file my friend gave me, it has already been done:

  array('Longueur maximum d\'un commentaire', 'max_com_size', 0, 'f=index.htm&as=admin_image_comment_length&ae=admin_image_comment_length_end'), //cpg1.4

:)