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

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: added actions and slightly refactored the infolabel class 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
« no previous file with comments | « no previous file | ash/system/network/network_icon.cc » ('j') | ash/system/network/network_icon.cc » ('J')
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"
tdanderson 2017/06/27 19:33:21 I see you are using bug 672257 to track many diffe
Kyle Horimoto 2017/06/27 20:37:10 +1 Throughout this tether project, we've been usi
tdanderson 2017/06/27 21:27:39 I would argue that the above points in favor of br
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">
11 <emit emit_type='prepend'></emit> 11 <emit emit_type='prepend'></emit>
12 </output> 12 </output>
13 <output filename="ash_strings_am.pak" type="data_package" lang="am" /> 13 <output filename="ash_strings_am.pak" type="data_package" lang="am" />
14 <output filename="ash_strings_ar.pak" type="data_package" lang="ar" /> 14 <output filename="ash_strings_ar.pak" type="data_package" lang="ar" />
15 <output filename="ash_strings_bg.pak" type="data_package" lang="bg" /> 15 <output filename="ash_strings_bg.pak" type="data_package" lang="bg" />
16 <output filename="ash_strings_bn.pak" type="data_package" lang="bn" /> 16 <output filename="ash_strings_bn.pak" type="data_package" lang="bn" />
17 <output filename="ash_strings_ca.pak" type="data_package" lang="ca" /> 17 <output filename="ash_strings_ca.pak" type="data_package" lang="ca" />
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 </message> 878 </message>
879 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROHIBITED" desc="Tooltip in ne twork list when no network is prohibited by policy."> 879 <message name="IDS_ASH_STATUS_TRAY_NETWORK_PROHIBITED" desc="Tooltip in ne twork list when no network is prohibited by policy.">
880 This network is disabled by your administrator. 880 This network is disabled by your administrator.
881 </message> 881 </message>
882 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ ay in the network info bubble when it is otherwise empty."> 882 <message name="IDS_ASH_STATUS_TRAY_NO_NETWORKS" desc="The message to displ ay in the network info bubble when it is otherwise empty.">
883 No network information available 883 No network information available
884 </message> 884 </message>
885 <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."> 885 <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.">
886 No mobile network available 886 No mobile network available
887 </message> 887 </message>
888 <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.">
889 Turn on Bluetooth to discover nearby devices.
Kyle Horimoto 2017/06/27 19:36:56 Can you please double-check with the UX folks to m
lesliewatkins 2017/07/07 16:19:19 Email sent, will follow up with response.
890 </message>
888 <message name="IDS_ASH_STATUS_TRAY_VPN_DISCONNECTED" desc="The label used in system tray bubble to display vpn is disconnected."> 891 <message name="IDS_ASH_STATUS_TRAY_VPN_DISCONNECTED" desc="The label used in system tray bubble to display vpn is disconnected.">
889 VPN disconnected 892 VPN disconnected
890 </message> 893 </message>
891 <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."> 894 <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.">
892 Wi-Fi is turned on. 895 Wi-Fi is turned on.
893 </message> 896 </message>
894 <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."> 897 <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.">
895 Wi-Fi is turned off. 898 Wi-Fi is turned off.
896 </message> 899 </message>
897 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning f or wifi networks"> 900 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning f or wifi networks">
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 1049
1047 <!-- Tray scale strings --> 1050 <!-- Tray scale strings -->
1048 <message name="IDS_ASH_STATUS_TRAY_SCALE" desc="The label used in scale se tting detailed page of ash tray popup."> 1051 <message name="IDS_ASH_STATUS_TRAY_SCALE" desc="The label used in scale se tting detailed page of ash tray popup.">
1049 Display scale settings 1052 Display scale settings
1050 </message> 1053 </message>
1051 <message name="IDS_ASH_STATUS_TRAY_SCALE_SLIDER" desc="The accessible text for the scale slider">Display scale</message> 1054 <message name="IDS_ASH_STATUS_TRAY_SCALE_SLIDER" desc="The accessible text for the scale slider">Display scale</message>
1052 </messages> 1055 </messages>
1053 </release> 1056 </release>
1054 </grit> 1057 </grit>
1055 1058
OLDNEW
« no previous file with comments | « no previous file | ash/system/network/network_icon.cc » ('j') | ash/system/network/network_icon.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698