Improve translations. Exports
This commit is contained in:
parent
160ae055a7
commit
d287b92a96
@ -192,7 +192,7 @@ class modAdherent extends DolibarrModules
|
||||
|
||||
$r++;
|
||||
$this->export_code[$r]=$this->rights_class.'_'.$r;
|
||||
$this->export_label[$r]='Adherents et adhesions';
|
||||
$this->export_label[$r]='MembersAndSubscriptions';
|
||||
$this->export_permission[$r]=array(array("adherent","export"));
|
||||
$this->export_fields_array[$r]=array('a.rowid'=>'Id','a.nom'=>"Lastname",'a.prenom'=>"Firstname",'a.login'=>"Login",'a.morphy'=>'MorPhy','a.adresse'=>"Address",'a.cp'=>"Zip",'a.ville'=>"Town",'a.pays'=>"Country",'a.phone'=>"PhonePro",'a.phone_perso'=>"PhonePerso",'a.phone_mobile'=>"PhoneMobile",'a.email'=>"Email",'a.naiss'=>"Birthday",'a.statut'=>"Status",'a.photo'=>"Photo",'a.note'=>"Note",'a.datec'=>'DateCreation','a.datevalid'=>'DateValidation','a.tms'=>'DateLastModification','a.datefin'=>'DateEndSubscription','ta.rowid'=>'MemberTypeId','ta.libelle'=>'MemberTypeLabel','c.dateadh'=>'DateSubscription','c.cotisation'=>'Amount');
|
||||
$this->export_entities_array[$r]=array('a.rowid'=>'member','a.nom'=>"member",'a.prenom'=>"member",'a.login'=>"member",'a.morphy'=>'member','a.adresse'=>"member",'a.cp'=>"member",'a.ville'=>"member",'a.pays'=>"member",'a.phone'=>"member",'a.phone_perso'=>"member",'a.phone_mobile'=>"member",'a.email'=>"member",'a.naiss'=>"member",'a.statut'=>"member",'a.photo'=>"member",'a.note'=>"member",'a.datec'=>'member','a.datevalid'=>'member','a.tms'=>'member','a.datefin'=>'member','ta.rowid'=>'member_type','ta.libelle'=>'member_type','c.dateadh'=>'subscription','c.cotisation'=>'subscription');
|
||||
|
||||
@ -114,7 +114,7 @@ class modCategorie extends DolibarrModules
|
||||
|
||||
$r++;
|
||||
$this->export_code[$r]='category_'.$r;
|
||||
$this->export_label[$r]='List of supplier categories';
|
||||
$this->export_label[$r]='CatSupList';
|
||||
$this->export_permission[$r]=array(array("categorie","lire"));
|
||||
$this->export_fields_array[$r]=array('u.rowid'=>"CategId",'u.label'=>"Label",'u.description'=>"Description",'s.rowid'=>'CompanyId','s.nom'=>'Name','s.prefix_comm'=>"Prefix",'s.client'=>"Customer",'s.datec'=>"DateCreation",'s.tms'=>"DateLastModification",'s.code_client'=>"CustomerCode",'s.address'=>"Address",'s.cp'=>"Zip",'s.ville'=>"Town",'p.libelle'=>"Country",'p.code'=>"CountryCode",'s.tel'=>"Phone",'s.fax'=>"Fax",'s.url'=>"Url",'s.email'=>"Email",'s.siret'=>"IdProf1",'s.siren'=>"IdProf2",'s.ape'=>"IdProf3",'s.idprof4'=>"IdProf4",'s.tva_intra'=>"VATIntraShort",'s.capital'=>"Capital",'s.note'=>"Note");
|
||||
$this->export_entities_array[$r]=array('u.rowid'=>"category",'u.label'=>"category",'u.description'=>"category",'s.rowid'=>'company','s.nom'=>'company','s.prefix_comm'=>"company",'s.client'=>"company",'s.datec'=>"company",'s.tms'=>"company",'s.code_client'=>"company",'s.address'=>"company",'s.cp'=>"company",'s.ville'=>"company",'p.libelle'=>"company",'p.code'=>"company",'s.tel'=>"company",'s.fax'=>"company",'s.url'=>"company",'s.email'=>"company",'s.siret'=>"company",'s.siren'=>"company",'s.ape'=>"company",'s.idprof4'=>"company",'s.tva_intra'=>"company",'s.capital'=>"company",'s.note'=>"company");
|
||||
@ -126,7 +126,7 @@ class modCategorie extends DolibarrModules
|
||||
|
||||
$r++;
|
||||
$this->export_code[$r]='category_'.$r;
|
||||
$this->export_label[$r]='List of customer/prospect categories';
|
||||
$this->export_label[$r]='CatCusList';
|
||||
$this->export_permission[$r]=array(array("categorie","lire"));
|
||||
$this->export_fields_array[$r]=array('u.rowid'=>"CategId",'u.label'=>"Label",'u.description'=>"Description",'s.rowid'=>'CompanyId','s.nom'=>'Name','s.prefix_comm'=>"Prefix",'s.client'=>"Customer",'s.datec'=>"DateCreation",'s.tms'=>"DateLastModification",'s.code_client'=>"CustomerCode",'s.address'=>"Address",'s.cp'=>"Zip",'s.ville'=>"Town",'p.libelle'=>"Country",'p.code'=>"CountryCode",'s.tel'=>"Phone",'s.fax'=>"Fax",'s.url'=>"Url",'s.email'=>"Email",'s.siret'=>"IdProf1",'s.siren'=>"IdProf2",'s.ape'=>"IdProf3",'s.idprof4'=>"IdProf4",'s.tva_intra'=>"VATIntraShort",'s.capital'=>"Capital",'s.note'=>"Note",'s.fk_prospectlevel'=>'ProspectLevel','fk_stcomm'=>'ProspectStatus');
|
||||
$this->export_entities_array[$r]=array('u.rowid'=>"category",'u.label'=>"category",'u.description'=>"category",'s.rowid'=>'company','s.nom'=>'company','s.prefix_comm'=>"company",'s.client'=>"company",'s.datec'=>"company",'s.tms'=>"company",'s.code_client'=>"company",'s.address'=>"company",'s.cp'=>"company",'s.ville'=>"company",'p.libelle'=>"company",'p.code'=>"company",'s.tel'=>"company",'s.fax'=>"company",'s.url'=>"company",'s.email'=>"company",'s.siret'=>"company",'s.siren'=>"company",'s.ape'=>"company",'s.idprof4'=>"company",'s.tva_intra'=>"company",'s.capital'=>"company",'s.note'=>"company",'s.fk_prospectlevel'=>'company','fk_stcomm'=>'company');
|
||||
@ -138,7 +138,7 @@ class modCategorie extends DolibarrModules
|
||||
|
||||
$r++;
|
||||
$this->export_code[$r]='category_'.$r;
|
||||
$this->export_label[$r]='List of products categories';
|
||||
$this->export_label[$r]='CatProdList';
|
||||
$this->export_permission[$r]=array(array("categorie","lire"));
|
||||
$this->export_fields_array[$r]=array('u.rowid'=>"CategId",'u.label'=>"Label",'u.description'=>"Description",'p.rowid'=>'ProductId','p.ref'=>'Ref');
|
||||
$this->export_entities_array[$r]=array('u.rowid'=>"category",'u.label'=>"category",'u.description'=>"category",'p.rowid'=>'product','p.ref'=>'product');
|
||||
|
||||
@ -110,7 +110,7 @@ class modDeplacement extends DolibarrModules
|
||||
|
||||
$r++;
|
||||
$this->export_code[$r]='trips_'.$r;
|
||||
$this->export_label[$r]='List of trips and expenses';
|
||||
$this->export_label[$r]='ListTripsAndExpenses';
|
||||
$this->export_permission[$r]=array(array("deplacement","export"));
|
||||
$this->export_fields_array[$r]=array('d.rowid'=>"TripId",'d.type'=>"Type",'d.km'=>"FeesKilometersOrAmout",'d.note'=>'Note','s.nom'=>'ThirdParty');
|
||||
$this->export_entities_array[$r]=array('d.rowid'=>"Trip",'d.type'=>"Trip",'d.km'=>"Trip",'d.note'=>'Trip','s.nom'=>'company');
|
||||
|
||||
@ -81,3 +81,6 @@ AssignedToTheCustomer = Assignat a un client
|
||||
InternalCategory = Categoria interna
|
||||
CategoryContents = Contingut de la categoria
|
||||
CategId = Id categoria
|
||||
CatSupList=Llista de categories proveïdors
|
||||
CatCusList=Llista de categories clients/potencials
|
||||
CatProdList=Llista de categories productes
|
||||
|
||||
@ -136,3 +136,4 @@ ShowTypeCard = Veure tipus '%s'
|
||||
HTPasswordExport = Generació fitxer htpassword
|
||||
NoThirdPartyAssociatedToMember = Cap tercer associat a aquest membre
|
||||
ThirdPartyDolibarr = Tercers Dolibarr
|
||||
MembersAndSubscriptions = Membres y afiliacions
|
||||
|
||||
@ -17,3 +17,4 @@ ConfirmDeleteTrip=Esteu segur de voler eliminar aquest desplaçament?
|
||||
TF_OTHER=Altre
|
||||
TF_LUNCH=Dieta
|
||||
TF_TRIP=Viatge
|
||||
ListTripsAndExpenses=Llista de desplaçaments i despeses
|
||||
|
||||
@ -80,4 +80,7 @@ AssignedToCustomer=Assigned to a customer
|
||||
AssignedToTheCustomer=Assigned to the customer
|
||||
InternalCategory=Inernal category
|
||||
CategoryContents=Category contents
|
||||
CategId=Category id
|
||||
CategId=Category id
|
||||
CatSupList=List of supplier categories
|
||||
CatCusList=List of customer/prospect categories
|
||||
CatProdList=List of products categories
|
||||
@ -136,4 +136,5 @@ DescADHERENT_CARD_FOOTER_TEXT=Text printed on bottom of member cards
|
||||
ShowTypeCard=Show type '%s'
|
||||
HTPasswordExport=htpassword file generation
|
||||
NoThirdPartyAssociatedToMember=No third party associated to this member
|
||||
ThirdPartyDolibarr=Dolibarr third party
|
||||
ThirdPartyDolibarr=Dolibarr third party
|
||||
MembersAndSubscriptions = Members and Suscriptions
|
||||
|
||||
@ -15,4 +15,5 @@ DeleteTrip=Delete trip
|
||||
ConfirmDeleteTrip=Are you sure you want to delete this trip ?
|
||||
TF_OTHER=Other
|
||||
TF_LUNCH=Lunch
|
||||
TF_TRIP=Trip
|
||||
TF_TRIP=Trip
|
||||
ListTripsAndExpenses=List of trips and expenses
|
||||
@ -81,3 +81,6 @@ AssignedToTheCustomer = Asigado a un cliente
|
||||
InternalCategory = Categoría interna
|
||||
CategoryContents = Contenido de la categoría
|
||||
CategId = Id categoría
|
||||
CatSupList=Lista de categorías proveedores
|
||||
CatCusList=Lista de categorías clientes/potenciales
|
||||
CatProdList=Lista de categorías productos
|
||||
|
||||
@ -136,3 +136,4 @@ ShowTypeCard = Ver tipo '%s'
|
||||
HTPasswordExport = Generación archivo htpassword
|
||||
NoThirdPartyAssociatedToMember = Ningún tercero asociado a este miembro
|
||||
ThirdPartyDolibarr = Terceros Dolibarr
|
||||
MembersAndSubscriptions = Miembros y afiliaciones
|
||||
|
||||
@ -17,3 +17,4 @@ ConfirmDeleteTrip=¿Está seguro de querer eliminar este desplazamiento?
|
||||
TF_OTHER=Otro
|
||||
TF_LUNCH=Dieta
|
||||
TF_TRIP=Viaje
|
||||
ListTripsAndExpenses=Lista de desplazamientos y gastos
|
||||
|
||||
@ -80,4 +80,7 @@ AssignedToCustomer=Attribuer à un client
|
||||
AssignedToTheCustomer=Attribué au client
|
||||
InternalCategory=Catégorie interne
|
||||
CategoryContents=Contenu de la catégorie
|
||||
CategId=Id categorie
|
||||
CategId=Id categorie
|
||||
CatSupList=Liste des catégories fournisseurs
|
||||
CatCusList=Liste des catégories clients/prospets
|
||||
CatProdList=Liste des catégories produits
|
||||
|
||||
@ -136,4 +136,5 @@ DescADHERENT_CARD_FOOTER_TEXT=Texte imprimé sur le bas des cartes adhérents
|
||||
ShowTypeCard=Voir type '%s'
|
||||
HTPasswordExport=Generation fichier htpassword
|
||||
NoThirdPartyAssociatedToMember=Pas de tiers associé à cet adhérent
|
||||
ThirdPartyDolibarr=Tiers Dolibarr
|
||||
ThirdPartyDolibarr=Tiers Dolibarr
|
||||
MembersAndSubscriptions = Adhérents et Adhésions
|
||||
@ -16,4 +16,5 @@ DeleteTrip=Supprimer déplacement
|
||||
ConfirmDeleteTrip=Êtes vous sur de vouloir supprimer ce déplacement/note de frais ?
|
||||
TF_OTHER=Autre
|
||||
TF_LUNCH=Repas
|
||||
TF_TRIP=Déplacement
|
||||
TF_TRIP=Déplacement
|
||||
ListTripsAndExpenses=Liste des déplacements et frais
|
||||
|
||||
Loading…
Reference in New Issue
Block a user