Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Side by Side Diff: ash/ash_strings.grd

Issue 2859663003: [merge to M59] cros: Update rotation lock UI (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/resources/vector_icons/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE_ACCESSIBLE" desc="The message used by accessibility to indicate that battery charging is un reliable."> 775 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE_ACCESSIBLE" desc="The message used by accessibility to indicate that battery charging is un reliable.">
776 Plugged in to a low-power charger. Battery charging may not be reliable. 776 Plugged in to a low-power charger. Battery charging may not be reliable.
777 </message> 777 </message>
778 <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."> 778 <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.">
779 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 sec onds</ex></ph>. 779 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 sec onds</ex></ph>.
780 </message> 780 </message>
781 <message name="IDS_ASH_STATUS_TRAY_NOTIFICATION_SESSION_LENGTH_LIMIT" desc ="Notification shown to inform the user that the session length is limited."> 781 <message name="IDS_ASH_STATUS_TRAY_NOTIFICATION_SESSION_LENGTH_LIMIT" desc ="Notification shown to inform the user that the session length is limited.">
782 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 sec onds</ex></ph>. You will be signed out. 782 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 sec onds</ex></ph>. You will be signed out.
783 </message> 783 </message>
784 <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."> 784 <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.">
785 Enable rotation lock 785 Auto rotate
786 </message> 786 </message>
787 <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."> 787 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_LANDSCAPE" desc="The text shown in the tray menu when rotation is set locked to landscape.">
788 Disable rotation lock 788 Landscape
789 </message>
790 <message name="IDS_ASH_STATUS_TRAY_ROTATION_LOCK_PORTRAIT" desc="The text shown in the tray menu when rotation is set locked to portrait.">
791 Portrait
789 </message> 792 </message>
790 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_DISABLED" desc="The text shown in the tray menu when the virtual keyboard is disabled."> 793 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_DISABLED" desc="The text shown in the tray menu when the virtual keyboard is disabled.">
791 On-screen keyboard disabled 794 On-screen keyboard disabled
792 </message> 795 </message>
793 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_ENABLED" desc="The text shown in the tray menu when the virtual keyboard is enabled."> 796 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_ENABLED" desc="The text shown in the tray menu when the virtual keyboard is enabled.">
794 On-screen keyboard enabled 797 On-screen keyboard enabled
795 </message> 798 </message>
796 799
797 <!-- Status tray networking strings. --> 800 <!-- Status tray networking strings. -->
798 <message name="IDS_ASH_STATUS_TRAY_MOBILE_SCANNING" desc="Message when sca nning for mobile networks"> 801 <message name="IDS_ASH_STATUS_TRAY_MOBILE_SCANNING" desc="Message when sca nning for mobile networks">
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 998
996 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back --> 999 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back -->
997 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 1000 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
998 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."> 1001 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.">
999 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 1002 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
1000 </message> 1003 </message>
1001 </messages> 1004 </messages>
1002 </release> 1005 </release>
1003 </grit> 1006 </grit>
1004 1007
OLDNEW
« no previous file with comments | « no previous file | ash/resources/vector_icons/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698