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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2813053002: MD Settings: Internet: Cellular: Add data roaming toggle (Closed)
Patch Set: . 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 | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 </message> 1149 </message>
1150 <message name="IDS_SETTINGS_INTERNET_NETWORK_SECTION_PROXY" desc="Settings > Internet > Network details: Proxy section label."> 1150 <message name="IDS_SETTINGS_INTERNET_NETWORK_SECTION_PROXY" desc="Settings > Internet > Network details: Proxy section label.">
1151 Proxy 1151 Proxy
1152 </message> 1152 </message>
1153 <message name="IDS_SETTINGS_INTERNET_NETWORK_SECTION_PROXY_ACCESSIBILITY_LAB EL" desc="Label for the button that toggles showing the proxy configuration sett ings. Only visible by screen reader software."> 1153 <message name="IDS_SETTINGS_INTERNET_NETWORK_SECTION_PROXY_ACCESSIBILITY_LAB EL" desc="Label for the button that toggles showing the proxy configuration sett ings. Only visible by screen reader software.">
1154 Show proxy settings 1154 Show proxy settings
1155 </message> 1155 </message>
1156 <message name="IDS_SETTINGS_INTERNET_NETWORK_SECTION_WPAD" desc="Settings > Internet > Network details: Web Proxy Auto Discovery (WPAD) section label."> 1156 <message name="IDS_SETTINGS_INTERNET_NETWORK_SECTION_WPAD" desc="Settings > Internet > Network details: Web Proxy Auto Discovery (WPAD) section label.">
1157 Web Proxy Auto Discovery URL: 1157 Web Proxy Auto Discovery URL:
1158 </message> 1158 </message>
1159 <message name="IDS_SETTINGS_SETTINGS_NETWORK_ALLOW_DATA_ROAMING" desc="Setti ngs > Internet > Network details: Toggle label to allow mobile data roaming.">
1160 Allow mobile data roaming
1161 </message>
1159 <message name="IDS_SETTINGS_INTERNET_NETWORK_SHARED" desc="Settings > Intern et > Network details: Text to show when a network is shared."> 1162 <message name="IDS_SETTINGS_INTERNET_NETWORK_SHARED" desc="Settings > Intern et > Network details: Text to show when a network is shared.">
1160 This network is shared with other users 1163 This network is shared with other users
1161 </message> 1164 </message>
1162 <message name="IDS_SETTINGS_INTERNET_NETWORK_PRIMARY_USER_CONTROLLED" desc=" Settings > Internet > Network details: Text to show when a network configuration is controlled by the primary user."> 1165 <message name="IDS_SETTINGS_INTERNET_NETWORK_PRIMARY_USER_CONTROLLED" desc=" Settings > Internet > Network details: Text to show when a network configuration is controlled by the primary user.">
1163 Network configuration is controlled by <ph name="USER_EMAIL">$1<ex>joe@gma il.com</ex></ph>. 1166 Network configuration is controlled by <ph name="USER_EMAIL">$1<ex>joe@gma il.com</ex></ph>.
1164 </message> 1167 </message>
1165 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ENFORCED_POLICY" desc="Se ttings > Internet > Network details: Text to show when a network proxy is policy enforced."> 1168 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ENFORCED_POLICY" desc="Se ttings > Internet > Network details: Text to show when a network proxy is policy enforced.">
1166 This proxy is enforced by your administrator 1169 This proxy is enforced by your administrator
1167 </message> 1170 </message>
1168 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ALLOW_SHARED" desc="Setti ngs > Internet > Network details: Text next to the checkbox for allowing proxy s ettings for shared networks."> 1171 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ALLOW_SHARED" desc="Setti ngs > Internet > Network details: Text next to the checkbox for allowing proxy s ettings for shared networks.">
(...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after
2983 System 2986 System
2984 </message> 2987 </message>
2985 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 2988 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
2986 Use hardware acceleration when available 2989 Use hardware acceleration when available
2987 </message> 2990 </message>
2988 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings."> 2991 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings.">
2989 Open proxy settings 2992 Open proxy settings
2990 </message> 2993 </message>
2991 </if> 2994 </if>
2992 </grit-part> 2995 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698