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

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: Fixing the label to capitalize all words again 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1607 </message> 1607 </message>
1608 <message name="IDS_PAGE_INFO_CONNECTION_INTERNAL_PAGE" desc="Message to di splay in the page info bubble when the page is an internal Chrome page (e.g. the bookmarks page, or about:blank)."> 1608 <message name="IDS_PAGE_INFO_CONNECTION_INTERNAL_PAGE" desc="Message to di splay in the page info bubble when the page is an internal Chrome page (e.g. the bookmarks page, or about:blank).">
1609 You are viewing a secure Google Chrome page. 1609 You are viewing a secure Google Chrome page.
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_DOMAIN_HIDDEN" desc="Message to display in th e page info bubble when the domain is hidden."> 1614 <message name="IDS_PAGE_INFO_DOMAIN_HIDDEN" desc="Message to display in th e page info bubble when the domain is hidden.">
1615 This content is from <ph name="DOMAIN_NAME">%1$s<ex>google.com</ex></ph> , delivered by Google. 1615 This content is from <ph name="DOMAIN_NAME">%1$s<ex>google.com</ex></ph> , delivered by Google.
1616 </message> 1616 </message>
1617 <message name="IDS_PAGE_INFO_OPEN_ONLINE_BUTTON" desc="Text in the button that attempts to open an online version of the offline website displayed in the tab.">
1618 Open Online
1619 </message>
1617 1620
1618 <!-- Sad tab page --> 1621 <!-- Sad tab page -->
1619 <message name="IDS_SAD_TAB_SUGGESTIONS" desc="The help message displayed o n the sad tab page after a tab crashes."> 1622 <message name="IDS_SAD_TAB_SUGGESTIONS" desc="The help message displayed o n the sad tab page after a tab crashes.">
1620 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>. 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>.
1621 </message> 1624 </message>
1622 1625
1623 <!-- Web Notifications API --> 1626 <!-- Web Notifications API -->
1624 <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]"> 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]">
1625 Contents hidden 1628 Contents hidden
1626 </message> 1629 </message>
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
2699 <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."> 2702 <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.">
2700 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2703 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2701 </message> 2704 </message>
2702 2705
2703 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2706 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2704 Open app 2707 Open app
2705 </message> 2708 </message>
2706 </messages> 2709 </messages>
2707 </release> 2710 </release>
2708 </grit> 2711 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698