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
1cbe3761
Commit
1cbe3761
authored
19 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Ajout traduction
parent
dbfcdda3
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/compta/prelevement/demandes.php
+8
-1
8 additions, 1 deletion
htdocs/compta/prelevement/demandes.php
htdocs/langs/en_US/withdrawals.lang
+2
-0
2 additions, 0 deletions
htdocs/langs/en_US/withdrawals.lang
htdocs/langs/fr_FR/withdrawals.lang
+2
-0
2 additions, 0 deletions
htdocs/langs/fr_FR/withdrawals.lang
with
12 additions
and
1 deletion
htdocs/compta/prelevement/demandes.php
+
8
−
1
View file @
1cbe3761
...
@@ -86,7 +86,14 @@ if ( $db->query($sql) )
...
@@ -86,7 +86,14 @@ if ( $db->query($sql) )
$num
=
$db
->
num_rows
();
$num
=
$db
->
num_rows
();
$i
=
0
;
$i
=
0
;
print_barre_liste
(
"Demandes de prlvements traiter"
,
$page
,
"demandes.php"
,
$urladd
,
$sortfield
,
$sortorder
,
''
,
$num
);
if
(
!
$statut
)
{
print_barre_liste
(
.
$langs
->
trans
(
"RequestStandingOrderToTreat"
)
.
,
$page
,
"demandes.php"
,
$urladd
,
$sortfield
,
$sortorder
,
''
,
$num
);
}
else
{
print_barre_liste
(
.
$langs
->
trans
(
"RequestStandingOrderTreated"
)
.
,
$page
,
"demandes.php"
,
$urladd
,
$sortfield
,
$sortorder
,
''
,
$num
);
}
print
'<table class="liste" width="100%">'
;
print
'<table class="liste" width="100%">'
;
print
'<tr class="liste_titre">'
;
print
'<tr class="liste_titre">'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/withdrawals.lang
+
2
−
0
View file @
1cbe3761
...
@@ -11,3 +11,5 @@ WithdrawalReceiptShort=Receipt
...
@@ -11,3 +11,5 @@ WithdrawalReceiptShort=Receipt
LastWithdrawalReceipts=Last %s withdrawal receipts
LastWithdrawalReceipts=Last %s withdrawal receipts
WithdrawedBills=Withdrawed invoices
WithdrawedBills=Withdrawed invoices
WithdrawalsLines=Withdrawals lines
WithdrawalsLines=Withdrawals lines
RequestStandingOrderToTreat=Request for standing orders to treat
RequestStandingOrderTreated=Request for standing orders treated
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/withdrawals.lang
+
2
−
0
View file @
1cbe3761
...
@@ -11,3 +11,5 @@ WithdrawalReceiptShort=Bon
...
@@ -11,3 +11,5 @@ WithdrawalReceiptShort=Bon
LastWithdrawalReceipts=Les %s derniers bons de traitement
LastWithdrawalReceipts=Les %s derniers bons de traitement
WithdrawedBills=Factures prleves
WithdrawedBills=Factures prleves
WithdrawalsLines=Lignes de prlvements
WithdrawalsLines=Lignes de prlvements
RequestStandingOrderToTreat=Demandes de prlvements traiter
RequestStandingOrderTreated=Demandes de prlvements traites
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