summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-05-15 15:34:24 -0600
committerTorsten Grote <t@grobox.de>2023-07-11 10:31:26 -0300
commit58f5dc13d51eef09463e215af0ac526216531074 (patch)
treeb8685fc4f3fee8888d6e7923ac7c6f9c59574eea /wallet/src/main/res/values/strings.xml
parent255094c5432244ca214055cc9406a31d5b561b5f (diff)
downloadtaler-android-58f5dc13d51eef09463e215af0ac526216531074.tar.gz
taler-android-58f5dc13d51eef09463e215af0ac526216531074.tar.bz2
taler-android-58f5dc13d51eef09463e215af0ac526216531074.zip
[wallet] Implemented DD37 with the new txActions field
Diffstat (limited to 'wallet/src/main/res/values/strings.xml')
-rw-r--r--wallet/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
index 9645196..716d537 100644
--- a/wallet/src/main/res/values/strings.xml
+++ b/wallet/src/main/res/values/strings.xml
@@ -85,10 +85,16 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="transactions_detail_title">Transaction</string>
<string name="transactions_detail_title_currency">%s Transactions</string>
<string name="transactions_delete">Delete</string>
+ <string name="transactions_retry">Retry</string>
+ <string name="transactions_abort">Abort</string>
+ <string name="transactions_suspend">Suspend</string>
+ <string name="transactions_resume">Resume</string>
<string name="transactions_select_all">Select All</string>
<string name="transactions_delete_dialog_title">Delete Transaction</string>
<string name="transactions_delete_dialog_message">Are you sure you want to remove this transaction from your wallet?</string>
<string name="transactions_delete_selected_dialog_message">Are you sure you want to remove the selected transactions from your wallet?</string>
+ <string name="transactions_abort_dialog_title">Abort Transaction</string>
+ <string name="transactions_abort_dialog_message">Are you sure you want to abort this transaction? Funds still in transit might get lost.</string>
<string name="transactions_cancel_dialog_message">Are you sure you want to cancel this withdrawal? Funds still in transit might get lost.</string>
<!-- Transactions -->