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

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, 9 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 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 Select a tab to beam 1582 Select a tab to beam
1583 </message> 1583 </message>
1584 <message name="IDS_NFC_BEAM_ERROR_BAD_URL" desc="Android Beam error - the current tab has an invalid url [CHAR-LIMIT=40]"> 1584 <message name="IDS_NFC_BEAM_ERROR_BAD_URL" desc="Android Beam error - the current tab has an invalid url [CHAR-LIMIT=40]">
1585 Can’t beam current tab 1585 Can’t beam current tab
1586 </message> 1586 </message>
1587 1587
1588 <!-- Add to Home screen strings --> 1588 <!-- Add to Home screen strings -->
1589 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the Home screen (default title). [CHAR-LIMIT=27]"> 1589 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the Home screen (default title). [CHAR-LIMIT=27]">
1590 Add to Home screen 1590 Add to Home screen
1591 </message> 1591 </message>
1592 <message name="IDS_MENU_OPEN_WEBAPK" desc="Menu item for opening the insta lled WebAPK associated with the current PWA. [CHAR-LIMIT=27]">
1593 Open <ph name="WEBAPK_NAME">%1$s<ex>Telegram</ex></ph>
1594 </message>
1595 <message name="IDS_OPEN_WEBAPK_FAILED" desc="Opening of a WebAPK failed. [ CHAR-LIMIT=27]">
1596 Could not launch app
1597 </message>
1592 <message name="IDS_MENU_ADD_TO_HOMESCREEN_ADD" desc="Menu item for adding a shortcut to the Home screen. [CHAR-LIMIT=27]"> 1598 <message name="IDS_MENU_ADD_TO_HOMESCREEN_ADD" desc="Menu item for adding a shortcut to the Home screen. [CHAR-LIMIT=27]">
1593 Add shortcut 1599 Add shortcut
1594 </message> 1600 </message>
1595 <message name="IDS_MENU_ADD_TO_HOMESCREEN_INSTALL" desc="Menu item for add ing a shortcut to the Home screen. [CHAR-LIMIT=27]"> 1601 <message name="IDS_MENU_ADD_TO_HOMESCREEN_INSTALL" desc="Menu item for add ing a shortcut to the Home screen. [CHAR-LIMIT=27]">
1596 Install web app 1602 Install web app
1597 </message> 1603 </message>
1598 <message name="IDS_APP_BANNER_ADD" desc="A button in an app banner to conf irm adding a site to homescreen"> 1604 <message name="IDS_APP_BANNER_ADD" desc="A button in an app banner to conf irm adding a site to homescreen">
1599 Add 1605 Add
1600 </message> 1606 </message>
1601 <message name="IDS_APP_BANNER_INSTALL" desc="A button in an app banner to confirm adding a site to homescreen"> 1607 <message name="IDS_APP_BANNER_INSTALL" desc="A button in an app banner to confirm adding a site to homescreen">
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2740 </message> 2746 </message>
2741 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 2747 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing.">
2742 Install 2748 Install
2743 </message> 2749 </message>
2744 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 2750 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating.">
2745 Update 2751 Update
2746 </message> 2752 </message>
2747 </messages> 2753 </messages>
2748 </release> 2754 </release>
2749 </grit> 2755 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698