noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/05: Task #639 - Traduction : anglais


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/05: Task #639 - Traduction : anglais
Date: Sat, 24 Jan 2015 16:18:06 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 923be9642e9b18c88578b39f2098a68759456307
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 24 17:16:01 2015 +0100

    Task #639 - Traduction : anglais
---
 include/compta_ach.inc.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/compta_ach.inc.php b/include/compta_ach.inc.php
index 9f79173..208b737 100644
--- a/include/compta_ach.inc.php
+++ b/include/compta_ach.inc.php
@@ -145,7 +145,7 @@ if (isset($_POST['record']))
                /* Show button  */
                $jr_id = $cn->get_value('select jr_id from jrn where 
jr_internal=$1', array($internal));
 
-               echo '<h1> Enregistrement </h1>';
+               echo '<h1> '._('Enregistrement').' </h1>';
                /* Save the additional information into jrn_info */
                $obj = new Acc_Ledger_Info($cn);
                $obj->save_extra($Ledger->jr_id, $_POST);
@@ -154,7 +154,7 @@ if (isset($_POST['record']))
                echo $Ledger->confirm($_POST, true);
                if (isset($Ledger->doc))
                {
-                     echo '<h2>Document</h2>';
+                     echo '<h2>'._('Document').'</h2>';
                      echo $Ledger->doc;
                }
                 echo $Ledger->button_new_operation();



reply via email to

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