diff options
author | Riley L. <riley@e926.de> | 2025-07-29 23:39:51 +0200 |
---|---|---|
committer | Riley L. <riley@e926.de> | 2025-07-29 23:39:51 +0200 |
commit | e433181494e1145ba99a85da1896ca771b80ff20 (patch) | |
tree | 1e039774b047ad8e41e5adb3d8c9357a728927ea /locale/en.ini | |
parent | f3562cf44ec056281488ccadb78d87f86dbcfce5 (diff) | |
download | abrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar abrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar.bz2 abrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar.zst |
add warning at low balances
Diffstat (limited to 'locale/en.ini')
-rw-r--r-- | locale/en.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/en.ini b/locale/en.ini index 03651b7..33f1516 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -61,6 +61,8 @@ time.minutes=minutes time.second=second time.seconds=seconds user.balance=Current balance +user.balance.warning=Warning: your balance is below {threshold}. You are not able to purchase anything, if it will lower your balance bellow {threshold2}. +user.form.transaction.funds=Error: this transaction would push you bellow {threshold}, it was not applied ( {balance} ). user.form.buy.submit=Buy user.form.buy=Buy Product user.form.restock.submit=Restock @@ -79,4 +81,4 @@ user.view_log=View user log users.embezzlement=A total of {amount} are currently under embezzlement. users.filter=Filter users.inactive_list=Inactive Users -users=Users
\ No newline at end of file +users=Users |