Chromium Code Reviews| 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> |