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

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, 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 | 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>
5229 <message name="IDS_COMPONENTS_SVC_STATUS_NEW" desc="Service Status">
5230 New
5231 </message>
5232 <message name="IDS_COMPONENTS_SVC_STATUS_CHECKING" desc="Service Status">
5233 Checking
5234 </message>
5235 <message name="IDS_COMPONENTS_SVC_STATUS_UPDATE" desc="Service Status">
5236 Update
5237 </message>
5238 <message name="IDS_COMPONENTS_SVC_STATUS_DNL_DIFF" desc="Service Status">
5239 Downloading diff
5240 </message>
5241 <message name="IDS_COMPONENTS_SVC_STATUS_DNL" desc="Service Status">
5242 Downloading
5243 </message>
5244 <message name="IDS_COMPONENTS_SVC_STATUS_UPDT_DIFF" desc="Service Status">
5245 Updating diff
5246 </message>
5247 <message name="IDS_COMPONENTS_SVC_STATUS_UPDATING" desc="Service Status">
5248 Updating
5249 </message>
5250 <message name="IDS_COMPONENTS_SVC_STATUS_UPDATED" desc="Service Status">
5251 Updated
5252 </message>
5253 <message name="IDS_COMPONENTS_SVC_STATUS_UPTODATE" desc="Service Status">
5254 Up-to-date
5255 </message>
5256 <message name="IDS_COMPONENTS_SVC_STATUS_NOUPDATE" desc="Service Status">
5257 No update
5258 </message>
5259 <message name="IDS_COMPONENTS_UNKNOWN" desc="Service Status">
5260 Unknown
5261 </message>
5262 <message name="IDS_COMPONENTS_EVT_STATUS_STARTED" desc="Service Status">
5263 UpdaterStarted
James Hawkins 2014/05/28 23:01:11 Spaces between the words, right? And probably sen
Shrikant Kelkar 2014/05/28 23:14:45 Done.
5264 </message>
5265 <message name="IDS_COMPONENTS_EVT_STATUS_SLEEPING" desc="Service Status">
5266 UpdaterSleeping
5267 </message>
5268 <message name="IDS_COMPONENTS_EVT_STATUS_FOUND" desc="Service Status">
5269 UpdateFound
5270 </message>
5271 <message name="IDS_COMPONENTS_EVT_STATUS_READY" desc="Service Status">
5272 UpdateReady
5273 </message>
5274 <message name="IDS_COMPONENTS_EVT_STATUS_UPDATED" desc="Service Status">
5275 ComponentUpdated
5276 </message>
5277 <message name="IDS_COMPONENTS_EVT_STATUS_NOTUPDATED" desc="Service Status" >
5278 ComponentNotUpdated
5279 </message>
5223 5280
5224 <!-- Plugins --> 5281 <!-- Plugins -->
5225 <if expr="enable_plugins"> 5282 <if expr="enable_plugins">
5226 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins p age."> 5283 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins p age.">
5227 Plug-ins 5284 Plug-ins
5228 </message> 5285 </message>
5229 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for details mode."> 5286 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for details mode.">
5230 Details 5287 Details
5231 </message> 5288 </message>
5232 <message name="IDS_PLUGINS_NONE_INSTALLED" desc="Text that lets the user know that no plug-ins are installed."> 5289 <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"> 14199 <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) 14200 Enforce (try to get hashes, and enforce them if successful)
14144 </message> 14201 </message>
14145 14202
14146 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14203 <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) 14204 Enforce strict (hard fail if we can't get hashes)
14148 </message> 14205 </message>
14149 </messages> 14206 </messages>
14150 </release> 14207 </release>
14151 </grit> 14208 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/component_updater/component_updater_service.h » ('j') | chrome/browser/resources/components.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698