diff options
| author | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-07-06 09:09:09 +0100 |
|---|---|---|
| committer | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-07-06 09:09:09 +0100 |
| commit | 2b12e7f68c840214b33e772032aff90b8e47b9e0 (patch) | |
| tree | 99a28c6666677e3b450b646fce0e0c9b9ddf1127 /app/src/main/res/values-es/strings.xml | |
| parent | 35835765585937cf373cbfbd9c6ccf7939969bac (diff) | |
muchos cambios, tieen room y arquitectura mvvm pero aun tiene errores
Diffstat (limited to 'app/src/main/res/values-es/strings.xml')
| -rw-r--r-- | app/src/main/res/values-es/strings.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index a4a8581..68fdc2f 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -2,9 +2,16 @@ <resources> <string name="field_email">Correo electronico</string> <string name="field_password">Contrasena</string> - <string name="field_signin">Registro</string> - <string name="field_password">Contraseña</string> <string name="forgot_password">Olvidé la contraseña</string> - <string name="signup">Registrarte</string> + <string name="Register">Registrate</string> <string name="login">Acceder</string> + <string name="send_email">Enviar Correo</string> + <string name="category_science">Ciencia</string> + <string name="category_art">Arte</string> + <string name="category_entertainment">Entretenimiento</string> + <string name="category_geography">Geografia</string> + <string name="category_history">Historia</string> + <string name="category_pop">Cultura Pop</string> + <string name="category_sports">Deportes</string> + <string name="category_general">Conocimiento general</string> </resources>
\ No newline at end of file |