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

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

Issue 2707993003: [Android]: Hide add-to-homescreen app menu item when WebAPK is installed (Closed)
Patch Set: Add new state for 'Add to Homescreen' Menu item Created 3 years, 10 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 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 Select a tab to beam 1577 Select a tab to beam
1578 </message> 1578 </message>
1579 <message name="IDS_NFC_BEAM_ERROR_BAD_URL" desc="Android Beam error - the current tab has an invalid url [CHAR-LIMIT=40]"> 1579 <message name="IDS_NFC_BEAM_ERROR_BAD_URL" desc="Android Beam error - the current tab has an invalid url [CHAR-LIMIT=40]">
1580 Can’t beam current tab 1580 Can’t beam current tab
1581 </message> 1581 </message>
1582 1582
1583 <!-- Add to Home screen strings --> 1583 <!-- Add to Home screen strings -->
1584 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the Home screen (default title). [CHAR-LIMIT=27]"> 1584 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the Home screen (default title). [CHAR-LIMIT=27]">
1585 Add to Home screen 1585 Add to Home screen
1586 </message> 1586 </message>
1587 <message name="IDS_MENU_OPEN_WEBAPK" desc="Menu item for opening the insta lled WebAPK associated with the current PWA. [CHAR-LIMIT=27]">
1588 Open <ph name="WEBAPK_NAME">%1$s<ex>Telegram</ex></ph>
1589 </message>
1590 <message name="IDS_OPEN_WEBAPK_FAILED" desc="Opening of a WebAPK failed. [ CHAR-LIMIT=27]">
1591 Failed to open
dominickn 2017/02/23 05:53:55 Ideally this would be: Failed to open <appname> i
gonzalon 2017/02/23 16:49:57 We could or could not have the app name, depending
1592 </message>
1587 <message name="IDS_MENU_ADD_TO_HOMESCREEN_ADD" desc="Menu item for adding a shortcut to the Home screen. [CHAR-LIMIT=27]"> 1593 <message name="IDS_MENU_ADD_TO_HOMESCREEN_ADD" desc="Menu item for adding a shortcut to the Home screen. [CHAR-LIMIT=27]">
1588 Add shortcut 1594 Add shortcut
1589 </message> 1595 </message>
1590 <message name="IDS_MENU_ADD_TO_HOMESCREEN_INSTALL" desc="Menu item for add ing a shortcut to the Home screen. [CHAR-LIMIT=27]"> 1596 <message name="IDS_MENU_ADD_TO_HOMESCREEN_INSTALL" desc="Menu item for add ing a shortcut to the Home screen. [CHAR-LIMIT=27]">
1591 Install web app 1597 Install web app
1592 </message> 1598 </message>
1593 <message name="IDS_APP_BANNER_ADD" desc="A button in an app banner to conf irm adding a site to homescreen"> 1599 <message name="IDS_APP_BANNER_ADD" desc="A button in an app banner to conf irm adding a site to homescreen">
1594 Add 1600 Add
1595 </message> 1601 </message>
1596 <message name="IDS_APP_BANNER_INSTALL" desc="A button in an app banner to confirm adding a site to homescreen"> 1602 <message name="IDS_APP_BANNER_INSTALL" desc="A button in an app banner to confirm adding a site to homescreen">
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
2737 </message> 2743 </message>
2738 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog."> 2744 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog.">
2739 Google Chrome feature shortcuts 2745 Google Chrome feature shortcuts
2740 </message> 2746 </message>
2741 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog."> 2747 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog.">
2742 Webpage shortcuts 2748 Webpage shortcuts
2743 </message> 2749 </message>
2744 </messages> 2750 </messages>
2745 </release> 2751 </release>
2746 </grit> 2752 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698