summaryrefslogtreecommitdiff
path: root/cashier/src/main/res/values/strings.xml
blob: 43e35730d8619f5e7e2355094e6aae5b1d17971b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<resources xmlns:tools="http://schemas.android.com/tools">
    <string name="app_name">Taler Cashier</string>

    <string name="config_bank_url">Bank API address</string>
    <string name="config_username">Username</string>
    <string name="config_password">Password</string>
    <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%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%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>

    <string name="withdraw_input_amount">Amount</string>
    <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%s</string>
    <string name="withdraw_button_confirm">Withdraw</string>

    <string name="transaction_intro">Scan code\nwith the Taler wallet app\nto get</string>
    <string name="transaction_intro_nfc">Scan code or use NFC\nwith the Taler wallet app\nto get</string>
    <string name="transaction_intro_scanned">Please confirm the transaction!</string>
    <string name="transaction_confirm">Confirm</string>
    <string name="transaction_abort">Abort</string>
    <string name="transaction_error">Transaction error</string>
    <string name="transaction_aborted">Transaction aborted</string>
    <string name="transaction_button_back">Go back</string>
    <string name="transaction_last_success">Last Transaction: %s withdrawn</string>
    <string name="transaction_last_aborted">Last Transaction: Aborted</string>
    <string name="transaction_last_error">Last Transaction: Error</string>

</resources>