Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
65c9b0e0
Commit
65c9b0e0
authored
Nov 19, 2006
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Trad: Traduction fiche LDAP
parent
f58cabb5
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/langs/en_US/ldap.lang
+10
-0
10 additions, 0 deletions
htdocs/langs/en_US/ldap.lang
htdocs/langs/fr_FR/ldap.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/fr_FR/ldap.lang
htdocs/lib/contact.lib.php
+11
-9
11 additions, 9 deletions
htdocs/lib/contact.lib.php
with
22 additions
and
9 deletions
htdocs/langs/en_US/ldap.lang
0 → 100644
+
10
−
0
View file @
65c9b0e0
# Dolibarr language file - en_US - ldap
DomainPassword=Password for domain
UserMustChangePassNextLogon=User must change its password to next connexion
LdapUacf_NORMAL_ACCOUNT=User account
LdapUacf_DONT_EXPIRE_PASSWORD=Password never expires
LdapUacf_ACCOUNTDISABLE=Account is disabled on this domain
LDAPInformationsForThisContact=Informations in LDAP database for this contact
LDAPInformationsForThisUser=Informations in LDAP database for this user
LDAPAttribute=Attribute
LDAPCard=LDAP card
\ No newline at end of file
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/ldap.lang
+
1
−
0
View file @
65c9b0e0
...
@@ -7,3 +7,4 @@ LdapUacf_ACCOUNTDISABLE=Le compte est d
...
@@ -7,3 +7,4 @@ LdapUacf_ACCOUNTDISABLE=Le compte est d
LDAPInformationsForThisContact=Informations en base LDAP pour ce contact
LDAPInformationsForThisContact=Informations en base LDAP pour ce contact
LDAPInformationsForThisUser=Informations en base LDAP pour cet utilisateur
LDAPInformationsForThisUser=Informations en base LDAP pour cet utilisateur
LDAPAttribute=Attribut
LDAPAttribute=Attribut
LDAPCard=Fiche LDAP
This diff is collapsed.
Click to expand it.
htdocs/lib/contact.lib.php
+
11
−
9
View file @
65c9b0e0
...
@@ -36,10 +36,20 @@ function contact_prepare_head($contrat)
...
@@ -36,10 +36,20 @@ function contact_prepare_head($contrat)
$head
=
array
();
$head
=
array
();
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/contact/fiche.php?id='
.
$_GET
[
"id"
];
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/contact/fiche.php?id='
.
$_GET
[
"id"
];
$head
[
$h
][
1
]
=
$langs
->
trans
(
"
General
"
);
$head
[
$h
][
1
]
=
$langs
->
trans
(
"
Card
"
);
$head
[
$h
][
2
]
=
'general'
;
$head
[
$h
][
2
]
=
'general'
;
$h
++
;
$h
++
;
if
(
$conf
->
ldap
->
enabled
&&
$conf
->
global
->
LDAP_CONTACT_ACTIVE
)
{
$langs
->
load
(
"ldap"
);
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/contact/ldap.php?id='
.
$_GET
[
"id"
];
$head
[
$h
][
1
]
=
$langs
->
trans
(
"LDAPCard"
);
$head
[
$h
][
2
]
=
'ldap'
;
$h
++
;
}
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/contact/perso.php?id='
.
$_GET
[
"id"
];
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/contact/perso.php?id='
.
$_GET
[
"id"
];
$head
[
$h
][
1
]
=
$langs
->
trans
(
"PersonalInformations"
);
$head
[
$h
][
1
]
=
$langs
->
trans
(
"PersonalInformations"
);
$head
[
$h
][
2
]
=
'perso'
;
$head
[
$h
][
2
]
=
'perso'
;
...
@@ -50,14 +60,6 @@ function contact_prepare_head($contrat)
...
@@ -50,14 +60,6 @@ function contact_prepare_head($contrat)
$head
[
$h
][
2
]
=
'exportimport'
;
$head
[
$h
][
2
]
=
'exportimport'
;
$h
++
;
$h
++
;
if
(
$conf
->
ldap
->
enabled
&&
$conf
->
global
->
LDAP_CONTACT_ACTIVE
)
{
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/contact/ldap.php?id='
.
$_GET
[
"id"
];
$head
[
$h
][
1
]
=
$langs
->
trans
(
"LDAP"
);
$head
[
$h
][
2
]
=
'ldap'
;
$h
++
;
}
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/contact/info.php?id='
.
$_GET
[
"id"
];
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/contact/info.php?id='
.
$_GET
[
"id"
];
$head
[
$h
][
1
]
=
$langs
->
trans
(
"Info"
);
$head
[
$h
][
1
]
=
$langs
->
trans
(
"Info"
);
$head
[
$h
][
2
]
=
'info'
;
$head
[
$h
][
2
]
=
'info'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment