| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI/DP) | 235 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI/DP) |
| 236 </message> | 236 </message> |
| 237 <message name="IDS_ASH_STATUS_TRAY_AUDIO_MIC_JACK_DEVICE" desc="label used for
mic jack device"> | 237 <message name="IDS_ASH_STATUS_TRAY_AUDIO_MIC_JACK_DEVICE" desc="label used for
mic jack device"> |
| 238 Mic Jack | 238 Mic Jack |
| 239 </message> | 239 </message> |
| 240 | 240 |
| 241 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change
wallpaper in context menu"> | 241 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change
wallpaper in context menu"> |
| 242 Set wallpaper... | 242 Set wallpaper... |
| 243 </message> | 243 </message> |
| 244 | 244 |
| 245 <message name="IDS_ASH_STATUS_TRAY_INPUT_SETTINGS" desc="The label used for th
e language and input settings for IME menu tray."> | |
| 246 Language and input settings | |
| 247 </message> | |
| 248 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the sett
ings item in the status tray."> | 245 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the sett
ings item in the status tray."> |
| 249 Settings | 246 Settings |
| 250 </message> | 247 </message> |
| 251 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tra
y for SMS."> | 248 <message name="IDS_ASH_STATUS_TRAY_SMS" desc="The label used in the status tra
y for SMS."> |
| 252 SMS | 249 SMS |
| 253 </message> | 250 </message> |
| 254 <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."> | 251 <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."> |
| 255 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph> | 252 SMS messages: <ph name="MESSAGE_COUNT">$1<ex>3</ex></ph> |
| 256 </message> | 253 </message> |
| 257 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messagees
in the system tray."> | 254 <message name="IDS_ASH_STATUS_TRAY_SMS_NUMBER" desc="Sender for SMS messagees
in the system tray."> |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 </message> | 535 </message> |
| 539 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" | 536 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" |
| 540 desc="Notification message to tell users about the deprecation of Shi
ft+ESC shortcut to show the task manager."> | 537 desc="Notification message to tell users about the deprecation of Shi
ft+ESC shortcut to show the task manager."> |
| 541 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>. | 538 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>. |
| 542 </message> | 539 </message> |
| 543 <message name="IDS_DEPRECATED_NEXT_IME_MSG" | 540 <message name="IDS_DEPRECATED_NEXT_IME_MSG" |
| 544 desc="Notification message to tell users about the deprecation of Shi
ft+Alt shortcut to switch to the next input method."> | 541 desc="Notification message to tell users about the deprecation of Shi
ft+Alt shortcut to switch to the next input method."> |
| 545 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>. | 542 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>. |
| 546 </message> | 543 </message> |
| 547 </grit-part> | 544 </grit-part> |
| OLD | NEW |