strings.xml (6372B)
1 <resources> 2 <string name="app_name">GNU Taler Point-of-Sale</string> 3 <string name="app_name_short">Merchant Terminal</string> 4 <string name="project_name">GNU Taler</string> 5 6 <string name="menu_order">Orders</string> 7 <string name="menu_history">History</string> 8 <string name="menu_settings">Settings</string> 9 <string name="menu_reload">Reload</string> 10 11 <string name="product_image">Product image</string> 12 <string name="product_category_uncategorized">Uncategorized</string> 13 14 <string name="order_label_title">Order #%s</string> 15 <!-- The placeholder is the total order amount with currency --> 16 <string name="order_total">Total: %s</string> 17 <string name="order_restart">Restart</string> 18 <string name="order_undo">Undo</string> 19 <string name="order_previous">Prev</string> 20 <string name="order_next">Next</string> 21 <string name="order_custom">Add custom product</string> 22 <string name="order_complete">Complete order</string> 23 <string name="order_custom_product">Custom product name</string> 24 <string name="order_custom_product_default">Tip</string> 25 <string name="order_custom_add_button">Add</string> 26 27 <string name="config_label">Merchant settings</string> 28 <string name="config_old_label">JSON file (old)</string> 29 <string name="config_setup_password">Password</string> 30 <string name="config_old_deprecation">This configuration method is deprecated, please use the new merchant API configuration.</string> 31 <string name="config_url">Configuration URL</string> 32 <string name="config_merchant_url">Merchant URL</string> 33 <string name="config_username">Username</string> 34 <string name="config_password">Password</string> 35 <string name="config_token">Access token</string> 36 <string name="config_ok">Fetch configuration</string> 37 <string name="config_auth_error">Error: Invalid username or password</string> 38 <string name="config_error_network">Error: Could not connect to configuration server</string> 39 <string name="config_error_category">Error: No valid product category found</string> 40 <string name="config_error_malformed">Error: The configuration JSON is malformed</string> 41 <string name="config_error_currency">Error: Product %1$s has currency %2$s, but %3$s expected</string> 42 <string name="config_error_product_category_id">Error: Product %1$s references unknown category ID %2$d</string> 43 <string name="config_error_product_zero">Error: No valid products found</string> 44 <string name="config_error_unknown">Error: Invalid configuration</string> 45 <string name="config_fetching">Fetching configuration…</string> 46 <string name="config_save_password">Remember password</string> 47 <string name="config_forget_password">Forget</string> 48 <string name="config_changed">Changed to new merchant using %s</string> 49 <string name="config_fetching_label">Fetching configuration</string> 50 <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> 51 52 <string name="payment_intro_nfc">Please let customer scan QR Code or use NFC to pay.</string> 53 <string name="payment_intro">Please let customer scan QR Code to pay.</string> 54 <string name="payment_claimed">Waiting for customer to confirm payment…</string> 55 <string name="payment_cancel">Cancel payment</string> 56 <string name="payment_received">Payment received</string> 57 <string name="payment_back_button">Continue</string> 58 <string name="payment_order_id">Receipt #%s</string> 59 <string name="payment_process_label">Payment required</string> 60 <string name="payment_canceled">Payment canceled</string> 61 62 <string name="history_label">Payment history</string> 63 <string name="history_ref_no" translatable="false">@string/payment_order_id</string> 64 <string name="history_unpaid">Unpaid</string> 65 <string name="history_refund">Refund</string> 66 <string name="refund_amount">Amount</string> 67 <string name="refund_reason">Refund reason</string> 68 <string name="refund_abort">Abort</string> 69 <string name="refund_complete">Received</string> 70 <string name="refund_confirm">Approve refund</string> 71 <string name="refund_error_max_amount">Greater than order amount of %s</string> 72 <string name="refund_error_invalid_amount">Invalid amount</string> 73 <string name="refund_error_zero">Needs to be positive amount</string> 74 <string name="refund_error_backend">Error processing refund</string> 75 <string name="refund_error_deadline">Refund deadline has passed</string> 76 <string name="refund_error_already_refunded">Already refunded</string> 77 <string name="refund_intro_nfc">Please let customer scan QR Code or use NFC to offer refund</string> 78 <string name="refund_intro">Please let customer scan QR Code to offer refund</string> 79 <string name="refund_order_ref">Purchase reference: %1$s\n\n%2$s</string> 80 81 <string name="error_payment">Error: No payment received</string> 82 <string name="error_timeout">No payment made within payment period, please try again!</string> 83 <string name="error_cancelled">Payment cancelled</string> 84 <string name="error_history">Error fetching the order history</string> 85 86 <string name="toast_reloading">Reloading inventory</string> 87 <string name="toast_back_to_exit">Click «back» again to exit</string> 88 89 <string name="host_apdu_service_desc">Taler Merchant NFC payments</string> 90 <string name="config_qr_label">QR config</string> 91 92 <string name="scan_qr_hint">Scan the QR code from Merchant Backoffice</string> 93 <string name="forever">Forever</string> 94 <string name="custom_duration">Custom duration</string> 95 <string name="duration">Duration</string> 96 <string name="token_validity_deadline">Token validity deadline:</string> 97 <string name="expires_on">Expires on…</string> 98 <string name="never_expires">Never expires</string> 99 <string name="no_deadline_set">No deadline set</string> 100 <string name="pick_date">Pick date</string> 101 <string name="pick_time">Pick time</string> 102 <string name="session_expired_toast">Session expired – please re-enter your credentials</string> 103 <string name="config_fragment_camera_needed_text">Camera permission is required for QR scanning</string> 104 </resources>