| Index: ui/chromeos/ui_chromeos_strings.grd
|
| diff --git a/ui/chromeos/ui_chromeos_strings.grd b/ui/chromeos/ui_chromeos_strings.grd
|
| index 7b82c625618fcd16752f55a179dfd80a9b842802..56e129206a6c79e095980afe96b4c066c50d7fda 100644
|
| --- a/ui/chromeos/ui_chromeos_strings.grd
|
| +++ b/ui/chromeos/ui_chromeos_strings.grd
|
| @@ -360,6 +360,117 @@
|
| <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_32">
|
| http://www.magdawasiczek.pl
|
| </message>
|
| +
|
| + <!-- Network error strings -->
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_UNKNOWN" desc="Network error details in notifications: UNKNOWN">
|
| + Unknown network error
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_OUT_OF_RANGE" desc="Network error details in notifications: OUT_OF_RANGE">
|
| + Out of range
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_PIN_MISSING" desc="Network error details in notifications: PIN_MISSING">
|
| + PIN missing
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_DHCP_FAILED" desc="Network error details in notifications: DHCP_FAILED">
|
| + DHCP lookup failed
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_CONNECT_FAILED" desc="Network error details in notifications: CONNECT_FAILED">
|
| + Connect failed
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_BAD_PASSPHRASE" desc="Network error details in notifications: BAD_PASSPHRASE. Error when a bad wifi password/passphrase is entered.">
|
| + Bad password
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_BAD_WEPKEY" desc="Network error details in notifications: BAD_WEPKEY">
|
| + Bad WEP key
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_ACTIVATION_FAILED" desc="Network error details in notifications: ACTIVATION_FAILED">
|
| + Activation failed
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_NEED_EVDO" desc="Network error details in notifications: NEED_EVDO">
|
| + Need EVDO
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_NEED_HOME_NETWORK" desc="Network error details in notifications: NEED_HOME_NETWORK">
|
| + Need home network
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_OTASP_FAILED" desc="Network error details in notifications: OTASP_FAILED">
|
| + OTASP failed
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_AAA_FAILED" desc="Network error details in notifications: AAA_FAILED">
|
| + AAA check failed
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_INTERNAL" desc="Network error details in notifications: INTERNAL">
|
| + Internal error
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_DNS_LOOKUP_FAILED" desc="Network error details in notifications: DNS_LOOKUP_FAILED">
|
| + DNS lookup failed
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_HTTP_GET_FAILED" desc="Network error details in notifications: HTTP_GET_FAILED">
|
| + HTTP get failed
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_IPSEC_PSK_AUTH_FAILED" desc="Network error details in notifications: IPSEC_PSK_AUTH_FAILED">
|
| + Incorrect password
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_CERT_AUTH_FAILED" desc="Network error details in notifications: IPSEC_CERT_AUTH_FAILED">
|
| + Authentication certificate rejected by network
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_LOCAL_TLS_FAILED" desc="Network error details in notifications: EAP_LOCAL_TLS_FAILED">
|
| + Authentication certificate rejected locally
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_REMOTE_TLS_FAILED" desc="Network error details in notifications: EAP_REMOTE_TLS_FAILED">
|
| + Authentication certificate rejected remotely
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_AUTH_FAILED" desc="Network error details in notifications: IPSEC_CERT_AUTH_FAILED">
|
| + Username/password incorrect or EAP-auth failed
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_PPP_AUTH_FAILED" desc="Network error details in notifications: PPP_AUTH_FAILED">
|
| + PPP authentication failed due to an incorrect username or password
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_CONFIGURE_FAILED" desc="Network error details in notifications: Configuration error">
|
| + Failed to configure network
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_CERTIFICATES_NOT_LOADED" desc="Network error details in notifications: Certificates not loaded">
|
| + Certificates not loaded
|
| + </message>
|
| + <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error details in notifications: Unrecognized">
|
| + Unrecognized error
|
| + </message>
|
| +
|
| + <!-- Other Network UI strings -->
|
| + <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network connection error notification">
|
| + Network Connection Error
|
| + </message>
|
| + <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE" desc="Message for network connection error notification">
|
| + Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph>
|
| + </message>
|
| + <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_SERVER_MESSAGE" desc="Message for network connection error notification with details and a server message">
|
| + Failed to connect to '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph>
|
| + Server message: <ph name="server_msg">$3<ex>Incorrect password</ex></ph>
|
| + </message>
|
| + <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_NO_NAME" desc="Message for network connection error where the network name is unavailable">
|
| + Failed to connect to network: <ph name="details">$1<ex>Unrecognized error</ex></ph>
|
| + </message>
|
| + <message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network out of data error notification">
|
| + Network Connection Error
|
| + </message>
|
| + <message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for network out of data error notification">
|
| + You may have used up your mobile data allowance. Visit the <ph name="name">$1<ex>GoogleGuest</ex></ph> activation portal to buy more data.
|
| + </message>
|
| + <message name="IDS_NETWORK_UNRECOGNIZED_ERROR" desc="Unrecognized Network error text">
|
| + Unrecognized error: <ph name="desc">$1<ex>ShillErrorString</ex></ph>
|
| + </message>
|
| + <message name="IDS_NETWORK_CELLULAR_ACTIVATED_TITLE" desc="Title for cellular activated notification">
|
| + Cellular Activated
|
| + </message>
|
| + <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular activated notification">
|
| + Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' data service has been activated and is ready to go.
|
| + </message>
|
| + <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network activation error notification">
|
| + Network Activation Error
|
| + </message>
|
| + <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when attempting to activate a mobile network that requires a connection">
|
| + Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a network connection.
|
| + </message>
|
| +
|
| </messages>
|
| </release>
|
| </grit>
|
|
|