bitPicksAktivpause/app/src/main/res/values/strings.xml
Jannik 254d9d9fbc Settings Activity
Added contiuously and exercises to the settings activity.
2016-08-23 18:11:50 +02:00

122 lines
5.8 KiB
XML

<resources>
<string name="app_name">Break Reminder</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="title_activity_settings">Settings</string>
<!-- Strings related to Settings -->
<!-- General settings -->
<!-- Strings for the Interval-Slider -->
<string name="settings_dialog_message">Select your work interval</string>
<string name="settings_summary">Current value is $1</string>
<string name="settings_unit">Minutes</string>
<string name="settings_title">Select your work Interval</string>
<!-- Strings for the Break-Slider -->
<string name="settings_break_dialog_message">Select your break time</string>
<string name="settings_break_summary">Current value is $1</string>
<string name="settings_break_title">Select your break time</string>
<!-- Strings for Name -->
<string name="pref_header_general">General</string>
<string name="pref_title_display_name">Profile name</string>
<string name="pref_default_display_name">Pomodoro</string>
<string name="pref_current_profile">Select profile</string>
<string name="pref_current_exercises">Select exercises</string>
<string name="pref_title_cont">Continuously</string>
<string name="pref_default_profile">Sport</string>
<!-- settings for Notifications -->
<string name="pref_header_notifications">Notifications</string>
<string name="pref_title_new_message_notifications">Allowing notifications</string>
<string name="pref_title_ringtone">Ringtone</string>
<string name="pref_ringtone_silent">Silent</string>
<string name="pref_title_stayOn">Screen stays on</string>
<string name="pref_title_timeLeft">Time left</string>
<string name="pref_title_vibrate">Vibrate</string>
<string name="play_stop">Play/Stop</string>
<string name="reset">Reset</string>
<string name="break_reminder_time" translatable="false">30:00</string>
<string name="exercise_name">Exercise-name</string>
<string name="exercise_time">Exercise time</string>
<string name="repetitions">Repetitions</string>
<string name="type">Type</string>
<string name="sequential">Sequential</string>
<string name="add">Add</string>
<string name="edit">Edit</string>
<string name="save">Save</string>
<string name="cancel">Cancel</string>
<string name="profile_name">Profile Name</string>
<string name="interval">Interval</string>
<string name="exercise_type">Exercise Type</string>
<string name="_0" translatable="false">0</string>
<string name="take_the_break">Take the Break</string>
<string name="skip_the_break">Skip the Break</string>
<string name="do_you_want_to_take_the_break">Do you want to take the break?</string>
<string name="_10_00" translatable="false">10:00</string>
<string name="name_of_the_exercise">name of the Exercise</string>
<string name="break_cancel">Cancel</string>
<string name="break_play_stop">Play/Stop</string>
<string name="break_reminder">Break Reminder</string>
<string name="statistics">Statistics</string>
<string name="information">Information</string>
<string name="help">Help</string>
<!--settings for SettingsActivity -->
<string name="settings_emptyName">The changes could not be applied because the name for the profile was empty!</string>
<string name="settings_doubleName">The changes could not be applied because there is already a profile with the same name!</string>
<!--settings for ProfileActivity -->
<string name="new_profile_save">Save</string>
<string name="new_profile_cancel">Cancel</string>
<string name="new_profile_break">Break</string>
<string name="new_profile_select">Select</string>
<string name="new_profile_continuously">Continuously</string>
<string name="new_profile_emptyName">Please enter a name for the profile</string>
<string name="new_profile_doubleName">Enter another name, there is already a profile with the same name!</string>
<!-- settings for AboutActivity -->
<string name="about">About</string>
<string name="app_name_long">Privacy Friendly Break Reminder</string>
<string name="version_number">1.0</string>
<string name="about_author">Authors of the App:</string>
<string name="about_author_names" translatable="false">Sergej Alexeev, \n Jannik Schildknecht</string>
<string name="about_affiliation">In Affiliation with</string>
<string name="privacy_friendly">This application belongs to the Privacy Friendly Apps.</string>
<string name="more_info">More Information can be found here:</string>
<string name="url" translatable="false"><a href="https://www.secuso.informatik.tu-darmstadt.de/en/research/results/">https://www.secuso.org</a></string>
<string name="break_explanation">You have to train your chest hard! Eat healthy</string>
<string name="appwidget_text">EXAMPLE</string>
<string name="add_widget">Add widget</string>
<!-- settings for BreakActivity -->
<string name="exercise_summary">Your break will contain exercises for:</string>
<string name="continuously">If checked, there will be no possibillity to skip the exercises</string>
<string name="exercise_description">Make sure, to select some exercises! If nothing is selected, there will be no training in the breaks!</string>
<string-array name="type_spinner">
<item>Head</item>
<item>Neck</item>
<item>Arms</item>
<item>Trunk</item>
<item>Spinal Column</item>
<item>Pelvis</item>
<item>Legs</item>
</string-array>
<string-array name="value_spinner">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
</string-array>
</resources>