| OLD | NEW |
| 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 <message name="IDS_ASH_HATS_NOTIFICATION_TITLE" desc="The title of the notific
ation for Happiness Tracking Survey."> | 491 <message name="IDS_ASH_HATS_NOTIFICATION_TITLE" desc="The title of the notific
ation for Happiness Tracking Survey."> |
| 492 Help us improve Chromebooks | 492 Help us improve Chromebooks |
| 493 </message> | 493 </message> |
| 494 <message name="IDS_ASH_HATS_NOTIFICATION_BODY" desc="The body of the notificat
ion for Happiness Tracking Survey."> | 494 <message name="IDS_ASH_HATS_NOTIFICATION_BODY" desc="The body of the notificat
ion for Happiness Tracking Survey."> |
| 495 <!-- TODO(malaykeshav): Implement the actual HaTS notification strings --> | 495 <!-- TODO(malaykeshav): Implement the actual HaTS notification strings --> |
| 496 Chrome OS HaTS survey text here. Chrome OS HaTS survey text here. Chrome OS
HaTS survey text here. Chrome OS HaTS survey text here. | 496 Chrome OS HaTS survey text here. Chrome OS HaTS survey text here. Chrome OS
HaTS survey text here. Chrome OS HaTS survey text here. |
| 497 </message> | 497 </message> |
| 498 <message name="IDS_ASH_HATS_NOTIFICATION_TAKE_SURVEY_BUTTON" desc="The title o
f the button in the notification for Happiness Tracking Survey to take the said
survey."> | 498 <message name="IDS_ASH_HATS_NOTIFICATION_TAKE_SURVEY_BUTTON" desc="The title o
f the button in the notification for Happiness Tracking Survey to take the said
survey."> |
| 499 Take our survey | 499 Take our survey |
| 500 </message> | 500 </message> |
| 501 <message name="IDS_ASH_IME_MENU_ACCESSIBLE_NAME" desc="The accessible text for
opt-in IME menu icon in status tray."> |
| 502 IME menu button |
| 503 </message> |
| 501 | 504 |
| 502 <!-- Quick Unlock Strings --> | 505 <!-- Quick Unlock Strings --> |
| 503 <message name="IDS_ASH_QUICK_UNLOCK_NOTIFICATION_TITLE" desc="The title of th
e notification for Quick Unlock feature notification."> | 506 <message name="IDS_ASH_QUICK_UNLOCK_NOTIFICATION_TITLE" desc="The title of th
e notification for Quick Unlock feature notification."> |
| 504 QU Feature notification title here | 507 QU Feature notification title here |
| 505 </message> | 508 </message> |
| 506 <message name="IDS_ASH_QUICK_UNLOCK_NOTIFICATION_BODY" desc="The body of the n
otification for Quick Unlock feature notification."> | 509 <message name="IDS_ASH_QUICK_UNLOCK_NOTIFICATION_BODY" desc="The body of the n
otification for Quick Unlock feature notification."> |
| 507 QU Feature notification body goes here. QU Feature notification body goes he
re. QU Feature notification body goes here. QU Feature notification body goes he
re. QU Feature notification body goes here. | 510 QU Feature notification body goes here. QU Feature notification body goes he
re. QU Feature notification body goes here. QU Feature notification body goes he
re. QU Feature notification body goes here. |
| 508 </message> | 511 </message> |
| 509 | 512 |
| 510 <!-- Deprecated Accelerators Messages --> | 513 <!-- Deprecated Accelerators Messages --> |
| (...skipping 22 matching lines...) Expand all Loading... |
| 533 </message> | 536 </message> |
| 534 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" | 537 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" |
| 535 desc="Notification message to tell users about the deprecation of Shi
ft+ESC shortcut to show the task manager."> | 538 desc="Notification message to tell users about the deprecation of Shi
ft+ESC shortcut to show the task manager."> |
| 536 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>. | 539 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>. |
| 537 </message> | 540 </message> |
| 538 <message name="IDS_DEPRECATED_NEXT_IME_MSG" | 541 <message name="IDS_DEPRECATED_NEXT_IME_MSG" |
| 539 desc="Notification message to tell users about the deprecation of Shi
ft+Alt shortcut to switch to the next input method."> | 542 desc="Notification message to tell users about the deprecation of Shi
ft+Alt shortcut to switch to the next input method."> |
| 540 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>. | 543 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>. |
| 541 </message> | 544 </message> |
| 542 </grit-part> | 545 </grit-part> |
| OLD | NEW |