You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The All Domains screen lets you manage all your domains in the app.
2
-
- Posts & Pages has improved display options and an expanded context menu.
3
-
- We fixed block editor issues caused by pasting deeply nested content, or using text colors in older site themes.
1
+
* [*] [Jetpack-only] Block Editor: Ensure text is always visible within Contact Info block [https://github.com/Automattic/jetpack/pull/33873]
2
+
* [*] Block Editor: Ensure uploaded audio is always visible within Audio block [https://github.com/WordPress/gutenberg/pull/55627]
3
+
* [*] Block Editor: In the deeply nested block warning, only display the ungroup option for blocks that support it [https://github.com/WordPress/gutenberg/pull/56445]
4
+
* [**] Enable Optimize Image setting (via Me → App Settings) by default, and change default compression and resolution values. [https://github.com/wordpress-mobile/WordPress-Android/pull/19581]
5
+
* [*] Fixed an issue that prevented theme installation on atomic sites [https://github.com/wordpress-mobile/WordPress-Android/pull/19668]
- The Posts & Pages screen now has clean, simple display options. The context menu also lets you access comments, settings, and other actions for a post or page.
2
-
- We fixed block editor issues caused by pasting deeply nested content, or using text colors in older site themes.
1
+
* [*] Block Editor: Ensure uploaded audio is always visible within Audio block [https://github.com/WordPress/gutenberg/pull/55627]
2
+
* [*] Block Editor: In the deeply nested block warning, only display the ungroup option for blocks that support it [https://github.com/WordPress/gutenberg/pull/56445]
3
+
* [**] Enable Optimize Image setting (via Me → App Settings) by default, and change default compression and resolution values. [https://github.com/wordpress-mobile/WordPress-Android/pull/19581]
4
+
* [*] Fixed an issue that prevented theme installation on atomic sites [https://github.com/wordpress-mobile/WordPress-Android/pull/19668]
Copy file name to clipboardExpand all lines: WordPress/src/main/res/values/strings.xml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4531,7 +4531,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
4531
4531
<stringname="wp_jetpack_deep_link_overlay_description">It looks like you have the Jetpack app installed.\n\nWould you like to open links in the Jetpack app in the future?\n\nYou can always change this in App Settings > Open links in Jetpack</string>
<stringname="wp_jetpack_deep_link_open_in_wordpress">Open links in WordPress</string>
4534
-
<stringname="gutenberg_native_alternatively_you_can_detach_and_edit_this_block_separately_by_ta"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Alternatively, you can detach and edit this block separately by tapping “Detach pattern”.</string>
4534
+
<stringname="gutenberg_native_alternatively_you_can_detach_and_edit_this_block_separately_by_ta"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Alternatively, you can detach and edit this block separately by tapping “Detach”.</string>
4535
4535
<stringname="gutenberg_native_s_converted_to_regular_block"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">%s converted to regular block</string>
4536
4536
4537
4537
<!-- Jetpack Feature Card -->
@@ -4790,7 +4790,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
4790
4790
4791
4791
<stringname="pages_no_site_something_went_wrong">Uh oh, something went wrong. Please try again later.</string>
4792
4792
<stringname="gutenberg_native_block_cannot_be_rendered_because_it_is_deeply_nested_tap_here_for"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Block cannot be rendered because it is deeply nested. Tap here for more details.</string>
4793
-
<stringname="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor. For this reason, we recommend flattening the content by ungrouping the block or editing the block using your web browser.</string>
4793
+
<stringname="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor.</string>
4794
4794
<stringname="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the_09df8c78"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor. For this reason, we recommend flattening the content by ungrouping the block or editing the block using the web editor.</string>
@@ -4815,4 +4815,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
4815
4815
<stringname="login_text_security_key"tools:ignore="UnusedResources"a8c-src-lib="login">Use a security key</string>
4816
4816
<stringname="login_error_security_key"tools:ignore="UnusedResources"a8c-src-lib="login">There was some trouble with the Security key login</string>
4817
4817
<stringname="notification_security_key_needed"tools:ignore="UnusedResources"a8c-src-lib="login">Please provide your security key to continue.</string>
4818
+
<stringname="gutenberg_native_alternatively_you_can_flatten_the_content_by_ungrouping_the_block"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Alternatively, you can flatten the content by ungrouping the block.</string>
4819
+
<stringname="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_the_web_edit"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">For this reason, we recommend editing the block using the web editor.</string>
4820
+
<stringname="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_your_web_bro"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">For this reason, we recommend editing the block using your web browser.</string>
<stringname="image_optimization_promo_title">Turn on image optimization?</string>
2980
-
<stringname="image_optimization_promo_desc">Image optimization shrinks images for quicker uploading.\n\nYou can change this any time in site settings.</string>
<stringname="image_optimization_promo_desc">Image optimization shrinks images for faster uploading.\n\nThis option is enabled by default, but you can change it in the app settings at any time.</string>
2981
2982
2982
2983
<!-- Login -->
2983
2984
<!-- If any of these appear unused, be sure to check the same string in the login library -
@@ -4472,6 +4473,8 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
4472
4473
<stringname="jp_migration_delete_message">We recommend <b>uninstalling the WordPress app</b> on your device to avoid data conflicts.</string>
<stringname="preference_open_links_in_jetpack">Open links in Jetpack</string>
@@ -4528,7 +4531,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
4528
4531
<stringname="wp_jetpack_deep_link_overlay_description">It looks like you have the Jetpack app installed.\n\nWould you like to open links in the Jetpack app in the future?\n\nYou can always change this in App Settings > Open links in Jetpack</string>
<stringname="wp_jetpack_deep_link_open_in_wordpress">Open links in WordPress</string>
4531
-
<stringname="gutenberg_native_alternatively_you_can_detach_and_edit_this_block_separately_by_ta"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Alternatively, you can detach and edit this block separately by tapping “Detach pattern”.</string>
4534
+
<stringname="gutenberg_native_alternatively_you_can_detach_and_edit_this_block_separately_by_ta"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Alternatively, you can detach and edit this block separately by tapping “Detach”.</string>
4532
4535
<stringname="gutenberg_native_s_converted_to_regular_block"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">%s converted to regular block</string>
4533
4536
4534
4537
<!-- Jetpack Feature Card -->
@@ -4787,7 +4790,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
4787
4790
4788
4791
<stringname="pages_no_site_something_went_wrong">Uh oh, something went wrong. Please try again later.</string>
4789
4792
<stringname="gutenberg_native_block_cannot_be_rendered_because_it_is_deeply_nested_tap_here_for"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Block cannot be rendered because it is deeply nested. Tap here for more details.</string>
4790
-
<stringname="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor. For this reason, we recommend flattening the content by ungrouping the block or editing the block using your web browser.</string>
4793
+
<stringname="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor.</string>
4791
4794
<stringname="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the_09df8c78"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor. For this reason, we recommend flattening the content by ungrouping the block or editing the block using the web editor.</string>
@@ -4797,7 +4800,22 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
4797
4800
<stringname="account_and_settings">Account and Settings</string>
4798
4801
<stringname="gutenberg_native_alternatively_you_can_convert_the_content_to_blocks"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Alternatively, you can convert the content to blocks.</string>
4799
4802
<stringname="gutenberg_native_s_block_converted_to_blocks"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">\'%s\' block converted to blocks</string>
<stringname="barcode_scanning_camera_permission_denied">Camera permission is required to scan the barcode.</string>
4808
+
<stringname="barcode_scanning_alert_dialog_title">Grant Camera Permission</string>
4809
+
<stringname="barcode_scanning_alert_dialog_rationale_message">Camera permission is required in order to scan the barcode</string>
4810
+
<stringname="barcode_scanning_alert_dialog_permanently_denied_message">You have permanently denied Camera permission. It is required in order to scan the barcode. Please enable it from the app settings</string>
<stringname="barcode_scanning_alert_dialog_permanently_denied_cta_label">Go to settings</string>
4814
+
4800
4815
<stringname="login_text_security_key"tools:ignore="UnusedResources"a8c-src-lib="login">Use a security key</string>
4801
4816
<stringname="login_error_security_key"tools:ignore="UnusedResources"a8c-src-lib="login">There was some trouble with the Security key login</string>
4802
4817
<stringname="notification_security_key_needed"tools:ignore="UnusedResources"a8c-src-lib="login">Please provide your security key to continue.</string>
4818
+
<stringname="gutenberg_native_alternatively_you_can_flatten_the_content_by_ungrouping_the_block"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">Alternatively, you can flatten the content by ungrouping the block.</string>
4819
+
<stringname="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_the_web_edit"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">For this reason, we recommend editing the block using the web editor.</string>
4820
+
<stringname="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_your_web_bro"tools:ignore="UnusedResources"a8c-src-lib="gutenberg">For this reason, we recommend editing the block using your web browser.</string>
0 commit comments