Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> | 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> |
| 3 <outputs> | 3 <outputs> |
| 4 <output filename="values-am/android_webapk_strings.xml" lang="am" type="andr oid" /> | 4 <output filename="values-am/android_webapk_strings.xml" lang="am" type="andr oid" /> |
| 5 <output filename="values-ar/android_webapk_strings.xml" lang="ar" type="andr oid" /> | 5 <output filename="values-ar/android_webapk_strings.xml" lang="ar" type="andr oid" /> |
| 6 <output filename="values-bg/android_webapk_strings.xml" lang="bg" type="andr oid" /> | 6 <output filename="values-bg/android_webapk_strings.xml" lang="bg" type="andr oid" /> |
| 7 <output filename="values-ca/android_webapk_strings.xml" lang="ca" type="andr oid" /> | 7 <output filename="values-ca/android_webapk_strings.xml" lang="ca" type="andr oid" /> |
| 8 <output filename="values-cs/android_webapk_strings.xml" lang="cs" type="andr oid" /> | 8 <output filename="values-cs/android_webapk_strings.xml" lang="cs" type="andr oid" /> |
| 9 <output filename="values-da/android_webapk_strings.xml" lang="da" type="andr oid" /> | 9 <output filename="values-da/android_webapk_strings.xml" lang="da" type="andr oid" /> |
| 10 <output filename="values-de/android_webapk_strings.xml" lang="de" type="andr oid" /> | 10 <output filename="values-de/android_webapk_strings.xml" lang="de" type="andr oid" /> |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 96 <!-- Select host browser dialog --> | 96 <!-- Select host browser dialog --> |
| 97 <message name="IDS_CHOOSE_HOST_BROWSER_DIALOG_TITLE" desc="Title for the h ost browser picker dialog, which is used to ask users to pick a browser to launc h the installed WebAPK."> | 97 <message name="IDS_CHOOSE_HOST_BROWSER_DIALOG_TITLE" desc="Title for the h ost browser picker dialog, which is used to ask users to pick a browser to launc h the installed WebAPK."> |
| 98 <ph name="WEBAPK_SITE">%1$s<ex>Housing.com</ex></ph> needs a web browser to run | 98 <ph name="WEBAPK_SITE">%1$s<ex>Housing.com</ex></ph> needs a web browser to run |
| 99 </message> | 99 </message> |
| 100 <message name="IDS_CHOOSE_HOST_BROWSER" desc="Content for the host browser picker dialog, which is used to ask users to pick a browser to launch the insta lled WebAPK."> | 100 <message name="IDS_CHOOSE_HOST_BROWSER" desc="Content for the host browser picker dialog, which is used to ask users to pick a browser to launch the insta lled WebAPK."> |
| 101 Please select the browser you'd like to use to run <ph name="WEBAPK_SITE ">%1$s<ex>Housing.com</ex></ph> | 101 Please select the browser you'd like to use to run <ph name="WEBAPK_SITE ">%1$s<ex>Housing.com</ex></ph> |
| 102 </message> | 102 </message> |
| 103 <message name="IDS_CHOOSE_HOST_BROWSER_DIALOG_QUIT" desc="Text for the can cel button on the dialog. "> | 103 <message name="IDS_CHOOSE_HOST_BROWSER_DIALOG_QUIT" desc="Text for the can cel button on the dialog. "> |
| 104 QUIT | 104 QUIT |
| 105 </message> | 105 </message> |
| 106 <message name="IDS_INSTALL_HOST_BROWSER_DIALOG_TITLE" desc="Title for the dialog to install the host browser to launch the WebAPK."> | |
| 107 <ph name="WEBAPK_SITE">%1$s<ex>Housing.com</ex></ph> needs the following app to run | |
| 108 </message> | |
| 109 <message name="IDS_INSTALL_HOST_BROWSER_DIALOG_INSTALL_BUTTON" desc="Text for the install button on the dialog. "> | |
| 110 INSTALL | |
|
pkotwicz
2017/06/05 19:18:20
Is it necessary to make these uppercase? Will Andr
Xi Han
2017/06/06 15:12:28
In the Play Store, the green button of "INSTALL" i
pkotwicz
2017/06/06 15:21:47
I meant: Won't the Android framework make the word
Xi Han
2017/06/06 15:49:24
Yes, it is auto converted to uppercase. I still th
| |
| 111 </message> | |
| 106 </messages> | 112 </messages> |
| 107 </release> | 113 </release> |
| 108 </grit> | 114 </grit> |
| OLD | NEW |