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

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

Issue 165414: Disable an extension when it is upgraded to a version that requires more (Closed)
Patch Set: more comments Created 11 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
« no previous file with comments | « no previous file | chrome/browser/browser.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 2045 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 The following extension has crashed : <ph name="EXTENSION_NAME">$1<ex>Bu ildbot Monitor</ex></ph> 2056 The following extension has crashed : <ph name="EXTENSION_NAME">$1<ex>Bu ildbot Monitor</ex></ph>
2057 </message> 2057 </message>
2058 2058
2059 <!-- Theme preview info bar --> 2059 <!-- Theme preview info bar -->
2060 <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed."> 2060 <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed.">
2061 Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>" 2061 Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>"
2062 </message> 2062 </message>
2063 <message name="IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to undo a theme installation and go back to the previous theme."> 2063 <message name="IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to undo a theme installation and go back to the previous theme.">
2064 Undo 2064 Undo
2065 </message> 2065 </message>
2066 2066
2067 <!-- Extesion install prompt --> 2067 <!-- Extension disabled info bar -->
2068 <message name="IDS_EXTENSION_DISABLED_INFOBAR_LABEL" desc="Text displayed on an infobar when an extension was disabled due to a new upgrade requiring an e xplicit permission check from the user.">
2069 The newest version of the extension "<ph name="EXTENSION_NAME">$1<ex>Fla shblock</ex></ph>" requires more permissions, so it has been disabled.
2070 </message>
2071 <message name="IDS_EXTENSION_DISABLED_INFOBAR_ENABLE_BUTTON" desc="Text di splayed on the button to re-enable the disabled extension.">
2072 Reenable
2073 </message>
2074
2075 <!-- Extension install prompt -->
2068 <message name="IDS_EXTENSION_PROMPT_TITLE" desc="Titlebar of the extension installation prompt window"> 2076 <message name="IDS_EXTENSION_PROMPT_TITLE" desc="Titlebar of the extension installation prompt window">
2069 Confirm Installation 2077 Confirm Installation
2070 </message> 2078 </message>
2071 <message name="IDS_EXTENSION_PROMPT_HEADING" desc="First bold line in the content area of the extension installation prompt. Asks the user if they want to install a particular extension."> 2079 <message name="IDS_EXTENSION_PROMPT_HEADING" desc="First bold line in the content area of the extension installation prompt. Asks the user if they want to install a particular extension.">
2072 Install "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"? 2080 Install "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"?
2073 </message> 2081 </message>
2074 <message name="IDS_EXTENSION_PROMPT_WARNING_1" desc="Humorous warning disp layed in the extension install prompt that tells users that extensions have acce ss to their computer and private data."> 2082 <message name="IDS_EXTENSION_PROMPT_WARNING_1" desc="Humorous warning disp layed in the extension install prompt that tells users that extensions have acce ss to their computer and private data.">
2075 Extensions have access your computer and private data. This means they c ould forward all your email to your spouse. 2083 Extensions have access your computer and private data. This means they c ould forward all your email to your spouse.
2076 </message> 2084 </message>
2077 <message name="IDS_EXTENSION_PROMPT_WARNING_2" desc="Humorous warning disp layed in the extension install prompt that tells users that extensions have acce ss to their computer and private data."> 2085 <message name="IDS_EXTENSION_PROMPT_WARNING_2" desc="Humorous warning disp layed in the extension install prompt that tells users that extensions have acce ss to their computer and private data.">
(...skipping 2612 matching lines...) Expand 10 before | Expand all | Expand 10 after
4690 <message name="IDS_BLACKLIST_UNBLOCK" desc="Prompt to unblock a blacklisted element."> 4698 <message name="IDS_BLACKLIST_UNBLOCK" desc="Prompt to unblock a blacklisted element.">
4691 Click to unblock 4699 Click to unblock
4692 </message> 4700 </message>
4693 4701
4694 <message translateable="false" name="IDS_GLEN" desc="Glen"> 4702 <message translateable="false" name="IDS_GLEN" desc="Glen">
4695 Glen 4703 Glen
4696 </message> 4704 </message>
4697 </messages> 4705 </messages>
4698 </release> 4706 </release>
4699 </grit> 4707 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698