Skip to content

Commit 059dbda

Browse files
committed
Freeze strings for translation
1 parent 2fdbcb5 commit 059dbda

File tree

1 file changed

+31
-12
lines changed

1 file changed

+31
-12
lines changed

fastlane/resources/values/strings.xml

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -365,14 +365,19 @@
365365
<!--
366366
Site picker
367367
-->
368+
<string name="site_picker_select_store_list_header_with_hidden_sites">Select store to connect (%d hidden)</string>
368369
<string name="login_site_picker_enter_site_address">Enter a site address</string>
369370
<string name="login_site_picker_add_a_store">Connect another store</string>
370371
<string name="site_picker_create_new_store">Create a new store</string>
371372
<string name="site_picker_connect_existing_store">Connect an existing store</string>
372373
<string name="login_site_picker_new_to_woo">New to WooCommerce</string>
373374
<string name="site_picker_edit_store_list">Edit Stores</string>
374375
<string name="site_picker_edit_store_list_title">Visible Stores</string>
375-
<string name="site_picker_edit_store_list_footer">Unselected stores won\'t be shown in the app site\'s picker and won\'t receive push notifications for new orders</string>
376+
<string name="site_picker_edit_store_list_footer">Unselected stores won\'t be shown in the app site\'s picker and won\'t receive push notifications for new orders or product reviews</string>
377+
<string name="site_picker_edit_store_current_site_header">Current Store</string>
378+
<string name="site_picker_edit_store_current_site_footer">Please switch to another store if you want to hide this one</string>
379+
<string name="site_picker_edit_store_list_header">Other Stores</string>
380+
<string name="site_picker_edit_store_list_error_title">There was an error when updating notification settings. Please try again</string>
376381

377382
<!--
378383
My Store View
@@ -612,6 +617,8 @@
612617
<string name="orderlist_selection_count">%d orders selected</string>
613618
<string name="orderlist_selection_count_single">%d order selected</string>
614619
<string name="orderlist_selection_menu_update_status">Update status</string>
620+
<string name="orderlist_bulk_update_status_updated">Status updated!</string>
621+
<string name="orderlist_bulk_update_maximum_reached">Maximum selection count (%d) is reached.</string>
615622

616623
<!--
617624
Simple Payments
@@ -1286,8 +1293,12 @@
12861293
<string name="shipping_label_shipping_rates_sort_option_cheapest">Cheapest</string>
12871294
<string name="shipping_label_shipping_rates_sort_option_fastest">Fastest</string>
12881295
<string name="shipping_label_shipping_service_title">Shipping service</string>
1289-
<string name="shipping_label_purchased_title">Your shipping label is ready to print</string>
1290-
<string name="shipping_label_purchased_message">From here you can print the shipping label again or change the paper size of the label.</string>
1296+
<string name="shipping_label_purchased_success_title">Your shipping label is ready to print</string>
1297+
<string name="shipping_label_purchased_success_message">From here you can print the shipping label again or change the paper size of the label.</string>
1298+
<string name="shipping_label_purchased_in_progress_title">Your shipping label is being processed</string>
1299+
<string name="shipping_label_purchased_in_progress_message">Once it\'s finished, you will be able to print the shipping label with a selected paper size</string>
1300+
<string name="shipping_label_purchased_failure_title">We couldn\'t process your shipping label</string>
1301+
<string name="shipping_label_purchased_failure_message">Please try again later</string>
12911302
<string name="shipping_label_purchased_note">Note: Reusing a printed label is a violation of our terms of service and may result in criminal charges.</string>
12921303
<string name="shipping_label_purchased_learn_how_to_print">Learn how to print from your mobile device</string>
12931304
<string name="shipping_label_purchased_track_shipment">Track shipment</string>
@@ -1297,6 +1308,9 @@
12971308
<string name="shipping_label_purchased_pickup_error">We currently do not support Pick ups for this carrier</string>
12981309
<string name="shipping_label_purchased_tracking_error">We currently do not support Tracking for this carrier</string>
12991310
<string name="shipping_label_purchased_print_error">Something went wrong with this Shipping Label, try again later</string>
1311+
<string name="shipping_label_purchased_purchase_failed_error">We can\'t confirm the Shipping Label purchase right now, try again later</string>
1312+
<string name="shipping_label_select_origin_default_address">%s (default)</string>
1313+
<string name="shipping_label_select_origin_address">Address</string>
13001314

13011315

13021316
<!--
@@ -1557,7 +1571,6 @@
15571571
<string name="card_reader_tap_to_pay_header">TAP TO PAY</string>
15581572
<string name="card_reader_about_tap_to_pay">About Tap to Pay</string>
15591573
<string name="card_reader_tap_to_pay_description">Use your phone to accept card\npayments. Try it now.</string>
1560-
<string name="card_reader_tap_to_pay_share_feedback">Share Feedback</string>
15611574
<string name="card_reader_tap_to_pay_not_available_error_check_requirements_button">Check Requirements</string>
15621575
<string name="card_reader_tap_to_pay_not_available_error_title">Tap to Pay is not available</string>
15631576
<string name="card_reader_tap_to_pay_not_available_error_nfc">To use Tap To Pay on Android, your device needs an NFC chip. To accept in-person payments, please purchase a Bluetooth card reader.</string>
@@ -4258,20 +4271,20 @@
42584271
<string name="woopos_cart_title">Cart</string>
42594272
<string name="woopos_clear_cart_button">Clear</string>
42604273

