[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 93/238: translate
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 93/238: translate |
Date: |
Sat, 26 Oct 2019 04:40:41 -0400 (EDT) |
sparkyx pushed a commit to annotated tag rel7110
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] 168/238: translation, (continued)
- [Noalyss-commit] [noalyss] 168/238: translation, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 174/238: Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into r700-currency, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 193/238: Php7.2 incompatibility, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 176/238: Mantis #1626: AFFICHAGE BALANCE FICHE - soldes nuls au débit, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 192/238: Mantis #0001618: Journaux - choix du type en premier, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 195/238: mantis #1690: Bug : impossible d'utiliser < dans Inplace_Edit Replace strip_tags , add a space before the "<", Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 228/238: Bug with p_jrn, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 223/238: Task #0001703: Faciliter effacement montants dans les filtres, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 234/238: fixup! Printtva , under some circumstance tva_summary::check fails, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 201/238: Merge branch 'dev7109' into entreprise, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 93/238: translate,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 98/238: Fin currency : detail operation show currency , rate and amount, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 104/238: Reverse for Currency, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 101/238: Currency : SQL quant_fin is adapted, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 100/238: Currency : financial use the rate depending of the operation date, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 108/238: acc_ledger_fin . translation, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 99/238: Modify quant_fin , we add a column j_id to have a fk to jrnx and operation_currency, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 109/238: Indentation, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 116/238: Database upgrade 131, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 111/238: Currency : sales in listing mode, Dany De Bontridder, 2019/10/26
- [Noalyss-commit] [noalyss] 115/238: Currency : ledger printing for FIN + detail operation, Dany De Bontridder, 2019/10/26