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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 2583393002: Send notification to users upon receiving sms messages (Closed)
Patch Set: Created 3 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
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 <!-- Device types --> 6 <!-- Device types -->
7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)"> 7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver sus say Chromebox)">
8 Chromebase 8 Chromebase
9 </message> 9 </message>
10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)"> 10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu s say Chromebox)">
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI/DP) 250 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI/DP)
251 </message> 251 </message>
252 <message name="IDS_ASH_STATUS_TRAY_AUDIO_MIC_JACK_DEVICE" desc="label used for mic jack device"> 252 <message name="IDS_ASH_STATUS_TRAY_AUDIO_MIC_JACK_DEVICE" desc="label used for mic jack device">
253 Mic Jack 253 Mic Jack
254 </message> 254 </message>
255 255
256 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu"> 256 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu">
257 Set wallpaper... 257 Set wallpaper...
258 </message> 258 </message>
259 259
260 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tra y for SMS.">
261 SMS
262 </message>
263 <message name="IDS_ASH_STATUS_TRAY_SMS_MESSAGES" desc="The label used in the d efault status tray view for SMS with the number of messages.">
264 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph>
265 </message>
266 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messagees in the system tray.">
267 SMS from <ph name="PHONE_NUMBER">$1<ex>08700 776655</ex></ph>
268 </message>
269 <message name="IDS_ASH_STATUS_TRAY_TRACING" desc="The status tray item indicat ing that performance tracing is running."> 260 <message name="IDS_ASH_STATUS_TRAY_TRACING" desc="The status tray item indicat ing that performance tracing is running.">
270 Performance tracing enabled 261 Performance tracing enabled
271 </message> 262 </message>
272 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text for t he brightness slider."> 263 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text for t he brightness slider.">
273 Brightness 264 Brightness
274 </message> 265 </message>
275 <message name="IDS_ASH_STATUS_TRAY_AUDIO" desc="The label used in audio detail ed page bottom header of ash tray pop up."> 266 <message name="IDS_ASH_STATUS_TRAY_AUDIO" desc="The label used in audio detail ed page bottom header of ash tray pop up.">
276 Audio Settings 267 Audio Settings
277 </message> 268 </message>
278 <message name="IDS_ASH_STATUS_TRAY_AUDIO_OUTPUT" desc="The label used in audio detailed page for audio output section of ash tray pop up."> 269 <message name="IDS_ASH_STATUS_TRAY_AUDIO_OUTPUT" desc="The label used in audio detailed page for audio output section of ash tray pop up.">
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method."> 613 desc="Notification message to tell users about the deprecation of Shi ft+Alt shortcut to switch to the next input method.">
623 The shortcut to switch to the next input method has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH ORTCUT">$2<ex>Shift+Alt</ex></ph>. 614 The shortcut to switch to the next input method has changed. Please use <ph name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH ORTCUT">$2<ex>Shift+Alt</ex></ph>.
624 </message> 615 </message>
625 616
626 <!-- Notification that an accelerator was pressed, so the user knows how to to ggle it back --> 617 <!-- Notification that an accelerator was pressed, so the user knows how to to ggle it back -->
627 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 618 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
628 desc="Notification message to tell users that they just pressed the S earch+Shift+H shortcut to toggle High Contrast Mode, and that pressing it again will toggle it off."> 619 desc="Notification message to tell users that they just pressed the S earch+Shift+H shortcut to toggle High Contrast Mode, and that pressing it again will toggle it off.">
629 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 620 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
630 </message> 621 </message>
631 </grit-part> 622 </grit-part>
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/shelf/shelf_widget.h » ('j') | ash/common/shelf/shelf_widget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698