4261-
<string name="woopos_banner_simple_products_only_title">Showing simple and variable products only</string>
4262-
<string name="woopos_banner_simple_products_only_message">Only simple physical and variable products are compatible with POS right now. Other product types, such as virtual, will become available in future updates. </string>
4274+
<string name="woopos_banner_simple_products_only_title">Showing simple, variable and virtual products only</string>
4275+
<string name="woopos_banner_simple_products_only_message">Only simple physical, variable and virtual products are compatible with POS right now. Other product types will become available in future updates. </string>
42634276
<string name="woopos_banner_simple_products_only_message_learn_more">Learn\u00A0more</string>
42644277
<string name="woopos_banner_simple_products_close_content_description">Close</string>
42654278
<string name="woopos_banner_simple_products_info_content_description">Info</string>
4266-
<string name="woopos_banner_simple_products_content_description">Simple and variable products only banner</string>
4279+
<string name="woopos_banner_simple_products_content_description">Simple, variable and virtual products only banner</string>
42674280
<string name="woopos_banner_simple_products_learn_more_content_description">Double tap to learn more</string>
4268-
<string name="woopos_banner_simple_products_dialog_content_description">Simple and variable products only dialog</string>
4281+
<string name="woopos_banner_simple_products_dialog_content_description">Simple, variable and virtual products only dialog</string>
42694282
<string name="woopos_banner_simple_products_dialog_primary_button_content_description">Double tap to dismiss the dialog</string>
42704283

42714284
<string name="woopos_dialog_products_info_heading">Why can\'t I see my products?</string>
4272-
<string name="woopos_dialog_products_info_primary_message">Only simple physical and variable products can be used with POS right now.</string>
4273-
<string name="woopos_dialog_products_info_secondary_message">Other product types, such as virtual, will be available in future updates.</string>
4274-
<string name="woopos_dialog_products_info_tertiary_message">To take payment for a non-simple product, exit POS and create a new order from the orders tab.</string>
4285+
<string name="woopos_dialog_products_info_primary_message">Only simple physical, variable and virtual products can be used with POS right now.</string>
4286+
<string name="woopos_dialog_products_info_secondary_message">Other product types will be available in future updates.</string>
4287+
<string name="woopos_dialog_products_info_tertiary_message">To take payment for other products, exit POS and create a new order from the orders tab.</string>
42754288
<string name="woopos_dialog_products_info_secondary_message_action_label">+ Create an order in store management</string>
42764289
<string name="woopos_dialog_products_info_button_label">OK</string>
42774290
<string name="woopos_dialog_products_info_background_content_description">Dimmed background. Tap to dismiss the dialog.</string>
@@ -4315,7 +4328,8 @@
43154328
<string name="woopos_error_icon_content_description">Error indication icon</string>
43164329
<string name="woopos_products_loading_error_retry_button">Retry</string>
43174330
<string name="woopos_totals_order_creation_error">Couldn\'t create order</string>
4318-
<string name="woopos_success_screen_total">A payment of %1$s was successfully made</string>
4331+
<string name="woopos_totals_success_payment_cash">A cash payment of %1$s was successfully made</string>
4332+
<string name="woopos_totals_success_payment_card">A card payment of %1$s was successfully made</string>
43194333

43204334
<string name="woopos_success_totals_error_reader_not_connected_title">Reader not connected</string>
43214335
<string name="woopos_success_totals_error_reader_not_connected_subtitle">To process this payment, please connect your reader.</string>
@@ -4351,6 +4365,7 @@
43514365
<string name="woopos_items_pagination_error_description">"An error occurred while loading products."</string>
43524366
<string name="woopos_items_pagination_error_content_description">"Failed to load more items. Double tap to try again."</string>
43534367
<string name="woopos_variations_loading_error_title">Error loading variations</string>
4368+
<string name="woopos_variations_options_available_text">Options available</string>
43544369

43554370
<string name="woopos_cash_payment_title">Cash payment</string>
43564371
<string name="woopos_complete_cash_order_button">Mark payment as complete</string>
@@ -4436,5 +4451,9 @@
44364451
<string name="woo_shipping_labels_package_creation_error">Failed to load the package data</string>
44374452
<string name="woo_shipping_labels_package_creation_box_type">Box</string>
44384453
<string name="woo_shipping_labels_package_creation_envelope_type">Envelope</string>
4454+
<string name="woo_shipping_labels_package_creation_error_title">We couldn\'t save the package as template</string>
4455+
<string name="woo_shipping_labels_package_creation_error_message">Do you want to proceed without saving it?</string>
4456+
<string name="woo_shipping_labels_package_creation_error_proceed">Proceed</string>
4457+
<string name="woo_shipping_labels_package_creation_error_cancel">Cancel</string>
44394458
<string name="email_not_registered_wpcom">Hmm, we can\'t find a WordPress.com account connected to this email address.</string>
44404459
</resources>

0 commit comments

Comments
 (0)