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

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

Issue 1085003: Implement chrome://plugins page that can disable plugins. (Closed)
Patch Set: merge ToT again Created 10 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
« no previous file with comments | « no previous file | chrome/browser/browser_main.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 3442 matching lines...) Expand 10 before | Expand all | Expand 10 after
3453 <message name="IDS_EXTENSION_PROMPT_INSTALL_BUTTON" desc="Text for the ins tall button on the extension install prompt"> 3453 <message name="IDS_EXTENSION_PROMPT_INSTALL_BUTTON" desc="Text for the ins tall button on the extension install prompt">
3454 Install 3454 Install
3455 </message> 3455 </message>
3456 <message name="IDS_EXTENSION_PROMPT_UNINSTALL_BUTTON" desc="Text for the u ninstall button on the extension uninstall prompt"> 3456 <message name="IDS_EXTENSION_PROMPT_UNINSTALL_BUTTON" desc="Text for the u ninstall button on the extension uninstall prompt">
3457 Uninstall 3457 Uninstall
3458 </message> 3458 </message>
3459 <message name="IDS_EXTENSION_PROMPT_ENABLE_INCOGNITO_BUTTON" desc="Text fo r the allow button on the extension run-in-incognito prompt"> 3459 <message name="IDS_EXTENSION_PROMPT_ENABLE_INCOGNITO_BUTTON" desc="Text fo r the allow button on the extension run-in-incognito prompt">
3460 Allow 3460 Allow
3461 </message> 3461 </message>
3462 3462
3463 <!-- chrome://plugins page -->
3464 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag e.">
3465 Plug-ins
3466 </message>
3467 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d etails mode.">
3468 Details
3469 </message>
3470 <message name="IDS_PLUGINS_NONE_INSTALLED" desc="Text that lets the user k now that no plug-ins are installed.">
3471 No plug-ins installed.
3472 </message>
3473 <message name="IDS_PLUGINS_DISABLED_PLUGIN" desc="Text that signifies that the plug-in is currently disabled.">
3474 (Disabled)
3475 </message>
3476 <message name="IDS_PLUGINS_VERSION" desc="The label in front of a plug-in version number.">
3477 Version:
3478 </message>
3479 <message name="IDS_PLUGINS_DESCRIPTION" desc="The label in front of a plug -in description.">
3480 Description:
3481 </message>
3482 <message name="IDS_PLUGINS_PATH" desc="The label in front of a plug-in pat h (file/location on disk).">
3483 Location:
3484 </message>
3485 <message name="IDS_PLUGINS_MIME_TYPES" desc="The label in front of a plug- in's MIME types table.">
3486 MIME types:
3487 </message>
3488 <message name="IDS_PLUGINS_MIME_TYPES_MIME_TYPE" desc="The label over the MIME type column in a plug-in's MIME types table.">
3489 MIME type
3490 </message>
3491 <message name="IDS_PLUGINS_MIME_TYPES_DESCRIPTION" desc="The label over th e description column in a plug-in's MIME types table.">
3492 Description
3493 </message>
3494 <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.">
3495 File extensions
3496 </message>
3497 <message name="IDS_PLUGINS_DISABLE" desc="The link for disabling a plug-in .">
3498 Disable
3499 </message>
3500 <message name="IDS_PLUGINS_ENABLE" desc="The link for enabling a plug-in." >
3501 Enable
3502 </message>
3503
3463 <!-- Session Crashed Info Bar--> 3504 <!-- Session Crashed Info Bar-->
3464 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 3505 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
3465 Restore 3506 Restore
3466 </message> 3507 </message>
3467 3508
3468 3509
3469 <!-- about:plugins strings --> 3510 <!-- about:plugins strings -->
3470 <message name="IDS_ABOUT_PLUGINS_TITLE" desc="Title on the about:plugins p age"> 3511 <message name="IDS_ABOUT_PLUGINS_TITLE" desc="Title on the about:plugins p age">
3471 About Plug-ins 3512 About Plug-ins
3472 </message> 3513 </message>
(...skipping 3714 matching lines...) Expand 10 before | Expand all | Expand 10 after
7187 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. E xpands all possible languages, not only the main ones."> 7228 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. E xpands all possible languages, not only the main ones.">
7188 More... 7229 More...
7189 </message> 7230 </message>
7190 </if> 7231 </if>
7191 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 7232 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
7192 Import bookmarks now... 7233 Import bookmarks now...
7193 </message> 7234 </message>
7194 </messages> 7235 </messages>
7195 </release> 7236 </release>
7196 </grit> 7237 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698