summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2022-09-07 15:48:00 -0300
committerTorsten Grote <t@grobox.de>2022-09-07 15:48:56 -0300
commit6876951cb30f057a852937a533d5d51d26645680 (patch)
tree5466e478d10f165889200b5a6532c12635bf3028 /wallet/src/main/res/values/strings.xml
parent4fe04766fbf5328d0816f7cd862228a71690fd1c (diff)
downloadtaler-android-6876951cb30f057a852937a533d5d51d26645680.tar.gz
taler-android-6876951cb30f057a852937a533d5d51d26645680.tar.bz2
taler-android-6876951cb30f057a852937a533d5d51d26645680.zip
[wallet] implement prototype for handling incoming pay-push URI
Diffstat (limited to 'wallet/src/main/res/values/strings.xml')
-rw-r--r--wallet/src/main/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
index 96a3453..8601b14 100644
--- a/wallet/src/main/res/values/strings.xml
+++ b/wallet/src/main/res/values/strings.xml
@@ -98,6 +98,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="transaction_refresh">Coin expiry change fee</string>
<string name="transaction_peer_push_debit">Push payment</string>
<string name="transaction_peer_pull_credit">Invoice</string>
+ <string name="transaction_peer_pull_debit">Invoice paid</string>
<string name="payment_title">Payment</string>
<string name="payment_fee">+%s payment fee</string>
@@ -127,6 +128,9 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="send_peer_warning">Warning: Funds will leave the wallet immediately.</string>
<string name="send_peer_payment_instruction">Let the payee scan this QR code to receive:</string>
+ <string name="pay_peer_title">Pay invoice</string>
+ <string name="pay_peer_intro">Do you want to pay this invoice?</string>
+
<string name="withdraw_initiated">Withdrawal initiated</string>
<string name="withdraw_title">Withdrawal</string>
<string name="withdraw_total">Withdraw</string>