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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 </message> | 491 </message> |
492 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for
the cellular button."> | 492 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for
the cellular button."> |
493 Cellular | 493 Cellular |
494 </message> | 494 </message> |
495 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text
for the network info button."> | 495 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text
for the network info button."> |
496 Network Info | 496 Network Info |
497 </message> | 497 </message> |
498 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ
ay in the network info bubble when it is otherwise empty."> | 498 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ
ay in the network info bubble when it is otherwise empty."> |
499 No network information available | 499 No network information available |
500 </message> | 500 </message> |
| 501 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTING" desc="Shows a conne
cting network in the network list."> |
| 502 <ph name="NETWORK">$1<ex>GoogleGuest</ex></ph>: Connecting... |
| 503 </message> |
| 504 |
501 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 505 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
502 Previous menu | 506 Previous menu |
503 </message> | 507 </message> |
504 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac
cessible name of the web notification tray (message center)."> | 508 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac
cessible name of the web notification tray (message center)."> |
505 Message Center | 509 Message Center |
506 </message> | 510 </message> |
507 | 511 |
508 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window get maximized."> | 512 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window get maximized."> |
509 Maximize | 513 Maximize |
510 </message> | 514 </message> |
(...skipping 12 matching lines...) Expand all Loading... |
523 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> | 527 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> |
524 Can't duplicate image on attached monitors. No matching resolution found
. | 528 Can't duplicate image on attached monitors. No matching resolution found
. |
525 </message> | 529 </message> |
526 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> | 530 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> |
527 Internal Display | 531 Internal Display |
528 </message> | 532 </message> |
529 </messages> | 533 </messages> |
530 </release> | 534 </release> |
531 </grit> | 535 </grit> |
532 | 536 |
OLD | NEW |