Commit ba5a0921 authored by Xing Liu's avatar Xing Liu Committed by Commit Bot

Read later: Add strings for read later UI.

This CL adds strings for read later UI.

Bug: 1128074
Change-Id: I149eba152a870bc723fe9b5c1fb7428f7940a8dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417104
Commit-Queue: Xing Liu <xingliu@chromium.org>
Reviewed-by: default avatarMin Qin <qinmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808179}
parent 12ddacb2
......@@ -274,6 +274,20 @@ Still reading?
<ignore regexp="The resource `R.string.accessibility_close_tab_group_button` appears to be unused"/>
<ignore regexp="The resource `R.string.accessibility_close_tab_group_button_with_group_name` appears to be unused"/>
<ignore regexp="The resource `R.string.accessibility_expand_tab_group_with_group_name` appears to be unused"/>
<!-- crbug.com/1128074 remove this line and following 9 lines after the bug is resolved -->
<ignore regexp="The resource `R.string.reading_list_title` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_read` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_unread` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_ready_for_offline` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_mark_as_read` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_share` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_reminder_notification_title` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_reminder_notification_subtitle` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_unread_page_count` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_intro_text` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_find_in_bookmarks` appears to be unused"/>
<!-- Old-style and new-style WebAPKs use same resources for simplicity. Old-style WebAPKs do
not use R.style.SplashTheme but new-style WebAPKs do.
TODO(crbug.com/971254): Remove suppression once old-style WebAPKs are deprecated. -->
......
......@@ -2845,6 +2845,41 @@ Cookies and other data may be used across open Incognito tabs.
URL required
</message>
<!-- Read later strings -->
<message name="IDS_READING_LIST_TITLE" desc="The title for the reading list page in main bookmark UI.">
Reading list
</message>
<message name="IDS_READING_LIST_READ" desc="The header for the read section in the reading list UI.">
Read
</message>
<message name="IDS_READING_LIST_UNREAD" desc="The header for the unread section in the reading list UI.">
Unread
</message>
<message name="IDS_READING_LIST_READY_FOR_OFFLINE" desc="The string to inform the user that the reading list has offline page ready.">
Ready for offline
</message>
<message name="IDS_READING_LIST_MARK_AS_READ" desc="The text for the action to mark the reading list as read.">
Mark as read
</message>
<message name="IDS_READING_LIST_SHARE" desc="The text for the action to share the reading list item.">
Share
</message>
<message name="IDS_READING_LIST_REMINDER_NOTIFICATION_TITLE" desc="The title of the reminder notification for reading list.">
Catch up on your reading list
</message>
<message name="IDS_READING_LIST_REMINDER_NOTIFICATION_SUBTITLE" desc="The subtitle of the reminder notification for reading list.">
You have <ph name="READING_LIST_COUNT">%1$d<ex>5</ex></ph> pages
</message>
<message name="IDS_READING_LIST_UNREAD_PAGE_COUNT" desc="Inform the user about the number of unread reading list items.">
<ph name="READING_LIST_COUNT">%1$d<ex>5</ex></ph> unread pages
</message>
<message name="IDS_READING_LIST_INTRO_TEXT" desc="The text on the reading list in product help bubble and other UIs to introduce the feature to the user.">
Save this page for later and get a reminder
</message>
<message name="IDS_READING_LIST_FIND_IN_BOOKMARKS" desc="The text to inform the user to find the reading list in bookmarks UI.">
Find your reading list in Bookmarks
</message>
<!-- Offline pages -->
<message name="IDS_OFFLINE_PAGES_VIEWING_OFFLINE_PAGE" desc="Text explaining that the user is viewing an offline copy of a web page.">
Viewing an offline copy of this page
......
517bc987481acd8b0fa902ae2b2f9dc84a6a0ab3
\ No newline at end of file
e313fd10964678a47a14106ab54d7ae957ff4aab
\ No newline at end of file
e900f21404580852a17a4a152c7f5c8198799897
\ No newline at end of file
e313fd10964678a47a14106ab54d7ae957ff4aab
\ No newline at end of file
b302afc7ddb74ee440231bab12d569521da35c25
\ No newline at end of file
e900f21404580852a17a4a152c7f5c8198799897
\ No newline at end of file
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