summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/values
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-04-02 11:35:07 -0600
committerTorsten Grote <t@grobox.de>2024-04-15 15:51:12 -0300
commit89e1051a022afd57bc901e02cf2ca3dce6998b6a (patch)
treefb59fed181dd2bcad06c0e5947303bb139817137 /wallet/src/main/res/values
parent7ac241fd58a17e552101e602d1451f6f65e74c8b (diff)
downloadtaler-android-89e1051a022afd57bc901e02cf2ca3dce6998b6a.tar.gz
taler-android-89e1051a022afd57bc901e02cf2ca3dce6998b6a.tar.bz2
taler-android-89e1051a022afd57bc901e02cf2ca3dce6998b6a.zip
[wallet] Implement financial loss transactions
bug 0008694
Diffstat (limited to 'wallet/src/main/res/values')
-rw-r--r--wallet/src/main/res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
index 64a0d7b..f0a30f1 100644
--- a/wallet/src/main/res/values/strings.xml
+++ b/wallet/src/main/res/values/strings.xml
@@ -128,6 +128,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="transaction_peer_pull_debit">Invoice paid</string>
<string name="transaction_peer_push_credit">Push payment</string>
<string name="transaction_action_kyc">Complete KYC</string>
+ <string name="transaction_denom_loss">Loss of funds</string>
<string name="transaction_dummy_title">Unknown Transaction</string>
<string name="payment_title">Payment</string>
@@ -269,6 +270,12 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="exchange_tos_accept">Accept Terms of Service</string>
<string name="exchange_tos_error">Error showing Terms of Service: %s</string>
+ <string name="loss_amount">Amount lost</string>
+ <string name="loss_reason">Reason</string>
+ <string name="loss_reason_expired">Denomination expired</string>
+ <string name="loss_reason_vanished">Denomination vanished</string>
+ <string name="loss_reason_unoffered">Denomination ceased to be offered</string>
+
<string name="pending_operations_title">Pending Operations</string>
<string name="pending_operations_refuse">Refuse Proposal</string>
<string name="pending_operations_no_action">(no action)</string>