diff options
author | Torsten Grote <t@grobox.de> | 2020-05-20 11:47:26 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-05-20 11:47:52 -0300 |
commit | b0869289dc9fa2f983991915e77ba0260e59ed8b (patch) | |
tree | b85512148453e1f60e3fa5f596470ba5bcb3df63 /wallet/src/main/res/values | |
parent | 17fe2f70c3d0f34b11db9e4e66ef489bbeae7065 (diff) | |
download | taler-android-b0869289dc9fa2f983991915e77ba0260e59ed8b.tar.gz taler-android-b0869289dc9fa2f983991915e77ba0260e59ed8b.tar.bz2 taler-android-b0869289dc9fa2f983991915e77ba0260e59ed8b.zip |
[wallet] implement transaction search
Diffstat (limited to 'wallet/src/main/res/values')
-rw-r--r-- | wallet/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index 7d76806..167ab53 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -45,6 +45,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="button_back">Go Back</string> <string name="button_scan_qr_code">Scan Taler QR Code</string> + <string name="search">Search</string> <string name="menu_settings">Settings</string> <string name="menu_retry_pending_operations">Retry Pending Operations</string> @@ -61,6 +62,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="transactions_title">Transactions</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</string> <string name="transactions_detail_title">Transaction</string> <string name="transactions_detail_title_balance">Balance: %s</string> |