[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 19/173: Translation
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 19/173: Translation |
Date: |
Mon, 22 Mar 2021 12:58:26 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 602f65fda26b67079b054ac61265777a1bb5b1f9
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Fri Dec 28 15:36:17 2018 +0100
Translation
---
include/class/acc_ledger.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/class/acc_ledger.class.php
b/include/class/acc_ledger.class.php
index fe75e80..52ca1bf 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1163,7 +1163,7 @@ class Acc_Ledger extends jrn_def_sql
}
$account=new Acc_Account($this->db,${"poste".$i});
if ( $account->get_parameter("pcm_direct_use") == "N") {
- throw new Exception(_("Utilisation directe interdite du
poste comptable ${"poste".$i}"));
+ throw new Exception(sprinff (_("Utilisation directe
interdite du poste comptable %s"), ${"poste".$i}));
}
}
}
- [Noalyss-commit] [noalyss] 10/173: typo doc, (continued)
- [Noalyss-commit] [noalyss] 10/173: typo doc, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 06/173: Merge branch 'master' into r700-currency, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 07/173: Merge commit '3f53de417dd89e9a90a386404f93f8648155e046' into r700-currency, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 11/173: Translation + use of httpInput, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 13/173: Translation, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 18/173: Translation, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 05/173: Merge branch 'master' into r700-currency, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 12/173: Translation, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 14/173: use of httpInput, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 15/173: Translation, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 19/173: Translation,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 24/173: Currency : meaning 1 EUR is worth x currency for Sales, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 30/173: Currency : detail operation Sale , the amount in currency were wrong in the summary, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 20/173: Misc. Operation : input : Missing tag TR, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 22/173: Currency : Precision 6, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 25/173: Currency : the meaning is : 1 euro is worth xxx Currency , so we divide the amount with the currency rate to compute the EUR value, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 29/173: Currency : purchase, save all detail also in currency, fix problem with the advance payment, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 33/173: Fix problem with total in balance export, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 31/173: Task #1660 : place the button for the inventory on the top, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 32/173: New function findSide return D if number is <0, Dany De Bontridder, 2021/03/22
- [Noalyss-commit] [noalyss] 35/173: Task #0001309: Association d'une opération avec elle-même., Dany De Bontridder, 2021/03/22