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

Side by Side Diff: ash/ash_strings.grd

Issue 2957043002: Add a row in the network tray to inform users to turn Bluetooth on to enable Tether. (Closed)
Patch Set: khorimoto@ and jamescook@ comments Created 3 years, 5 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
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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 </message> 887 </message>
888 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROHIBITED" desc="Tooltip in ne twork list when no network is prohibited by policy."> 888 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROHIBITED" desc="Tooltip in ne twork list when no network is prohibited by policy.">
889 This network is disabled by your administrator. 889 This network is disabled by your administrator.
890 </message> 890 </message>
891 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ ay in the network info bubble when it is otherwise empty."> 891 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ ay in the network info bubble when it is otherwise empty.">
892 No network information available 892 No network information available
893 </message> 893 </message>
894 <message name="IDS_ASH_STATUS_TRAY_NO_MOBILE_NETWORKS" desc="The message t o display in the network list when no mobile networks are available."> 894 <message name="IDS_ASH_STATUS_TRAY_NO_MOBILE_NETWORKS" desc="The message t o display in the network list when no mobile networks are available.">
895 No mobile network available 895 No mobile network available
896 </message> 896 </message>
897 <message name="IDS_ASH_STATUS_TRAY_ENABLE_BLUETOOTH" desc="The message to display in the network list when Tether is enabled but Bluetooth is disabled.">
Kyle Horimoto 2017/07/12 22:45:58 nit: Just checking - you said you had a presubmit
lesliewatkins 2017/07/13 22:12:47 It was in mine, but it's fixed now!
898 Turn on Bluetooth to discover nearby devices.
899 </message>
897 <message name="IDS_ASH_STATUS_TRAY_VPN_DISCONNECTED" desc="The label used in system tray bubble to display vpn is disconnected."> 900 <message name="IDS_ASH_STATUS_TRAY_VPN_DISCONNECTED" desc="The label used in system tray bubble to display vpn is disconnected.">
898 VPN disconnected 901 VPN disconnected
899 </message> 902 </message>
900 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_ENABLED" desc="The label u sed in the tray popup to notify that Wi-Fi is turned on."> 903 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_ENABLED" desc="The label u sed in the tray popup to notify that Wi-Fi is turned on.">
901 Wi-Fi is turned on. 904 Wi-Fi is turned on.
902 </message> 905 </message>
903 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_DISABLED" desc="The label used in the tray popup to notify that Wi-Fi is turned off."> 906 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI_DISABLED" desc="The label used in the tray popup to notify that Wi-Fi is turned off.">
904 Wi-Fi is turned off. 907 Wi-Fi is turned off.
905 </message> 908 </message>
906 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning f or wifi networks"> 909 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning f or wifi networks">
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 1067
1065 <!-- Tray scale strings --> 1068 <!-- Tray scale strings -->
1066 <message name="IDS_ASH_STATUS_TRAY_SCALE" desc="The label used in scale se tting detailed page of ash tray popup."> 1069 <message name="IDS_ASH_STATUS_TRAY_SCALE" desc="The label used in scale se tting detailed page of ash tray popup.">
1067 Display scale settings 1070 Display scale settings
1068 </message> 1071 </message>
1069 <message name="IDS_ASH_STATUS_TRAY_SCALE_SLIDER" desc="The accessible text for the scale slider">Display scale</message> 1072 <message name="IDS_ASH_STATUS_TRAY_SCALE_SLIDER" desc="The accessible text for the scale slider">Display scale</message>
1070 </messages> 1073 </messages>
1071 </release> 1074 </release>
1072 </grit> 1075 </grit>
1073 1076
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698