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

Side by Side Diff: components/components_strings.grd

Issue 2441043004: Accessibility fixes for quick unlock settings. (Closed)
Patch Set: Address comments Created 4 years, 1 month 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
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="ssl_errors_strings.grdp" /> 209 <part file="ssl_errors_strings.grdp" />
210 <part file="supervised_user_error_page_strings.grdp" /> 210 <part file="supervised_user_error_page_strings.grdp" />
211 <part file="sync_ui_strings.grdp" /> 211 <part file="sync_ui_strings.grdp" />
212 <part file="translate_strings.grdp" /> 212 <part file="translate_strings.grdp" />
213 <part file="undo_strings.grdp" /> 213 <part file="undo_strings.grdp" />
214 <part file="version_ui_strings.grdp" /> 214 <part file="version_ui_strings.grdp" />
215 215
216 <!-- Generic terms --> 216 <!-- Generic terms -->
217 <message name="IDS_BACK" desc="Used for Back on buttons">
Dan Beam 2016/10/27 22:45:09 why are you adding this to components strings? do
jdufault 2016/10/28 23:07:59 Ah, I looked before but I didn't see anything. I t
218 Back
219 </message>
217 <message name="IDS_CANCEL" desc="Used for Cancel on buttons"> 220 <message name="IDS_CANCEL" desc="Used for Cancel on buttons">
218 Cancel 221 Cancel
219 </message> 222 </message>
220 <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.">
221 Close 224 Close
222 </message> 225 </message>
223 <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.">
224 Done 227 Done
225 </message> 228 </message>
226 <message name="IDS_LEARN_MORE" desc="Learn more text"> 229 <message name="IDS_LEARN_MORE" desc="Learn more text">
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 Your connection to this site is not private. 299 Your connection to this site is not private.
297 </message> 300 </message>
298 301
299 <!-- Advanced Section Titles --> 302 <!-- Advanced Section Titles -->
300 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 303 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
301 Privacy 304 Privacy
302 </message> 305 </message>
303 </messages> 306 </messages>
304 </release> 307 </release>
305 </grit> 308 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698