Skip to content

Commit 0084f8c

Browse files
committed
Freeze strings for translation
1 parent aae0389 commit 0084f8c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

fastlane/resources/values/strings.xml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -978,8 +978,6 @@
978978
<string name="experimental_subscribers_feature_description">View and manage newsletter subscribers</string>
979979
<string name="experimental_application_password_feature">Application Password log in</string>
980980
<string name="experimental_application_password_feature_description">Enable Application Password to log into self-hosted sites</string>
981-
<string name="experimental_jetpack_rest_connection">Experimental Jetpack REST Connection</string>
982-
<string name="experimental_jetpack_rest_connection_description">Enable experimental Jetpack REST Connection flow</string>
983981

984982
<!-- Debug settings -->
985983
<string name="preference_open_debug_settings" translatable="false">Debug Settings</string>
@@ -1009,23 +1007,29 @@
10091007

10101008
<!-- Jetpack REST Connection Screen -->
10111009
<string name="jetpack_rest_connection_title">Jetpack Connection</string>
1012-
<string name="jetpack_rest_connection_setup_title">Setting up Jetpack (Simulated)</string>
1010+
<string name="jetpack_rest_connection_setup_title">Setting up Jetpack</string>
10131011
<string name="jetpack_rest_connection_step_login_wpcom">Login to WordPress.com</string>
10141012
<string name="jetpack_rest_connection_step_install_jetpack">Install Jetpack plugin</string>
1015-
<string name="jetpack_rest_connection_step_connect_site">Connect your site</string>
1016-
<string name="jetpack_rest_connection_step_connect_wpcom">Connect to WordPress.com</string>
1013+
<string name="jetpack_rest_connection_step_connect_site">Connect site to WordPress.com</string>
1014+
<string name="jetpack_rest_connection_step_connect_user">Connect user to WordPress.com</string>
10171015
<string name="jetpack_rest_connection_step_finalize">Finalize setup</string>
10181016
<string name="jetpack_rest_connection_status_not_started">Not started</string>
10191017
<string name="jetpack_rest_connection_status_in_progress">In progress…</string>
10201018
<string name="jetpack_rest_connection_status_completed">Completed</string>
10211019
<string name="jetpack_rest_connection_status_failed">Failed</string>
10221020
<string name="jetpack_rest_connection_cancel_title">Cancel Jetpack Setup?</string>
10231021
<string name="jetpack_rest_connection_cancel_message">The Jetpack connection process is in progress. Are you sure you want to cancel?</string>
1024-
<string name="jetpack_rest_connection_error_jetpack_already_installed">Jetpack is already installed</string>
10251022
<string name="jetpack_rest_connection_error_timeout">Timed out</string>
10261023
<string name="jetpack_rest_connection_error_unknown" translatable="false">@string/error_generic</string>
10271024
<string name="jetpack_rest_connection_error_offline" translatable="false">@string/no_network_title</string>
1028-
<string name="jetpack_rest_connection_error_wpcom">Unable to connect to WordPress.com</string>
1025+
<string name="jetpack_rest_connection_error_login_wpcom">Unable to log into WordPress.com</string>
1026+
<string name="jetpack_rest_connection_error_connect_wpcom">Unable to connect to WordPress.com</string>
1027+
<string name="jetpack_rest_connection_error_install_jetpack">Install failed</string>
1028+
<string name="jetpack_rest_connection_error_install_jetpack_inactive">Jetpack installed but inactive</string>
1029+
<string name="jetpack_rest_connection_error_connect_site">Failed to connect to site</string>
1030+
<string name="jetpack_rest_connection_error_connect_user">Failed to connect user to WordPress.com</string>
1031+
<string name="jetpack_rest_connection_error_access_token">Access token missing</string>
1032+
<string name="jetpack_rest_connection_error_activate_stats">Failed to activate stats</string>
10291033

10301034
<!-- Stats refresh -->
10311035
<string name="stats_no_data_yet">No data yet</string>
@@ -1576,6 +1580,7 @@
15761580
<string name="notifications_jetpack_connection_setup_info">To get helpful notifications on your device from your WordPress site, you\'ll need to install the Jetpack plugin. Would you like to set up Jetpack?</string>
15771581
<string name="notifications_empty_view_reader">Go to Reader</string>
15781582
<string name="content_description_person_reading_device_notification">Person reading device with notifications</string>
1583+
<string name="content_description_empty_view">Image illustrating that the view is empty</string>
15791584
<string name="older_two_days">Older than 2 days</string>
15801585
<string name="older_last_week">Older than a week</string>
15811586
<string name="older_month">Older than a month</string>
@@ -5071,4 +5076,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
50715076
<string name="application_password_name_sort">Name</string>
50725077
<string name="application_password_created_sort">Created</string>
50735078
<string name="application_password_last_used_sort">Last used</string>
5079+
5080+
<!-- DataView -->
5081+
<string name="dataview_default_empty_message">There\'s nothing here</string>
50745082
</resources>

0 commit comments

Comments
 (0)