noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 165/323: PRINTBAL translate


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 165/323: PRINTBAL translate
Date: Wed, 14 Mar 2018 17:38:43 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 925932fc134a7ef4d6b4223f04797f5d56c7a498
Author: Dany De Bontridder <address@hidden>
Date:   Fri Feb 9 21:32:12 2018 +0100

    PRINTBAL translate
---
 include/balance.inc.php | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/include/balance.inc.php b/include/balance.inc.php
index dfab085..7661e05 100644
--- a/include/balance.inc.php
+++ b/include/balance.inc.php
@@ -309,21 +309,21 @@ if ( isset($_GET['view'] ) )
        echo HtmlInput::filter_table("t_balance", "0,1","1");
        echo '</span>';
     echo '<table id="t_balance" width="100%">';
-    echo '<th>Poste Comptable</th>';
-    echo '<th>Libell&eacute;</th>';
+    echo '<th>'._("Poste Comptable").'</th>';
+    echo '<th>'._("Libellé").'</th>';
     if ( $previous == 1 ){
-        echo '<th>D&eacute;bit N-1</th>';
-        echo '<th>Cr&eacute;dit N-1</th>';
-        echo '<th>Solde D&eacute;biteur N-1</th>';
-        echo '<th>Solde Cr&eacute;diteur N-1</th>';
+        echo '<th>'._("Débit N-1").'</th>';
+        echo '<th>'._('Crédit N-1').'</th>';
+        echo '<th>'._('Solde Débiteur N-1').'</th>';
+        echo '<th>'._('Solde Créditeur N-1').'</th>';
         if ( isset($_GET['lvl1']) || isset($_GET['lvl2']) || 
isset($_GET['lvl3'])) 
             echo '<th>Solde  N-1</th>';
             
     }
     echo '<th>'._('Ouverture').'</th>';
-    echo '<th>D&eacute;bit</th>';
-    echo '<th>Cr&eacute;dit</th>';
-    echo '<th>Solde</th>';
+    echo '<th>'._('Débit').'</th>';
+    echo '<th>'._('Crédit').'</th>';
+    echo '<th>'._('Solde').'</th>';
 //    if ( isset($_GET['lvl1']) || isset($_GET['lvl2']) || 
isset($_GET['lvl3'])) 
 //        echo '<th>Solde</th>';
     $i=0;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]