Skip to content

Commit

Permalink
Freeze strings for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
wpmobilebot committed Feb 21, 2025
1 parent 0104057 commit bbe4875
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions fastlane/resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,6 @@
<string name="order_detail_attribution_session_page_views">Session page views</string>
<string name="order_detail_move_to_trash">Move to trash</string>
<string name="order_detail_trash_order_dialog_message">Do you want to move this order to the trash?</string>
<string name="order_detail_edit_store_currency_mismatch">Sorry, you can only edit this order on the web, as it uses %1$s, and your site\'s currency is %2$s</string>

<!--
Shipping label Refunds
Expand Down Expand Up @@ -4295,6 +4294,7 @@

<string name="woopos_exit_confirmation_title">Exit POS</string>
<string name="woopos_get_support_title">Get Support</string>
<string name="woopos_documentation_title">Documentation</string>
<string name="woopos_exit_dialog_confirmation_close_content_description">Close</string>
<string name="woopos_exit_dialog_confirmation_title">Exit Point of Sale mode?</string>
<string name="woopos_exit_dialog_confirmation_message">Any orders in progress will be lost.</string>
Expand All @@ -4316,7 +4316,6 @@
<string name="woopos_payment_tax_label">Taxes</string>
<string name="woopos_payment_total_label">Total</string>
<string name="woopos_payment_collect_payment_label">Collect card payment</string>
<string name="woopos_receipt_sending_not_supported">Please update WooCommerce to version %s or later</string>
<string name="woopos_payment_take_cash_payment_label">Cash payment</string>
<string name="woopos_products_empty_list">No products</string>
<string name="woopos_reader_connect_now_button">Connect now</string>
Expand All @@ -4330,6 +4329,7 @@
<string name="woopos_products_loading_error_title">Error loading products</string>
<string name="woopos_products_loading_error_message">Give it another go?</string>
<string name="woopos_error_icon_content_description">Error indication icon</string>
<string name="woopos_reader_not_connected_description">Please make sure a card reader is connected.</string>
<string name="woopos_products_loading_error_retry_button">Retry</string>
<string name="woopos_totals_order_creation_error">Couldn\'t create order</string>
<string name="woopos_totals_success_payment_cash">A cash payment of %1$s was successfully made</string>
Expand Down Expand Up @@ -4499,6 +4499,28 @@
<string name="woo_shipping_field_required_error">This field is required.</string>
<string name="woo_shipping_fetching_countries_and_states_failed">We were unable to retrieve country and state information. Please try again.</string>
<string name="woo_shipping_fetching_countries_and_states">Fetching countries and states.</string>
<string name="woo_shipping_address_verified">Address verified</string>
<string name="woo_shipping_address_unverified">Unverified address</string>
<string name="woo_shipping_address_missing_info">Missing information</string>

<string name="woo_shipping_address_validate_and_save">Validate &amp; Save</string>
<string name="woo_shipping_address_missing_info_hint">Add missing information</string>
<string name="woo_shipping_labels_loading_order_error">Unable to load the order</string>
<string name="woo_shipping_labels_loading_error">Unable to load data</string>

<string name="woo_shipping_address_validate_title">Validating</string>
<string name="woo_shipping_address_validate_message">Validating entered address</string>

<string name="woo_shipping_confirm_address_title">Confirm address</string>
<string name="woo_shipping_confirm_address_description">We have slightly modified the entered address.\nIf correct, please use the suggested address to ensure accurate delivery.</string>
<string name="woo_shipping_confirm_address_entered">What you entered</string>
<string name="woo_shipping_confirm_address_suggested">Suggested</string>

<string name="woo_shipping_confirm_submit_address_suggested">Confirm Suggested Address</string>
<string name="woo_shipping_confirm_submit_address_entered">Confirm Entered Address</string>


<string name="error_user_username_instead_of_email">Please log in using your WordPress.com username instead of your email address.</string>
<string name="about_automattic_x_item_title">X</string>
<string name="default_web_client_id" a8c-src-lib="module:login">placeholder</string>
</resources>

0 comments on commit bbe4875

Please sign in to comment.