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

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

Issue 2359363004: Add a button to OIB to launch an instant app if it exists. (Closed)
Patch Set: Comments Created 4 years, 2 months 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 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 <ph name="NAME">%1$s<ex>Google</ex></ph> was added to your Home screen 1580 <ph name="NAME">%1$s<ex>Google</ex></ph> was added to your Home screen
1581 </message> 1581 </message>
1582 <message name="IDS_FAIL_TO_INSTALL_WEBAPK" desc="The installation of a Web APK fails. [CHAR-LIMIT=27]"> 1582 <message name="IDS_FAIL_TO_INSTALL_WEBAPK" desc="The installation of a Web APK fails. [CHAR-LIMIT=27]">
1583 Unable to add 1583 Unable to add
1584 </message> 1584 </message>
1585 1585
1586 <!-- WebsiteSettingsPopup (PageInfo dialog) --> 1586 <!-- WebsiteSettingsPopup (PageInfo dialog) -->
1587 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto n that opens a website's Site Settings from the Page Info dialog."> 1587 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto n that opens a website's Site Settings from the Page Info dialog.">
1588 Site Settings 1588 Site Settings
1589 </message> 1589 </message>
1590 <message name="IDS_PAGE_INFO_INSTANT_APP_BUTTON" desc="Text in the button that opens an Android Instant app that is associated with the website's URL.">
1591 Open Instant App
1592 </message>
1590 <message name="IDS_PAGE_INFO_PERMISSION_ALLOWED" desc="The label used in t he Page Info dialog to describe an allowed permission. Eg: Location - Allowed"> 1593 <message name="IDS_PAGE_INFO_PERMISSION_ALLOWED" desc="The label used in t he Page Info dialog to describe an allowed permission. Eg: Location - Allowed">
1591 Allowed 1594 Allowed
1592 </message> 1595 </message>
1593 <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED" desc="The label used in t he Page Info dialog to describe a blocked permission. Eg: Location - Blocked"> 1596 <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED" desc="The label used in t he Page Info dialog to describe a blocked permission. Eg: Location - Blocked">
1594 Blocked 1597 Blocked
1595 </message> 1598 </message>
1596 <message name="IDS_PAGE_INFO_ANDROID_PERMISSION_BLOCKED" desc="The label u sed in the Page Info dialog to indicate a permission has been blocked within And roid settings"> 1599 <message name="IDS_PAGE_INFO_ANDROID_PERMISSION_BLOCKED" desc="The label u sed in the Page Info dialog to indicate a permission has been blocked within And roid settings">
1597 Turned off in Android Settings 1600 Turned off in Android Settings
1598 </message> 1601 </message>
1599 <message name="IDS_PAGE_INFO_ANDROID_LOCATION_BLOCKED" desc="The label use d in the Page Info dialog to indicate that location has been been disabled for t he device in Android settings"> 1602 <message name="IDS_PAGE_INFO_ANDROID_LOCATION_BLOCKED" desc="The label use d in the Page Info dialog to indicate that location has been been disabled for t he device in Android settings">
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
2609 2612
2610 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="A sub-heading descri bing the item as an Instant App"> 2613 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="A sub-heading descri bing the item as an Instant App">
2611 Instant app 2614 Instant app
2612 </message> 2615 </message>
2613 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]"> 2616 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]">
2614 Open app 2617 Open app
2615 </message> 2618 </message>
2616 </messages> 2619 </messages>
2617 </release> 2620 </release>
2618 </grit> 2621 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/util/FeatureUtilities.java ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698