Skip to content

Commit a2ebe1a

Browse files
committed
Freeze strings for translation
1 parent c5e1ecd commit a2ebe1a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

fastlane/resources/values/strings.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@
582582
<string name="orderlist_error_fetch_generic">Error fetching orders</string>
583583
<string name="orderlist_filter_by">Filter orders by</string>
584584
<string name="orderlist_filter">Filter</string>
585+
<string name="order_list_customer_filter_applied">Customer filter applied</string>
585586
<string name="orderlist_search_hint">Search orders</string>
586587
<string name="orderlist_search_hint_active_filters">Search filtered orders</string>
587588
<string name="orderlist_filtered" translatable="false">: %1$s</string>
@@ -947,6 +948,7 @@
947948
<string name="orderdetail_shipping_details">Shipping details</string>
948949
<string name="orderdetail_billing_details">Billing details</string>
949950
<string name="orderdetail_email_contentdesc">email customer</string>
951+
<string name="orderdetail_view_customer_orders">View customer orders</string>
950952
<string name="orderdetail_call_or_message_contentdesc">Call or message customer</string>
951953
<string name="orderdetail_call_customer">Call</string>
952954
<string name="orderdetail_message_customer">Message</string>
@@ -2505,9 +2507,7 @@
25052507
<string name="settings">Settings</string>
25062508
<string name="privacy_settings">Privacy settings</string>
25072509
<string name="send_feedback">Send feedback</string>
2508-
<string name="beta_features">Beta features</string>
2509-
<string name="beta_features_add_ons">View Add-ons</string>
2510-
<string name="beta_features_simple_payments">Simple payments</string>
2510+
<string name="experimental_features">Experimental features</string>
25112511
<string name="settings_signout">Log out</string>
25122512
<string name="settings_close_account">Close Account</string>
25132513
<string name="settings_close_account_dialog_title">Confirm Close Account</string>
@@ -2612,6 +2612,8 @@
26122612
<string name="plugin_state_inactive">Inactive</string>
26132613
<string name="plugin_state_auto_managed">Auto-managed</string>
26142614
<string name="plugins_error_message">An error occurred while loading installed plugins</string>
2615+
<string name="settings_enable_jetpack_app_passwords_title">Application Passwords</string>
2616+
<string name="settings_enable_jetpack_app_passwords_message">Enable application passwords to let the app directly fetch data from your WooCommerce site instead of doing so through Jetpack connection.</string>
26152617

26162618
<!--
26172619
Developer Options Screen
@@ -4655,6 +4657,7 @@
46554657
<string name="woo_shipping_labels_package_creation_invalid_dimension">Package dimensions should all be larger than 0.</string>
46564658
<string name="woo_shipping_labels_package_creation_save_package_option">Save this as a new package template</string>
46574659
<string name="woo_shipping_labels_package_creation_add_package">Add Package</string>
4660+
<string name="woo_shipping_labels_package_creation_add_package_details">Add Package Details</string>
46584661
<string name="woo_shipping_labels_package_creation_empty_button">Create a custom package</string>
46594662
<string name="woo_shipping_labels_package_creation_empty_carrier_message">No carrier information found</string>
46604663
<string name="woo_shipping_labels_package_creation_empty_saved_message">No saved packages yet</string>
@@ -4849,4 +4852,10 @@
48494852
<string name="media_library_title">WordPress Media Library</string>
48504853
<string name="media_loading_failed">Media loading failed</string>
48514854
<string name="no_network_message">There is no network available</string>
4855+
4856+
<!--
4857+
Bookings
4858+
-->
4859+
<string name="bookings_tab_title">Bookings</string>
4860+
48524861
</resources>

0 commit comments

Comments
 (0)