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
|
||||
's.datec' => 'formatted as ' . dol_print_date(dol_now(), '%Y-%m-%d'),
|
||||
'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.firstname' => 'John',
|
||||
's.address' => '61 Jump street',
|
||||
|
||||
@ -895,7 +895,7 @@ DictionaryCanton=States/Provinces
|
||||
DictionaryRegion=Regions
|
||||
DictionaryCountry=Countries
|
||||
DictionaryCurrency=Currencies
|
||||
DictionaryCivility=Honorifics
|
||||
DictionaryCivility=Title of civility
|
||||
DictionaryActions=Types of agenda events
|
||||
DictionarySocialContributions=Types of social or fiscal taxes
|
||||
DictionaryVAT=VAT Rates or Sales Tax Rates
|
||||
|
||||
Loading…
Reference in New Issue
Block a user