Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: components/pageinfo_strings.grdp

Issue 2572773002: Add page info strings for offline pages. (Closed)
Patch Set: remove space Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pageinfo_strings.grdp
diff --git a/components/pageinfo_strings.grdp b/components/pageinfo_strings.grdp
index 36e825733e1429566f35ab3c49303b2f4735ac78..f749f60749f167033fcf566a63cab8848706bff7 100644
--- a/components/pageinfo_strings.grdp
+++ b/components/pageinfo_strings.grdp
@@ -71,4 +71,15 @@
Certificate Information
</message>
</if>
+ <if expr="is_ios">
rohitrao (ping after 24h) 2016/12/13 14:19:40 Should these live behind is_ios, or should they ju
jif-google 2016/12/13 14:29:14 The strings are not used by any other platform, so
Olivier 2016/12/13 14:37:00 The strings are never used from the components, so
+ <message name="IDS_PAGE_INFO_OFFLINE_PAGE" desc="Message to display in the page info bubble when the page you are on is an offline page.">
+ The page has been saved locally to your Reading List.
+ </message>
+ <message name="IDS_PAGE_INFO_OFFLINE_TITLE" desc="Title of the message to display in the page info bubble when the page you are on is an offline page.">
+ Viewing in Offline Mode
+ </message>
+ <message name="IDS_PAGE_INFO_RELOAD" desc="Button title in the page info bubble that allows to reload the current page.">
+ Reload
+ </message>
+ </if>
</grit-part>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698