| 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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 </message> | 356 </message> |
| 357 | 357 |
| 358 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins
tead of email for supervised users"> | 358 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins
tead of email for supervised users"> |
| 359 Supervised user | 359 Supervised user |
| 360 </message> | 360 </message> |
| 361 | 361 |
| 362 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 362 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
| 363 Previous menu | 363 Previous menu |
| 364 </message> | 364 </message> |
| 365 | 365 |
| 366 <message name="IDS_ASH_PALETTE_TITLE" desc="The title of the palette in th
e ash shelf."> |
| 367 Palette |
| 368 </message> |
| 369 |
| 366 <message name="IDS_ASH_TOAST_DISMISS_BUTTON" desc="The text button shown i
n toasts to close the toast immediately without waiting timeout."> | 370 <message name="IDS_ASH_TOAST_DISMISS_BUTTON" desc="The text button shown i
n toasts to close the toast immediately without waiting timeout."> |
| 367 DISMISS | 371 DISMISS |
| 368 </message> | 372 </message> |
| 369 | 373 |
| 370 <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."> | 374 <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."> |
| 371 9+ | 375 9+ |
| 372 </message> | 376 </message> |
| 373 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name used for inte
rnal displays, which is shown in the display settings."> | 377 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name used for inte
rnal displays, which is shown in the display settings."> |
| 374 Internal Display | 378 Internal Display |
| 375 </message> | 379 </message> |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 | 416 |
| 413 <!-- ChromeOS-specific strings --> | 417 <!-- ChromeOS-specific strings --> |
| 414 <if expr="chromeos"> | 418 <if expr="chromeos"> |
| 415 <part file="ash_chromeos_strings.grdp" /> | 419 <part file="ash_chromeos_strings.grdp" /> |
| 416 </if> | 420 </if> |
| 417 | 421 |
| 418 </messages> | 422 </messages> |
| 419 </release> | 423 </release> |
| 420 </grit> | 424 </grit> |
| 421 | 425 |
| OLD | NEW |