otbeta/com.iamthefij.otbeta/src/main/res/values/strings.xml

22 lines
1.0 KiB
XML

<resources>
<string name="app_name">OTBeta</string>
<!-- Strings related to login -->
<string name="prompt_email">Email</string>
<string name="prompt_password">Password (optional)</string>
<string name="action_sign_in">Sign in or register</string>
<string name="action_sign_in_short">Sign in</string>
<string name="error_invalid_email">This email address is invalid</string>
<string name="error_invalid_password">This password is too short</string>
<string name="error_incorrect_password">This password is incorrect</string>
<string name="error_field_required">This field is required</string>
<string name="contact_permission_rationale">"Contacts permissions are needed for providing email
completions."
</string>
<string name="location_permission_rationale">"Location permissions are needed for sorting the
list of studios."
</string>
<string name="title_workout_list">Workouts</string>
<string name="title_workout_detail">Workout Detail</string>
</resources>