Commit 03bcbd73 authored by Theresa Wellington's avatar Theresa Wellington Committed by Commit Bot

[Android] Add strings for add to home screen IPH

Add strings for upcoming add to home screen in-product help.

Bug: 1144250
Change-Id: I938886c6953ae707de4d76bc036e1b30041fe47c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510714
Auto-Submit: Theresa  <twellington@chromium.org>
Reviewed-by: default avatarSky Malice <skym@chromium.org>
Commit-Queue: Theresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#822826}
parent 149042b8
...@@ -318,6 +318,12 @@ Still reading? ...@@ -318,6 +318,12 @@ Still reading?
<ignore regexp="The resource `R.string.iph_ntp_with_feed_accessibility_text` appears to be unused"/> <ignore regexp="The resource `R.string.iph_ntp_with_feed_accessibility_text` appears to be unused"/>
<ignore regexp="The resource `R.string.iph_tab_switcher_text` appears to be unused"/> <ignore regexp="The resource `R.string.iph_tab_switcher_text` appears to be unused"/>
<ignore regexp="The resource `R.string.iph_tab_switcher_accessibility_text` appears to be unused"/> <ignore regexp="The resource `R.string.iph_tab_switcher_accessibility_text` appears to be unused"/>
<!-- 5: Temporarily suppressed until impelmentation is ready, see https://crbug.com/1144250 -->
<ignore regexp="The resource `R.string.iph_bubble_add_to_home_screen_accessibility` appears to be unused"/>
<ignore regexp="The resource `R.string.iph_bubble_add_to_home_screen` appears to be unused"/>
<ignore regexp="The resource `R.string.iph_infobar_add_to_home_screen_title` appears to be unused"/>
<ignore regexp="The resource `R.string.iph_infobar_add_to_home_screen_description` appears to be unused"/>
<ignore regexp="The resource `R.string.iph_infobar_add_to_home_screen_description_tablet` appears to be unused"/>
<!-- 1: resource is used in C++ components/ntp_snippets. --> <!-- 1: resource is used in C++ components/ntp_snippets. -->
<ignore regexp="The resource `R.string.ntp_article_suggestions_section_empty` appears to be unused"/> <ignore regexp="The resource `R.string.ntp_article_suggestions_section_empty` appears to be unused"/>
<!-- 1: TODO(crbug.com/1137985) resource is used in downstream image editor. --> <!-- 1: TODO(crbug.com/1137985) resource is used in downstream image editor. -->
......
...@@ -2194,6 +2194,21 @@ To change this setting, <ph name="BEGIN_LINK">&lt;resetlink&gt;</ph>reset sync<p ...@@ -2194,6 +2194,21 @@ To change this setting, <ph name="BEGIN_LINK">&lt;resetlink&gt;</ph>reset sync<p
<message name="IDS_IPH_PWA_INSTALL_AVAILABLE_TEXT" desc="The in-product-help message for PWAs that can be installed to the device."> <message name="IDS_IPH_PWA_INSTALL_AVAILABLE_TEXT" desc="The in-product-help message for PWAs that can be installed to the device.">
Install this app Install this app
</message> </message>
<message name="IDS_IPH_BUBBLE_ADD_TO_HOME_SCREEN" desc="The in-product-help message encouraging users to add a commonly visited webpage to the home screen.">
To get here quicker, add this page to your Home screen
</message>
<message name="IDS_IPH_BUBBLE_ADD_TO_HOME_SCREEN_ACCESSIBILITY" desc="The in-product-help message encouraging users to add a commonly visited webpage to the home screen. Used when a screen reader is turned. 'More options' should match TC ID 8110367050267853536.">
To get here quicker, add this page to your Home screen from the More options button
</message>
<message name="IDS_IPH_INFOBAR_ADD_TO_HOME_SCREEN_TITLE" desc="The title of in-product-help infobar encouraging users to add a commonly visited webpage to the home screen.">
Get to this site quicker
</message>
<message name="IDS_IPH_INFOBAR_ADD_TO_HOME_SCREEN_DESCRIPTION" desc="The description of in-product-help infobar encouraging users to add a commonly visited webpage to the home screen. Shown on phones.">
Add this site to your phone’s Home screen so you can get here more easily
</message>
<message name="IDS_IPH_INFOBAR_ADD_TO_HOME_SCREEN_DESCRIPTION_TABLET" desc="The description of in-product-help infobar encouraging users to add a commonly visited webpage to the home screen. Shown on tablets.">
Add this site to your tablet’s Home screen so you can get here more easily
</message>
<!-- Page info popup --> <!-- Page info popup -->
<message name="IDS_PAGE_INFO_CONNECTION_OFFLINE" desc="Message to display in the page info bubble when viewing and offline page."> <message name="IDS_PAGE_INFO_CONNECTION_OFFLINE" desc="Message to display in the page info bubble when viewing and offline page.">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment