Files
SSAU_Schedule/app/src/main/res/values-en/strings.xml

17 lines
1.3 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.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">SSAU Schedule</string>
<string name="sign_in">Sign in</string>
<string name="login">Login</string>
<string name="enter_your_login">Enter your login</string>
<string name="enter_your_password">Enter your password</string>
<string name="password">Password</string>
<string name="samara_university">Samara university</string>
<string name="incorrect_login_or_password">Incorrect login or password</string>
<string name="login_is_too_short">Login is too short</string>
<string name="password_is_too_short">Password is too short</string>
<string name="not_member_of_any_group">The user is not a member of any study group. You can\'t get a schedule for him</string>
<string name="failed_get_user_groups">Не получилось получить список групп, в которых состоит пользователь. Расписание нельзя получить без учебной группы</string>
<string name="failed_get_years">It was not possible to obtain a list of academic years. The timetable cannot be obtained without the academic year</string>
<string name="failder_get_user_details">Failed to retrieve user information. The schedule cannot be obtained without user data</string>
</resources>