summaryrefslogtreecommitdiff
path: root/cashier/src/main/res/values
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-22 15:10:08 -0300
committerTorsten Grote <t@grobox.de>2020-04-22 15:10:08 -0300
commitd57645954dda2d478fe09dd0135183e1b3526db0 (patch)
tree3149d52c2b020844fe9031ee8b5a69cdece6e0a3 /cashier/src/main/res/values
parentf920fa7fa12db5d6fd40844ffb8402426d0a2b07 (diff)
downloadtaler-android-d57645954dda2d478fe09dd0135183e1b3526db0.tar.gz
taler-android-d57645954dda2d478fe09dd0135183e1b3526db0.tar.bz2
taler-android-d57645954dda2d478fe09dd0135183e1b3526db0.zip
[cashier] expose internal error messages to UI
Diffstat (limited to 'cashier/src/main/res/values')
-rw-r--r--cashier/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cashier/src/main/res/values/strings.xml b/cashier/src/main/res/values/strings.xml
index 98f686c..43e3573 100644
--- a/cashier/src/main/res/values/strings.xml
+++ b/cashier/src/main/res/values/strings.xml
@@ -7,12 +7,12 @@
<string name="config_button_save">Save</string>
<string name="config_bank_url_error">The address in invalid.</string>
<string name="config_username_error">Please enter your username</string>
- <string name="config_error">Error retrieving configuration</string>
+ <string name="config_error">Error retrieving configuration%s</string>
<string name="config_error_auth">Invalid username or password</string>
<string name="config_demo_hint" tools:ignore="StringFormatInvalid">For testing, you can <![CDATA[<a href="%s">create a test account at the demo bank</a>]]>.</string>
<string name="balance_current_label">Current balance</string>
- <string name="balance_error">ERROR</string>
+ <string name="balance_error">ERROR%s</string>
<string name="balance_offline">Offline. Please connect to the Internet</string>
<string name="action_reconfigure">Reconfigure</string>
<string name="action_lock">Lock</string>
@@ -21,7 +21,7 @@
<string name="withdraw_into">How much e-cash should be withdrawn?</string>
<string name="withdraw_error_zero">Enter positive amount</string>
<string name="withdraw_error_insufficient_balance">Insufficient balance</string>
- <string name="withdraw_error_fetch">Error communicating with bank</string>
+ <string name="withdraw_error_fetch">Error communicating with bank%s</string>
<string name="withdraw_button_confirm">Withdraw</string>
<string name="transaction_intro">Scan code\nwith the Taler wallet app\nto get</string>