Update of /cvsroot/phpmp/phpMP/languages/french
In directory sc8-pr-cvs1:/tmp/cvs-serv18990/languages/french
Modified Files:
lang_main.php
Log Message:
It is absolutely imperative we give people directions...heh. Always escape quotes if used within the same type of quotes.
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/languages/french/lang_main.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** lang_main.php 3 Dec 2002 01:25:28 -0000 1.1
--- lang_main.php 3 Dec 2002 10:25:44 -0000 1.2
***************
*** 17,21 ****
$this->lang['Modules'] = 'Modules';
$this->lang['Downloads'] = 'Téléchargements';
! $this->lang['Username'] = 'Nom d'usager';
$this->lang['User_CP'] = 'User CP';
$this->lang['User_Control_Panel'] = 'Votre panneau de commande';
--- 17,21 ----
$this->lang['Modules'] = 'Modules';
$this->lang['Downloads'] = 'Téléchargements';
! $this->lang['Username'] = 'Nom d\'usager';
$this->lang['User_CP'] = 'User CP';
$this->lang['User_Control_Panel'] = 'Votre panneau de commande';
***************
*** 29,33 ****
$this->lang['Administration_Area'] = 'Section Administrative';
! $this->lang['Register_a_Username'] = 'Enregistrez votre nom d'usager';
--- 29,33 ----
$this->lang['Administration_Area'] = 'Section Administrative';
! $this->lang['Register_a_Username'] = 'Enregistrez votre nom d\'usager';
***************
*** 39,43 ****
$this->lang['Account_Activated'] = 'Votre compte a été activé. Vous pouvez maintenant ouvrir une session.';
! $this->lang['Required_Field'] = 'Ceci dénote de l'information requise pour votre enregistrement';
$this->lang['Registration_Finished'] = 'Votre enregistrement a été traité. Un courriel expliquant l'activation de votre compte sera envoyé à l'adresse soumisse sous peu.';
$this->lang['Forgot_Password'] = 'Avez-vous oubliez votre mot de pass?';
--- 39,43 ----
$this->lang['Account_Activated'] = 'Votre compte a été activé. Vous pouvez maintenant ouvrir une session.';
! $this->lang['Required_Field'] = 'Ceci dénote de l\'information requise pour votre enregistrement';
$this->lang['Registration_Finished'] = 'Votre enregistrement a été traité. Un courriel expliquant l'activation de votre compte sera envoyé à l'adresse soumisse sous peu.';
$this->lang['Forgot_Password'] = 'Avez-vous oubliez votre mot de pass?';
|