strings.xml (9118B)
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">Regular order</string> 7 <string name="menu_amount_entry">Order by amount</string> 8 <string name="menu_history">History</string> 9 <string name="menu_settings">Settings</string> 10 <string name="menu_reload">Reload</string> 11 12 <string name="product_image">Product image</string> 13 <string name="product_category_uncategorized">Uncategorized</string> 14 15 <string name="order_label_title">Order #%s</string> 16 <!-- The placeholder is the total order amount with currency --> 17 <string name="order_total">Total: %s</string> 18 <string name="order_restart">Restart</string> 19 <string name="order_undo">Undo</string> 20 <string name="order_previous">Prev</string> 21 <string name="order_next">Next</string> 22 <string name="order_custom">Add custom product</string> 23 <string name="order_complete">Complete order</string> 24 <string name="order_custom_product">Custom product name</string> 25 <string name="order_custom_product_default">Tip</string> 26 <string name="order_custom_add_button">Add</string> 27 28 <string name="amount_entry_label">Amount</string> 29 <string name="amount_entry_charge">Charge</string> 30 <string name="amount_entry_create_order_charge">Create order (charge amount)</string> 31 <string name="amount_entry_clear">Clear</string> 32 <string name="amount_entry_backspace">Backspace</string> 33 <string name="amount_entry_product_description">Regular order</string> 34 <string name="amount_entry_error_zero">Enter an amount</string> 35 <string name="amount_entry_error_wrong_currency">Unsupported currency</string> 36 37 <string name="config_label">Merchant settings</string> 38 <string name="settings_language_label">Language</string> 39 <string name="settings_language_hint">App language</string> 40 <string name="settings_language_system_default">System default</string> 41 <string name="settings_subtitle">Choose the app language and manage merchant instance credentials.</string> 42 <string name="settings_language_description">Applied immediately to the app interface.</string> 43 <string name="settings_instance_title">Saved instance</string> 44 <string name="settings_instance_description">Change merchant URL, username, token, and other instance-specific settings.</string> 45 <string name="settings_instance_button">Modify saved instance</string> 46 <string name="config_old_label">JSON file (old)</string> 47 <string name="config_setup_password">Password</string> 48 <string name="config_old_deprecation">This configuration method is deprecated, please use the new merchant API configuration.</string> 49 <string name="config_url">Configuration URL</string> 50 <string name="config_merchant_url">Merchant URL</string> 51 <string name="config_username">Username</string> 52 <string name="config_password">Password</string> 53 <string name="config_token">Access token</string> 54 <string name="config_ok">Fetch configuration</string> 55 <string name="config_auth_error">Error: Invalid username or password</string> 56 <string name="config_error_network">Error: Could not connect to configuration server</string> 57 <string name="config_error_category">Error: No valid product category found</string> 58 <string name="config_error_malformed">Error: The configuration JSON is malformed</string> 59 <string name="config_error_currency">Error: Product %1$s has currency %2$s, but %3$s expected</string> 60 <string name="config_error_product_category_id">Error: Product %1$s references unknown category ID %2$d</string> 61 <string name="config_error_product_zero">Error: No valid products found</string> 62 <string name="config_error_unknown">Error: Invalid configuration</string> 63 <string name="config_fetching">Fetching configuration…</string> 64 <string name="config_save_password">Remember password</string> 65 <string name="config_forget_password">Forget</string> 66 <string name="config_changed">Changed to new merchant using %s</string> 67 <string name="config_fetching_label">Fetching configuration</string> 68 <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> 69 70 <string name="payment_intro_nfc">Please let customer scan QR Code or use NFC to pay.</string> 71 <string name="payment_intro">Please let customer scan QR Code to pay.</string> 72 <string name="payment_claimed">Waiting for customer to confirm payment…</string> 73 <string name="payment_cancel">Cancel payment</string> 74 <string name="payment_received">Payment received</string> 75 <string name="payment_back_button">Continue</string> 76 <string name="payment_order_id">Receipt #%s</string> 77 <string name="payment_process_label">Payment required</string> 78 <string name="payment_canceled">Payment canceled</string> 79 80 <string name="history_label">Payment history</string> 81 <string name="history_ref_no" translatable="false">@string/payment_order_id</string> 82 <string name="history_unpaid">Unpaid</string> 83 <string name="history_refund">Refund</string> 84 <string name="refund_amount">Amount</string> 85 <string name="refund_reason">Refund reason</string> 86 <string name="refund_abort">Abort</string> 87 <string name="refund_complete">Received</string> 88 <string name="refund_confirm">Approve refund</string> 89 <string name="refund_error_max_amount">Greater than order amount of %s</string> 90 <string name="refund_error_invalid_amount">Invalid amount</string> 91 <string name="refund_error_zero">Needs to be positive amount</string> 92 <string name="refund_error_backend">Error processing refund</string> 93 <string name="refund_error_deadline">Refund deadline has passed</string> 94 <string name="refund_error_already_refunded">Already refunded</string> 95 <string name="refund_intro_nfc">Please let customer scan QR Code or use NFC to offer refund</string> 96 <string name="refund_intro">Please let customer scan QR Code to offer refund</string> 97 <string name="refund_order_ref">Purchase reference: %1$s\n\n%2$s</string> 98 99 <string name="error_payment">Error: No payment received</string> 100 <string name="error_timeout">No payment made within payment period, please try again!</string> 101 <string name="error_cancelled">Payment cancelled</string> 102 <string name="error_history">Error fetching the order history</string> 103 104 <string name="toast_reloading">Reloading inventory</string> 105 <string name="toast_back_to_exit">Click «back» again to exit</string> 106 107 <string name="host_apdu_service_desc">Taler Merchant NFC payments</string> 108 <string name="config_qr_label">QR config</string> 109 110 <string name="scan_qr_hint">Scan the QR code from Merchant Backoffice</string> 111 <string name="forever">Forever</string> 112 <string name="custom_duration">Custom duration</string> 113 <string name="duration">Duration</string> 114 <string name="token_validity_deadline">Token validity deadline:</string> 115 <string name="mfa_challenge_title">Two-factor authentication</string> 116 <string name="mfa_challenge_message">A confirmation code was sent via %1$s (%2$s). Enter the code to continue.</string> 117 <string name="mfa_challenge_code_hint">Verification code</string> 118 <string name="mfa_choose_title">Choose verification method</string> 119 <string name="mfa_challenge_invalid">Incorrect code. Please try again.</string> 120 <string name="mfa_challenge_retry">Too many attempts. A new code has been sent.</string> 121 <string name="mfa_challenge_failed">Verification failed. Please try again later.</string> 122 <string name="expires_on">Expires on…</string> 123 <string name="never_expires">Never expires</string> 124 <string name="no_deadline_set">No deadline set</string> 125 <string name="pick_date">Pick date</string> 126 <string name="pick_time">Pick time</string> 127 <string name="session_expired_toast">Session expired – please re-enter your credentials</string> 128 <string name="config_fragment_camera_needed_text">Camera permission is required for QR scanning</string> 129 130 <string-array name="settings_language_values"> 131 <item></item> 132 <item>en</item> 133 <item>de</item> 134 <item>es</item> 135 <item>fi</item> 136 <item>fr</item> 137 <item>it</item> 138 <item>ru</item> 139 <item>sv</item> 140 <item>tr</item> 141 <item>uk</item> 142 <item>he</item> 143 </string-array> 144 145 <string-array name="settings_language_labels"> 146 <item>@string/settings_language_system_default</item> 147 <item>English</item> 148 <item>Deutsch</item> 149 <item>Español</item> 150 <item>Suomi</item> 151 <item>Français</item> 152 <item>Italiano</item> 153 <item>Русский</item> 154 <item>Svenska</item> 155 <item>Türkçe</item> 156 <item>Українська</item> 157 <item>עברית</item> 158 </string-array> 159 </resources>