Trans
This commit is contained in:
parent
6a93439902
commit
6059cc64cf
@ -25,3 +25,4 @@ BackToHelpCenter=Otherwise, click here to go <a href="%s">back to help center ho
|
|||||||
LinkToGoldMember=You can call one of the coach preselected by Dolibarr for your language (%s) by clicking his Widget (status and maximum price are automatically updated):
|
LinkToGoldMember=You can call one of the coach preselected by Dolibarr for your language (%s) by clicking his Widget (status and maximum price are automatically updated):
|
||||||
PossibleLanguages=Supported languages
|
PossibleLanguages=Supported languages
|
||||||
MakeADonation=Help Dolibarr project, make a donation
|
MakeADonation=Help Dolibarr project, make a donation
|
||||||
|
SubscribeToFoundation=Help Dolibarr project, subscribe to the foundation
|
||||||
@ -25,3 +25,4 @@ BackToHelpCenter=Sinon, cliquez ici pour <a href="%s">retourner au centre d'assi
|
|||||||
LinkToGoldMember=Vous pouvez appeler immédiatement un des quelques accompagnateurs présélectionnés par Dolibarr pour votre langue (%s) en cliquant son Widget (disponibilité et tarif maximum sont rafraichis automatiquement):
|
LinkToGoldMember=Vous pouvez appeler immédiatement un des quelques accompagnateurs présélectionnés par Dolibarr pour votre langue (%s) en cliquant son Widget (disponibilité et tarif maximum sont rafraichis automatiquement):
|
||||||
PossibleLanguages=Langages possibles
|
PossibleLanguages=Langages possibles
|
||||||
MakeADonation=Aidez le projet Dolibarr, faites un don
|
MakeADonation=Aidez le projet Dolibarr, faites un don
|
||||||
|
SubscribeToFoundation=Aidez le projet Dolibarr, adhérez à l'association Dolibarr
|
||||||
@ -221,9 +221,6 @@ if ($action == 'add')
|
|||||||
$adh->address = $_POST["address"];
|
$adh->address = $_POST["address"];
|
||||||
$adh->zip = $_POST["zipcode"];
|
$adh->zip = $_POST["zipcode"];
|
||||||
$adh->town = $_POST["town"];
|
$adh->town = $_POST["town"];
|
||||||
$adh->adresse = $_POST["address"]; // TODO deprecated
|
|
||||||
$adh->cp = $_POST["zipcode"]; // TODO deprecated
|
|
||||||
$adh->ville = $_POST["town"]; // TODO deprecated
|
|
||||||
$adh->email = $_POST["email"];
|
$adh->email = $_POST["email"];
|
||||||
if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED))
|
if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED))
|
||||||
{
|
{
|
||||||
@ -233,7 +230,6 @@ if ($action == 'add')
|
|||||||
$adh->photo = $_POST["photo"];
|
$adh->photo = $_POST["photo"];
|
||||||
$adh->note = $_POST["note"];
|
$adh->note = $_POST["note"];
|
||||||
$adh->country_id = $_POST["country_id"];
|
$adh->country_id = $_POST["country_id"];
|
||||||
$adh->pays_id = $_POST["country_id"]; // TODO deprecated
|
|
||||||
$adh->state_id = $_POST["state_id"];
|
$adh->state_id = $_POST["state_id"];
|
||||||
$adh->typeid = $_POST["type"];
|
$adh->typeid = $_POST["type"];
|
||||||
$adh->note = $_POST["comment"];
|
$adh->note = $_POST["comment"];
|
||||||
@ -454,7 +450,7 @@ if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED))
|
|||||||
print '<tr><td>'.$langs->trans("PasswordAgain").' <FONT COLOR="red">*</FONT></td><td><input type="password" name="pass2" size="20" value="'.GETPOST("pass2").'"></td></tr>'."\n";
|
print '<tr><td>'.$langs->trans("PasswordAgain").' <FONT COLOR="red">*</FONT></td><td><input type="password" name="pass2" size="20" value="'.GETPOST("pass2").'"></td></tr>'."\n";
|
||||||
}
|
}
|
||||||
// Birthday
|
// Birthday
|
||||||
print '<tr><td>'.$langs->trans("Birthday").'</td><td>';
|
print '<tr><td>'.$langs->trans("DateToBirth").'</td><td>';
|
||||||
print $form->select_date($birthday,'birth',0,0,1,"newmember");
|
print $form->select_date($birthday,'birth',0,0,1,"newmember");
|
||||||
print '</td></tr>'."\n";
|
print '</td></tr>'."\n";
|
||||||
// Photo
|
// Photo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user