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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 2583393002: Send notification to users upon receiving sms messages (Closed)
Patch Set: update return type Created 3 years, 10 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 | « ash/BUILD.gn ('k') | ash/common/shelf/shelf_widget.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 <!-- 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI/DP) 258 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI/DP)
259 </message> 259 </message>
260 <message name="IDS_ASH_STATUS_TRAY_AUDIO_MIC_JACK_DEVICE" desc="label used for mic jack device"> 260 <message name="IDS_ASH_STATUS_TRAY_AUDIO_MIC_JACK_DEVICE" desc="label used for mic jack device">
261 Mic Jack 261 Mic Jack
262 </message> 262 </message>
263 263
264 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu"> 264 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu">
265 Set wallpaper... 265 Set wallpaper...
266 </message> 266 </message>
267 267
268 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tra y for SMS.">
269 SMS
270 </message>
271 <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.">
272 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph>
273 </message>
274 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messagees in the system tray.">
275 SMS from <ph name="PHONE_NUMBER">$1<ex>08700 776655</ex></ph>
276 </message>
277 <message name="IDS_ASH_STATUS_TRAY_TRACING" desc="The status tray item indicat ing that performance tracing is running."> 268 <message name="IDS_ASH_STATUS_TRAY_TRACING" desc="The status tray item indicat ing that performance tracing is running.">
278 Performance tracing enabled 269 Performance tracing enabled
279 </message> 270 </message>
280 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text for t he brightness slider."> 271 <message name="IDS_ASH_STATUS_TRAY_BRIGHTNESS" desc="The accessible text for t he brightness slider.">
281 Brightness 272 Brightness
282 </message> 273 </message>
283 <message name="IDS_ASH_STATUS_TRAY_AUDIO" desc="The label used in audio detail ed page bottom header of ash tray pop up."> 274 <message name="IDS_ASH_STATUS_TRAY_AUDIO" desc="The label used in audio detail ed page bottom header of ash tray pop up.">
284 Audio Settings 275 Audio Settings
285 </message> 276 </message>
286 <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."> 277 <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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager."> 623 desc="Notification message to tell users about the deprecation of Shi ft+ESC shortcut to show the task manager.">
633 The shortcut to open the task manager has changed. Please use <ph name="NEW_ SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Sh ift+Esc</ex></ph>. 624 The shortcut to open the task manager has changed. Please use <ph name="NEW_ SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Sh ift+Esc</ex></ph>.
634 </message> 625 </message>
635 626
636 <!-- Notification that an accelerator was pressed, so the user knows how to to ggle it back --> 627 <!-- Notification that an accelerator was pressed, so the user knows how to to ggle it back -->
637 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 628 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
638 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 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.">
639 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 630 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
640 </message> 631 </message>
641 </grit-part> 632 </grit-part>
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/shelf/shelf_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698