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

Side by Side Diff: components/components_strings.grd

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Rename everything. 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 </message> 303 </message>
304 304
305 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 305 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
306 Restore 306 Restore
307 </message> 307 </message>
308 308
309 <message name="IDS_SESSION_CRASHED_VIEW_STARTUP_PAGES_BUTTON" desc="Title of the button in the session crashed view to open the set of startup pages."> 309 <message name="IDS_SESSION_CRASHED_VIEW_STARTUP_PAGES_BUTTON" desc="Title of the button in the session crashed view to open the set of startup pages.">
310 Open startup pages 310 Open startup pages
311 </message> 311 </message>
312 312
313 <!-- Website Settings UI --> 313 <!-- Page Info UI -->
314 <message name="IDS_WEBSITE_SETTINGS_NON_SECURE_TRANSPORT" desc="Text that is displayed in the header of the Website Settings popup if the website uses non -secure transport."> 314 <message name="IDS_PAGE_INFO_NON_SECURE_TRANSPORT" desc="Text that is disp layed in the header of the Website Settings popup if the website uses non-secure transport.">
315 Your connection to this site is not private. 315 Your connection to this site is not private.
316 </message> 316 </message>
317 317
318 <!-- Advanced Section Titles --> 318 <!-- Advanced Section Titles -->
319 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 319 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
320 Privacy 320 Privacy
321 </message> 321 </message>
322 </messages> 322 </messages>
323 </release> 323 </release>
324 </grit> 324 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698