Implemented login functionality at the school's request

This commit is contained in:
Deniz Düzgören
2019-09-20 15:49:09 +02:00
parent 8aec4ec4cd
commit 8684e763b1
21 changed files with 580 additions and 65 deletions
+8
View File
@@ -163,4 +163,12 @@
<item quantity="one">,\nand %d more message</item>
<item quantity="other">,\nand %d more messages</item>
</plurals>
<string name="login_required">Please click the button below to enter your username and password to verify that you\'re occupied at the Alexander-von-Humboldt-Gymnasium.\n\nThis login is only required once and your information will not be shared with anybody.</string>
<string name="hello">Hello there!</string>
<string name="username">Your username</string>
<string name="password">Your password</string>
<string name="login">Log in</string>
<string name="logging_in">Logging in…</string>
<string name="load_page_again">Load login page again</string>
<string name="logged_in">You have been logged in!</string>
</resources>