strings.xml (10669B)
1 <resources> 2 <string name="app_name">Taler POS</string> 3 <string name="app_name_short">Taler POS</string> 4 <string name="project_name">GNU Taler</string> 5 6 <string name="menu_order">Order by inventory</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 inventory</string> 11 12 <string name="product_image">Product image</string> 13 <string name="product_category_all_objects">Everything</string> 14 <string name="product_category_uncategorized">Uncategorized</string> 15 <string name="product_unavailable">Unavailable</string> 16 <string name="product_out_of_stock">Out of stock</string> 17 <string name="product_wrong_currency">Wrong currency</string> 18 19 <string name="order_label_title">Order #%s</string> 20 <!-- The placeholder is the total order amount with currency --> 21 <string name="order_total">Total: %s</string> 22 <string name="order_restart">Clear</string> 23 <string name="order_delete">Delete order</string> 24 <string name="order_undo">Undo</string> 25 <string name="order_previous">Prev</string> 26 <string name="order_next">Next</string> 27 <string name="order_custom">Add custom product</string> 28 <string name="order_complete">Bill</string> 29 <string name="order_complete_with_amount">Bill %s</string> 30 <string name="order_custom_product">Custom product name</string> 31 <string name="order_custom_product_default">Tip</string> 32 <string name="order_custom_add_button">Add</string> 33 34 <string name="amount_entry_label">Amount</string> 35 <string name="amount_entry_charge">Charge</string> 36 <string name="amount_entry_create_order_charge">Create order (charge amount)</string> 37 <string name="amount_entry_clear">Clear</string> 38 <string name="amount_entry_backspace">Backspace</string> 39 <string name="amount_entry_product_description">Regular order</string> 40 <string name="amount_entry_error_zero">Enter an amount</string> 41 <string name="amount_entry_error_wrong_currency">Unsupported currency</string> 42 43 <string name="config_label">Merchant settings</string> 44 <string name="settings_language_label">Language</string> 45 <string name="settings_language_hint">App language</string> 46 <string name="settings_language_system_default">System default</string> 47 <string name="settings_subtitle">Choose the app language and manage login settings.</string> 48 <string name="settings_app_title">App settings</string> 49 <string name="settings_language_description">Applied immediately to the app interface.</string> 50 <string name="settings_initial_order_label">Initial order screen</string> 51 <string name="settings_initial_order_hint">Default order mode</string> 52 <string name="settings_initial_order_description">Shown when the app starts or after configuration is loaded.</string> 53 <string name="settings_instance_title">Login settings</string> 54 <string name="settings_instance_description">Change merchant portal URL, username, password, and other settings.</string> 55 <string name="settings_instance_button">Modify login settings</string> 56 <string name="settings_logout_button">Log out</string> 57 <string name="config_old_label">JSON file (old)</string> 58 <string name="config_setup_password">Password</string> 59 <string name="config_old_deprecation">This configuration method is deprecated, please use the new merchant API configuration.</string> 60 <string name="config_url">Configuration URL</string> 61 <string name="config_merchant_url">Merchant portal URL</string> 62 <string name="config_username">Username</string> 63 <string name="config_password">Password</string> 64 <string name="config_manual_label">Manual config</string> 65 <string name="config_token">Password</string> 66 <string name="config_ok">Connect</string> 67 <string name="config_auth_error">Error: Invalid username or password</string> 68 <string name="config_error_network">Error: Could not connect to configuration server</string> 69 <string name="config_error_category">Error: No valid product category found</string> 70 <string name="config_error_malformed">Error: The configuration JSON is malformed</string> 71 <string name="config_error_currency">Error: Product %1$s has currency %2$s, but %3$s expected</string> 72 <string name="config_error_product_category_id">Error: Product %1$s references unknown category ID %2$d</string> 73 <string name="config_error_product_zero">Error: No valid products found</string> 74 <string name="config_error_unknown">Error: Invalid configuration</string> 75 <string name="config_fetching">Fetching configuration…</string> 76 <string name="config_save_password">Remember password</string> 77 <string name="config_forget_password">Forget</string> 78 <string name="config_changed">Changed to new merchant using %s</string> 79 <string name="config_fetching_label">Fetching configuration</string> 80 <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> 81 82 <string name="payment_intro_nfc">Please let customer scan QR Code or use NFC to pay.</string> 83 <string name="payment_intro">Please let customer scan QR Code to pay.</string> 84 <string name="payment_claimed">Waiting for customer to confirm payment…</string> 85 <string name="payment_cancel">Cancel payment</string> 86 <string name="payment_received">Payment received</string> 87 <string name="payment_back_button">Continue</string> 88 <string name="payment_order_id">Receipt #%s</string> 89 <string name="payment_process_label">Payment required</string> 90 <string name="payment_canceled">Payment canceled</string> 91 <string name="force_delete_dialog_title">Force delete order?</string> 92 <string name="force_delete_dialog_message">This order has been claimed by a wallet. Force deleting it will release any inventory locks and prevent the wallet from completing the payment.</string> 93 <string name="force_delete_dialog_confirm">Force delete</string> 94 <string name="payment_share_uri">Share payment URI</string> 95 <string name="payment_copy_uri">Copy payment URI</string> 96 97 <string name="history_label">Payment history</string> 98 <string name="history_refresh">Refresh history</string> 99 <string name="history_ref_no" translatable="false">@string/payment_order_id</string> 100 <string name="history_unpaid">Unpaid</string> 101 <string name="history_status_unpaid">Unpaid</string> 102 <string name="history_status_paid">Paid</string> 103 <string name="history_status_payment_pending">Payment pending</string> 104 <string name="history_status_payment_claimed">Payment claimed</string> 105 <string name="history_status_refund_pending">Refund pending</string> 106 <string name="history_status_refunded">Refunded</string> 107 <string name="history_show_payment">Show payment</string> 108 <string name="history_show_refund">Show refund</string> 109 <string name="history_refund">Refund</string> 110 <string name="refund_amount">Amount</string> 111 <string name="refund_reason">Refund reason</string> 112 <string name="refund_abort">Abort</string> 113 <string name="refund_complete">Received</string> 114 <string name="refund_confirm">Approve refund</string> 115 <string name="refund_error_max_amount">Greater than order amount of %s</string> 116 <string name="refund_error_invalid_amount">Invalid amount</string> 117 <string name="refund_error_zero">Needs to be positive amount</string> 118 <string name="refund_error_backend">Error processing refund</string> 119 <string name="refund_error_deadline">Refund deadline has passed</string> 120 <string name="refund_error_already_refunded">Already refunded</string> 121 <string name="refund_state_missing">Refund state is no longer available</string> 122 <string name="refund_intro_nfc">Please let customer scan QR Code or use NFC to offer refund</string> 123 <string name="refund_intro">Please let customer scan QR Code to offer refund</string> 124 <string name="refund_order_ref">Purchase reference: %1$s\n\n%2$s</string> 125 126 <string name="error_payment">Error: No payment received</string> 127 <string name="error_order_creation">Error: Could not create order</string> 128 <string name="error_inventory_unavailable">Error: Not enough inventory available</string> 129 <string name="error_delete_order">Error: Could not delete order</string> 130 <string name="error_timeout">No payment made within payment period, please try again!</string> 131 <string name="error_cancelled">Payment cancelled</string> 132 <string name="error_history">Error fetching the order history</string> 133 134 <string name="toast_reloading">Reloading inventory</string> 135 <string name="toast_back_to_exit">Click «back» again to exit</string> 136 137 <string name="host_apdu_service_desc">Taler Merchant NFC payments</string> 138 <string name="config_qr_label">QR config</string> 139 140 <string name="scan_qr_hint">Scan the QR code from Merchant Backoffice</string> 141 <string name="forever">Forever</string> 142 <string name="custom_duration">Custom duration</string> 143 <string name="duration">Duration</string> 144 <string name="token_validity_deadline">Password validity deadline:</string> 145 <string name="expires_on">Expires on…</string> 146 <string name="never_expires">Never expires</string> 147 <string name="no_deadline_set">No deadline set</string> 148 <string name="pick_date">Pick date</string> 149 <string name="pick_time">Pick time</string> 150 <string name="session_expired_toast">Session expired – please re-enter your credentials</string> 151 <string name="config_fragment_camera_needed_text">Camera permission is required for QR scanning</string> 152 153 <string-array name="settings_language_values"> 154 <item></item> 155 <item>en</item> 156 <item>de</item> 157 <item>es</item> 158 <item>fi</item> 159 <item>fr</item> 160 <item>it</item> 161 <item>ru</item> 162 <item>sv</item> 163 <item>tr</item> 164 <item>uk</item> 165 <item>he</item> 166 </string-array> 167 168 <string-array name="settings_language_labels"> 169 <item>@string/settings_language_system_default</item> 170 <item>English</item> 171 <item>Deutsch</item> 172 <item>Español</item> 173 <item>Suomi</item> 174 <item>Français</item> 175 <item>Italiano</item> 176 <item>Русский</item> 177 <item>Svenska</item> 178 <item>Türkçe</item> 179 <item>Українська</item> 180 <item>עברית</item> 181 </string-array> 182 </resources>