summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2022-08-23 14:20:21 -0300
committerTorsten Grote <t@grobox.de>2022-08-23 14:42:24 -0300
commit07098f6660b19320bed36d24758464c662c74531 (patch)
tree1790f6389a192957b49544fe2038544bd5458a49 /wallet/src/main/res/values/strings.xml
parent2fbda24d2205ace0ede93faa824f7836d0ece445 (diff)
downloadtaler-android-07098f6660b19320bed36d24758464c662c74531.tar.gz
taler-android-07098f6660b19320bed36d24758464c662c74531.tar.bz2
taler-android-07098f6660b19320bed36d24758464c662c74531.zip
[wallet] Move balance down in transaction list
and show new buttons for sending/receiving (not functional yet)
Diffstat (limited to 'wallet/src/main/res/values/strings.xml')
-rw-r--r--wallet/src/main/res/values/strings.xml5
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 d1a0c78..d9c4792 100644
--- a/wallet/src/main/res/values/strings.xml
+++ b/wallet/src/main/res/values/strings.xml
@@ -70,11 +70,14 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="balances_empty_state">There is no digital cash in your wallet.\n\nYou can get test money from the demo bank:\n\nhttps://bank.demo.taler.net</string>
<string name="transactions_title">Transactions</string>
+ <string name="transactions_balance">Balance</string>
+ <string name="transactions_send_funds">Send\nFunds</string>
+ <string name="transactions_receive_funds">Receive\nFunds</string>
<string name="transactions_empty">You don\'t have any transactions</string>
<string name="transactions_empty_search">No transactions found. Try a different search.</string>
<string name="transactions_error">Could not load transactions\n\n%s</string>
<string name="transactions_detail_title">Transaction</string>
- <string name="transactions_detail_title_balance">Balance: %s</string>
+ <string name="transactions_detail_title_currency">%s Transactions</string>
<string name="transactions_delete">Delete</string>
<string name="transactions_select_all">Select All</string>
<string name="transactions_delete_dialog_title">Delete Transaction</string>