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

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

Issue 2835018: Group plugins in about:plugins and show update link for out-of-date ones. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Fix compile errors in unit test. Created 10 years, 6 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 | « no previous file | chrome/browser/dom_ui/plugins_ui.cc » ('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 <!-- 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 3668 matching lines...) Expand 10 before | Expand all | Expand 10 after
3679 </message> 3679 </message>
3680 <message name="IDS_PLUGINS_MIME_TYPES_FILE_EXTENSIONS" desc="The label ove r the file extensions column in a plug-in's MIME types table."> 3680 <message name="IDS_PLUGINS_MIME_TYPES_FILE_EXTENSIONS" desc="The label ove r the file extensions column in a plug-in's MIME types table.">
3681 File extensions 3681 File extensions
3682 </message> 3682 </message>
3683 <message name="IDS_PLUGINS_DISABLE" desc="The link for disabling a plug-in ."> 3683 <message name="IDS_PLUGINS_DISABLE" desc="The link for disabling a plug-in .">
3684 Disable 3684 Disable
3685 </message> 3685 </message>
3686 <message name="IDS_PLUGINS_ENABLE" desc="The link for enabling a plug-in." > 3686 <message name="IDS_PLUGINS_ENABLE" desc="The link for enabling a plug-in." >
3687 Enable 3687 Enable
3688 </message> 3688 </message>
3689 <message name="IDS_PLUGINS_DOWNLOAD" desc="The link label to download the latest version of this plugin">
3690 Download Critical Security Update
3691 </message>
3692 <message name="IDS_PLUGINS_NAME" desc="The label for the name of this plug in">
3693 Name:
3694 </message>
3695 <message name="IDS_PLUGINS_PRIORITY" desc="The label for the priority of t his plugin in the list">
3696 Priority:
3697 </message>
3689 3698
3690 <!-- Session Crashed Info Bar--> 3699 <!-- Session Crashed Info Bar-->
3691 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 3700 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
3692 Restore 3701 Restore
3693 </message> 3702 </message>
3694 3703
3695 <!-- Bad Flags Info Bar--> 3704 <!-- Bad Flags Info Bar-->
3696 <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. ]"> 3705 <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. ]">
3697 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer. 3706 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer.
3698 </message> 3707 </message>
(...skipping 4864 matching lines...) Expand 10 before | Expand all | Expand 10 after
8563 8572
8564 </messages> 8573 </messages>
8565 8574
8566 <structures first_id="50000" fallback_to_english="true"> 8575 <structures first_id="50000" fallback_to_english="true">
8567 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8576 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8568 </structure> 8577 </structure>
8569 </structures> 8578 </structures>
8570 8579
8571 </release> 8580 </release>
8572 </grit> 8581 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/plugins_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698