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

Side by Side Diff: components/components_strings.grd

Issue 2849713003: Move all Page Info strings into page_info_strings.grdp (Closed)
Patch Set: Fix moar. Created 3 years, 7 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
« no previous file with comments | « components/components_google_chrome_strings.grd ('k') | components/page_info_strings.grdp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 </message> 315 </message>
316 316
317 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 317 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
318 Restore 318 Restore
319 </message> 319 </message>
320 320
321 <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."> 321 <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.">
322 Open startup pages 322 Open startup pages
323 </message> 323 </message>
324 324
325 <!-- Page Info UI -->
326 <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.">
327 Your connection to this site is not private.
328 </message>
329
330 <!-- Advanced Section Titles --> 325 <!-- Advanced Section Titles -->
331 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> 326 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY">
332 Privacy 327 Privacy
333 </message> 328 </message>
334 </messages> 329 </messages>
335 </release> 330 </release>
336 </grit> 331 </grit>
OLDNEW
« no previous file with comments | « components/components_google_chrome_strings.grd ('k') | components/page_info_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698