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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 Rotation locked (Tap here to change) | 535 Rotation locked (Tap here to change) |
536 </message> | 536 </message> |
537 | 537 |
538 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The ac
cessible text for virtual keyboard icon in status tray."> | 538 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The ac
cessible text for virtual keyboard icon in status tray."> |
539 Show on-screen keyboard | 539 Show on-screen keyboard |
540 </message> | 540 </message> |
541 | 541 |
542 <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."> | 542 <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."> |
543 9+ | 543 9+ |
544 </message> | 544 </message> |
545 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window get maximized."> | |
546 Maximize | |
547 </message> | |
548 <message name="IDS_ASH_SNAP_WINDOW_RIGHT" desc="A help text to show that w
hen the button gets clicked the window get snapped to the right side."> | |
549 Right | |
550 </message> | |
551 <message name="IDS_ASH_SNAP_WINDOW_LEFT" desc="A help text to show that wh
en the button gets clicked the window get snapped to the left side."> | |
552 Left | |
553 </message> | |
554 <message name="IDS_ASH_RESTORE_WINDOW" desc="A help text to show that when
the button gets clicked the window gets restored to its normal - non maximized
- state."> | |
555 Restore | |
556 </message> | |
557 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> | |
558 Minimize | |
559 </message> | |
560 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> | 545 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> |
561 Could not mirror displays since no supported resolutions found. Entered
extended desktop instead. | 546 Could not mirror displays since no supported resolutions found. Entered
extended desktop instead. |
562 </message> | 547 </message> |
563 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error me
ssage to show that the system failed to enter the extended desktop mode or unkno
wn status. Please translate the parentized text."> | 548 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error me
ssage to show that the system failed to enter the extended desktop mode or unkno
wn status. Please translate the parentized text."> |
564 Dear Monitor, it's not working out between us. (That monitor is not supp
orted) | 549 Dear Monitor, it's not working out between us. (That monitor is not supp
orted) |
565 </message> | 550 </message> |
566 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_ACCEPT" desc="A button la
bel shown in the notification for the resolution change to accept the change"> | 551 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_ACCEPT" desc="A button la
bel shown in the notification for the resolution change to accept the change"> |
567 Accept | 552 Accept |
568 </message> | 553 </message> |
569 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_REVERT" desc="A button la
bel shown in the notification for the resolution change to revert the change"> | 554 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_REVERT" desc="A button la
bel shown in the notification for the resolution change to revert the change"> |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 | 642 |
658 <!-- ChromeOS-specific strings --> | 643 <!-- ChromeOS-specific strings --> |
659 <if expr="chromeos"> | 644 <if expr="chromeos"> |
660 <part file="ash_chromeos_strings.grdp" /> | 645 <part file="ash_chromeos_strings.grdp" /> |
661 </if> | 646 </if> |
662 | 647 |
663 </messages> | 648 </messages> |
664 </release> | 649 </release> |
665 </grit> | 650 </grit> |
666 | 651 |
OLD | NEW |