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

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

Issue 896243004: Start piping Android app promos through AppBannerInfoBars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nits Created 5 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 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 822
823 <!-- App banner strings --> 823 <!-- App banner strings -->
824 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=15]"> 824 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=15]">
825 Installing... 825 Installing...
826 </message> 826 </message>
827 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=15]"> 827 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=15]">
828 Open 828 Open
829 </message> 829 </message>
830 830
831 <!-- App banner accessibility strings, used for touch exploration --> 831 <!-- App banner accessibility strings, used for touch exploration -->
832 <message name="IDS_APP_BANNER_VIEW_ACCESSIBILITY" desc="Accessibililty tex t: Describes the banner content, including the app name and rating."> 832 <message name="IDS_APP_BANNER_VIEW_WEB_APP_ACCESSIBILITY" desc="Accessibil ilty text: Describes the banner content, including the app name and its URL.">
833 Prompt to add page to the homescreen. App name: <ph name="APP_NAME">%1$ s<ex>Gmail</ex></ph>. App URL: <ph name="APP_URL">%2$s<ex>http://gmail.com</ex> </ph>.
834 </message>
835 <message name="IDS_APP_BANNER_VIEW_NATIVE_APP_ACCESSIBILITY" desc="Accessi bililty text: Describes the banner content, including the app name and rating.">
833 Prompt to get app from the Google Play Store. App name: <ph name="APP_N AME">%1$s<ex>Gmail</ex></ph>. App average rating: <ph name="APP_RATING">%2$.1f< ex>4.2</ex></ph>. 836 Prompt to get app from the Google Play Store. App name: <ph name="APP_N AME">%1$s<ex>Gmail</ex></ph>. App average rating: <ph name="APP_RATING">%2$.1f< ex>4.2</ex></ph>.
834 </message> 837 </message>
835 <message name="IDS_APP_BANNER_INSTALL_ACCESSIBILITY" desc="Accessibility t ext: Indicates that clicking on the button will purchase the app or install it." > 838 <message name="IDS_APP_BANNER_INSTALL_ACCESSIBILITY" desc="Accessibility t ext: Indicates that clicking on the button will purchase the app or install it." >
836 Get app from the Google Play Store: <ph name="APP_ACTION">%s<ex>Install< /ex></ph> 839 Get app from the Google Play Store: <ph name="APP_ACTION">%s<ex>Install< /ex></ph>
837 </message> 840 </message>
838 841
839 <!-- DOM Distiller strings --> 842 <!-- DOM Distiller strings -->
840 <message name="IDS_DISTILLATION_QUALITY_QUESTION" desc="Question to ask th e user about whether the text from a web page was extracted correctly."> 843 <message name="IDS_DISTILLATION_QUALITY_QUESTION" desc="Question to ask th e user about whether the text from a web page was extracted correctly.">
841 Was the text extracted correctly? 844 Was the text extracted correctly?
842 </message> 845 </message>
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 Description: 1020 Description:
1018 </message> 1021 </message>
1019 1022
1020 <!-- Document mode strings --> 1023 <!-- Document mode strings -->
1021 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> 1024 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode">
1022 Close all incognito tabs 1025 Close all incognito tabs
1023 </message> 1026 </message>
1024 </messages> 1027 </messages>
1025 </release> 1028 </release>
1026 </grit> 1029 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698