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

Side by Side Diff: components/components_strings.grd

Issue 2713343003: MD Settings: Add "Auto Open" setting to Downloads page UI. (Closed)
Patch Set: fix merge? Created 3 years, 9 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 <part file="sync_ui_strings.grdp" /> 213 <part file="sync_ui_strings.grdp" />
214 <part file="translate_strings.grdp" /> 214 <part file="translate_strings.grdp" />
215 <part file="undo_strings.grdp" /> 215 <part file="undo_strings.grdp" />
216 <part file="version_ui_strings.grdp" /> 216 <part file="version_ui_strings.grdp" />
217 <part file="web_contents_delegate_android_strings.grdp" /> 217 <part file="web_contents_delegate_android_strings.grdp" />
218 218
219 <!-- Generic terms --> 219 <!-- Generic terms -->
220 <message name="IDS_CANCEL" desc="Used for Cancel on buttons"> 220 <message name="IDS_CANCEL" desc="Used for Cancel on buttons">
221 Cancel 221 Cancel
222 </message> 222 </message>
223 <message name="IDS_CLEAR" desc="A generic term for Clear on buttons and me nus.">
Dan Beam 2017/02/27 05:50:36 why are you adding this here?
tommycli 2017/02/28 00:47:26 Done.
224 Clear
225 </message>
223 <message name="IDS_CLOSE" desc="A generic term for Close on buttons and me nus."> 226 <message name="IDS_CLOSE" desc="A generic term for Close on buttons and me nus.">
224 Close 227 Close
225 </message> 228 </message>
226 <message name="IDS_DONE" desc="A generic term for Done on buttons and menu s."> 229 <message name="IDS_DONE" desc="A generic term for Done on buttons and menu s.">
227 Done 230 Done
228 </message> 231 </message>
229 <message name="IDS_LEARN_MORE" desc="Learn more text"> 232 <message name="IDS_LEARN_MORE" desc="Learn more text">
230 Learn more 233 Learn more
231 </message> 234 </message>
232 <message name="IDS_OK" desc="Used for OK on buttons"> 235 <message name="IDS_OK" desc="Used for OK on buttons">
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 Your connection to this site is not private. 309 Your connection to this site is not private.
307 </message> 310 </message>
308 311
309 <!-- Advanced Section Titles --> 312 <!-- Advanced Section Titles -->
310 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 313 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
311 Privacy 314 Privacy
312 </message> 315 </message>
313 </messages> 316 </messages>
314 </release> 317 </release>
315 </grit> 318 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698