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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2447413006: [Offline pages] Introducing Open online button in OIB (Closed)
Patch Set: Rebasing Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after
1610 </message> 1610 </message>
1611 <message name="IDS_PAGE_INFO_CONNECTION_OFFLINE" desc="Message to display in the page info bubble when viewing and offline page."> 1611 <message name="IDS_PAGE_INFO_CONNECTION_OFFLINE" desc="Message to display in the page info bubble when viewing and offline page.">
1612 You are viewing an offline copy of this page from <ph name="CREATION_TIM E">%1$s<ex>Feb 9, 2016</ex></ph> 1612 You are viewing an offline copy of this page from <ph name="CREATION_TIM E">%1$s<ex>Feb 9, 2016</ex></ph>
1613 </message> 1613 </message>
1614 <message name="IDS_PAGE_INFO_OFFLINE_ICON" desc="Content description for t he offline page icon on page info dialog."> 1614 <message name="IDS_PAGE_INFO_OFFLINE_ICON" desc="Content description for t he offline page icon on page info dialog.">
1615 Offline content 1615 Offline content
1616 </message> 1616 </message>
1617 <message name="IDS_PAGE_INFO_DOMAIN_HIDDEN" desc="Message to display in th e page info bubble when the domain is hidden."> 1617 <message name="IDS_PAGE_INFO_DOMAIN_HIDDEN" desc="Message to display in th e page info bubble when the domain is hidden.">
1618 This content is from <ph name="DOMAIN_NAME">%1$s<ex>google.com</ex></ph> , delivered by Google. 1618 This content is from <ph name="DOMAIN_NAME">%1$s<ex>google.com</ex></ph> , delivered by Google.
1619 </message> 1619 </message>
1620 <message name="IDS_PAGE_INFO_OPEN_ONLINE_BUTTON" desc="Text in the button that opens an online version of the offline website displayed in the tab.">
1621 Open Online
Ted C 2016/11/01 16:58:33 Out of scope of this change, but I find this wordi
fgorski 2016/11/01 19:31:38 Acknowledged.
1622 </message>
1620 1623
1621 <!-- Sad tab page --> 1624 <!-- Sad tab page -->
1622 <message name="IDS_SAD_TAB_SUGGESTIONS" desc="The help message displayed o n the sad tab page after a tab crashes."> 1625 <message name="IDS_SAD_TAB_SUGGESTIONS" desc="The help message displayed o n the sad tab page after a tab crashes.">
1623 If you’re seeing this frequently, try these <ph name="BEGIN_LINK">&lt;li nk&gt;</ph>suggestions<ph name="END_LINK">&lt;/link&gt;</ph>. 1626 If you’re seeing this frequently, try these <ph name="BEGIN_LINK">&lt;li nk&gt;</ph>suggestions<ph name="END_LINK">&lt;/link&gt;</ph>.
1624 </message> 1627 </message>
1625 1628
1626 <!-- Web Notifications API --> 1629 <!-- Web Notifications API -->
1627 <message name="IDS_NOTIFICATION_HIDDEN_TEXT" desc="Text shown in place of notification contents when the notification's contents have been hidden on a sec ure lockscreen [CHAR-LIMIT=32]"> 1630 <message name="IDS_NOTIFICATION_HIDDEN_TEXT" desc="Text shown in place of notification contents when the notification's contents have been hidden on a sec ure lockscreen [CHAR-LIMIT=32]">
1628 Contents hidden 1631 Contents hidden
1629 </message> 1632 </message>
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2693 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2696 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2694 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2697 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2695 </message> 2698 </message>
2696 2699
2697 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2700 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2698 Open app 2701 Open app
2699 </message> 2702 </message>
2700 </messages> 2703 </messages>
2701 </release> 2704 </release>
2702 </grit> 2705 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698