Added a dialog and refactored code

This commit is contained in:
Ernir Erlingsson
2015-12-09 10:29:34 +01:00
parent 428c3dd1b2
commit 2052c8456f
5 changed files with 58 additions and 7 deletions

View File

@@ -16,6 +16,8 @@
<string name="create_account_button">Create Account</string>
<string name="enter_password">Enter your password:</string>
<string name="password_hint">Password</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="forgotten_password">I have forgotten my password</string>
<string name="try_again">Wrong password, try again:</string>
<string name="sign_in_button">Sign In</string>
@@ -108,4 +110,8 @@
<string name="notify_sound_setting_default">Default ringtone</string>
<string name="notify_sound_setting_disabled">None</string>
<string name="choose_ringtone_title">Choose ringtone</string>
<!-- Dialogs -->
<string name="dialog_title_lost_password">Lost password</string>
<string name="dialog_message_lost_password">Password recovery is not possible. Do you wish to delete your user and re-register ?</string>
</resources>