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

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

Issue 2640923004: CrOS WebUI: Show 'Connecting' in network list and blur selected item (Closed)
Patch Set: . 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.js » ('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 2303 matching lines...) Expand 10 before | Expand all | Expand 10 after
2314 Certificates not loaded 2314 Certificates not loaded
2315 </message> 2315 </message>
2316 2316
2317 <!-- Strings used in <cr-network-list>, used in Settings and OOBE --> 2317 <!-- Strings used in <cr-network-list>, used in Settings and OOBE -->
2318 <message name="IDS_NETWORK_LIST_DISABLED" desc="Text in the network list eleme nt when the network type is disabled."> 2318 <message name="IDS_NETWORK_LIST_DISABLED" desc="Text in the network list eleme nt when the network type is disabled.">
2319 Disabled 2319 Disabled
2320 </message> 2320 </message>
2321 <message name="IDS_NETWORK_LIST_NOT_CONNECTED" desc="Text in the network list element when there is no network for the type."> 2321 <message name="IDS_NETWORK_LIST_NOT_CONNECTED" desc="Text in the network list element when there is no network for the type.">
2322 No network 2322 No network
2323 </message> 2323 </message>
2324 <message name="IDS_NETWORK_LIST_CONNECTED" desc="Text in a network list item w hen the network is connected."> 2324 <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.">
2325 connected
2326 </message>
2327 <message name="IDS_NETWORK_LIST_CONNECTING" desc="Text in the network element when a network is connecting.">
2328 Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph> 2325 Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
2329 </message> 2326 </message>
2330 <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."> 2327 <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.">
2331 <ph name="PROVIDER_NAME">$1<ex>OpenVPN</ex></ph>: <ph name="NETWORK_NAME">$2 <ex>Work Network</ex></ph> 2328 <ph name="PROVIDER_NAME">$1<ex>OpenVPN</ex></ph>: <ph name="NETWORK_NAME">$2 <ex>Work Network</ex></ph>
2332 </message> 2329 </message>
2333 2330
2334 <!-- Other Network UI strings --> 2331 <!-- Other Network UI strings -->
2335 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network con nection error notification"> 2332 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network con nection error notification">
2336 Network Connection Error 2333 Network Connection Error
2337 </message> 2334 </message>
(...skipping 4362 matching lines...) Expand 10 before | Expand all | Expand 10 after
6700 Attempts left: $1 6697 Attempts left: $1
6701 </message> 6698 </message>
6702 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6699 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6703 PIN 6700 PIN
6704 </message> 6701 </message>
6705 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6702 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6706 PUK 6703 PUK
6707 </message> 6704 </message>
6708 6705
6709 </grit-part> 6706 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_welcome.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698