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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 3173038: Enabling about:system page to select shown entries and to scroll to specific ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 3773 matching lines...) Expand 10 before | Expand all | Expand 10 after
3784 3784
3785 <!-- Session Crashed Info Bar--> 3785 <!-- Session Crashed Info Bar-->
3786 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 3786 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
3787 Restore 3787 Restore
3788 </message> 3788 </message>
3789 3789
3790 <!-- Bad Flags Info Bar--> 3790 <!-- Bad Flags Info Bar-->
3791 <message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar. ]"> 3791 <message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar. ]">
3792 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer. 3792 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer.
3793 </message> 3793 </message>
3794 3794
3795 <!-- about:system strings -->
3796 <if expr="pp_ifdef('chromeos')">
3797 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title">
3798 About System
3799 </message>
3800 <message name="IDS_ABOUT_SYS_DESC" desc="about:system page description">
3801 System diagnostic data
3802 </message>
3803 <message name="IDS_ABOUT_SYS_TABLE_TITLE" desc="Title of a table that co ntains system details">
3804 Details
3805 </message>
3806 <message name="IDS_ABOUT_SYS_EXPAND_ALL" desc="name of a button that sho ws (expands) all system details">
3807 Expand all...
3808 </message>
3809 <message name="IDS_ABOUT_SYS_COLLAPSE_ALL" desc="name of a button that h ides (collapses) all system details">
3810 Collapse all...
3811 </message>
3812 <message name="IDS_ABOUT_SYS_EXPAND" desc="name of a button that shows ( expands) specific system details">
3813 Expand...
3814 </message>
3815 <message name="IDS_ABOUT_SYS_COLLAPSE" desc="name of a button that hides (collapses) specific system details">
3816 Collapse...
3817 </message>
3818 </if>
3795 3819
3796 <!-- about:version strings --> 3820 <!-- about:version strings -->
3797 <message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version p age"> 3821 <message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version p age">
3798 About Version 3822 About Version
3799 </message> 3823 </message>
3800 <message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the abo ut:version page"> 3824 <message name="IDS_ABOUT_VERSION_OFFICIAL" desc="official build on the abo ut:version page">
3801 Official Build 3825 Official Build
3802 </message> 3826 </message>
3803 <message name="IDS_ABOUT_VERSION_UNOFFICIAL" desc="unofficial build on the about:version page"> 3827 <message name="IDS_ABOUT_VERSION_UNOFFICIAL" desc="unofficial build on the about:version page">
3804 Developer Build 3828 Developer Build
(...skipping 5482 matching lines...) Expand 10 before | Expand all | Expand 10 after
9287 9311
9288 </messages> 9312 </messages>
9289 9313
9290 <structures fallback_to_english="true"> 9314 <structures fallback_to_english="true">
9291 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9315 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9292 </structure> 9316 </structure>
9293 </structures> 9317 </structures>
9294 9318
9295 </release> 9319 </release>
9296 </grit> 9320 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.cc » ('j') | chrome/browser/resources/about_sys.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698