Fix trans
This commit is contained in:
parent
8104b7fa2d
commit
51bdf5f949
@ -631,7 +631,7 @@ class modSociete extends DolibarrModules
|
|||||||
$this->import_examplevalues_array[$r] = array(//field order as per structure of table llx_socpeople
|
$this->import_examplevalues_array[$r] = array(//field order as per structure of table llx_socpeople
|
||||||
's.datec' => 'formatted as ' . dol_print_date(dol_now(), '%Y-%m-%d'),
|
's.datec' => 'formatted as ' . dol_print_date(dol_now(), '%Y-%m-%d'),
|
||||||
's.fk_soc' => 'Third Party name eg. TPBigCompany',
|
's.fk_soc' => 'Third Party name eg. TPBigCompany',
|
||||||
's.civility' => 'honorific eg: MR...matches field "code" in table "' . MAIN_DB_PREFIX . 'c_civility"',
|
's.civility' => 'Title of civility eg: MR...matches field "code" in table "' . MAIN_DB_PREFIX . 'c_civility"',
|
||||||
's.lastname' => "lastname or label",
|
's.lastname' => "lastname or label",
|
||||||
's.firstname' => 'John',
|
's.firstname' => 'John',
|
||||||
's.address' => '61 Jump street',
|
's.address' => '61 Jump street',
|
||||||
|
|||||||
@ -895,7 +895,7 @@ DictionaryCanton=States/Provinces
|
|||||||
DictionaryRegion=Regions
|
DictionaryRegion=Regions
|
||||||
DictionaryCountry=Countries
|
DictionaryCountry=Countries
|
||||||
DictionaryCurrency=Currencies
|
DictionaryCurrency=Currencies
|
||||||
DictionaryCivility=Honorifics
|
DictionaryCivility=Title of civility
|
||||||
DictionaryActions=Types of agenda events
|
DictionaryActions=Types of agenda events
|
||||||
DictionarySocialContributions=Types of social or fiscal taxes
|
DictionarySocialContributions=Types of social or fiscal taxes
|
||||||
DictionaryVAT=VAT Rates or Sales Tax Rates
|
DictionaryVAT=VAT Rates or Sales Tax Rates
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user