diff options
author | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 18:29:17 +0000 |
---|---|---|
committer | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 18:29:17 +0000 |
commit | d85b189e3a931f92e7fe43772814f62c1d4a6306 (patch) | |
tree | 7cd88e09f1b2ab4a3d90339218e2017583af67a5 /chrome/app/generated_resources.grd | |
parent | 605f09de2b4bc8cc5e4786ce58d15fb46da8ed25 (diff) | |
download | chromium_src-d85b189e3a931f92e7fe43772814f62c1d4a6306.zip chromium_src-d85b189e3a931f92e7fe43772814f62c1d4a6306.tar.gz chromium_src-d85b189e3a931f92e7fe43772814f62c1d4a6306.tar.bz2 |
[cros] Update error messages.
BUG=none
TEST=manually on the notebook
Review URL: http://codereview.chromium.org/6656027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77658 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 6f0483f..fe81204 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -11445,7 +11445,7 @@ Keep your key file in a safe place. You will need it to create new versions of y </message> <message name="IDS_LOGIN_ERROR_WHITELIST" desc="Couldn't sign in because user is not whitelisted."> - Sorry, you are not allowed to sign in on this device. + Sorry, you don't have permission to sign in. Check with the notebook owner. </message> <message name="IDS_LOGIN_ERROR_AUTHENTICATING" desc="Couldn't sign in because password is invalid"> Sorry, your password could not be verified. Please try again. @@ -11454,16 +11454,16 @@ Keep your key file in a safe place. You will need it to create new versions of y Your password has changed. Please try again with your new password. </message> <message name="IDS_LOGIN_ERROR_RESTRICTED" desc="Couldn't log in because account is disabled/deleted or not signed up"> - Couldn't validate your account. It has been either deleted or disabled. Please sign out. + Your account may have been deleted or disabled. Please sign out. </message> <message name="IDS_LOGIN_ERROR_AUTHENTICATING_NEW" desc="Couldn't sign in because username or password invalid"> Sorry, your email or password could not be verified. Please try again. </message> <message name="IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED" desc="Couldn't sign in because hosted account is used"> - This type of account will not work with <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>. Please contact your domain administrator or use an @gmail.com account to sign in. + Your account does not work on <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>. Please contact your domain administrator or use a regular Google Account to sign in. </message> <message name="IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED" desc="Couldn't sign in because offline sign-in has failed and network is not connected"> - Offline sign-in failed and network not connected + Sorry, your email or password could not be verified. Try connecting to a network first. </message> <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't sign in because nework library couldn't be loaded"> Can't access network library |