(Bug 45370) Improve Error messages on Login Screen

This commit is contained in:
YuviPanda 2013-02-27 05:31:33 +05:30
parent f2a3666e0e
commit b84d00330e
5 changed files with 62 additions and 6 deletions

View file

@ -38,6 +38,13 @@
<string name="menu_open_in_browser">View in Browser</string>
<string name="share_title_hint">Title</string>
<string name="share_description_hint">Description</string>
<string name="login_failed_network">Login failed due to network failure</string>
<string name="login_failed_username">Unable to login - please check your username</string>
<string name="login_failed_password">Unable to login - Check your password</string>
<string name="login_failed_throttled">You have had too many unsuccessfull attempts. Please try again in 5 minutes
</string>
<string name="login_failed_blocked">Sorry, this user has been blocked on Commons</string>
<string name="login_failed_generic">Login failed</string>
<plurals name="contributions_subtitle">
<item quantity="zero">No uploads yet</item>