mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
(Bug 45370) Improve Error messages on Login Screen
This commit is contained in:
parent
f2a3666e0e
commit
b84d00330e
5 changed files with 62 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue