[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 93/218: translate
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 93/218: translate |
Date: |
Thu, 12 Sep 2019 15:58:47 -0400 (EDT) |
sparkyx pushed a commit to branch entreprise
in repository noalyss.
commit 17ffe67ddcbe6db6a2038a15b286512c24066f8b
Author: Dany De Bontridder <address@hidden>
Date: Tue Nov 27 07:46:34 2018 +0100
translate
---
include/class/acc_ledger_fin.class.php | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/include/class/acc_ledger_fin.class.php
b/include/class/acc_ledger_fin.class.php
index ae382bd..bff5467 100644
--- a/include/class/acc_ledger_fin.class.php
+++ b/include/class/acc_ledger_fin.class.php
@@ -524,7 +524,7 @@ class Acc_Ledger_Fin extends Acc_Ledger
$r.='</fieldset>';
- $r.='<div class="myfieldset"><h1 class="legend">Extrait de
compte</h1>';
+ $r.='<div class="myfieldset"><h1 class="legend">'._("Extrait de
compte").'</h1>';
//--------------------------------------------------
// Saldo begin end
//-------------------------------------------------
@@ -532,10 +532,10 @@ class Acc_Ledger_Fin extends Acc_Ledger
$r.='<tr>';
// Extrait
//--
- $r.=tr('<td> Numéro d\'extrait</td>' . td(h($e_pj)));
- $r.='<tr><td >Solde début extrait </td>';
+ $r.=tr('<td>'._("Numéro d'extrait").' </td>' . td(h($e_pj)));
+ $r.='<tr><td >'._("Solde début extrait").' </td>';
$r.='<td style="num">' . nbm($first_sold) . '</td></tr>';
- $r.='<tr><td>Solde fin extrait </td>';
+ $r.='<tr><td>'._("Solde fin extrait").' </td>';
$r.='<td style="num">' . nbm($last_sold) . '</td></tr>';
$r.='</table>';
@@ -545,11 +545,11 @@ class Acc_Ledger_Fin extends Acc_Ledger
//-------------------------------------------------
$r.='<TABLE style="width:100%" id="fin_item">';
$r.="<TR>";
- if ($chdate==2) $r.='<th>Date</th>';
- $r.="<th style=\"width:auto;text-align:left\"
colspan=\"2\">Nom</TH>";
- $r.="<th style=\"text-align:left\" >Commentaire</TH>";
- $r.="<th style=\"text-align:right\">Montant</TH>";
- $r.='<th colspan="2"> Op. Concernée(s)</th>';
+ if ($chdate==2) $r.='<th>'._("Date").'</th>';
+ $r.="<th style=\"width:auto;text-align:left\"
colspan=\"2\">"._("Nom")."</th>";
+ $r.="<th style=\"text-align:left\" >"._("Commentaire")."</th>";
+ $r.="<th style=\"text-align:right\">"._("Montant")."</th>";
+ $r.='<th colspan="2">'._("Op. Concernée(s)").'</th>';
/* if we use the AC */
if ($g_parameter->MY_ANALYTIC != 'nu')
@@ -631,14 +631,14 @@ class Acc_Ledger_Fin extends Acc_Ledger
$r.="</TABLE>";
// saldo
- $r.='<br>Ancien solde = ' . $solde;
+ $r.='<br>'.sprintf(_("Ancien solde = %d"), $solde);
$new_solde+=$tot_amount;
- $r.='<br>Nouveau solde = ' . $new_solde;
- $r.='<br>Difference =' . $tot_amount;
+ $r.='<br>'.sprintf(_("Nouveau solde = %d"),$new_solde);
+ $r.='<br>'.sprintf(_("Difference = %d"), $tot_amount);
// check for upload piece
$file = new IFile();
- $r.="<br>Ajoutez une pièce justificative ";
+ $r.="<br>"._("Ajoutez une pièce justificative")." ";
$r.=$file->input("pj", "");
$r.='</div>';
- [Noalyss-commit] [noalyss] 125/218: Merge branch 'master' into r700-currency, (continued)
- [Noalyss-commit] [noalyss] 125/218: Merge branch 'master' into r700-currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 128/218: Missing bracket, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 127/218: Merge commit '3f53de417dd89e9a90a386404f93f8648155e046' into r700-currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 132/218: Translation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 133/218: Translation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 134/218: use of httpInput, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 142/218: Currency : Precision 6, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 147/218: Currency : detail operation Purchase , the amount in currency were wrong in the summary, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 148/218: remove commented code, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 152/218: New function findSide return D if number is <0, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 93/218: translate,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 37/218: comment, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 50/218: Protect function nb , return the string if the parameter is not a float, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 52/218: Create invoice : New version of libreoffice use the numeric in another way, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 56/218: Fix todo_list : if list empty , gets an error in php 7.2, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 60/218: Security fix : f_id is a number, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 57/218: Security : direct injection, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 63/218: CFGLED : security fix : remove $_REQUEST, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 64/218: Merge master, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 72/218: Merge branch 'master' into r700-currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 83/218: adapt to 7.2 ,init, Dany De Bontridder, 2019/09/12