Trad: Un peu plus de traduction du module adhérent
This commit is contained in:
parent
a9bac24738
commit
75cc073f97
@ -32,7 +32,8 @@ require("../main.inc.php");
|
|||||||
function llxHeader($head = "") {
|
function llxHeader($head = "") {
|
||||||
global $user, $conf, $langs;
|
global $user, $conf, $langs;
|
||||||
|
|
||||||
|
$langs->load("members");
|
||||||
|
|
||||||
top_menu($head);
|
top_menu($head);
|
||||||
|
|
||||||
$menu = new Menu();
|
$menu = new Menu();
|
||||||
@ -54,11 +55,12 @@ function llxHeader($head = "") {
|
|||||||
$langs->load("compta");
|
$langs->load("compta");
|
||||||
$menu->add("index.php",$langs->trans("Accountancy"));
|
$menu->add("index.php",$langs->trans("Accountancy"));
|
||||||
$menu->add_submenu("cotisations.php","Cotisations");
|
$menu->add_submenu("cotisations.php","Cotisations");
|
||||||
$menu->add_submenu(DOL_URL_ROOT."/compta/bank/",$langs->trans("Bank"));
|
$langs->load("banks");
|
||||||
|
$menu->add_submenu(DOL_URL_ROOT."/compta/bank/",$langs->trans("Banks"));
|
||||||
|
|
||||||
$menu->add("index.php",$langs->trans("Setup"));
|
$menu->add("index.php",$langs->trans("Setup"));
|
||||||
$menu->add_submenu("type.php","Type d'adhérent");
|
$menu->add_submenu("type.php",$langs->trans("MembersTypes"));
|
||||||
$menu->add_submenu("options.php","Champs optionnels");
|
$menu->add_submenu("options.php",$langs->trans("MembersAttributes"));
|
||||||
|
|
||||||
left_menu($menu->liste);
|
left_menu($menu->liste);
|
||||||
|
|
||||||
|
|||||||
@ -7,4 +7,6 @@ MembersListToValid=List of members to be validated
|
|||||||
MembersListValid=List of valid members
|
MembersListValid=List of valid members
|
||||||
MembersListResiliated=List of resiliated members
|
MembersListResiliated=List of resiliated members
|
||||||
DateAbonment=Abonment date
|
DateAbonment=Abonment date
|
||||||
NewMember=New member
|
NewMember=New member
|
||||||
|
MembersTypes=Members types
|
||||||
|
MembersAttribute=Members attributes
|
||||||
@ -8,4 +8,6 @@ ErrorForbidden=Access forbidden.<br>You try to access to a page, area or feature
|
|||||||
ErrorForbidden2=Permission for this login can be defined by your Dolibarr administrator from menu %s->%s.
|
ErrorForbidden2=Permission for this login can be defined by your Dolibarr administrator from menu %s->%s.
|
||||||
ErrorForbidden3=It seems that Dolibarr is not used through an authenticated session. Take a look at Dolibarr setup documentation to know how to manage authentications (htaccess, mod_auth or other...).
|
ErrorForbidden3=It seems that Dolibarr is not used through an authenticated session. Take a look at Dolibarr setup documentation to know how to manage authentications (htaccess, mod_auth or other...).
|
||||||
AddTrip=Add trip
|
AddTrip=Add trip
|
||||||
Tools=Tools
|
Tools=Tools
|
||||||
|
Birthday=Birthday
|
||||||
|
BirthdayDate=Birthday
|
||||||
@ -7,4 +7,6 @@ MembersListToValid=Liste des adh
|
|||||||
MembersListValid=Liste des adhérents valides
|
MembersListValid=Liste des adhérents valides
|
||||||
MembersListResiliated=Liste des adhérents résiliés
|
MembersListResiliated=Liste des adhérents résiliés
|
||||||
DateAbonment=Date cotisation
|
DateAbonment=Date cotisation
|
||||||
NewMember=Nouvel adhérent
|
NewMember=Nouvel adhérent
|
||||||
|
MembersTypes=Types d'adhérents
|
||||||
|
MembersAttributes=Attributs adhérents
|
||||||
@ -8,4 +8,6 @@ ErrorForbidden=Acc
|
|||||||
ErrorForbidden2=Les permissions pour ce login peuvent être attribuée par l'administrateur Dolibarr via le menu %s->%s.
|
ErrorForbidden2=Les permissions pour ce login peuvent être attribuée par l'administrateur Dolibarr via le menu %s->%s.
|
||||||
ErrorForbidden3=Dolibarr ne semble pas fonctionner au sein d'une session authentifiée. Consulter la documentation d'installation de Dolibarr pour connaitre comment gérer les autentifications (htaccess, mod_auth ou autre...).
|
ErrorForbidden3=Dolibarr ne semble pas fonctionner au sein d'une session authentifiée. Consulter la documentation d'installation de Dolibarr pour connaitre comment gérer les autentifications (htaccess, mod_auth ou autre...).
|
||||||
AddTrip=Créer déplacement
|
AddTrip=Créer déplacement
|
||||||
Tools=Outils
|
Tools=Outils
|
||||||
|
Birthday=Anniversaire
|
||||||
|
BirthdayDate=Date anniversaire
|
||||||
Loading…
Reference in New Issue
Block a user