Skip to content

Commit ed1ed53

Browse files
committed
Freeze strings for translation
1 parent 372e92c commit ed1ed53

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

fastlane/resources/values/strings.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
<string name="dismiss">Dismiss</string>
114114
<string name="sending">Sending</string>
115115
<string name="item_selected">Selected</string>
116+
<string name="coming_soon">Coming soon!</string>
116117

117118
<string name="button_not_now">Not now</string>
118119
<string name="button_skip">Skip</string>
@@ -590,7 +591,7 @@
590591
<string name="share_intent_pick_site">Pick site</string>
591592
<string name="share_intent_adding_to">Adding to</string>
592593
<string name="share_action">Share</string>
593-
<string name="cant_share_no_visible_blog">You can\'t share to WordPress without a visible blog</string>
594+
<string name="cant_share_no_blog">You can\'t share to WordPress without a blog</string>
594595

595596
<!-- file errors -->
596597
<string name="file_error_create">Couldn\'t create temp file for media upload. Make sure there is enough free space on your device.</string>
@@ -968,6 +969,10 @@
968969
<string name="experimental_features_feedback_dialog_title">Share feedback</string>
969970
<string name="experimental_features_feedback_dialog_message">Are you willing to share feedback on the experimental editor?</string>
970971
<string name="experimental_features_feedback_dialog_decline">Not now</string>
972+
<string name="experimental_subscribers_feature">Experimental subscribers</string>
973+
<string name="experimental_subscribers_feature_description">View and manage newsletter subscribers (work in progress)</string>
974+
<string name="experimental_application_password_feature">Application Password log in</string>
975+
<string name="experimental_application_password_feature_description">Enable Application Password to log into self-hosted sites.</string>
971976

972977
<!-- Debug settings -->
973978
<string name="preference_open_debug_settings" translatable="false">Debug Settings</string>
@@ -2108,7 +2113,6 @@
21082113
<string name="error_media_xmlrpc_not_allowed">Your action is not allowed</string>
21092114
<string name="error_media_xmlrcp_server_error">Internal server error occurred</string>
21102115
<string name="error_post_does_not_exist">This post no longer exists</string>
2111-
<string name="error_blog_hidden">This blog is hidden and couldn\'t be loaded. Enable it again in settings and try again.</string>
21122116
<string name="fatal_db_error">An error occurred while creating the app database. Try reinstalling the app.</string>
21132117
<string name="error_copy_to_clipboard">An error occurred while copying text to clipboard</string>
21142118
<string name="error_fetch_remote_site_settings">Couldn\'t retrieve site info</string>
@@ -2720,7 +2724,6 @@
27202724
<string name="themes_empty_list">No themes matching your search</string>
27212725

27222726
<!--People Management-->
2723-
<string name="people">People</string>
27242727
<string name="users">Users</string>
27252728
<string name="user">User</string>
27262729
<string name="no_users">No users</string>
@@ -2731,7 +2734,7 @@
27312734
<string name="subscriber_remove_confirmation_message">If removed, this subscriber will stop receiving notifications about this site, unless they re-subscribe.\n\nWould you still like to remove this subscriber?</string>
27322735
<string name="viewer_remove_confirmation_message">If you remove this viewer, he or she will not be able to visit this site.\n\nWould you still like to remove this viewer?</string>
27332736
<string name="person_removed">Successfully removed %1$s</string>
2734-
<string name="invite_people">Invite People</string>
2737+
<string name="invite_users">Invite users</string>
27352738
<string name="invite_names_title">Usernames or emails</string>
27362739
<string name="invite">Invite</string>
27372740
<string name="button_invite" translatable="false">@string/invite</string>
@@ -4483,6 +4486,8 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
44834486
<string name="qrcode_auth_flow_done_subtitle">Tap dismiss and head back to your web browser to continue.</string>
44844487
<string name="qrcode_auth_flow_dismiss">Dismiss</string>
44854488
<string name="qrcode_auth_flow_scan_again">Scan Again</string>
4489+
<string name="qrcode_auth_flow_timeout_title">Scan timed out</string>
4490+
<string name="qrcode_auth_flow_timeout_subtitle">It took too long to detect a code. Please try again or use your camera app to scan the code.</string>
44864491
<string name="qrcode_auth_flow_error_no_connection_title">No connection</string>
44874492
<string name="qrcode_auth_flow_error_no_connection_subtitle">An active internet connection is required to scan log in codes</string>
44884493
<string name="qrcode_auth_flow_error_invalid_data_title">Could not validate the log in code</string>
@@ -4988,4 +4993,9 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
49884993
<string name="voice_to_content_generic_error">Post from audio is unavailable at the moment, please try again later.</string>
49894994
<string name="gutenberg_native_replace_image" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Replace image</string>
49904995
<string name="default_web_client_id" a8c-src-lib="module:login">placeholder</string>
4996+
4997+
<!-- Application Password authentication -->
4998+
<string name="application_password_credentials_stored">Application password credentials stored for %1$s</string>
4999+
<string name="application_password_title">Authenticate using Application Password</string>
5000+
<string name="application_password_not_supported_error" a8c-src-lib="module:login">The provided site does not support Application Password authentication.</string>
49915001
</resources>

0 commit comments

Comments
 (0)