summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-07-06 09:09:09 +0100
committerAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-07-06 09:09:09 +0100
commit2b12e7f68c840214b33e772032aff90b8e47b9e0 (patch)
tree99a28c6666677e3b450b646fce0e0c9b9ddf1127 /app/src/main/res/values
parent35835765585937cf373cbfbd9c6ccf7939969bac (diff)
muchos cambios, tieen room y arquitectura mvvm pero aun tiene errores
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b04b94d..4804cf2 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -3,9 +3,17 @@
<string name="field_email">Email</string>
<string name="field_password">Password</string>
- <string name="field_signin">Sign in</string>
- <string name="field_password">Password</string>
<string name="forgot_password">Forget password</string>
- <string name="signup">Sign Up</string>
+ <string name="signup">SignUp</string>
+ <string name="Register">Register</string>
<string name="login">Login</string>
+ <string name="send_email">Send Email</string>
+ <string name="category_science">Science</string>
+ <string name="category_art">Art</string>
+ <string name="category_entertainment">Entertainment</string>
+ <string name="category_geography">Geography</string>
+ <string name="category_history">History</string>
+ <string name="category_pop">Pop Culture</string>
+ <string name="category_sports">Sports</string>
+ <string name="category_general">General Knowledge</string>
</resources> \ No newline at end of file