noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 10/11: Translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 10/11: Translation
Date: Fri, 18 Jan 2019 12:24:27 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0eb8ae2fb3b735dc585faa9dc5b7ade62528e159
Author: Dany De Bontridder <address@hidden>
Date:   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]