|
113 | 113 | <string name="dismiss">Dismiss</string>
|
114 | 114 | <string name="sending">Sending</string>
|
115 | 115 | <string name="item_selected">Selected</string>
|
| 116 | + <string name="coming_soon">Coming soon!</string> |
116 | 117 |
|
117 | 118 | <string name="button_not_now">Not now</string>
|
118 | 119 | <string name="button_skip">Skip</string>
|
|
590 | 591 | <string name="share_intent_pick_site">Pick site</string>
|
591 | 592 | <string name="share_intent_adding_to">Adding to</string>
|
592 | 593 | <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> |
594 | 595 |
|
595 | 596 | <!-- file errors -->
|
596 | 597 | <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 | 969 | <string name="experimental_features_feedback_dialog_title">Share feedback</string>
|
969 | 970 | <string name="experimental_features_feedback_dialog_message">Are you willing to share feedback on the experimental editor?</string>
|
970 | 971 | <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> |
971 | 976 |
|
972 | 977 | <!-- Debug settings -->
|
973 | 978 | <string name="preference_open_debug_settings" translatable="false">Debug Settings</string>
|
|
2108 | 2113 | <string name="error_media_xmlrpc_not_allowed">Your action is not allowed</string>
|
2109 | 2114 | <string name="error_media_xmlrcp_server_error">Internal server error occurred</string>
|
2110 | 2115 | <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> |
2112 | 2116 | <string name="fatal_db_error">An error occurred while creating the app database. Try reinstalling the app.</string>
|
2113 | 2117 | <string name="error_copy_to_clipboard">An error occurred while copying text to clipboard</string>
|
2114 | 2118 | <string name="error_fetch_remote_site_settings">Couldn\'t retrieve site info</string>
|
|
2720 | 2724 | <string name="themes_empty_list">No themes matching your search</string>
|
2721 | 2725 |
|
2722 | 2726 | <!--People Management-->
|
2723 |
| - <string name="people">People</string> |
2724 | 2727 | <string name="users">Users</string>
|
2725 | 2728 | <string name="user">User</string>
|
2726 | 2729 | <string name="no_users">No users</string>
|
|
2731 | 2734 | <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>
|
2732 | 2735 | <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>
|
2733 | 2736 | <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> |
2735 | 2738 | <string name="invite_names_title">Usernames or emails</string>
|
2736 | 2739 | <string name="invite">Invite</string>
|
2737 | 2740 | <string name="button_invite" translatable="false">@string/invite</string>
|
@@ -4483,6 +4486,8 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
|
4483 | 4486 | <string name="qrcode_auth_flow_done_subtitle">Tap dismiss and head back to your web browser to continue.</string>
|
4484 | 4487 | <string name="qrcode_auth_flow_dismiss">Dismiss</string>
|
4485 | 4488 | <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> |
4486 | 4491 | <string name="qrcode_auth_flow_error_no_connection_title">No connection</string>
|
4487 | 4492 | <string name="qrcode_auth_flow_error_no_connection_subtitle">An active internet connection is required to scan log in codes</string>
|
4488 | 4493 | <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%". -->
|
4988 | 4993 | <string name="voice_to_content_generic_error">Post from audio is unavailable at the moment, please try again later.</string>
|
4989 | 4994 | <string name="gutenberg_native_replace_image" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Replace image</string>
|
4990 | 4995 | <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> |
4991 | 5001 | </resources>
|
0 commit comments