mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +01:00
- LSeecompany : Correction du label
This commit is contained in:
parent
92c3d8d644
commit
d943b09e37
2 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,7 @@ $GLOBALS['LSobjects']['LSeecompany'] = array (
|
||||||
'orderby' => 'displayName', // possible cases : 'displayName' ou 'subDn'
|
'orderby' => 'displayName', // possible cases : 'displayName' ou 'subDn'
|
||||||
'container_dn' => 'ou=companies',
|
'container_dn' => 'ou=companies',
|
||||||
'display_name_format' => '%{ou}',
|
'display_name_format' => '%{ou}',
|
||||||
'label' => 'Company',
|
'label' => 'Companies',
|
||||||
|
|
||||||
'attrs' => array (
|
'attrs' => array (
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
$GLOBALS['LSlang'] = array (
|
$GLOBALS['LSlang'] = array (
|
||||||
|
|
||||||
|
"Companies" =>
|
||||||
|
"Sociétés",
|
||||||
|
|
||||||
"Company" =>
|
"Company" =>
|
||||||
"Société",
|
"Société",
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue