Trans
This commit is contained in:
parent
6a93439902
commit
6059cc64cf
@ -24,4 +24,5 @@ ToGetHelpGoOnSparkAngels2=Sometimes, there is no company available at the moment
|
||||
BackToHelpCenter=Otherwise, click here to go <a href="%s">back to help center home page</a>.
|
||||
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
|
||||
MakeADonation=Help Dolibarr project, make a donation
|
||||
MakeADonation=Help Dolibarr project, make a donation
|
||||
SubscribeToFoundation=Help Dolibarr project, subscribe to the foundation
|
||||
@ -24,4 +24,5 @@ ToGetHelpGoOnSparkAngels2=Parfois, aucun intervenant n'est disponible au moment
|
||||
BackToHelpCenter=Sinon, cliquez ici pour <a href="%s">retourner au centre d'assistance</a>.
|
||||
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
|
||||
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->zip = $_POST["zipcode"];
|
||||
$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"];
|
||||
if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED))
|
||||
{
|
||||
@ -233,7 +230,6 @@ if ($action == 'add')
|
||||
$adh->photo = $_POST["photo"];
|
||||
$adh->note = $_POST["note"];
|
||||
$adh->country_id = $_POST["country_id"];
|
||||
$adh->pays_id = $_POST["country_id"]; // TODO deprecated
|
||||
$adh->state_id = $_POST["state_id"];
|
||||
$adh->typeid = $_POST["type"];
|
||||
$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";
|
||||
}
|
||||
// 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 '</td></tr>'."\n";
|
||||
// Photo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user