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

Side by Side Diff: ash/ash_strings.grd

Issue 22654003: Create system tray item for accessing chrome://slow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix non-chromeos build Created 7 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 | Annotate | Revision Log
« no previous file with comments | « ash/ash.gyp ('k') | ash/resources/ash_resources.grd » ('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 <!-- 3 <!--
4 This file contains the strings for ash. 4 This file contains the strings for ash.
5 --> 5 -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/ash_strings.h" type="rc_header"> 10 <output filename="grit/ash_strings.h" type="rc_header">
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 </message> 278 </message>
279 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used in the tray popup to enable bluetooth."> 279 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used in the tray popup to enable bluetooth.">
280 Enable Bluetooth 280 Enable Bluetooth
281 </message> 281 </message>
282 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_MANAGE_DEVICES" desc="The lab el used in the tray popup to manage bluetooth devices."> 282 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_MANAGE_DEVICES" desc="The lab el used in the tray popup to manage bluetooth devices.">
283 Manage devices... 283 Manage devices...
284 </message> 284 </message>
285 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label used in the tray popup to show bluetooth is discovering devices."> 285 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISCOVERING" desc="The label used in the tray popup to show bluetooth is discovering devices.">
286 Scanning for devices... 286 Scanning for devices...
287 </message> 287 </message>
288 <message name="IDS_ASH_STATUS_TRAY_TRACING" desc="The status tray item ind icating that performance tracing is running.">
289 Performance tracing enabled
290 </message>
288 291
289 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra y popup to notify that the user should restart to get system updates."> 292 <message name="IDS_ASH_STATUS_TRAY_UPDATE" desc="The label used in the tra y popup to notify that the user should restart to get system updates.">
290 Restart to update 293 Restart to update
291 </message> 294 </message>
292 <message name="IDS_ASH_STATUS_TRAY_RESTART_AND_POWERWASH_UPDATE" desc="The label used in the tray popup to notify that the user should restart and powerwa sh to get system updates."> 295 <message name="IDS_ASH_STATUS_TRAY_RESTART_AND_POWERWASH_UPDATE" desc="The label used in the tray popup to notify that the user should restart and powerwa sh to get system updates.">
293 Restart and Powerwash to update 296 Restart and Powerwash to update
294 </message> 297 </message>
295 298
296 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text f or the brightness slider."> 299 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text f or the brightness slider.">
297 Brightness 300 Brightness
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 575
573 <!-- ChromeOS-specific strings --> 576 <!-- ChromeOS-specific strings -->
574 <if expr="pp_ifdef('chromeos')"> 577 <if expr="pp_ifdef('chromeos')">
575 <part file="ash_chromeos_strings.grdp" /> 578 <part file="ash_chromeos_strings.grdp" />
576 </if> 579 </if>
577 580
578 </messages> 581 </messages>
579 </release> 582 </release>
580 </grit> 583 </grit>
581 584
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/resources/ash_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698