summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/res/values/strings.xml
blob: a3e69f35c3d13373fb418e8836b3d3ba38e75119 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<resources>
    <string name="app_name">GNU Taler Point-of-Sale</string>
    <string name="app_name_short">Merchant Terminal</string>
    <string name="project_name">GNU Taler</string>

    <string name="menu_order">Orders</string>
    <string name="menu_history">History</string>
    <string name="menu_settings">Settings</string>

    <string name="order_label_title">Order #%s</string>
    <!-- The first placeholder is the amount and the second the currency -->
    <string name="order_total">Total: %s</string>
    <string name="order_restart">Restart</string>
    <string name="order_undo">Undo</string>
    <string name="order_previous">Prev</string>
    <string name="order_next">Next</string>
    <string name="order_complete">Complete</string>

    <string name="config_label">Merchant settings</string>
    <string name="config_url">Configuration URL</string>
    <string name="config_username">Username</string>
    <string name="config_password">Password</string>
    <string name="config_ok">Fetch configuration</string>
    <string name="config_auth_error">Error: Invalid username or password</string>
    <string name="config_error_network">Error: Could not connect to configuration server</string>
    <string name="config_error_category">Error: No valid product category found</string>
    <string name="config_error_malformed">Error: The configuration JSON is malformed</string>
    <string name="config_error_currency">Error: Product %1$s has currency %2$s, but %3$s expected</string>
    <string name="config_error_product_category_id">Error: Product %1$s references unknown category ID %2$d</string>
    <string name="config_error_product_zero">Error: No valid products found</string>
    <string name="config_error_unknown">Error: Invalid configuration</string>
    <string name="config_fetching">Fetching configuration…</string>
    <string name="config_save_password">Remember password</string>
    <string name="config_forget_password">Forget</string>
    <string name="config_changed">Changed to new merchant using %s</string>
    <string name="config_fetching_label">Fetching configuration</string>
    <string name="config_docs">Please refer to <a href="https://docs.taler.net/taler-merchant-pos-terminal.html#apis-and-data-formats">the documentation</a> for the configuration format.</string>

    <string name="payment_intro_nfc">Please let customer scan QR Code or use NFC to pay.</string>
    <string name="payment_intro">Please let customer scan QR Code to pay.</string>
    <string name="payment_cancel">Cancel payment</string>
    <string name="payment_received">Payment received</string>
    <string name="payment_back_button">Continue</string>
    <string name="payment_order_id">Receipt #%s</string>
    <string name="payment_process_label">Payment required</string>
    <string name="payment_canceled">Payment canceled</string>

    <string name="history_label">Payment history</string>
    <string name="history_ref_no" translatable="false">@string/payment_order_id</string>
    <string name="history_refund">Refund</string>
    <string name="refund_amount">Amount</string>
    <string name="refund_reason">Refund reason</string>
    <string name="refund_abort">Abort</string>
    <string name="refund_complete">Received</string>
    <string name="refund_confirm">Approve refund</string>
    <string name="refund_error_max_amount">Greater than order amount of %s</string>
    <string name="refund_error_invalid_amount">Invalid amount</string>
    <string name="refund_error_zero">Needs to be positive amount</string>
    <string name="refund_error_backend">Error processing refund</string>
    <string name="refund_error_deadline">Refund deadline has passed</string>
    <string name="refund_error_already_refunded">Already refunded</string>
    <string name="refund_intro_nfc">Please let customer scan QR Code or use NFC to offer refund</string>
    <string name="refund_intro">Please let customer scan QR Code to offer refund</string>
    <string name="refund_order_ref">Purchase reference: %1$s\n\n%2$s</string>

    <string name="error_network">Network error</string>

    <string name="toast_back_to_exit">Click «back» again to exit</string>

</resources>