Add error strings #9

Merged
11035064 merged 1 commits from felix into master 2017-06-22 12:45:54 +02:00
Showing only changes of commit a93f8a500d - Show all commits

View File

@@ -12,6 +12,9 @@
<string name="register">Register</string>
<string name="back_to_login">back to Login</string>
<string name="email">Email</string>
<string name="login_error">Please fill in email and password</string>
<string name="password_match_error">Passwords do not match</string>
<string name="register_error">Please fill in all the fields</string>
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="hello_camera">Hello Camera</string>