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
da000f40
Commit
da000f40
authored
19 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Trad: Traduction dons
parent
f2a8840a
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/don.class.php
+33
-35
33 additions, 35 deletions
htdocs/don.class.php
htdocs/langs/en_US/donations.lang
+4
-1
4 additions, 1 deletion
htdocs/langs/en_US/donations.lang
htdocs/langs/fr_FR/donations.lang
+3
-0
3 additions, 0 deletions
htdocs/langs/fr_FR/donations.lang
with
40 additions
and
36 deletions
htdocs/don.class.php
+
33
−
35
View file @
da000f40
...
...
@@ -72,8 +72,7 @@ class Don
$langs
->
load
(
"donations"
);
$this
->
labelstatut
[
0
]
=
$langs
->
trans
(
"DonationStatusPromessNotValidated"
);
$this
->
labelstatut
[
1
]
=
$langs
->
trans
(
"DonationStatusPromessValidated"
);
$this
->
labelstatut
[
2
]
=
$langs
->
trans
(
"DonationStatusValidated"
);
$this
->
labelstatut
[
3
]
=
$langs
->
trans
(
"DonationStatusPayed"
);
$this
->
labelstatut
[
2
]
=
$langs
->
trans
(
"DonationStatusPayed"
);
}
/**
...
...
@@ -368,7 +367,6 @@ class Don
* \brief Classe le don comme pay, le don a t recu
* \param rowid id du don modifier
* \param modepaiementd mode de paiement
*
*/
function
set_paye
(
$rowid
,
$modepaiement
=
''
)
{
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/donations.lang
+
4
−
1
View file @
da000f40
...
...
@@ -11,3 +11,6 @@ DonationsReceived=Donations received
PublicDonation=Public donation
DonationsNumber=Donation number
DonationsArea=Donations area
DonationStatusPromessNotValidated=Draft promess
DonationStatusPromessNotValidated=Validated promess
DonationStatusPayed=Donation received
\ No newline at end of file
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/donations.lang
+
3
−
0
View file @
da000f40
...
...
@@ -11,3 +11,6 @@ DonationsReceived=Dons encaiss
PublicDonation=Don public
DonationsNumber=Nombre de dons
DonationsArea=Espace Dons
DonationStatusPromessNotValidated=Promesse non validée
DonationStatusPromessNotValidated=Promesse validée
DonationStatusPayed=Don payé
\ 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