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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
4d3e302f
Commit
4d3e302f
authored
19 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Trad: Et encore de la traduction
parent
9fe8b821
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/contact/pre.inc.php
+11
-8
11 additions, 8 deletions
htdocs/contact/pre.inc.php
htdocs/langs/en_US/companies.lang
+4
-0
4 additions, 0 deletions
htdocs/langs/en_US/companies.lang
htdocs/langs/fr_FR/companies.lang
+4
-0
4 additions, 0 deletions
htdocs/langs/fr_FR/companies.lang
with
19 additions
and
8 deletions
htdocs/contact/pre.inc.php
+
11
−
8
View file @
4d3e302f
...
...
@@ -22,26 +22,29 @@
require
(
"../main.inc.php"
);
function
llxHeader
(
$head
=
""
,
$urlp
=
""
)
{
function
llxHeader
(
$head
=
""
,
$urlp
=
""
)
{
global
$langs
,
$user
,
$conf
;
$langs
->
load
(
"propal"
);
$langs
->
load
(
"companies"
);
$langs
->
load
(
"commercial"
);
top_menu
(
$head
);
$menu
=
new
Menu
();
$menu
->
add
(
DOL_URL_ROOT
.
"/contact/index.php"
,
"Contacts"
);
$menu
->
add_submenu
(
DOL_URL_ROOT
.
"/contact/fiche.php?action=create"
,
"Nouveau
Contact"
);
$menu
->
add
(
DOL_URL_ROOT
.
"/contact/index.php"
,
$langs
->
trans
(
"Contacts"
)
)
;
$menu
->
add_submenu
(
DOL_URL_ROOT
.
"/contact/fiche.php?action=create"
,
$langs
->
trans
(
"New
Contact"
)
)
;
$menu
->
add
(
DOL_URL_ROOT
.
"/contact/index.php?userid=
$user->id
"
,
"Mes c
ontacts"
);
$menu
->
add
(
DOL_URL_ROOT
.
"/contact/index.php?userid=
$user->id
"
,
$langs
->
trans
(
"MyC
ontacts"
)
)
;
$menu
->
add
(
DOL_URL_ROOT
.
"/contact/index.php?view=recent"
,
"Contacts rcents"
);
$menu
->
add
(
DOL_URL_ROOT
.
"/contact/index.php?view=recent"
,
$langs
->
trans
(
"LastContacts"
)
);
$menu
->
add
(
DOL_URL_ROOT
.
"/contact/index.php?view=phone"
,
"Tlp
hones"
);
$menu
->
add
(
DOL_URL_ROOT
.
"/contact/index.php?view=phone"
,
$langs
->
trans
(
"P
hones"
)
)
;
$menu
->
add
(
DOL_URL_ROOT
.
"/contact/index.php?view=mail"
,
"E
m
ails"
);
$menu
->
add
(
DOL_URL_ROOT
.
"/contact/index.php?view=mail"
,
$langs
->
trans
(
"E
M
ails"
)
)
;
left_menu
(
$menu
->
liste
);
}
?>
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/companies.lang
+
4
−
0
View file @
4d3e302f
...
...
@@ -65,6 +65,10 @@ ListOfContacts=List of contacts
ListOfCompanies=List of companies
ShowCompany=Show company
ShowContact=Show contact
NewContact=New contact
LastContacts=Last contacts
MyContacts=My contacts
Phones=Phones
Capital=Capital
EditCompany=Edit company
ThisUserIsNot=This user is not a prospect, customer nor supplier
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/companies.lang
+
4
−
0
View file @
4d3e302f
...
...
@@ -65,6 +65,10 @@ ListOfContacts=Liste des contacts
ListOfCompanies=Liste des socits
ShowCompany=Afficher socit
ShowContact=Afficher contact
NewContact=Nouveau contact
LastContacts=Derniers contacts
MyContacts=Mes contacts
Phones=Tlphones
Capital=Capital
EditCompany=Modification socit
ThisUserIsNot=Cet utilisateur n'est ni un prospect, ni un client, ni un fournisseur
...
...
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