noalyss-commit
[Top][All Lists]
Advanced

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

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


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

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

commit 1c0d74b98630c322ea181aa58844de3bc9297573
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Fri Dec 28 10:01:29 2018 +0100

    Translation
---
 include/compta_ods.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/compta_ods.inc.php b/include/compta_ods.inc.php
index 0c15d15..cbdabcb 100644
--- a/include/compta_ods.inc.php
+++ b/include/compta_ods.inc.php
@@ -48,7 +48,7 @@ $ledger = new Acc_Ledger($cn, $id_ledger);
 $first_ledger = $ledger->get_first('ODS');
 if ( empty ($first_ledger))
 {
-       exit('Pas de journal disponible');
+       exit(_('Pas de journal disponible'));
 }
 $ledger->id = ($ledger->id == -1) ? $first_ledger['jrn_def_id'] : $id_ledger;
 



reply via email to

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