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

Side by Side Diff: ash/ash_strings.grd

Issue 2793153004: [Ash] Remove non-MD code from ImeListView and ImeListItemView (Closed)
Patch Set: class level docs for KeyboardStatusRow Created 3 years, 8 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/common/system/chromeos/ime_menu/ime_list_view.h » ('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 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 </message> 831 </message>
832 <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."> 832 <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.">
833 Disable rotation lock 833 Disable rotation lock
834 </message> 834 </message>
835 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_DISABLED" desc="The text shown in the tray menu when the virtual keyboard is disabled."> 835 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_DISABLED" desc="The text shown in the tray menu when the virtual keyboard is disabled.">
836 On-screen keyboard disabled 836 On-screen keyboard disabled
837 </message> 837 </message>
838 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_ENABLED" desc="The text shown in the tray menu when the virtual keyboard is enabled."> 838 <message name="IDS_ASH_STATUS_TRAY_KEYBOARD_ENABLED" desc="The text shown in the tray menu when the virtual keyboard is enabled.">
839 On-screen keyboard enabled 839 On-screen keyboard enabled
840 </message> 840 </message>
841 <message name="IDS_ASH_STATUS_TRAY_ENABLE_KEYBOARD" desc="A button label i n the tray menu to enable the keyboard.">
842 Enable on-screen keyboard
843 </message>
844 <message name="IDS_ASH_STATUS_TRAY_DISABLE_KEYBOARD" desc="A button label in the tray menu to disable the keyboard.">
845 Disable on-screen keyboard
846 </message>
847 841
848 <!-- Status tray networking strings. --> 842 <!-- Status tray networking strings. -->
849 <message name="IDS_ASH_STATUS_TRAY_MOBILE_SCANNING" desc="Message when sca nning for mobile networks"> 843 <message name="IDS_ASH_STATUS_TRAY_MOBILE_SCANNING" desc="Message when sca nning for mobile networks">
850 Searching for mobile networks... 844 Searching for mobile networks...
851 </message> 845 </message>
852 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The generic name for an Ethernet connection."> 846 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The generic name for an Ethernet connection.">
853 Ethernet 847 Ethernet
854 </message> 848 </message>
855 <message name="IDS_ASH_STATUS_TRAY_ETHERNET_ADDRESS" desc="The label for t he mac address of the ethernet device."> 849 <message name="IDS_ASH_STATUS_TRAY_ETHERNET_ADDRESS" desc="The label for t he mac address of the ethernet device.">
856 Ethernet: <ph name="ADDRESS">$1<ex>01:23:45:67:89:AB</ex></ph> 850 Ethernet: <ph name="ADDRESS">$1<ex>01:23:45:67:89:AB</ex></ph>
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 1046
1053 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back --> 1047 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back -->
1054 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 1048 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
1055 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."> 1049 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.">
1056 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 1050 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
1057 </message> 1051 </message>
1058 </messages> 1052 </messages>
1059 </release> 1053 </release>
1060 </grit> 1054 </grit>
1061 1055
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/chromeos/ime_menu/ime_list_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698