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
4e164b0f
Commit
4e164b0f
authored
19 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Trad: Traduction facture fournisseur
parent
1f4d707d
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/fourn/facture/fiche.php
+7
-11
7 additions, 11 deletions
htdocs/fourn/facture/fiche.php
htdocs/langs/en_US/bills.lang
+2
-0
2 additions, 0 deletions
htdocs/langs/en_US/bills.lang
htdocs/langs/fr_FR/bills.lang
+2
-0
2 additions, 0 deletions
htdocs/langs/fr_FR/bills.lang
with
11 additions
and
11 deletions
htdocs/fourn/facture/fiche.php
+
7
−
11
View file @
4e164b0f
...
@@ -33,6 +33,7 @@ require("./pre.inc.php");
...
@@ -33,6 +33,7 @@ require("./pre.inc.php");
require
(
"./paiementfourn.class.php"
);
require
(
"./paiementfourn.class.php"
);
$langs
->
load
(
"bills"
);
$langs
->
load
(
"bills"
);
$langs
->
load
(
"suppliers"
);
$langs
->
load
(
"companies"
);
$langs
->
load
(
"companies"
);
/*
/*
...
@@ -194,11 +195,6 @@ if ($_GET["action"] == 'add_ligne')
...
@@ -194,11 +195,6 @@ if ($_GET["action"] == 'add_ligne')
}
}
/*
*
*/
/*
/*
*
*
...
@@ -449,7 +445,7 @@ else
...
@@ -449,7 +445,7 @@ else
$h
=0;
$h
=0;
$head[$h][0]
= "
fiche
.
php
?
facid
=
".
$fac->id
;
$head[$h][0]
= "
fiche
.
php
?
facid
=
".
$fac->id
;
$head[$h][1]
=
$langs->trans
("
Bill
").': '.
$fac->ref
;
$head[$h][1]
=
$langs->trans
("
Supplier
Bill
").': '.
$fac->ref
;
$hselected
=
$h
;
$hselected
=
$h
;
$h
++;
$h
++;
...
@@ -462,7 +458,7 @@ else
...
@@ -462,7 +458,7 @@ else
*/
*/
if (
$_GET["action"]
== 'valid')
if (
$_GET["action"]
== 'valid')
{
{
$html->form_confirm
("
fiche
.
php
?
facid
=
$fac
->
id
",
$langs->trans
("
ValidateBill
"),
"
Etes
-
vous
sr
de
vouloir
valider
cette
facture
?
"
,"
confirm_valid
");
$html->form_confirm
("
fiche
.
php
?
facid
=
$fac
->
id
",
$langs->trans
("
ValidateBill
"),
$langs->trans
("
ConfirmValidateBill
")
,"
confirm_valid
");
print '<br />';
print '<br />';
}
}
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/bills.lang
+
2
−
0
View file @
4e164b0f
...
@@ -8,6 +8,8 @@ BillsSuppliersUnpayed=Unpayed suppliers' bills
...
@@ -8,6 +8,8 @@ BillsSuppliersUnpayed=Unpayed suppliers' bills
BillsUnpayed=Unpayed
BillsUnpayed=Unpayed
BillsStatistics=Bills statistics
BillsStatistics=Bills statistics
CardBill=Bill card
CardBill=Bill card
SupplierBill=Supplier bill
SupplierBills=suppliers bills
Payment=Payment
Payment=Payment
Payments=Payments
Payments=Payments
ReceibedPayments=Received payments
ReceibedPayments=Received payments
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/bills.lang
+
2
−
0
View file @
4e164b0f
...
@@ -8,6 +8,8 @@ BillsSuppliersUnpayed=Factures fournisseurs impay
...
@@ -8,6 +8,8 @@ BillsSuppliersUnpayed=Factures fournisseurs impay
BillsUnpayed=Impayes
BillsUnpayed=Impayes
BillsStatistics=Statistiques factures
BillsStatistics=Statistiques factures
CardBill=Fiche facture
CardBill=Fiche facture
SupplierBill=Facture fournisseur
SupplierBills=Factures fournisseurs
Payment=Paiement
Payment=Paiement
Payments=Paiements
Payments=Paiements
ReceivedPayments=Paiements reus
ReceivedPayments=Paiements reus
...
...
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