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

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

Issue 2738053003: Change "add shortcut" back to "add to homescreen" for the "ADD" language variant. (Closed)
Patch Set: 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerManager.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 1589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1600 <!-- Add to Home screen strings --> 1600 <!-- Add to Home screen strings -->
1601 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the Home screen (default title). [CHAR-LIMIT=27]"> 1601 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the Home screen (default title). [CHAR-LIMIT=27]">
1602 Add to Home screen 1602 Add to Home screen
1603 </message> 1603 </message>
1604 <message name="IDS_MENU_OPEN_WEBAPK" desc="Menu item for opening the insta lled WebAPK associated with the current PWA. [CHAR-LIMIT=27]"> 1604 <message name="IDS_MENU_OPEN_WEBAPK" desc="Menu item for opening the insta lled WebAPK associated with the current PWA. [CHAR-LIMIT=27]">
1605 Open <ph name="WEBAPK_NAME">%1$s<ex>Telegram</ex></ph> 1605 Open <ph name="WEBAPK_NAME">%1$s<ex>Telegram</ex></ph>
1606 </message> 1606 </message>
1607 <message name="IDS_OPEN_WEBAPK_FAILED" desc="Opening of a WebAPK failed. [ CHAR-LIMIT=27]"> 1607 <message name="IDS_OPEN_WEBAPK_FAILED" desc="Opening of a WebAPK failed. [ CHAR-LIMIT=27]">
1608 Could not launch app 1608 Could not launch app
1609 </message> 1609 </message>
1610 <message name="IDS_MENU_ADD_TO_HOMESCREEN_ADD" desc="Menu item for adding a shortcut to the Home screen. [CHAR-LIMIT=27]">
1611 Add shortcut
1612 </message>
1613 <message name="IDS_MENU_ADD_TO_HOMESCREEN_INSTALL" desc="Menu item for add ing a shortcut to the Home screen. [CHAR-LIMIT=27]"> 1610 <message name="IDS_MENU_ADD_TO_HOMESCREEN_INSTALL" desc="Menu item for add ing a shortcut to the Home screen. [CHAR-LIMIT=27]">
1614 Install web app 1611 Install web app
1615 </message> 1612 </message>
1616 <message name="IDS_APP_BANNER_ADD" desc="A button in an app banner to conf irm adding a site to homescreen"> 1613 <message name="IDS_APP_BANNER_ADD" desc="A button in an app banner to conf irm adding a site to homescreen">
1617 Add 1614 Add
1618 </message> 1615 </message>
1619 <message name="IDS_APP_BANNER_INSTALL" desc="A button in an app banner to confirm adding a site to homescreen"> 1616 <message name="IDS_APP_BANNER_INSTALL" desc="A button in an app banner to confirm adding a site to homescreen">
1620 Install 1617 Install
1621 </message> 1618 </message>
1622 <message name="IDS_ADDED_TO_HOMESCREEN" desc="Indicates that the website w ith the specified name was added to the user's Home screen."> 1619 <message name="IDS_ADDED_TO_HOMESCREEN" desc="Indicates that the website w ith the specified name was added to the user's Home screen.">
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2761 </message> 2758 </message>
2762 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 2759 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing.">
2763 Install 2760 Install
2764 </message> 2761 </message>
2765 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 2762 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating.">
2766 Update 2763 Update
2767 </message> 2764 </message>
2768 </messages> 2765 </messages>
2769 </release> 2766 </release>
2770 </grit> 2767 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698