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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
472 </message> | 472 </message> |
473 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for
the cellular button."> | 473 <message name="IDS_ASH_STATUS_TRAY_CELLULAR" desc="The accessible text for
the cellular button."> |
474 Cellular | 474 Cellular |
475 </message> | 475 </message> |
476 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text
for the network info button."> | 476 <message name="IDS_ASH_STATUS_TRAY_NETWORK_INFO" desc="The accessible text
for the network info button."> |
477 Network Info | 477 Network Info |
478 </message> | 478 </message> |
479 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ
ay in the network info bubble when it is otherwise empty."> | 479 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ
ay in the network info bubble when it is otherwise empty."> |
480 No network information available | 480 No network information available |
481 </message> | 481 </message> |
| 482 <message name="IDS_ASH_STATUS_TRAY_NETWORK_CONNECTING" desc="Shows a conne
cting network in the network list."> |
| 483 <ph name="NETWORK">$1<ex>GoogleGuest</ex></ph>: Connecting... |
| 484 </message> |
| 485 |
482 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 486 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
483 Previous menu | 487 Previous menu |
484 </message> | 488 </message> |
485 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac
cessible name of the web notification tray (message center)."> | 489 <message name="IDS_ASH_WEB_NOTIFICATION_TRAY_ACCESSIBLE_NAME" desc="The ac
cessible name of the web notification tray (message center)."> |
486 Message Center | 490 Message Center |
487 </message> | 491 </message> |
488 | 492 |
489 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window get maximized."> | 493 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window get maximized."> |
490 Maximize | 494 Maximize |
491 </message> | 495 </message> |
(...skipping 12 matching lines...) Expand all Loading... |
504 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> | 508 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> |
505 Can't duplicate image on attached monitors. No matching resolution found
. | 509 Can't duplicate image on attached monitors. No matching resolution found
. |
506 </message> | 510 </message> |
507 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> | 511 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> |
508 Internal Display | 512 Internal Display |
509 </message> | 513 </message> |
510 </messages> | 514 </messages> |
511 </release> | 515 </release> |
512 </grit> | 516 </grit> |
513 | 517 |
OLD | NEW |