forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 language => Topic started by: Danaldinho on March 05, 2009, 04:30:25 pm

Title: French file not working for people in France
Post by: Danaldinho on March 05, 2009, 04:30:25 pm
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:

Code: [Select]
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 :)
Title: Re: French file not working for people in France
Post by: Danaldinho on March 05, 2009, 04:35:14 pm
Its ok now :)

Someone sent me their copy of french.php.

Thanks again.
Title: Re: French file not working for people in France
Post by: 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
Title: Re: French file not working for people in France
Post by: Danaldinho on March 06, 2009, 06:34:26 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:

Code: [Select]
  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
 :)