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

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

Issue 2627353003: Settings/Oobe: Simplify cr-network-select and use flex (Closed)
Patch Set: Add comment Created 3 years, 11 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/resources/chromeos/login/oobe_welcome.css » ('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 <!-- About Page --> 4 <!-- About Page -->
5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)"> 5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)">
6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph> 6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph>
7 </message> 7 </message>
8 <if expr="chromeos"> 8 <if expr="chromeos">
9 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
10 Detailed build information 10 Detailed build information
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 Preferred networks will be preferred over other known networks if more tha n one is available. 1249 Preferred networks will be preferred over other known networks if more tha n one is available.
1250 </message> 1250 </message>
1251 <message name="IDS_SETTINGS_INTERNET_KNOWN_NETWORKS_ALL" desc="Title for lis t of all other (non preferred) networks."> 1251 <message name="IDS_SETTINGS_INTERNET_KNOWN_NETWORKS_ALL" desc="Title for lis t of all other (non preferred) networks.">
1252 All networks 1252 All networks
1253 </message> 1253 </message>
1254 1254
1255 <!-- Strings used in <cr-network-list>, used in Settings and OOBE --> 1255 <!-- Strings used in <cr-network-list>, used in Settings and OOBE -->
1256 <message name="IDS_NETWORK_LIST_DISABLED" desc="Settings > Internet, text in network summary when the network type is connected"> 1256 <message name="IDS_NETWORK_LIST_DISABLED" desc="Settings > Internet, text in network summary when the network type is connected">
1257 Disabled 1257 Disabled
1258 </message> 1258 </message>
1259 <message name="IDS_NETWORK_LIST_EXPAND_ACCESSIBILITY_LABEL" desc="Label for the button that toggles showing the list of available network connections. Only visible by screen reader software.">
1260 Show available network connections
1261 </message>
1262 <message name="IDS_NETWORK_LIST_NOT_CONNECTED" desc="Settings > Internet, te xt in network summary when there is no network for the type."> 1259 <message name="IDS_NETWORK_LIST_NOT_CONNECTED" desc="Settings > Internet, te xt in network summary when there is no network for the type.">
1263 No network 1260 No network
1264 </message> 1261 </message>
1265 <message name="IDS_NETWORK_LIST_CONNECTED" desc="Settings > Internet, text t o show in a network list item that is connected."> 1262 <message name="IDS_NETWORK_LIST_CONNECTED" desc="Settings > Internet, text t o show in a network list item that is connected.">
1266 connected 1263 connected
1267 </message> 1264 </message>
1268 <message name="IDS_NETWORK_LIST_CONNECTING" desc="Settings > Internet, text in network summary when the primary network is connecting."> 1265 <message name="IDS_NETWORK_LIST_CONNECTING" desc="Settings > Internet, text in network summary when the primary network is connecting.">
1269 Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 1266 Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
1270 </message> 1267 </message>
1271 <message name="IDS_NETWORK_LIST_THIRD_PARTY_VPN_NAME_TEMPLATE" desc="Templat e for constructing the name of a VPN network that is handled by a third-party VP N provider from the provider name and the network name."> 1268 <message name="IDS_NETWORK_LIST_THIRD_PARTY_VPN_NAME_TEMPLATE" desc="Templat e for constructing the name of a VPN network that is handled by a third-party VP N provider from the provider name and the network name.">
(...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2755 System 2752 System
2756 </message> 2753 </message>
2757 <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."> 2754 <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.">
2758 Use hardware acceleration when available 2755 Use hardware acceleration when available
2759 </message> 2756 </message>
2760 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2757 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2761 Change proxy settings 2758 Change proxy settings
2762 </message> 2759 </message>
2763 </if> 2760 </if>
2764 </grit-part> 2761 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_welcome.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698