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

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

Issue 2733543002: [Android:WebAPK] Don't add webapp to homescreen if WebAPK install times out part 1/3 (Closed)
Patch Set: Merge branch 'start' into refactor_shortcut_helper3 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 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after
1612 </message> 1612 </message>
1613 <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">
1614 Add 1614 Add
1615 </message> 1615 </message>
1616 <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">
1617 Install 1617 Install
1618 </message> 1618 </message>
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."> 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.">
1620 <ph name="NAME">%1$s<ex>Google</ex></ph> was added to your Home screen 1620 <ph name="NAME">%1$s<ex>Google</ex></ph> was added to your Home screen
1621 </message> 1621 </message>
1622 <message name="IDS_FAIL_TO_INSTALL_WEBAPK" desc="The installation of a Web APK fails. [CHAR-LIMIT=27]">
1623 Unable to add
1624 </message>
1625 <message name="IDS_WEBAPK_INSTALL_IN_PROGRESS" desc="Indicates that an ins tallation for the WebAPK for the specific website is already in progress."> 1622 <message name="IDS_WEBAPK_INSTALL_IN_PROGRESS" desc="Indicates that an ins tallation for the WebAPK for the specific website is already in progress.">
1626 Still adding previous site 1623 Still adding previous site
1627 </message> 1624 </message>
1628 1625
1629 <!-- WebsiteSettingsPopup (PageInfo dialog) --> 1626 <!-- WebsiteSettingsPopup (PageInfo dialog) -->
1630 <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."> 1627 <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.">
1631 Site Settings 1628 Site Settings
1632 </message> 1629 </message>
1633 <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."> 1630 <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.">
1634 Open Instant App 1631 Open Instant App
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
2755 </message> 2752 </message>
2756 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 2753 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing.">
2757 Install 2754 Install
2758 </message> 2755 </message>
2759 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 2756 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating.">
2760 Update 2757 Update
2761 </message> 2758 </message>
2762 </messages> 2759 </messages>
2763 </release> 2760 </release>
2764 </grit> 2761 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698