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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 844043003: Change the display string for HDMI audio type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | chromeos/dbus/fake_cras_audio_client.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 <!-- ChromeOS-specific strings (included from ash_strings.grd). 2 <!-- ChromeOS-specific strings (included from ash_strings.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 5
6 <!-- Status tray charging strings. --> 6 <!-- Status tray charging strings. -->
7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of a notification indicating that a low-current USB charger has been connected."> 7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of a notification indicating that a low-current USB charger has been connected.">
8 Low-power charger connected 8 Low-power charger connected
9 </message> 9 </message>
10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag e body of a notification indicating that a low-current USB charger has been conn ected."> 10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag e body of a notification indicating that a low-current USB charger has been conn ected.">
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 154
155 <message name="IDS_ASH_STATUS_TRAY_AUDIO_USB_DEVICE" desc="label used for usb audio device"> 155 <message name="IDS_ASH_STATUS_TRAY_AUDIO_USB_DEVICE" desc="label used for usb audio device">
156 <ph name="device_name">$1<ex>Headphone</ex></ph> (USB) 156 <ph name="device_name">$1<ex>Headphone</ex></ph> (USB)
157 </message> 157 </message>
158 158
159 <message name="IDS_ASH_STATUS_TRAY_AUDIO_BLUETOOTH_DEVICE" desc="label used fo r bluetooth audio device"> 159 <message name="IDS_ASH_STATUS_TRAY_AUDIO_BLUETOOTH_DEVICE" desc="label used fo r bluetooth audio device">
160 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth) 160 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth)
161 </message> 161 </message>
162 162
163 <message name="IDS_ASH_STATUS_TRAY_AUDIO_HDMI_DEVICE" desc="label used for hdm i audio device"> 163 <message name="IDS_ASH_STATUS_TRAY_AUDIO_HDMI_DEVICE" desc="label used for hdm i audio device">
164 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI) 164 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI/DP)
165 </message> 165 </message>
166 166
167 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu"> 167 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu">
168 Set wallpaper... 168 Set wallpaper...
169 </message> 169 </message>
170 170
171 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the sett ings item in the status tray."> 171 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the sett ings item in the status tray.">
172 Settings 172 Settings
173 </message> 173 </message>
174 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tra y for SMS."> 174 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tra y for SMS.">
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log out confirmation dialog."> 403 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log out confirmation dialog.">
404 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>. 404 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>.
405 </message> 405 </message>
406 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left."> 406 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left.">
407 You will be signed out now. 407 You will be signed out now.
408 </message> 408 </message>
409 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog."> 409 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog.">
410 Sign out now 410 Sign out now
411 </message> 411 </message>
412 </grit-part> 412 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/fake_cras_audio_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698