Skip to content

Commit

Permalink
new error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
amcereijo committed Dec 29, 2012
1 parent 2e8714e commit af67fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<string name="login_email_hint">dirección de correo electrónico</string>
<string name="login_password_hint">contraseña</string>
<string name="login_btn_enter">Entrar</string>
<string name="login_empty_message">Debes informar el email y la contraseña.</string>
<string name="login_error_message">Email y/o contraseña incorrecto</string>
<string name="login_error_connection_message">Problemas de red. Prueba otra vez.</string>
<string name="login_error_connection_error">Problemas de conexión. Prueba otra vez.</string>
Expand Down
1 change: 1 addition & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<string name="login_email_hint">email</string>
<string name="login_password_hint">password</string>
<string name="login_btn_enter">Enter</string>
<string name="login_empty_message">You must type email and password.</string>
<string name="login_error_message">Email and/or password incorrect</string>
<string name="login_error_connection_message">Network problems. Try again.</string>
<string name="login_error_connection_error">Connection problems Try again.</string>
Expand Down

0 comments on commit af67fc5

Please sign in to comment.