noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 132/162: Translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 132/162: Translation
Date: Sat, 11 Jul 2020 13:24:02 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit 45a72808a3605f275e05ccdd6ad8fdcc748926f6
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: 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 2d15344..7aaecf3 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1090,8 +1090,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]