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

Side by Side Diff: components/components_strings.grd

Issue 1808653003: Move the supervised user error page to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to fix compile problem Created 4 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 source_lang_id="en" enc_check="möl"> 4 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 <part file="login_dialog_strings.grdp" /> 198 <part file="login_dialog_strings.grdp" />
199 <part file="new_or_sad_tab_strings.grdp" /> 199 <part file="new_or_sad_tab_strings.grdp" />
200 <part file="omnibox_strings.grdp" /> 200 <part file="omnibox_strings.grdp" />
201 <part file="pageinfo_strings.grdp" /> 201 <part file="pageinfo_strings.grdp" />
202 <part file="password_manager_strings.grdp" /> 202 <part file="password_manager_strings.grdp" />
203 <part file="pdf_strings.grdp" /> 203 <part file="pdf_strings.grdp" />
204 <part file="policy_strings.grdp" /> 204 <part file="policy_strings.grdp" />
205 <part file="search_engines_strings.grdp" /> 205 <part file="search_engines_strings.grdp" />
206 <part file="security_interstitials_strings.grdp" /> 206 <part file="security_interstitials_strings.grdp" />
207 <part file="ssl_errors_strings.grdp" /> 207 <part file="ssl_errors_strings.grdp" />
208 <part file="supervised_user_error_page_strings.grdp" />
208 <part file="sync_ui_strings.grdp" /> 209 <part file="sync_ui_strings.grdp" />
209 <part file="translate_strings.grdp" /> 210 <part file="translate_strings.grdp" />
210 <part file="undo_strings.grdp" /> 211 <part file="undo_strings.grdp" />
211 <part file="version_ui_strings.grdp" /> 212 <part file="version_ui_strings.grdp" />
212 213
213 <!-- Generic terms --> 214 <!-- Generic terms -->
214 <message name="IDS_CANCEL" desc="Used for Cancel on buttons"> 215 <message name="IDS_CANCEL" desc="Used for Cancel on buttons">
215 Cancel 216 Cancel
216 </message> 217 </message>
217 <message name="IDS_CLOSE" desc="A generic term for Close on buttons and me nus."> 218 <message name="IDS_CLOSE" desc="A generic term for Close on buttons and me nus.">
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 Your connection to this site is not private. 280 Your connection to this site is not private.
280 </message> 281 </message>
281 282
282 <!-- Advanced Section Titles --> 283 <!-- Advanced Section Titles -->
283 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 284 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
284 Privacy 285 Privacy
285 </message> 286 </message>
286 </messages> 287 </messages>
287 </release> 288 </release>
288 </grit> 289 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698