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

Side by Side Diff: components/components_strings.grd

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Adds an about:webapks page with information about all installed Web APKs on the device Created 3 years, 11 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 <grit latest_public_release="0" current_release="1" 3 <grit latest_public_release="0" current_release="1"
4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
5 <outputs> 5 <outputs>
6 <output filename="grit/components_strings.h" type="rc_header"> 6 <output filename="grit/components_strings.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="components_strings_am.pak" type="data_package" lang="am" / > 9 <output filename="components_strings_am.pak" type="data_package" lang="am" / >
10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" / > 10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" / >
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 <part file="physical_web_ui_strings.grdp" /> 206 <part file="physical_web_ui_strings.grdp" />
207 <part file="policy_strings.grdp" /> 207 <part file="policy_strings.grdp" />
208 <part file="security_interstitials_strings.grdp" /> 208 <part file="security_interstitials_strings.grdp" />
209 <part file="security_state_strings.grdp" /> 209 <part file="security_state_strings.grdp" />
210 <part file="ssl_errors_strings.grdp" /> 210 <part file="ssl_errors_strings.grdp" />
211 <part file="supervised_user_error_page_strings.grdp" /> 211 <part file="supervised_user_error_page_strings.grdp" />
212 <part file="sync_ui_strings.grdp" /> 212 <part file="sync_ui_strings.grdp" />
213 <part file="translate_strings.grdp" /> 213 <part file="translate_strings.grdp" />
214 <part file="undo_strings.grdp" /> 214 <part file="undo_strings.grdp" />
215 <part file="version_ui_strings.grdp" /> 215 <part file="version_ui_strings.grdp" />
216 <part file="webapks_ui_strings.grdp" />
216 <part file="web_contents_delegate_android_strings.grdp" /> 217 <part file="web_contents_delegate_android_strings.grdp" />
217 218
218 <!-- Generic terms --> 219 <!-- Generic terms -->
219 <message name="IDS_CANCEL" desc="Used for Cancel on buttons"> 220 <message name="IDS_CANCEL" desc="Used for Cancel on buttons">
220 Cancel 221 Cancel
221 </message> 222 </message>
222 <message name="IDS_CLOSE" desc="A generic term for Close on buttons and me nus."> 223 <message name="IDS_CLOSE" desc="A generic term for Close on buttons and me nus.">
223 Close 224 Close
224 </message> 225 </message>
225 <message name="IDS_DONE" desc="A generic term for Done on buttons and menu s."> 226 <message name="IDS_DONE" desc="A generic term for Done on buttons and menu s.">
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 Your connection to this site is not private. 299 Your connection to this site is not private.
299 </message> 300 </message>
300 301
301 <!-- Advanced Section Titles --> 302 <!-- Advanced Section Titles -->
302 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 303 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
303 Privacy 304 Privacy
304 </message> 305 </message>
305 </messages> 306 </messages>
306 </release> 307 </release>
307 </grit> 308 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698