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
aec7c95e
Commit
aec7c95e
authored
19 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Trad: Utilisation du bon terme pour remise
parent
f11f7698
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/comm/remx.php
+2
-2
2 additions, 2 deletions
htdocs/comm/remx.php
htdocs/langs/fr_FR/bills.lang
+2
-2
2 additions, 2 deletions
htdocs/langs/fr_FR/bills.lang
with
4 additions
and
4 deletions
htdocs/comm/remx.php
+
2
−
2
View file @
aec7c95e
...
@@ -230,9 +230,9 @@ if ($_socid > 0)
...
@@ -230,9 +230,9 @@ if ($_socid > 0)
print_titre
(
$langs
->
trans
(
"DiscountAlreadyCounted"
));
print_titre
(
$langs
->
trans
(
"DiscountAlreadyCounted"
));
print
'<table class="noborder" width="100%">'
;
print
'<table class="noborder" width="100%">'
;
print
'<tr class="liste_titre"><td width="80">'
.
$langs
->
trans
(
"Date"
)
.
'</td>'
;
print
'<tr class="liste_titre"><td width="80">'
.
$langs
->
trans
(
"Date"
)
.
'</td>'
;
print
'<td align="left">'
.
$langs
->
trans
(
"Bill"
)
.
'</td>'
;
print
'<td>'
.
$langs
->
trans
(
"ReasonDiscount"
)
.
'</td>'
;
print
'<td>'
.
$langs
->
trans
(
"ReasonDiscount"
)
.
'</td>'
;
print
'<td width="120" align="right">'
.
$langs
->
trans
(
"Amount"
)
.
'</td>'
;
print
'<td width="120" align="right">'
.
$langs
->
trans
(
"Amount"
)
.
'</td>'
;
print
'<td align="center">'
.
$langs
->
trans
(
"Bill"
)
.
'</td>'
;
print
'<td align="center" width="100">'
.
$langs
->
trans
(
"Author"
)
.
'</td>'
;
print
'<td align="center" width="100">'
.
$langs
->
trans
(
"Author"
)
.
'</td>'
;
print
'<td width="20"> </td>'
;
print
'<td width="20"> </td>'
;
print
'</tr>'
;
print
'</tr>'
;
...
@@ -246,9 +246,9 @@ if ($_socid > 0)
...
@@ -246,9 +246,9 @@ if ($_socid > 0)
$var
=
!
$var
;
$var
=
!
$var
;
print
"<tr
$bc[$var]
>"
;
print
"<tr
$bc[$var]
>"
;
print
'<td>'
.
dolibarr_print_date
(
$obj
->
dc
)
.
'</td>'
;
print
'<td>'
.
dolibarr_print_date
(
$obj
->
dc
)
.
'</td>'
;
print
'<td align="left"><a href="'
.
DOL_URL_ROOT
.
'/compta/facture.php?facid='
.
$obj
->
fk_facture
.
'">'
.
img_object
(
$langs
->
trans
(
"ShowBill"
),
'bill'
)
.
' '
.
$obj
->
facnumber
.
'</a></td>'
;
print
'<td>'
.
$obj
->
description
.
'</td>'
;
print
'<td>'
.
$obj
->
description
.
'</td>'
;
print
'<td align="right">'
.
price
(
$obj
->
amount_ht
)
.
'</td>'
;
print
'<td align="right">'
.
price
(
$obj
->
amount_ht
)
.
'</td>'
;
print
'<td align="center"><a href="'
.
DOL_URL_ROOT
.
'/compta/facture.php?facid='
.
$obj
->
fk_facture
.
'">'
.
img_object
(
$langs
->
trans
(
"ShowBill"
),
'bill'
)
.
' '
.
$obj
->
facnumber
.
'</a></td>'
;
print
'<td align="center">'
.
$obj
->
code
.
'</td>'
;
print
'<td align="center">'
.
$obj
->
code
.
'</td>'
;
print
'<td> </td>'
;
print
'<td> </td>'
;
print
'</tr>'
;
print
'</tr>'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/bills.lang
+
2
−
2
View file @
aec7c95e
...
@@ -125,10 +125,10 @@ ReductionShort=R
...
@@ -125,10 +125,10 @@ ReductionShort=R
GlobalDiscount=Remise globale
GlobalDiscount=Remise globale
CreditNote=Avoir
CreditNote=Avoir
CreditNotes=Avoirs
CreditNotes=Avoirs
NewGlobalDiscount=Nouvel
avoir
NewGlobalDiscount=Nouvel
le remise
NoteReason=Note/Motif
NoteReason=Note/Motif
ReasonDiscount=Motif
ReasonDiscount=Motif
AddGlobalDiscount=Ajouter
avoir
AddGlobalDiscount=Ajouter
remise
DiscountOfferedBy=Accordé par
DiscountOfferedBy=Accordé par
DiscountStillRemaining=Remises absolues restant en cours
DiscountStillRemaining=Remises absolues restant en cours
DiscountAlreadyCounted=Remises absolues déjà appliquées
DiscountAlreadyCounted=Remises absolues déjà appliquées
...
...
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