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

Side by Side Diff: ash/ash_strings.grd

Issue 10808080: Implement new volume mute button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 8 years, 5 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 | « no previous file | ash/system/audio/tray_volume.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 <!-- 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 </message> 290 </message>
291 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label use d in the tray popup to notify that bluetooth is disabled."> 291 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label use d in the tray popup to notify that bluetooth is disabled.">
292 Bluetooth disabled 292 Bluetooth disabled
293 </message> 293 </message>
294 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text f or the brightness slider."> 294 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text f or the brightness slider.">
295 Brightness 295 Brightness
296 </message> 296 </message>
297 <message name="IDS_ASH_STATUS_TRAY_VOLUME" desc="The accessible text for t he volume slider."> 297 <message name="IDS_ASH_STATUS_TRAY_VOLUME" desc="The accessible text for t he volume slider.">
298 Volume 298 Volume
299 </message> 299 </message>
300 <message name="IDS_ASH_STATUS_TRAY_VOLUME_MUTE" desc="The label text for t he volume mute segment.">
301 mute
302 </message>
300 <message name="IDS_ASH_STATUS_TRAY_DISABLE_BLUETOOTH" desc="The label used in the tray popup to disable bluetooth."> 303 <message name="IDS_ASH_STATUS_TRAY_DISABLE_BLUETOOTH" desc="The label used in the tray popup to disable bluetooth.">
301 Disable Bluetooth 304 Disable Bluetooth
302 </message> 305 </message>
303 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used in the tray popup to enable bluetooth."> 306 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The label used in the tray popup to enable bluetooth.">
304 Enable Bluetooth 307 Enable Bluetooth
305 </message> 308 </message>
306 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_SETTINGS" desc="The label use d in the tray popup for bluetooth settings."> 309 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_SETTINGS" desc="The label use d in the tray popup for bluetooth settings.">
307 Bluetooth settings... 310 Bluetooth settings...
308 </message> 311 </message>
309 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ADD_DEVICE" desc="The label u sed in the tray popup to add a bluetooth device."> 312 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ADD_DEVICE" desc="The label u sed in the tray popup to add a bluetooth device.">
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page."> 409 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page.">
407 Settings... 410 Settings...
408 </message> 411 </message>
409 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLOSE_ALL" desc="The button fo r closing all notifications."> 412 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLOSE_ALL" desc="The button fo r closing all notifications.">
410 Close All 413 Close All
411 </message> 414 </message>
412 </messages> 415 </messages>
413 </release> 416 </release>
414 </grit> 417 </grit>
415 418
OLDNEW
« no previous file with comments | « no previous file | ash/system/audio/tray_volume.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698