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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 253183003: Media indicator for background recording task (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/ash_view_ids.h » ('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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 </message> 298 </message>
299 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error de tails in notifications: Unrecognized"> 299 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error de tails in notifications: Unrecognized">
300 Unrecognized error 300 Unrecognized error
301 </message> 301 </message>
302 302
303 <!-- Status tray screen capture strings. --> 303 <!-- Status tray screen capture strings. -->
304 <message name="IDS_ASH_STATUS_TRAY_SCREEN_CAPTURE_STOP" desc="label used for s creen capture stop button"> 304 <message name="IDS_ASH_STATUS_TRAY_SCREEN_CAPTURE_STOP" desc="label used for s creen capture stop button">
305 Stop 305 Stop
306 </message> 306 </message>
307 307
308 <!-- Status tray media recording state strings. -->
309 <message name="IDS_ASH_STATUS_TRAY_MEDIA_RECORDING_AUDIO" desc="label used to indicate that the microphone is used by a background user">
310 Micropohne is in use.
311 </message>
312 <message name="IDS_ASH_STATUS_TRAY_MEDIA_RECORDING_VIDEO" desc="label used to indicate that the camera is used by a background user">
313 Camera is in use.
314 </message>
315 <message name="IDS_ASH_STATUS_TRAY_MEDIA_RECORDING_AUDIO_VIDEO" desc="label us ed to indicate that the camera and microphone are used by a background user">
316 Camera and microphone are in use.
317 </message>
318
308 <!-- Status tray screen share strings. --> 319 <!-- Status tray screen share strings. -->
309 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_STOP" desc="label used for scr een sharing stop button"> 320 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_STOP" desc="label used for scr een sharing stop button">
310 Stop 321 Stop
311 </message> 322 </message>
312 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for screen sharing notification"> 323 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for screen sharing notification">
313 Sharing control of your screen via Hangouts. 324 Sharing control of your screen via Hangouts.
314 </message> 325 </message>
315 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label for screen sharing notification with name"> 326 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label for screen sharing notification with name">
316 Sharing control of your screen with <ph name="HELPER_NAME">$1<ex>Walder Frey </ex></ph> via Hangouts. 327 Sharing control of your screen with <ph name="HELPER_NAME">$1<ex>Walder Frey </ex></ph> via Hangouts.
317 </message> 328 </message>
(...skipping 17 matching lines...) Expand all
335 346
336 <message name="IDS_ASH_STATUS_TRAY_AUDIO_BLUETOOTH_DEVICE" desc="label used fo r bluetooth audio device"> 347 <message name="IDS_ASH_STATUS_TRAY_AUDIO_BLUETOOTH_DEVICE" desc="label used fo r bluetooth audio device">
337 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth) 348 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth)
338 </message> 349 </message>
339 350
340 <message name="IDS_ASH_STATUS_TRAY_AUDIO_HDMI_DEVICE" desc="label used for hdm i audio device"> 351 <message name="IDS_ASH_STATUS_TRAY_AUDIO_HDMI_DEVICE" desc="label used for hdm i audio device">
341 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI) 352 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI)
342 </message> 353 </message>
343 354
344 </grit-part> 355 </grit-part>
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/ash_view_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698