Menu

French Language error

2005-02-02
2013-04-30
  • Ugo Bellavance

    Ugo Bellavance - 2005-02-02

    Hi.  I have an error while using French as a language.  All other languages seem to be working fine.

    Here is the error:  (i tried to fix it, but I couldn't).

    Erreur d'analyse XML : balise ne correspondant pas. Attendu : </BR>. Emplacement : http://myserver/phpopenchat-3.0.1/index.php?language=fr&PHPSESSID=e7c612cdf4eb6f00ebdd1d447aeca7e6 Numro de ligne 56, Colonne 239 :<strong></strong> <br />C est un salon de discussion, Vous devez lire la <a href="netiquette.php">charte d utilisation</a> avant de nous rejoindre!<BR> Utilisez votre pseudo et le mot de passe du site pour vous connecter ! </p> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^

     
    • Typhoe

      Typhoe - 2005-04-18

      Hi,

      same problem here. I have exactly the same error.
      But it only occurs when using Mozilla-Firefox and the french language file.

      I'll try to fix it if I can, and post the patch in this case.

      Regards

       
    • Typhoe

      Typhoe - 2005-04-18

      Ok, here is the correction to make to have it working.

      Open the file "include/languages/fr.inc"

      Find the string:
      define('INTRO','C est un salon de discussion, Vous devez lire la <a href="netiquette.php">charte d utilisation</a> avant de nous rejoindre!<BR> Utilisez votre pseudo et le mot de passe du site pour vous connecter !');

      Change it to:
      define('INTRO','C est un salon de discussion, Vous devez lire la <a href="netiquette.php">charte d utilisation</a> avant de nous rejoindre!<BR/> Utilisez votre pseudo et le mot de passe du site pour vous connecter !');

      Yes, that's it. You just have to add the "/" in the <BR> tag in the middle.

      And it works...

      Regards.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.