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
803d336a
Commit
803d336a
authored
17 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Traductions incompletes
parent
23949f47
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/adherents/card_subscriptions.php
+8
-7
8 additions, 7 deletions
htdocs/adherents/card_subscriptions.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
12 additions
and
7 deletions
htdocs/adherents/card_subscriptions.php
+
8
−
7
View file @
803d336a
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
/**
/**
\file htdocs/adherents/card_subscriptions.php
\file htdocs/adherents/card_subscriptions.php
\ingroup adherent
\ingroup adherent
\brief Onglet d'ajout, edition, suppression des adh
s
ions d'un adhr
e
nt
\brief Onglet d'ajout, edition, suppression des adh
�si
ons d'un adh�r
ent
\version $Revision$
\version $Revision$
*/
*/
...
@@ -240,7 +240,7 @@ if ($errmsg)
...
@@ -240,7 +240,7 @@ if ($errmsg)
*/
*/
print
'<div class="tabsAction">'
;
print
'<div class="tabsAction">'
;
// Lien nouvelle cotisation si non brouillon et non r
s
ili
// Lien nouvelle cotisation si non brouillon et non r
�si
li�
if
(
$user
->
rights
->
adherent
->
cotisation
->
creer
)
if
(
$user
->
rights
->
adherent
->
cotisation
->
creer
)
{
{
if
(
$action
!=
'addsubscription'
&&
$adh
->
statut
>
0
)
if
(
$action
!=
'addsubscription'
&&
$adh
->
statut
>
0
)
...
@@ -351,7 +351,8 @@ if ($adh->datefin)
...
@@ -351,7 +351,8 @@ if ($adh->datefin)
{
{
if
(
$adh
->
datefin
<
time
())
if
(
$adh
->
datefin
<
time
())
{
{
print
dolibarr_print_date
(
$adh
->
datefin
,
'day'
)
.
" "
.
img_warning
(
$langs
->
trans
(
"Late"
));
print
dolibarr_print_date
(
$adh
->
datefin
,
'day'
);
if
(
$adh
->
statut
>
0
)
print
" "
.
img_warning
(
$langs
->
trans
(
"Late"
));
// Affiche picto retard uniquement si non brouillon et non resilie
}
}
else
else
{
{
...
@@ -361,7 +362,7 @@ if ($adh->datefin)
...
@@ -361,7 +362,7 @@ if ($adh->datefin)
else
else
{
{
print
$langs
->
trans
(
"SubscriptionNotReceived"
);
print
$langs
->
trans
(
"SubscriptionNotReceived"
);
if
(
$adh
->
statut
>
0
)
print
" "
.
img_warning
(
$langs
->
trans
(
"Late"
));
// Affiche picto retard uniquement si non brouillon et non r
s
ili
if
(
$adh
->
statut
>
0
)
print
" "
.
img_warning
(
$langs
->
trans
(
"Late"
));
// Affiche picto retard uniquement si non brouillon et non r
e
sili
e
}
}
print
'</td>'
;
print
'</td>'
;
print
'</tr>'
;
print
'</tr>'
;
...
@@ -437,17 +438,17 @@ if ($action == 'addsubscription' && $user->rights->adherent->cotisation->creer)
...
@@ -437,17 +438,17 @@ if ($action == 'addsubscription' && $user->rights->adherent->cotisation->creer)
print
"</td></tr>
\n
"
;
print
"</td></tr>
\n
"
;
print
'<tr><td>'
.
$langs
->
trans
(
'Numero'
);
print
'<tr><td>'
.
$langs
->
trans
(
'Numero'
);
print
' <em>(
Numro chque ou virement)<
/em>'
;
// \todo a traduire
print
' <em>(
'
.
$langs
->
trans
(
"ChequeOrTransferNumber"
)
.
'
)</em>'
;
// \todo a traduire
print
'</td>'
;
print
'</td>'
;
print
'<td><input name="num_chq" type="text" size="8" value="'
.
(
empty
(
$_POST
[
'num_chq'
])
?
''
:
$_POST
[
'num_chq'
])
.
'"></td></tr>'
;
print
'<td><input name="num_chq" type="text" size="8" value="'
.
(
empty
(
$_POST
[
'num_chq'
])
?
''
:
$_POST
[
'num_chq'
])
.
'"></td></tr>'
;
print
'<tr><td>'
.
$langs
->
trans
(
'CheckTransmitter'
);
print
'<tr><td>'
.
$langs
->
trans
(
'CheckTransmitter'
);
print
' <em>(
Emetteur du chque)
</em>'
;
// \todo a traduire
print
' <em>(
'
.
$langs
->
trans
(
"ChequeMaker"
)
.
'
)</em>'
;
// \todo a traduire
print
'</td>'
;
print
'</td>'
;
print
'<td><input name="chqemetteur" size="32" type="text" value="'
.
(
empty
(
$_POST
[
'chqemetteur'
])
?
$facture
->
client
->
nom
:
$_POST
[
'chqemetteur'
])
.
'"></td></tr>'
;
print
'<td><input name="chqemetteur" size="32" type="text" value="'
.
(
empty
(
$_POST
[
'chqemetteur'
])
?
$facture
->
client
->
nom
:
$_POST
[
'chqemetteur'
])
.
'"></td></tr>'
;
print
'<tr><td>'
.
$langs
->
trans
(
'Bank'
);
print
'<tr><td>'
.
$langs
->
trans
(
'Bank'
);
print
' <em>(
Banque du chque)
</em>'
;
// \todo a traduire
print
' <em>(
'
.
$langs
->
trans
(
"ChequeBank"
)
.
'
)</em>'
;
// \todo a traduire
print
'</td>'
;
print
'</td>'
;
print
'<td><input name="chqbank" size="32" type="text" value="'
.
(
empty
(
$_POST
[
'chqbank'
])
?
''
:
$_POST
[
'chqbank'
])
.
'"></td></tr>'
;
print
'<td><input name="chqbank" size="32" type="text" value="'
.
(
empty
(
$_POST
[
'chqbank'
])
?
''
:
$_POST
[
'chqbank'
])
.
'"></td></tr>'
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/bills.lang
+
2
−
0
View file @
803d336a
...
@@ -275,6 +275,8 @@ ExtraInfos=Extra infos
...
@@ -275,6 +275,8 @@ ExtraInfos=Extra infos
RegulatedOn=Regulated on
RegulatedOn=Regulated on
ChequeNumber=Cheque N
ChequeNumber=Cheque N
ChequeOrTransferNumber=Cheque/Transfer N
ChequeOrTransferNumber=Cheque/Transfer N
ChequeMaker=Check transmitter
ChequeBank=Bank of cheque
WithDiscountTotalHT=Total HT with discount
WithDiscountTotalHT=Total HT with discount
WithDiscountAmountHT=Amount HT with discount
WithDiscountAmountHT=Amount HT with discount
NetToBePaid=Net to be paid
NetToBePaid=Net to be paid
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/bills.lang
+
2
−
0
View file @
803d336a
...
@@ -274,6 +274,8 @@ ExtraInfos=Informations compl
...
@@ -274,6 +274,8 @@ ExtraInfos=Informations compl
RegulatedOn=Réglé le
RegulatedOn=Réglé le
ChequeNumber=Chèque N°
ChequeNumber=Chèque N°
ChequeOrTransferNumber=Chèque/Virement N°
ChequeOrTransferNumber=Chèque/Virement N°
ChequeMaker=Emetteur du chèque
ChequeBank=Banque du chèque
WithDiscountTotalHT=Total HT après remise
WithDiscountTotalHT=Total HT après remise
WithDiscountAmountHT=Montant HT après remise
WithDiscountAmountHT=Montant HT après remise
NetToBePaid=Net à payer
NetToBePaid=Net à payer
...
...
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