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
bd3e3f77
Commit
bd3e3f77
authored
Jan 1, 2005
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Trad: Traduction de "Derniers prospects"
parent
7c2ee747
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/comm/prospect/pre.inc.php
+1
-1
1 addition, 1 deletion
htdocs/comm/prospect/pre.inc.php
htdocs/langs/en_US/companies.lang
+2
-1
2 additions, 1 deletion
htdocs/langs/en_US/companies.lang
htdocs/langs/fr_FR/companies.lang
+2
-1
2 additions, 1 deletion
htdocs/langs/fr_FR/companies.lang
with
5 additions
and
3 deletions
htdocs/comm/prospect/pre.inc.php
+
1
−
1
View file @
bd3e3f77
...
@@ -39,7 +39,7 @@ function llxHeader($head = "", $urlp = "") {
...
@@ -39,7 +39,7 @@ function llxHeader($head = "", $urlp = "") {
$menu
->
add_submenu
(
DOL_URL_ROOT
.
"/comm/prospect/prospects.php"
,
$langs
->
trans
(
"List"
));
$menu
->
add_submenu
(
DOL_URL_ROOT
.
"/comm/prospect/prospects.php"
,
$langs
->
trans
(
"List"
));
$menu
->
add_submenu
(
DOL_URL_ROOT
.
"/comm/prospect/prospects.php?sortfield=s.datec&sortorder=desc&begin=&stcomm=0"
,
$langs
->
trans
(
"Last"
));
$menu
->
add_submenu
(
DOL_URL_ROOT
.
"/comm/prospect/prospects.php?sortfield=s.datec&sortorder=desc&begin=&stcomm=0"
,
$langs
->
trans
(
"Last
Prospect
"
));
$menu
->
add_submenu
(
DOL_URL_ROOT
.
"/comm/contact.php?type=p"
,
$langs
->
trans
(
"Contacts"
));
$menu
->
add_submenu
(
DOL_URL_ROOT
.
"/comm/contact.php?type=p"
,
$langs
->
trans
(
"Contacts"
));
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/companies.lang
+
2
−
1
View file @
bd3e3f77
...
@@ -40,3 +40,4 @@ CustomerCode=Customer code
...
@@ -40,3 +40,4 @@ CustomerCode=Customer code
SupplierCode=Supplier code
SupplierCode=Supplier code
CustomerAccount=Customer account
CustomerAccount=Customer account
SupplierAccount=Supplier account
SupplierAccount=Supplier account
LastProspect=Last
\ No newline at end of file
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/companies.lang
+
2
−
1
View file @
bd3e3f77
...
@@ -40,3 +40,4 @@ CustomerCode=Code client
...
@@ -40,3 +40,4 @@ CustomerCode=Code client
SupplierCode=Code fournisseur
SupplierCode=Code fournisseur
CustomerAccount=Compte client
CustomerAccount=Compte client
SupplierAccount=Compte fournisseur
SupplierAccount=Compte fournisseur
LastProspect=Derniers
\ No newline at end of file
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