fix some translations
This commit is contained in:
parent
02adc70667
commit
bb71b7ffed
@ -931,7 +931,7 @@ MAIN_PROXY_HOST=Name/Address of proxy server
|
|||||||
MAIN_PROXY_PORT=Port of proxy server
|
MAIN_PROXY_PORT=Port of proxy server
|
||||||
MAIN_PROXY_USER=Login to use the proxy server
|
MAIN_PROXY_USER=Login to use the proxy server
|
||||||
MAIN_PROXY_PASS=Password to use the proxy server
|
MAIN_PROXY_PASS=Password to use the proxy server
|
||||||
DefineHereComplementaryAttributes=Define here all atributes, not already available by default, and that you want to be supported for %s.
|
DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
|
||||||
ExtraFields=Complementary attributes
|
ExtraFields=Complementary attributes
|
||||||
ExtraFieldsThirdParties=Complementary attributes (thirdparty)
|
ExtraFieldsThirdParties=Complementary attributes (thirdparty)
|
||||||
ExtraFieldsContacts=Complementary attributes (contact/address)
|
ExtraFieldsContacts=Complementary attributes (contact/address)
|
||||||
|
|||||||
@ -30,6 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
|
|||||||
|
|
||||||
$langs->load("companies");
|
$langs->load("companies");
|
||||||
$langs->load("admin");
|
$langs->load("admin");
|
||||||
|
$langs->load("members");
|
||||||
|
|
||||||
$extrafields = new ExtraFields($db);
|
$extrafields = new ExtraFields($db);
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user