diff options
author | Torsten Grote <t@grobox.de> | 2020-05-14 15:15:50 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-05-15 14:26:42 -0300 |
commit | 7f36a54e5781c56d538f007f5565d79e1a2285fc (patch) | |
tree | 592ff619c55fc0b61dfe1905a31f4c2f1a1e9909 /wallet/src/main/res/values | |
parent | 69093aa9055da501fd14103ac772d730850cb7b4 (diff) | |
download | taler-android-7f36a54e5781c56d538f007f5565d79e1a2285fc.tar.gz taler-android-7f36a54e5781c56d538f007f5565d79e1a2285fc.tar.bz2 taler-android-7f36a54e5781c56d538f007f5565d79e1a2285fc.zip |
[wallet] add clickable actions to transaction details screen
Bank confirmation can be reached from withdrawal screen and
digital fulfillment (http URI) from payment screen.
Diffstat (limited to 'wallet/src/main/res/values')
-rw-r--r-- | wallet/src/main/res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index 58b432a..1f2d80c 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -81,7 +81,9 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="transaction_tip_accepted">Tip Accepted</string> <string name="transaction_tip_declined">Tip Declined</string> <string name="transaction_tip_from">Tip from %s</string> - <string name="transaction_refund">Refund from %s</string> + <string name="transaction_refund">Refund</string> + <string name="transaction_refund_from">Refund from %s</string> + <string name="transaction_refund_for">Refund for %s</string> <string name="transaction_pending">PENDING</string> <string name="transaction_refresh">Coin expiry change fee</string> <string name="transaction_refresh_reason_manual">because of manual request</string> @@ -110,6 +112,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="withdraw_fees">Fee</string> <string name="withdraw_exchange">Exchange</string> <string name="withdraw_button_confirm">Confirm Withdraw</string> + <string name="withdraw_button_confirm_bank">Confirm with bank</string> <string name="withdraw_button_tos">Review Terms</string> <string name="withdraw_error_title">Withdrawal Error</string> <string name="withdraw_error_message">Withdrawing is currently not possible. Please try again later!</string> |