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

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

Issue 2720503006: MD Settings: Internet: Move network lists to a subpage (Closed)
Patch Set: Rebase Created 3 years, 9 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/app/settings_strings.grdp » ('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 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 2318 matching lines...) Expand 10 before | Expand all | Expand 10 after
2329 PPP authentication failed due to an incorrect username or password 2329 PPP authentication failed due to an incorrect username or password
2330 </message> 2330 </message>
2331 <message name="IDS_CHROMEOS_NETWORK_ERROR_CONFIGURE_FAILED" desc="Network erro r details in notifications: Configuration error"> 2331 <message name="IDS_CHROMEOS_NETWORK_ERROR_CONFIGURE_FAILED" desc="Network erro r details in notifications: Configuration error">
2332 Failed to configure network 2332 Failed to configure network
2333 </message> 2333 </message>
2334 <message name="IDS_CHROMEOS_NETWORK_ERROR_CERTIFICATES_NOT_LOADED" desc="Netwo rk error details in notifications: Certificates not loaded"> 2334 <message name="IDS_CHROMEOS_NETWORK_ERROR_CERTIFICATES_NOT_LOADED" desc="Netwo rk error details in notifications: Certificates not loaded">
2335 Certificates not loaded 2335 Certificates not loaded
2336 </message> 2336 </message>
2337 2337
2338 <!-- Strings used in <cr-network-list>, used in Settings and OOBE --> 2338 <!-- Strings used in <cr-network-list>, used in Settings and OOBE -->
2339 <message name="IDS_NETWORK_LIST_DISABLED" desc="Text in the network list eleme nt when the network type is disabled.">
2340 Disabled
2341 </message>
2342 <message name="IDS_NETWORK_LIST_NOT_CONNECTED" desc="Text in the network list element when there is no network for the type."> 2339 <message name="IDS_NETWORK_LIST_NOT_CONNECTED" desc="Text in the network list element when there is no network for the type.">
2343 No network 2340 No network
2344 </message> 2341 </message>
2345 <message name="IDS_NETWORK_LIST_CONNECTING_TO" desc="Text in a network summary element when the default network for a type (e.g. WiFi) is connecting."> 2342 <message name="IDS_NETWORK_LIST_CONNECTING_TO" desc="Text in a network summary element when the default network for a type (e.g. WiFi) is connecting.">
2346 Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 2343 Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
2347 </message> 2344 </message>
2348 <message name="IDS_NETWORK_LIST_THIRD_PARTY_VPN_NAME_TEMPLATE" desc="Template for constructing the name of a VPN network that is handled by a third-party VPN provider from the provider name and the network name."> 2345 <message name="IDS_NETWORK_LIST_THIRD_PARTY_VPN_NAME_TEMPLATE" desc="Template for constructing the name of a VPN network that is handled by a third-party VPN provider from the provider name and the network name.">
2349 <ph name="PROVIDER_NAME">$1<ex>OpenVPN</ex></ph>: <ph name="NETWORK_NAME">$2 <ex>Work Network</ex></ph> 2346 <ph name="PROVIDER_NAME">$1<ex>OpenVPN</ex></ph>: <ph name="NETWORK_NAME">$2 <ex>Work Network</ex></ph>
2350 </message> 2347 </message>
2351 2348
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
3964 </message> 3961 </message>
3965 <message name="IDS_NETWORK_TYPE_BLUETOOTH" desc="The bluetooth network type."> 3962 <message name="IDS_NETWORK_TYPE_BLUETOOTH" desc="The bluetooth network type.">
3966 Bluetooth 3963 Bluetooth
3967 </message> 3964 </message>
3968 <message name="IDS_NETWORK_TYPE_CELLULAR" desc="The cellular network type."> 3965 <message name="IDS_NETWORK_TYPE_CELLULAR" desc="The cellular network type.">
3969 Mobile 3966 Mobile
3970 </message> 3967 </message>
3971 <message name="IDS_NETWORK_TYPE_VPN" desc="The vpn network type."> 3968 <message name="IDS_NETWORK_TYPE_VPN" desc="The vpn network type.">
3972 VPN 3969 VPN
3973 </message> 3970 </message>
3971 <message name="IDS_NETWORK_TYPE_VPN_BUILTIN" desc="The built-in VPN types (Ope n VPN and L2TP/IPSec).">
3972 OpenVPN / L2TP
3973 </message>
3974 <message name="IDS_STATUSBAR_NETWORK_DEVICE_CONNECTING" desc="The network devi ce status connecting."> 3974 <message name="IDS_STATUSBAR_NETWORK_DEVICE_CONNECTING" desc="The network devi ce status connecting.">
3975 Connecting... 3975 Connecting...
3976 </message> 3976 </message>
3977 <message name="IDS_STATUSBAR_NETWORK_DEVICE_CONNECTED" desc="The network devic e status connected."> 3977 <message name="IDS_STATUSBAR_NETWORK_DEVICE_CONNECTED" desc="The network devic e status connected.">
3978 Connected 3978 Connected
3979 </message> 3979 </message>
3980 <message name="IDS_STATUSBAR_NETWORK_DEVICE_DISCONNECTED" desc="The network de vice status disconnected."> 3980 <message name="IDS_STATUSBAR_NETWORK_DEVICE_DISCONNECTED" desc="The network de vice status disconnected.">
3981 Disconnected 3981 Disconnected
3982 </message> 3982 </message>
3983 <message name="IDS_STATUSBAR_NETWORK_DEVICE_NOT_CONFIGURED" desc="The network device status not configured."> 3983 <message name="IDS_STATUSBAR_NETWORK_DEVICE_NOT_CONFIGURED" desc="The network device status not configured.">
(...skipping 2745 matching lines...) Expand 10 before | Expand all | Expand 10 after
6729 Attempts left: $1 6729 Attempts left: $1
6730 </message> 6730 </message>
6731 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6731 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6732 PIN 6732 PIN
6733 </message> 6733 </message>
6734 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6734 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6735 PUK 6735 PUK
6736 </message> 6736 </message>
6737 6737
6738 </grit-part> 6738 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/settings_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698