39 lines
2.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<resources>
<string name="app_name">AS</string>
<string name="login">Enter Login</string>
<string name="password">Enter password</string>
<string name="hello">Welcome!</string>
<string name="continue_">Continue</string>
<string name="logout">Logout</string>
<string name="login_hint">Login must be at least 3 characters long,\start with a letter,\contain only letters and numbers.</string>
<string name="close_button">Close</string>
<string name="scan">Scan</string>
<string name="cancel">The entrance was cancelled</string>
<string name="success">Successful</string>
<string name="wrong">Somethings wrong</string>
<string name="ok">ОК</string>
<string name="error">Error</string>
<string name="administrator_search">Enter the username</string>
<string name="administrator_searc_button_search"> Search </string>
<string name="title_profile">Your profile</string>
<string name="change_rights">Change rights using smartphone</string>
<string name="admin">Admin panel</string>
<string name="noInternet">Internet disconnected</string>
<string name="authFragment">Log in to your account</string>
<string name="qrScanFragment">QR code scanning</string>
<string name="qrResultFragment">Scan result</string>
<string name="profile">Profile</string>
<string name="serverIsUnabailable">Server is unavailable</string>
<string name="AdminFragment">Checking the session employee</string>
<string name="error_password_too_short">The password must contain at least 8 characters</string>
<string name="error_login_empty">The username cannot be empty</string>
<string name="error_login_too_short">Login must contain at least 3 characters</string>
<string name="error_login_starts_with_digit">Login cannot start with a digit</string>
<string name="error_login_invalid_characters">Login can contain only letters, numbers, and underscores</string>
<string name="error_401">Authorization error: Invalid login or password</string>
<string name="error_404">Error: Requested resource not found</string>
<string name="error_500">Server error: Try again later</string>
<string name="error_unknown">Неизвестная ошибка (%s)</string>
</resources>