RealTimeTalk/app/src/main/res/values/strings.xml

49 lines
2.5 KiB
XML

<resources>
<string name="app_name">Real Time Talk</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="title.settings">Settings</string>
<string name="title.login">Sign in</string>
<string name="title.welcome">Welcome</string>
<string name="title.introduction">Tell us who you are</string>
<string name="title.credentials">Almost there</string>
<string name="title.search">Search</string>
<string name="subtitle.welcome">Input your login details</string>
<string name="subtitle.introduction">Input your full name</string>
<string name="subtitle.credentials">Choose your password</string>
<!-- Strings related to login -->
<string name="prompt.username">Username</string>
<string name="prompt.password">Password</string>
<string name="prompt.password_confirm">Confirm Password</string>
<string name="prompt.email">Email</string>
<string name="prompt.first_name">First Name</string>
<string name="prompt.last_name">Last Name</string>
<string name="action.sign_in_or_register">Sign in or register</string>
<string name="action.sign_in">Sign in</string>
<string name="action.login">Login</string>
<string name="action.register">No account yet? Create one</string>
<string name="action.forgot_password">Forgot username or password?</string>
<string name="action.next">Next</string>
<string name="action.create_account">Create Account</string>
<!-- Login errors -->
<string name="error.email.invalid">Email address is invalid</string>
<string name="error.email.incorrect">Email address doesn\'t exist</string>
<string name="error.password.short">Password should be at least 6 characters long</string>
<string name="error.password.invalid">Password should contain at least 1 letter and 1 number</string>
<string name="error.password.incorrect">This password is incorrect</string>
<string name="error.password.confirmation">Password does not match password confirmation</string>
<string name="error.required">This field is required</string>
<string name="error.no_internet">Check your internet connection!</string>
<string name="error.bad_request">Bad request, blame Dino Dizdarevic!</string>
<string name="error.user.not_found">User not found!</string>
<string name="error.user.bad_credentials">Please check your username and password!</string>
<string name="error.unknown">Unknown error!</string>
</resources>