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

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

Issue 209313002: Modified components ui to address concern of all the time disabled check update button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review Created 6 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5202 matching lines...) Expand 10 before | Expand all | Expand 10 after
5213 </message> 5213 </message>
5214 <message name="IDS_COMPONENTS_NONE_INSTALLED" desc="Text that lets the use r know that no components are installed."> 5214 <message name="IDS_COMPONENTS_NONE_INSTALLED" desc="Text that lets the use r know that no components are installed.">
5215 No components installed. 5215 No components installed.
5216 </message> 5216 </message>
5217 <message name="IDS_COMPONENTS_NO_COMPONENTS" desc="Text that indicates tha t no components are installed"> 5217 <message name="IDS_COMPONENTS_NO_COMPONENTS" desc="Text that indicates tha t no components are installed">
5218 No components are installed 5218 No components are installed
5219 </message> 5219 </message>
5220 <message name="IDS_COMPONENTS_CHECK_FOR_UPDATE" desc="The button label for triggering update check."> 5220 <message name="IDS_COMPONENTS_CHECK_FOR_UPDATE" desc="The button label for triggering update check.">
5221 Check for update 5221 Check for update
5222 </message> 5222 </message>
5223 <message name="IDS_COMPONENTS_STATUS_LABEL" desc="Status label">
5224 Status
5225 </message>
5226 <message name="IDS_COMPONENTS_CHECKING_LABEL" desc="Checking label">
5227 Checking for status...
5228 </message>
5223 5229
5224 <!-- Plugins --> 5230 <!-- Plugins -->
5225 <if expr="enable_plugins"> 5231 <if expr="enable_plugins">
5226 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins p age."> 5232 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins p age.">
5227 Plug-ins 5233 Plug-ins
5228 </message> 5234 </message>
5229 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for details mode."> 5235 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for details mode.">
5230 Details 5236 Details
5231 </message> 5237 </message>
5232 <message name="IDS_PLUGINS_NONE_INSTALLED" desc="Text that lets the user know that no plug-ins are installed."> 5238 <message name="IDS_PLUGINS_NONE_INSTALLED" desc="Text that lets the user know that no plug-ins are installed.">
(...skipping 8909 matching lines...) Expand 10 before | Expand all | Expand 10 after
14142 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14148 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14143 Enforce (try to get hashes, and enforce them if successful) 14149 Enforce (try to get hashes, and enforce them if successful)
14144 </message> 14150 </message>
14145 14151
14146 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14152 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14147 Enforce strict (hard fail if we can't get hashes) 14153 Enforce strict (hard fail if we can't get hashes)
14148 </message> 14154 </message>
14149 </messages> 14155 </messages>
14150 </release> 14156 </release>
14151 </grit> 14157 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/component_updater/component_updater_service.h » ('j') | chrome/browser/resources/components.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698