| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains the strings for ash. | 4 This file contains the strings for ash. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
| 8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
| 9 <outputs> | 9 <outputs> |
| 10 <output filename="grit/ash_strings.h" type="rc_header"> | 10 <output filename="grit/ash_strings.h" type="rc_header"> |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 </message> | 353 </message> |
| 354 | 354 |
| 355 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins
tead of email for supervised users"> | 355 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins
tead of email for supervised users"> |
| 356 Supervised user | 356 Supervised user |
| 357 </message> | 357 </message> |
| 358 | 358 |
| 359 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 359 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
| 360 Previous menu | 360 Previous menu |
| 361 </message> | 361 </message> |
| 362 | 362 |
| 363 <message name="IDS_ASH_TOAST_DISMISS_BUTTON" desc="The text button shown i
n toasts to close the toast immediately without waiting timeout."> |
| 364 DISMISS |
| 365 </message> |
| 366 |
| 363 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text
shown in the notification icon for the unread count when the count is more than
9."> | 367 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text
shown in the notification icon for the unread count when the count is more than
9."> |
| 364 9+ | 368 9+ |
| 365 </message> | 369 </message> |
| 366 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name used for inte
rnal displays, which is shown in the display settings."> | 370 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name used for inte
rnal displays, which is shown in the display settings."> |
| 367 Internal Display | 371 Internal Display |
| 368 </message> | 372 </message> |
| 369 <message name="IDS_ASH_VIRTUAL_DISPLAY_NAME" desc="The name used for virtu
al displays, which is shown in the display settings. Virtual displays are not as
sociated with a physical monitor."> | 373 <message name="IDS_ASH_VIRTUAL_DISPLAY_NAME" desc="The name used for virtu
al displays, which is shown in the display settings. Virtual displays are not as
sociated with a physical monitor."> |
| 370 Virtual Display | 374 Virtual Display |
| 371 </message> | 375 </message> |
| 372 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu
p when the user preses the exit shortcut."> | 376 <message name="IDS_ASH_EXIT_WARNING_POPUP_TEXT" desc="The text of the popu
p when the user preses the exit shortcut."> |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 | 409 |
| 406 <!-- ChromeOS-specific strings --> | 410 <!-- ChromeOS-specific strings --> |
| 407 <if expr="chromeos"> | 411 <if expr="chromeos"> |
| 408 <part file="ash_chromeos_strings.grdp" /> | 412 <part file="ash_chromeos_strings.grdp" /> |
| 409 </if> | 413 </if> |
| 410 | 414 |
| 411 </messages> | 415 </messages> |
| 412 </release> | 416 </release> |
| 413 </grit> | 417 </grit> |
| 414 | 418 |
| OLD | NEW |