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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE_ACCESSIBLE"
desc="The message used by accessibility to indicate that battery charging is un
reliable."> | 800 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE_ACCESSIBLE"
desc="The message used by accessibility to indicate that battery charging is un
reliable."> |
801 Plugged in to a low-power charger. Battery charging may not be reliable. | 801 Plugged in to a low-power charger. Battery charging may not be reliable. |
802 </message> | 802 </message> |
803 <message name="IDS_ASH_STATUS_TRAY_BUBBLE_SESSION_LENGTH_LIMIT" desc="Tray
bubble item shown to inform the user that the session length is limited."> | 803 <message name="IDS_ASH_STATUS_TRAY_BUBBLE_SESSION_LENGTH_LIMIT" desc="Tray
bubble item shown to inform the user that the session length is limited."> |
804 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 sec
onds</ex></ph>. | 804 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 sec
onds</ex></ph>. |
805 </message> | 805 </message> |
806 <message name="IDS_ASH_STATUS_TRAY_NOTIFICATION_SESSION_LENGTH_LIMIT" desc
="Notification shown to inform the user that the session length is limited."> | 806 <message name="IDS_ASH_STATUS_TRAY_NOTIFICATION_SESSION_LENGTH_LIMIT" desc
="Notification shown to inform the user that the session length is limited."> |
807 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 sec
onds</ex></ph>. You will be signed out. | 807 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 sec
onds</ex></ph>. You will be signed out. |
808 </message> | 808 </message> |
809 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_AUTO" desc="The text show
n in the tray menu when rotation is set to auto and the user can enable the rota
tion lock by tapping."> | 809 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_AUTO" desc="The text show
n in the tray menu when rotation is set to auto and the user can enable the rota
tion lock by tapping."> |
810 Enable rotation lock | 810 Auto rotate |
811 </message> | 811 </message> |
812 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_LOCKED" desc="The text sh
own in the tray menu when rotation is set to locked and tapping will disable the
lock."> | 812 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_LANDSCAPE" desc="The text
shown in the tray menu when rotation is set locked to landscape."> |
813 Disable rotation lock | 813 Landscape |
| 814 </message> |
| 815 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_PORTRAIT" desc="The text
shown in the tray menu when rotation is set locked to portrait."> |
| 816 Portrait |
814 </message> | 817 </message> |
815 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_DISABLED" desc="The text shown
in the tray menu when the virtual keyboard is disabled."> | 818 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_DISABLED" desc="The text shown
in the tray menu when the virtual keyboard is disabled."> |
816 On-screen keyboard disabled | 819 On-screen keyboard disabled |
817 </message> | 820 </message> |
818 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_ENABLED" desc="The text shown
in the tray menu when the virtual keyboard is enabled."> | 821 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_ENABLED" desc="The text shown
in the tray menu when the virtual keyboard is enabled."> |
819 On-screen keyboard enabled | 822 On-screen keyboard enabled |
820 </message> | 823 </message> |
821 | 824 |
822 <!-- Status tray networking strings. --> | 825 <!-- Status tray networking strings. --> |
823 <message name="IDS_ASH_STATUS_TRAY_MOBILE_SCANNING" desc="Message when sca
nning for mobile networks"> | 826 <message name="IDS_ASH_STATUS_TRAY_MOBILE_SCANNING" desc="Message when sca
nning for mobile networks"> |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1023 | 1026 |
1024 <!-- Notification that an accelerator was pressed, so the user knows how t
o toggle it back --> | 1027 <!-- Notification that an accelerator was pressed, so the user knows how t
o toggle it back --> |
1025 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" | 1028 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" |
1026 desc="Notification message to tell users that they just pressed t
he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag
ain will toggle it off."> | 1029 desc="Notification message to tell users that they just pressed t
he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag
ain will toggle it off."> |
1027 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. | 1030 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. |
1028 </message> | 1031 </message> |
1029 </messages> | 1032 </messages> |
1030 </release> | 1033 </release> |
1031 </grit> | 1034 </grit> |
1032 | 1035 |
OLD | NEW |