noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/13: Translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/13: Translation
Date: Sat, 19 Jan 2019 16:52:58 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit bbe1b068dcde077f939e05a66ec535bd69db6213
Author: Dany De Bontridder <address@hidden>
Date:   Fri Dec 28 10:47:25 2018 +0100

    Translation
---
 include/class/acc_ledger.class.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/class/acc_ledger.class.php 
b/include/class/acc_ledger.class.php
index 440c593..ff58aa4 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1074,8 +1074,10 @@ class Acc_Ledger extends jrn_def_sql
               operation */
             $last_date=$this->get_last_date();
             if ($last_date!=null&&cmpDate($e_date, $last_date)<0)
-                throw new Exception(_('Vous utilisez le mode strict la 
dernière operation est la date du ')
-                .$last_date.' '._('vous ne pouvez pas encoder à une date 
antérieure'),
+                throw new Exception(
+                        sprintf ( 
+                                _('Vous utilisez le mode strict la dernière 
operation est la date du %s
+                vous ne pouvez pas encoder à une date antérieure',$last_date)),
                 15);
         }
 



reply via email to

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