Futsch1/medTimer

View on GitHub
app/src/main/res/values/strings.xml

Summary

Maintainability
Test Coverage
<resources>
    <string name="app_name" translatable="false">MedTimer</string>
    <string name="tab_settings">Settings</string>
    <string name="tab_overview">Overview</string>
    <string name="tab_medicine">Medicine</string>
    <string name="add_medicine">Add medicine</string>
    <string name="medicine_name">Medicine name</string>
    <string name="add_reminder">Add reminder</string>
    <string name="delete">Delete</string>
    <string name="time">Time</string>
    <string name="dosage">Dosage</string>
    <string name="yes">Yes</string>
    <string name="ok">OK</string>
    <string name="cancel">Cancel</string>
    <string name="confirm">Confirm</string>
    <string name="are_you_sure_delete_medicine">Are you sure to delete the medicine?</string>
    <string name="no_reminders">No reminders set</string>
    <plurals name="sum_reminders">
        <item quantity="one">%1$d reminder\n%2$s</item>
        <item quantity="other">%1$d reminders\n%2$s</item>
    </plurals>
    <string name="notification_title">Medicine reminder</string>
    <string name="notification_content_blank">It is %1$s - time to take %2$s%3$s%4$s</string>
    <string name="notification_content">It is %1$s - time to take %2$s of %3$s%4$s</string>
    <string name="notification_taken">TAKEN</string>
    <string name="taken">Taken</string>
    <string name="skipped">Skipped</string>
    <string name="reminder_event_blank">%1$s%2$s, %3$s</string>
    <string name="reminder_event">%1$s of %2$s, %3$s</string>
    <string name="recent_events">Recent events</string>
    <string name="next_reminders">Next reminders</string>
    <string name="version">Version %s</string>
    <string name="are_you_sure_delete_reminder">Are you sure to delete the reminder?</string>
    <string name="clear_events">Clear events</string>
    <string name="app_version">App version</string>
    <string name="are_you_sure_delete_events">Are you sure to delete all events?</string>
    <string name="show_notifications">Show notifications</string>
    <string name="overview_events">Overview display events</string>
    <string name="four_hours">4 hours</string>
    <string name="twelve_hours">12 hours</string>
    <string name="twenty_four_hours">24 hours</string>
    <string name="two_days">2 days</string>
    <string name="three_days">3 days</string>
    <string name="app_url">MedTimer on GitHub</string>
    <string name="color">Color</string>
    <string name="select_color">Select color</string>
    <string name="exact_reminders">Exact reminders</string>
    <string name="change_color_toast">Note that changes in color only take effect in future reminders</string>
    <string name="exact_reminders_summary">Reminders are scheduled at the exact time (increases battery usage)</string>
    <string name="enable_alarm_dialog">In order to allow scheduling exact alarms, enable this for MedTimer in the following menu</string>
    <string name="generate_test_data">Generate test data</string>
    <string name="create_reminder_dosage_hint">Dosage for new reminder</string>
    <string name="cycle_consecutive_days">Active days</string>
    <string name="theme">Theme</string>
    <string name="default_">Default</string>
    <string name="alternative">Alternative</string>
    <string name="no_instructions">no instructions</string>
    <string name="before_meal">before the meal</string>
    <string name="after_meal">after the meal</string>
    <string name="time_before_meal">x minutes before the meal</string>
    <string name="time_after">x hours after medicine y</string>
    <string name="instruction_templates">Instruction templates</string>
    <string name="instructions_label">Additional instructions (e.g. before meals)</string>
    <string name="medicine_data">Medicine data</string>
    <string name="export_csv">Export as CSV</string>
    <string name="export_pdf">Export as PDF</string>
    <string name="restore">Restore</string>
    <string name="restore_failed">Restore failed</string>
    <string name="backup_failed">Backup failed</string>
    <string name="export_failed">Export failed</string>
    <string name="restore_successful">Restore successful</string>
    <string name="restore_start">This will replace all medicine settings and/or reminder events.\n\nContinue?</string>
    <string name="log_additional_dose">Log additional dose</string>
    <string name="dismiss_notification_action">Action when dismissing notification</string>
    <string name="skip_reminder">Skip dose</string>
    <string name="snooze">Snooze</string>
    <string name="snooze_duration">Snooze duration</string>
    <string name="minutes_5">5 minutes</string>
    <string name="minutes_10">10 minutes</string>
    <string name="minutes_15">15 minutes</string>
    <string name="minutes_30">30 minutes</string>
    <string name="minutes_60">60 minutes</string>
    <string name="notification_skipped">SKIPPED</string>
    <string name="notification_snooze">SNOOZE</string>
    <string name="weekend_mode">Weekend mode</string>
    <string name="weekend_mode_days">Days</string>
    <string name="monday">Monday</string>
    <string name="tuesday">Tuesday</string>
    <string name="wednesday">Wednesday</string>
    <string name="thursday">Thursday</string>
    <string name="friday">Friday</string>
    <string name="saturday">Saturday</string>
    <string name="sunday">Sunday</string>
    <string name="weekend_mode_summary">Delay notifications on certain days of the week until a given time</string>
    <string name="custom">Custom…</string>
    <string name="advanced_settings">Advanced settings</string>
    <string name="remind_on">Remind on</string>
    <string name="every_day">Every day</string>
    <string name="cycle_pause_days">Pause days</string>
    <string name="cycle_start_date">First cycle start</string>
    <string name="cycle_reminders">Cyclic reminders</string>
    <string name="weekday_limited">Limited to some weekdays</string>
    <string name="reminders">Reminders</string>
    <string name="sort" translatable="false">Sort</string>
    <string name="filter">Filter</string>
    <string name="seven_days">7 days</string>
    <string name="analysis">Analysis</string>
    <string name="tabular_view">Tabular view</string>
    <string name="fourteen_days">14 days</string>
    <string name="thirty_days">30 days</string>
    <string name="total">Total</string>
    <plurals name="last_n_days">
        <item quantity="one">Last 24 hours</item>
        <item quantity="other">Last %1$d days</item>
    </plurals>
    <string name="name">Name</string>
    <string name="event_data">Event data</string>
    <string name="backup">Backup</string>
    <string name="taken_now">Taken now</string>
    <string name="event_name">Event name</string>
    <string name="edit_event">Edit event</string>
    <string name="show_all">Show all</string>
    <string name="intro_welcome">Welcome to MedTimer!</string>
    <string name="intro_welcome_description">MedTimer is a free and open source medication reminder app with a focus on privacy.\n\nIt requires permission to show notifications for medication reminders.</string>
    <string name="intro_medicine_description">Use the \"Medicine\" tab to create the medicine you are taking and want to be reminded of. Swipe left to delete a medicine.</string>
    <string name="intro_reminder_description">Select a medicine to edit its details and create reminders for the different doses of the medicine you need to take.\n\nReminders can be as simple as appearing once per day at a certain time or complex schedules with several days in a row and several days of pause.</string>
    <string name="intro_notification_description">Once a reminder is due, a notification will appear that provides you the option to mark a dose as taken (by clicking the \"TAKEN\" button), skipped (by dismissing the notification) or be reminded again after some time (\"SNOOZE\").</string>
    <string name="intro_overview_description">On the overview screen, you can see upcoming reminders and the last reminder events. Reminder events can be edited by swiping right and deleted by swiping left.\n\nFurthermore, you can manually log additional doses of either one of the configured medicine or a custom one.</string>
    <string name="intro_analysis_description">The app stores all reminder events. You can analyze your past doses in the analysis screen and export your history via the kebab (three dots) menu. The history will stay even if medicines or reminders are deleted or renamed.</string>
    <string name="show_intro">Show app intro</string>
    <string name="are_you_sure_delete_reminder_event">Are you sure to delete the reminder event?</string>
    <string name="high">High</string>
    <string name="notification_importance">Notification priority</string>
    <string name="notification_settings_default">Notification settings default priority</string>
    <string name="notification_settings_high">Notification settings high priority</string>
    <string name="calendar">Calendar</string>
    <string name="show_only_open">Show only open</string>
    <string name="date">Date</string>
    <string name="active">Active</string>
    <string name="inactive">Inactive</string>
    <string name="time_period">Time period</string>
    <string name="period_start">Period start</string>
    <string name="period_end">Period end</string>
    <string name="activate_all">Activate all reminders</string>
    <string name="deactivate_all">Deactivate all reminders</string>
    <string name="block_screen_capture">Block screen capture</string>
    <string name="icon">Icon</string>
</resources>