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

Side by Side Diff: chrome/android/webapk/strings/android_webapk_strings.grd

Issue 2910243002: Update a WebAPK string. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | 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 <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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <file lang="tr" path="translations/android_webapk_strings_tr.xtb" /> 88 <file lang="tr" path="translations/android_webapk_strings_tr.xtb" />
89 <file lang="uk" path="translations/android_webapk_strings_uk.xtb" /> 89 <file lang="uk" path="translations/android_webapk_strings_uk.xtb" />
90 <file lang="vi" path="translations/android_webapk_strings_vi.xtb" /> 90 <file lang="vi" path="translations/android_webapk_strings_vi.xtb" />
91 <file lang="zh-CN" path="translations/android_webapk_strings_zh-CN.xtb" /> 91 <file lang="zh-CN" path="translations/android_webapk_strings_zh-CN.xtb" />
92 <file lang="zh-TW" path="translations/android_webapk_strings_zh-TW.xtb" /> 92 <file lang="zh-TW" path="translations/android_webapk_strings_zh-TW.xtb" />
93 </translations> 93 </translations>
94 <release allow_pseudo="false" seq="1"> 94 <release allow_pseudo="false" seq="1">
95 <messages fallback_to_english="true"> 95 <messages fallback_to_english="true">
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 103
104 </messages> 104 </messages>
105 </release> 105 </release>
106 </grit> 106 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698