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

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

Issue 2948653002: Allow localization of WebApk name. (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
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 </message> 105 </message>
106 <message name="IDS_HOST_BROWSER_ITEM_NOT_SUPPORTING_WEBAPKS" desc="Text fo r the host browser item that doesn't support WebAPKs on the choose host browser dialog. "> 106 <message name="IDS_HOST_BROWSER_ITEM_NOT_SUPPORTING_WEBAPKS" desc="Text fo r the host browser item that doesn't support WebAPKs on the choose host browser dialog. ">
107 <ph name="BROWSER_NAME">%1$s<ex>Chrome</ex></ph>\nUnsupported by <ph nam e="WEBAPK_SITE">%2$s<ex>Housing.com</ex></ph> 107 <ph name="BROWSER_NAME">%1$s<ex>Chrome</ex></ph>\nUnsupported by <ph nam e="WEBAPK_SITE">%2$s<ex>Housing.com</ex></ph>
108 </message> 108 </message>
109 <message name="IDS_INSTALL_HOST_BROWSER_DIALOG_TITLE" desc="Title for the dialog to install the host browser to launch the WebAPK."> 109 <message name="IDS_INSTALL_HOST_BROWSER_DIALOG_TITLE" desc="Title for the dialog to install the host browser to launch the WebAPK.">
110 <ph name="WEBAPK_SITE">%1$s<ex>Housing.com</ex></ph> needs the following app to run 110 <ph name="WEBAPK_SITE">%1$s<ex>Housing.com</ex></ph> needs the following app to run
111 </message> 111 </message>
112 <message name="IDS_INSTALL_HOST_BROWSER_DIALOG_INSTALL_BUTTON" desc="Text for the install button on the dialog. "> 112 <message name="IDS_INSTALL_HOST_BROWSER_DIALOG_INSTALL_BUTTON" desc="Text for the install button on the dialog. ">
113 INSTALL 113 INSTALL
114 </message> 114 </message>
115 <message name="IDS_NAME" desc="The application name of the WebAPK." transl ateable="false">
pkotwicz 2017/06/20 19:39:49 Nit: Remove the word "application" Technically, t
Xi Han 2017/06/21 14:46:36 Done.
116 </message>
117 <message name="IDS_SHORT_NAME" desc="The short application name of the Web APK." translateable="false">
118 </message>
115 </messages> 119 </messages>
116 </release> 120 </release>
117 </grit> 121 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698