<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" tools:ignore="MissingTranslation">

    <!-- ####################################
               Preference Keys
    ######################################
    TODO: Check what is needed -->

    <!-- NOTR -->
    <string name="preference_name"><xliff:g id="preference">"shared_preferences_cwa"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_onboarding_completed"><xliff:g id="preference">"preference_onboarding_completed"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_onboarding_completed_timestamp"><xliff:g id="preference">"preference_onboarding_completed_timestamp"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_background_check_done"><xliff:g id="preference">"preference_background_check_done"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_reset_app"><xliff:g id="preference">"preference_reset_app"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_only_wifi"><xliff:g id="preference">"preference_only_wifi"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_tracing"><xliff:g id="preference">"preference_tracing"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_timestamp_manual_diagnosis_keys_retrieval"><xliff:g id="preference">"preference_timestamp_manual_diagnosis_keys_retrieval"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_background_job_allowed"><xliff:g id="preference">"preference_background_job_enabled"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_mobile_data_allowed"><xliff:g id="preference">"preference_mobile_data_enabled"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_registration_token"><xliff:g id="preference">"preference_registration_token"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_device_pairing_successful_time"><xliff:g id="preference">"preference_device_pairing_successful_time"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_initial_tracing_activation_time"><xliff:g id="preference">"preference_initial_tracing_activation_time"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_initial_result_received_time"><xliff:g id="preference">"preference_initial_result_received_time"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_test_guid"><xliff:g id="preference">"preference_test_guid"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_is_allowed_to_submit_diagnosis_keys"><xliff:g id="preference">"preference_is_allowed_to_submit_diagnosis_keys"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_auth_code"><xliff:g id="preference">"preference_auth_code"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_database_password"><xliff:g id="preference">"preference_database_password"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_total_non_active_tracing"><xliff:g id="preference">"preference_total_non_active_tracing"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_last_non_active_tracing_timestamp"><xliff:g id="preference">"preference_last_non_active_tracing_timestamp"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_number_successful_submissions"><xliff:g id="preference">"preference_number_successful_submissions"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_teletan"><xliff:g id="preference">"preference_teletan"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_polling_test_result_started"><xliff:g id="preference">"preference_polling_test_result_started"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_test_result_notification"><xliff:g id="preference">"preference_test_result_notification"</xliff:g></string>
    <!-- NOTR -->
    <string name="preference_risk_days_explanation_shown"><xliff:g id="preference">"preference_risk_days_explanation_shown"</xliff:g></string>

    <!-- ####################################
                     Generics
    ###################################### -->

    <!-- XACT: back description for screen readers -->
    <string name="accessibility_back">"Back"</string>
    <!-- XACT: next description for screen readers -->
    <string name="accessibility_next">"Next"</string>
    <!-- XACT: menu description for screen readers -->
    <string name="accessibility_menu">"Menu"</string>
    <!-- XACT: menu description for screen readers -->
    <string name="accessibility_close">"Close"</string>
    <!-- XACT: menu description for screen readers -->
    <string name="accessibility_logo">"Corona-Warn-App"</string>
    <!-- XACT: button description for screen readers to be appended at the end of content without focusable subcontent that are explored by touch -->
    <string name="accessibility_button">"Button"</string>

    <!-- ####################################
                     Menu
    ###################################### -->

    <!-- XMIT: application overview -->
    <string name="menu_help">"Overview"</string>
    <!-- XMIT: application information -->
    <string name="menu_information">"App Information"</string>
    <!-- XMIT: application settings -->
    <string name="menu_settings">"Settings"</string>

    <!-- ####################################
               Notification
    ###################################### -->
    <!-- NOTR -->
    <string name="notification_channel_id"><xliff:g id="notification_channel_id">"de.rki.coronawarnapp.notification.exposureNotificationChannelId"</xliff:g></string>
    <!-- NOTR -->
    <string name="notification_id"><xliff:g id="notification_id">"1"</xliff:g></string>
    <!-- XTXT: Notification channel name for os settings -->
    <string name="notification_name">"Corona-Warn-App"</string>
    <!-- XTXT: Notification channel description for os settings -->
    <string name="notification_description">"Notifications from the Corona-Warn-App"</string>
    <!-- XHED: Notification title -->
    <string name="notification_headline">"Corona-Warn-App"</string>
    <!-- XTXT: Notification body -->
    <string name="notification_body">"You have new messages from your Corona-Warn-App."</string>
    <!-- XHED: Notification title - Reminder to share a positive test result-->
    <string name="notification_headline_share_positive_result">"You can help!"</string>
    <!-- XTXT: Notification body - Reminder to share a positive test result-->
    <string name="notification_body_share_positive_result">"Please share your test result and warn others."</string>
    <!-- XHED: Notification title - test result is ready -->
    <string name="notification_headline_test_result_ready">""</string>
    <!-- XTXT: Notification body - test result is ready -->
    <string name="notification_body_test_result_ready">""</string>

    <!-- ####################################
              App Auto Update
    ###################################### -->

    <!-- XHED: App Auto Update dialog title -->
    <string name="update_dialog_title">"Update available"</string>
    <!-- XTXT: App Auto Update dialog message -->
    <string name="update_dialog_message">"Please note, you can only use the Corona-Warn-App again once you have installed the latest update."</string>
    <!-- XBUT: App Auto Update button -->
    <string name="update_dialog_button">"Update"</string>

    <!-- ####################################
                  Risk Card
    ###################################### -->

    <!-- XTXT: risk card - tracing active for x out of 14 days -->
    <string name="risk_card_body_saved_days">"Exposure logging was active for %1$s of the past 14 days."</string>
    <!-- XTXT: risk card- tracing active for 14 out of 14 days -->
    <string name="risk_card_body_saved_days_full">"Exposure logging permanently active"</string>
    <!-- XTXT; risk card - no update done yet -->
    <string name="risk_card_body_not_yet_fetched">"Encounters have not yet been checked."</string>
    <!-- XTXT: risk card - last successful update -->
    <string name="risk_card_body_time_fetched">"Updated: %1$s"</string>
    <!-- XTXT: risk card - hint to open the app daily -->
    <string name="risk_card_body_open_daily">"Note: Please open the app daily to update your risk status."</string>
    <!-- XBUT: risk card - update risk -->
    <string name="risk_card_button_update">"Update"</string>
    <!-- XBUT: risk card - activate tracing -->
    <string name="risk_card_button_enable_tracing">"Activate Exposure Logging"</string>
    <!-- XTXT: risk card - tracing is off, user should activate to get an updated risk level -->
    <string name="risk_card_body_tracing_off">"Activate exposure logging to evaluate your risk status today."</string>
    <!-- XHED: risk card - low risk headline -->
    <string name="risk_card_low_risk_headline">"Low Risk"</string>
    <!-- XHED: risk card - increased risk headline -->
    <string name="risk_card_increased_risk_headline">"Increased Risk"</string>
    <!-- XTXT: risk card - tracing isn't active long enough, so a new risk level can't be calculated -->
    <string name="risk_card_unknown_risk_body">"Since you have not activated exposure logging for long enough, we could not calculate your risk of infection."</string>
    <!-- XHED: risk card - tracing stopped headline, due to no possible calculation -->
    <string name="risk_card_no_calculation_possible_headline">"Exposure logging stopped"</string>
    <!-- XTXT: risk card - last successfully calculated risk level -->
    <string name="risk_card_no_calculation_possible_body_saved_risk">"Last exposure check:"<xliff:g id="line_break">"\n"</xliff:g>"%1$s"</string>
    <!-- XHED: risk card -  outdated risk headline, calculation isn't possible -->
    <string name="risk_card_outdated_risk_headline">"Exposure logging is not possible"</string>
    <!-- XTXT: risk card - outdated risk, calculation couldn't be updated in the last 24 hours -->
    <string name="risk_card_outdated_risk_body">"Your exposure logging could not be updated for more than 24 hours."</string>
    <!-- XTXT: risk card - outdated risk manual, calculation couldn't be updated in the last 48 hours -->
    <string name="risk_card_outdated_manual_risk_body">"Your risk status has not been updated for more than 48 hours. Please update your risk status."</string>
    <!-- XHED: risk card - risk check failed headline, no internet connection -->
    <string name="risk_card_check_failed_no_internet_headline">"Exposure check failed"</string>
    <!-- XTXT: risk card - risk check failed, please check your internet connection -->
    <string name="risk_card_check_failed_no_internet_body">"The synchronization of random IDs with the server failed. You can restart the synchronization manually."</string>
    <!-- XTXT: risk card - risk check failed, restart button -->
    <string name="risk_card_check_failed_no_internet_restart_button">"Restart"</string>

    <!-- XTXT: risk card - Low risk state - No days with low risk encounters -->
    <string name="risk_card_low_risk_no_encounters_body">"No exposure up to now"</string>
    <!-- XTXT: risk card - Low risk state - Days with low risk encounters -->
    <plurals name="risk_card_low_risk_encounter_days_body">
        <item quantity="one">"Exposures with low risk on one day"</item>
        <item quantity="other">"Exposures with low risk on %1$d days"</item>
        <item quantity="zero">"Exposures with low risk on %1$d days"</item>
        <item quantity="two">"Exposures with low risk on %1$d days"</item>
        <item quantity="few">"Exposures with low risk on %1$d days"</item>
        <item quantity="many">"Exposures with low risk on %1$d days"</item>
    </plurals>

    <!-- XTXT: risk card - High risk state - No days with high risk encounters -->
    <string name="risk_card_high_risk_no_encounters_body">"No exposure up to now"</string>
    <!-- XTXT: risk card - High risk state - Days with high risk encounters -->
    <plurals name="risk_card_high_risk_encounter_days_body">
        <item quantity="one">"Exposures on one day with increased risk"</item>
        <item quantity="other">"Exposures on %1$d days with increased risk"</item>
        <item quantity="zero">"Exposures on %1$d days with increased risk"</item>
        <item quantity="two">"Exposures on %1$d days with increased risk"</item>
        <item quantity="few">"Exposures on %1$d days with increased risk"</item>
        <item quantity="many">"Exposures on %1$d days with increased risk"</item>
    </plurals>
    <!-- XTXT: risk card - High risk state - Most recent date with high risk -->
    <string name="risk_card_high_risk_most_recent_body">"Most recently on %1$s"</string>

    <!-- ####################################
              Risk Card - Progress
    ###################################### -->

    <!-- XHED: risk card - progress - progress card headline displayed downloading key packages -->
    <string name="risk_card_progress_download_headline">"Data is being downloaded…"</string>
    <!-- XTXT: risk card - progress - progress card body displayed downloading key packages -->
    <string name="risk_card_progress_download_body">"This may take several minutes. Thank you for your patience."</string>
    <!-- XHED: risk card - progress - progress card headline displayed calculating the risklevel -->
    <string name="risk_card_progress_calculation_headline">"Check is running…"</string>
    <!-- XTXT: risk card - progress - progress card body displayed calculating the risklevel -->
    <string name="risk_card_progress_calculation_body">"Your exposure data is being checked. This may take several minutes. Thank you for your patience."</string>

    <!-- ####################################
                    Main
    ###################################### -->

    <!-- XHED: main, FAQ -->
    <string name="main_about_headline">"FAQ"</string>
    <!-- XTXT: main, explains faq on card -->
    <string name="main_about_body">"Here you can find answers to frequently asked questions about the Corona-Warn-App. You will be forwarded to an external German government website."</string>
    <!-- XTXT: FAQ link, should be translated  -->
    <string name="main_about_link">"https://www.bundesregierung.de/corona-warn-app-faq-englisch"</string>
    <!-- XACT: Opens external webpage -->
    <string name="hint_external_webpage">"Here you can find answers to frequently asked questions about the Corona-Warn-App. You will be forwarded to an external website."</string>

    <!-- ####################################
               Main - Share
    ###################################### -->

    <!-- XHED: Share app link page title -->
    <string name="main_share_title">"Share the Corona-Warn-App"</string>
    <!-- XHED: Share app link page subtitle -->
    <string name="main_share_headline">"Let\'s fight coronavirus together"</string>
    <!-- YTXT: Share app link page body -->
    <string name="main_share_body">"The more people who use the app, the faster we can break the infection chain. Please invite your family and friends to download the app."</string>
    <!-- XBUT: Share app link page button -->
    <string name="main_share_button">"Send Download Link"</string>
    <!-- YMSG: Message when sharing is executed -->
    <string name="main_share_message">"Fighting coronavirus together"<xliff:g id="line_break">"\n"</xliff:g>"I\'m in on this, you too?"<xliff:g id="line_break">"\n"</xliff:g><xliff:g id="link_play_store">"https://www.corona-warn-app.de"</xliff:g>"\n"<xliff:g id="line_break">"\n"</xliff:g></string>
    <!-- XACT: main (share) - illustraction description, explanation image -->
    <string name="main_share_illustration_description">"A man shares the Corona-Warn-App with four other persons."</string>

    <!-- ####################################
                Main - Overview
    ###################################### -->

    <!-- XHED: App overview page title -->
    <string name="main_overview_title">"Overview"</string>
    <!-- XACT: main overview page title -->
    <string name="main_overview_accessibility_title">"Overview"</string>
    <!-- XHED: App overview subtitle for tracing explanation-->
    <string name="main_overview_subtitle_tracing">"Exposure Logging"</string>
    <!-- YTXT: App overview body text about tracing -->
    <string name="main_overview_body_tracing">"Exposure logging is one of the three central features of the app. When you activate it, encounters with people\'s smartphones are logged. You don\'t have to do anything else."</string>
    <!-- XHED: App overview subtitle for risk explanation -->
    <string name="main_overview_subtitle_risk">"Risk of Infection"</string>
    <!-- YTXT: App overview body text about risk levels -->
    <string name="main_overview_body_risk">"If you have had contact within the last 14 days with a person who was diagnosed with coronavirus, the app calculates your personal risk of infection. It does this by measuring duration and proximity of the exposure."</string>
    <!-- XHED: App overview subtitle for risk level list -->
    <string name="main_overview_subtitle_risk_levels">"The following risk status can be shown:"</string>
    <!-- XTXT: App overview increased risk level -->
    <string name="main_overview_subtitle_increased_risk">"Increased Risk"</string>
    <!-- XTXT: App overview low risk level -->
    <string name="main_overview_subtitle_low_risk">"Low Risk"</string>
    <!-- XTXT: App overview unknown risk level -->
    <string name="main_overview_subtitle_unknown_risk">"Unknown Risk"</string>
    <!-- XHED: App overview subtitle for test procedure explanation -->
    <string name="main_overview_headline_test">"Notifying Other Users"</string>
    <!-- YTXT: App overview body text about rest procedure -->
    <string name="main_overview_body_test">"Another central feature is registering your test and retrieving the result. If you are diagnosed with coronavirus, you can notify others and break the chain of infection."</string>
    <!-- XHED: App overview headline for glossary -->
    <string name="main_overview_headline_glossary">"Definition of Terms:"</string>
    <!-- XHED: App overview subtitle for glossary key storage -->
    <string name="main_overview_subtitle_glossary_tracing">"Exposure Log"</string>
    <!-- YTXT: App overview body for glossary key storage -->
    <string name="main_overview_body_glossary_tracing">"List of received and temporary random IDs saved temporarily in the operating system storage. This list is read when the exposures are checked. All random IDs are automatically deleted after 14 days."</string>
    <!-- XHED: App overview subtitle for glossary risk calculation  -->
    <string name="main_overview_subtitle_glossary_calculation">"Exposure Check"</string>
    <!-- YTXT: App overview body for glossary risk calculation -->
    <string name="main_overview_body_glossary_calculation">"Exposure log data is retrieved and synchronized with reported infections of other users. Your risk is checked automatically several times per day."</string>
    <!-- XHED: App overview subtitle for glossary contact  -->
    <string name="main_overview_subtitle_glossary_contact">"Exposure Risk"</string>
    <!-- YTXT: App overview body for glossary contact -->
    <string name="main_overview_body_glossary_contact">"Exposure to an infected person who has shared their positive test results with others through the app. An exposure must meet certain criteria with regard to duration, distance, and suspected infectiousness of the other person to be classified as a high-risk exposure."</string>
    <!-- XHED: App overview subtitle for glossary notifications -->
    <string name="main_overview_subtitle_glossary_notification">"Exposure Notification"</string>
    <!-- YTXT: App overview body for glossary notifications -->
    <string name="main_overview_body_glossary_notification">"The display of exposures in the Corona-Warn-App."</string>
    <!-- XHED: App overview subtitle for glossary keys -->
    <string name="main_overview_subtitle_glossary_keys">"Random ID"</string>
    <!-- YTXT: App overview body for glossary keys -->
    <string name="main_overview_body_glossary_keys">"Random IDs are combinations of digits and letters generated randomly. They are exchanged between smartphones in close proximity. Random IDs cannot be traced to a specific person and are automatically deleted after 14 days. Persons diagnosed with coronavirus can opt to share their random IDs of up to the last 14 days with other app users."</string>
    <!-- XACT: main (overview) - illustraction description, explanation image -->
    <string name="main_overview_illustration_description">"A smartphone displays various content, numbered 1 to 3."</string>
    <!-- XACT: App main page title -->
    <string name="main_title">"Main page of the Corona-Warn-App"</string>

    <!-- ####################################
               Risk Details
    ###################################### -->

    <!-- XHED: risk details - page title, in toolbar -->
    <string name="risk_details_title">"Your Risk Status"</string>
    <!-- XHED: risk details - headline for additional info in case of encounter with low risk -->
    <string name="risk_details_additional_info_title">"Exposures with low risk"</string>
    <!-- XHED: risk details - subtitle for additional info in case of encounter with low risk -->
    <string name="risk_details_additional_info_subtitle">"Why your risk of infection is low"</string>
    <!-- XHED: risk details - text for additional info in case of encounter with low risk -->
    <string name="risk_details_additional_info_text">"You encountered a person who was later diagnosed with coronavirus. Nevertheless, based on your exposure logging data, your risk of infection is low. The risk is low if your encounter was brief or occurred at a distance. You do not need to worry and there is no specific need for action. We recommend that you adhere to the prevailing rules regarding distancing and hygiene."</string>
    <!-- XHED: risk details - headline, how a user should act -->
    <string name="risk_details_headline_behavior">"Guidelines"</string>
    <!-- XHED: risk details - multiline headline, bold, how to act correct -->
    <string name="risk_details_subtitle_behavior">"This is what you should do:"</string>
    <!-- XMSG: risk details - go/stay home, something like a bullet point -->
    <string name="risk_details_behavior_body_stay_home">"If possible, please go home and stay at home."</string>
    <!-- XMSG: risk details - get in touch with the corresponding people, something like a bullet point -->
    <string name="risk_details_behavior_body_contact_doctor">"If you have questions about symptoms, testing availability, or self-isolation, please contact one of the following:"</string>
    <!-- XMSG: risk details - wash your hands, something like a bullet point -->
    <string name="risk_details_behavior_body_wash_hands">"Wash your hands regularly, with soap, for 20 seconds."</string>
    <!-- XMSG: risk details - wear a face mask, something like a bullet point -->
    <string name="risk_details_behavior_body_wear_mask">"Wear a face mask when you encounter other people."</string>
    <!-- XMSG: risk details - stay 1,5 away, something like a bullet point -->
    <string name="risk_details_behavior_body_stay_away">"Keep at least 1.5 meters distance from other people."</string>
    <!-- XMSG: risk details - cough/sneeze, something like a bullet point -->
    <string name="risk_details_behavior_body_cough_sneeze">"Sneeze or cough into your elbow or a tissue."</string>
    <!-- XMSG: risk details - contact your doctor, bullet point -->
    <string name="risk_details_behavior_increased_body_1">"Your general practitioner"</string>
    <!-- XMSG: risk details - panel doctor on-call service, bullet point -->
    <string name="risk_details_behavior_increased_body_2">"General medical emergency service on telephone number 116117"</string>
    <!-- XMSG: risk details - public health department, bullet point -->
    <string name="risk_details_behavior_increased_body_3">"Your public health authority"</string>
    <!-- XHED: risk details - infection risk headline, below behaviors -->
    <string name="risk_details_headline_infection_risk">"Risk of Infection"</string>
    <!-- XHED: risk details - infection period logged headling, below behaviors -->
    <string name="risk_details_headline_period_logged">"Period logged"</string>
    <!-- XHED: risk details - infection period logged headling, below behaviors -->
    <string name="risk_details_subtitle_period_logged">"This period is included in the calculation."</string>
    <!-- XHED: risk details - infection period logged information body, below behaviors -->
    <string name="risk_details_information_body_period_logged">"Your risk of infection can be calculated only for periods during which exposure logging was active. The logging feature should therefore remain active permanently."</string>
    <!-- XHED: risk details - infection period logged information body, below behaviors -->
    <string name="risk_details_information_body_period_logged_assessment">"Exposure logging covers the past 14 days. During this time, the logging feature on your smartphone was active for %1$s days. The app automatically deletes older logs, as these are no longer relevant for infection prevention."</string>
    <!-- XHED: risk details - how your risk level was calculated, below behaviors -->
    <string name="risk_details_subtitle_infection_risk_past">"This is how your risk was calculated."</string>
    <!-- XHED: risk details - how your risk level will be calculated, below behaviors -->
    <string name="risk_details_subtitle_infection_risk">"This is how your risk is calculated."</string>
    <!-- XMSG: risk details - risk calculation wasn't possible for 24h, below behaviors -->
    <string name="risk_details_information_body_outdated_risk">"Your exposure logging could not be updated for more than 24 hours."</string>
    <!-- YTXT: risk details - low risk explanation text -->
    <string name="risk_details_information_body_low_risk">"You have a low risk of infection because no exposure to people later diagnosed with coronavirus was logged, or because your encounters were only for a short time and at a greater distance."</string>
    <!-- YTXT: risk details - low risk explanation text with encounter with low risk -->
    <string name="risk_details_information_body_low_risk_with_encounter">"The risk of infection is calculated locally on your smartphone, using exposure logging data. The calculation also takes into account distance and duration of any exposure to persons diagnosed with coronavirus, as well as their potential infectiousness. Your risk of infection cannot be seen by or passed on to anyone else."</string>
    <!-- YTXT: risk details - increased risk explanation text with variable for day(s) since last contact -->
    <plurals name="risk_details_information_body_increased_risk">
        <item quantity="one">"You have an increased risk of infection because you were last exposed %1$s days ago over a longer period of time and at close proximity to at least one person diagnosed with coronavirus."</item>
        <item quantity="other">"You have an increased risk of infection because you were last exposed %1$s days ago over a longer period of time and at close proximity to at least one person diagnosed with coronavirus."</item>
        <item quantity="zero">"You have an increased risk of infection because you were last exposed %1$s days ago over a longer period of time and at close proximity to at least one person diagnosed with coronavirus."</item>
        <item quantity="two">"You have an increased risk of infection because you were last exposed %1$s days ago over a longer period of time and at close proximity to at least one person diagnosed with coronavirus."</item>
        <item quantity="few">"You have an increased risk of infection because you were last exposed %1$s days ago over a longer period of time and at close proximity to at least one person diagnosed with coronavirus."</item>
        <item quantity="many">"You have an increased risk of infection because you were last exposed %1$s days ago over a longer period of time and at close proximity to at least one person diagnosed with coronavirus."</item>
    </plurals>
    <!-- YTXT: risk details - risk calculation explanation -->
    <string name="risk_details_information_body_notice">"Your risk of infection is calculated from the exposure logging data (duration and proximity) locally on your smartphone. Your risk of infection cannot be seen by, or passed on to, anyone else."</string>
    <!-- YTXT: risk details - risk calculation explanation for increased risk -->
    <string name="risk_details_information_body_notice_increased">"Therefore, your risk of infection has been ranked as increased. Your risk of infection is calculated from the exposure logging data (duration and proximity) locally on your smartphone. Your risk of infection cannot be seen by, or passed on to, anyone else. When you get home, please also avoid close contact with members of your family or household."</string>
    <!-- NOTR -->
    <string name="risk_details_button_update">@string/risk_card_button_update</string>
    <!-- NOTR -->
    <string name="risk_details_button_enable_tracing">@string/risk_card_button_enable_tracing</string>
    <!-- XACT: risk details page title -->
    <string name="risk_details_accessibility_title">"Your Risk Status"</string>

    <!-- XHED: one time risk explanation dialog title  -->
    <string name="risk_details_explanation_dialog_title">"Information about exposure logging functionality"</string>
    <!-- YTXT: one time risk explanation dialog - pointing to the faq page for more information-->
    <string name="risk_details_explanation_dialog_faq_body">"For further information, please see our FAQ page."</string>
    <!-- XLNK: FAQ URL pointing to the faq page in german. Need to use the URL for english for all other languages-->
    <string name="risk_details_explanation_faq_link">"https://www.coronawarn.app/en/faq/#encounter_but_green"</string>

    <!-- XHED: risk details - deadman notification title -->
    <string name="risk_details_deadman_notification_title">"Your Risk Status"</string>
    <!-- YTXT: risk details - deadman notification text -->
    <string name="risk_details_deadman_notification_body">"Please remember to open the Corona-Warn-App regularly to check your risk status."</string>

    <!-- ####################################
               Risk Lowered Dialog
    ###################################### -->

    <!-- XHED: risk lowered - dialog headline -->
    <string name="risk_lowered_dialog_headline">"Change of Your Risk Status"</string>
    <!-- XTXT: risk lowered - dialog content -->
    <string name="risk_lowered_dialog_body">"The last exposure that resulted in your increased risk was more than 14 days ago. Therefore, your risk of infection has been ranked as low again.\n\nThis is what you should do:\n1. If you do not have any COVID-19 symptoms, continue to follow the prevailing rules regarding distancing and hygiene.\n2. If you have COVID-19 symptoms, we recommend that you visit your doctor and get tested."</string>
    <!-- XBUT: risk lowerd - dialog confirm -->
    <string name="risk_lowered_dialog_button_confirm">"OK"</string>
    <!-- XBUT: risk lowered - dialog cancel -->
    <string name="risk_lowered_dialog_button_cancel">"More"</string>

    <!-- ####################################
              Onboarding
    ###################################### -->

    <!-- XBUT: onboarding - forward and deny -->
    <string name="onboarding_button_disable">"Do Not Activate"</string>
    <!-- XBUT: onboarding - forward and allow -->
    <string name="onboarding_button_enable">"Activate"</string>
    <!-- XBUT: onboarding - back and cancel -->
    <string name="onboarding_button_cancel">"Cancel"</string>
    <!-- XBUT: onboarding - next -->
    <string name="onboarding_button_next">"Next"</string>
    <!-- XBUT: onboarding - start -->
    <string name="onboarding_button_start">"Let’s Get Started"</string>
    <!-- XTXT: onboarding - back description for screen reader -->
    <string name="onboarding_button_back_description">"Back"</string>
    <!-- XACT: Onboarding (together) page title -->
    <string name="onboarding_onboarding_accessibility_title">"Onboarding page 1 of 6: Fighting coronavirus together"</string>
    <!-- XHED: onboarding(together) - fight corona -->
    <string name="onboarding_headline">"Let\'s fight coronavirus together"</string>
    <!-- XHED: onboarding(together) - two/three line headline under an illustration -->
    <string name="onboarding_subtitle">"More protection for you and for us all. By using the Corona-Warn-App we can break infection chains much quicker."</string>
    <!-- YTXT: onboarding(together) - inform about the app -->
    <string name="onboarding_body">"Turn your smartphone into a coronavirus warning system. Get an overview of your risk status and find out whether you\'ve had close contact with anyone diagnosed with coronavirus in the last 14 days."</string>
    <!-- YTXT: onboarding(together) - explain application -->
    <string name="onboarding_body_emphasized">"The app logs encounters between individuals by exchanging encrypted, random IDs between their smartphones, whereby no personal data whatsoever is accessed."</string>
    <!-- XACT: onboarding(together) - illustraction description, header image -->
    <string name="onboarding_illustration_description">"A group of persons use their smartphones around town."</string>
    <!-- XACT: Onboarding (privacy) page title -->
    <string name="onboarding_privacy_accessibility_title">"Onboarding page 2 of 6: Data Privacy. A long text follows. To proceed at any time, use the button at the bottom of the screen."</string>
    <!-- XHED: onboarding(privacy) - title -->
    <string name="onboarding_privacy_headline">"Data Privacy"</string>

    <!-- XACT: onboarding(privacy) - illustraction description, header image -->
    <string name="onboarding_privacy_illustration_description">"A woman uses the Corona-Warn-App on her smartphone. An icon showing a padlock on the background of a shield symbolizes encrypted data."</string>
    <!-- XACT: Onboarding (tracing) page title -->
    <string name="onboarding_tracing_accessibility_title">"Onboarding page 3 of 6: How to Enable Exposure Logging"</string>
    <!-- XHED: onboarding(tracing) - how to enable tracing -->
    <string name="onboarding_tracing_headline">"How to Enable Exposure Logging"</string>
    <!-- XHED: onboarding(tracing) - two/three line headline under an illustration -->
    <string name="onboarding_tracing_subtitle">"To identify whether you are at risk of infection, you must activate exposure logging."</string>
    <!-- YTXT: onboarding(tracing) - explain tracing -->
    <string name="onboarding_tracing_body">"Exposure logging works by your Android smartphone receiving, via Bluetooth, encrypted random IDs of other users and passing your own random IDs to their smartphones. Exposure logging can be deactivated at any time. "</string>
    <!-- YTXT: onboarding(tracing) - explain tracing -->
    <string name="onboarding_tracing_body_emphasized">"The encrypted random IDs only pass information about date, duration, and proximity (calculated from signal strength) to other people. Individuals cannot be identified based on the random IDs."</string>
    <!-- YTXT: onboarding(tracing) - easy language explain tracing link-->
    <string name="onboarding_tracing_easy_language_explanation"><a href="https://www.bundesregierung.de/breg-de/themen/corona-warn-app/corona-warn-app-leichte-sprache-gebaerdensprache">"App Information in Simplified Language and Sign Language"</a></string>
    <!-- NOTR: onboarding(tracing) - easy language explain tracing link URL-->
    <string name="onboarding_tracing_easy_language_explanation_url">"https://www.bundesregierung.de/breg-de/themen/corona-warn-app/corona-warn-app-leichte-sprache-gebaerdensprache"</string>
    <!-- XBUT: onboarding(tracing) - button enable tracing -->
    <string name="onboarding_tracing_button_next">"Activate Exposure Logging"</string>
    <!-- XTXT: onboarding(tracing) - dialog about tracing permission declined -->
    <string name="onboarding_tracing_dialog_headline">"Authorization"</string>
    <!-- YMSI: onboarding(tracing) - dialog about tracing -->
    <string name="onboarding_tracing_dialog_body">"This means the Corona-Warn-App cannot send or receive notifications about your COVID-19 risk status. You can deactivate this feature at any time."</string>
    <!-- XBUT: onboarding(tracing) - positive button (right) -->
    <string name="onboarding_tracing_dialog_button_positive">"Do Not Activate"</string>
    <!-- XBUT: onboarding(tracing) - negative button (right) -->
    <string name="onboarding_tracing_dialog_button_negative">"Back"</string>
    <!-- XACT: onboarding(tracing) - dialog about background jobs header text -->
    <string name="onboarding_background_fetch_dialog_headline">"Background app refresh deactivated"</string>
    <!-- YMSI: onboarding(tracing) - dialog about background jobs -->
    <string name="onboarding_background_fetch_dialog_body">"You have deactivated background updates for the Corona-Warn-App. Please activate background updates to use automatic exposure logging. If you do not activate background updates, you can only start exposure logging manually in the app. You can activate background updates for the app in your device settings."</string>
    <!-- XBUT: onboarding(tracing) - dialog about background jobs, open device settings -->
    <string name="onboarding_background_fetch_dialog_button_positive">"Open Device Settings"</string>
    <!-- XBUT: onboarding(tracing) - dialog about background jobs, continue in app -->
    <string name="onboarding_background_fetch_dialog_button_negative">"Start Exposure Logging Manually"</string>
    <!-- XACT: onboarding(tracing) - dialog about energy optimized header text -->
    <string name="onboarding_energy_optimized_dialog_headline">"Allow prioritized background activity"</string>
    <!-- YMSI: onboarding(tracing) - dialog about energy optimized -->
    <string name="onboarding_energy_optimized_dialog_body">"Enable prioritized background activity to allow the App to determine your risk status in the background any time (recommended). This disables battery life optimization for the Corona-Warn-App only. We do not expect this to cause a significant decrease in your smartphone\'s battery life.\n\nIf you do not allow this setting, we recommend you to open the App manually at least once every 24 hours."</string>
    <!-- XBUT: onboarding(tracing) - dialog about energy optimized, open device settings -->
    <string name="onboarding_energy_optimized_dialog_button_positive">"Allow"</string>
    <!-- XBUT: onboarding(tracing) - dialog about energy optimized, continue in app -->
    <string name="onboarding_energy_optimized_dialog_button_negative">"Do Not Allow"</string>
    <!-- XACT: onboarding(tracing) - dialog about manual checking header text -->
    <string name="onboarding_manual_required_dialog_headline">"Prioritized background activity disabled"</string>
    <!-- YMSI: onboarding(tracing) - dialog about manual checking -->
    <string name="onboarding_manual_required_dialog_body">"Please note that with prioritized background activity disabled, you have to open the App manually at least once every 24 hours to update your risk status.\n\nYou can enable prioritized background activity in your settings any time."</string>
    <!-- XBUT: onboarding(tracing) - dialog about manual checking button -->
    <string name="onboarding_manual_required_dialog_button">"OK"</string>
    <!-- XACT: onboarding(tracing) - illustraction description, header image -->
    <string name="onboarding_tracing_illustration_description">"Three persons have activated exposure logging on their smartphones, which will log their encounters with each other."</string>
    <!-- XHED: onboarding(tracing) - location explanation for bluetooth headline -->
    <string name="onboarding_tracing_location_headline">"Allow location access"</string>
    <!-- XTXT: onboarding(tracing) - location explanation for bluetooth body text -->
    <string name="onboarding_tracing_location_body">"Your location cannot be accessed. Google and/or Android requires access to your smartphone\'s location to use Bluetooth."</string>
    <!-- XBUT: onboarding(tracing) - button enable tracing -->
    <string name="onboarding_tracing_location_button">"Open Device Settings"</string>
    <!-- XACT: Onboarding (test) page title -->
    <string name="onboarding_test_accessibility_title">"Onboarding page 5 of 6: If You Are Diagnosed with Coronavirus"</string>
    <!-- XHED: onboarding(test) - about positive tests -->
    <string name="onboarding_test_headline">"If you are diagnosed with coronavirus…"</string>
    <!-- XHED: onboarding(test) - two/three line headline under an illustration -->
    <string name="onboarding_test_subtitle">"… please report this in the Corona-Warn-App. Sharing your test results is voluntary and secure. Please do this for the sake of everyone\'s health."</string>
    <!-- YTXT: onboarding(test) - explain test -->
    <string name="onboarding_test_body">"Your notification is encrypted securely and processed on a secure server. People whose encrypted random IDs your smartphone has collected will now receive a warning along with information about what they should now do."</string>
    <!-- XACT: onboarding(test) - illustraction description, header image -->
    <string name="onboarding_test_illustration_description">"An encrypted positive test diagnosis is transmitted to the system, which will now warn other users."</string>
    <!-- XACT: Onboarding (datashare) page title -->
    <string name="onboarding_notifications_accessibility_title">"Onboarding page 6 of 6: Receive warnings and identify risks"</string>
    <!-- XHED: onboarding(datashare) - about positive tests -->
    <string name="onboarding_notifications_headline">"Receive warnings and identify risks"</string>
    <!-- XHED: onboarding(datashare) - two/three line headline under an illustration -->
    <string name="onboarding_notifications_subtitle">"The app can notify you automatically about your risk status and warn you about new infections of people you have been exposed to. Allow the app now to notify you."</string>
    <!-- YTXT: onboarding(datashare) - explain test -->
    <string name="onboarding_notifications_body">"You can then self-isolate to protect others and find out where you can get tested."</string>
    <!-- XACT: onboarding(notifications) - illustraction description, header image -->
    <string name="onboarding_notifications_illustration_description">"A woman receives a notification from her Corona-Warn-App."</string>

    <!-- ####################################
             Onboarding sixteen include
   ###################################### -->

    <!-- XACT: onboarding(sixteen) title -->
    <string name="sixteen_title_text">"Age 16 Warning"</string>

    <!-- XACT: onboarding(sixteen) title -->
    <string name="sixteen_description_text">"The use of this app is intended for persons who are at least 16 years of age and who reside in Germany."</string>


    <!-- ####################################
                  Settings
    ###################################### -->

    <!-- XHED: settings - settings overview page title -->
    <string name="settings_title">"Settings"</string>
    <!-- XTXT: settings - on, like a label next to a setting -->
    <string name="settings_on">"On"</string>
    <!-- XTXT: settings - off, like a label next to a setting -->
    <string name="settings_off">"Off"</string>
    <!-- XHED: settings(tracing) - page title -->
    <string name="settings_tracing_title">"Exposure Logging"</string>
    <!-- XHED: settings(tracing) - headline bellow illustration -->
    <string name="settings_tracing_headline">"How exposure logging works"</string>
    <!-- XTXT: settings(tracing) - explain text in settings overview under headline -->
    <string name="settings_tracing_body_description">"Allow creation and sharing of COVID-19 random IDs."</string>
    <!-- XTXT: settings(tracing) - shows status under header in home, active -->
    <string name="settings_tracing_body_active">"Exposure Logging Active"</string>
    <!-- XTXT: settings(tracing) - shows status under header in home, inactive -->
    <string name="settings_tracing_body_inactive">"Exposure logging stopped"</string>
    <!-- XTXT: settings(tracing) - shows status under header in home, inactive location -->
    <string name="settings_tracing_body_inactive_location">"Location services deactivated"</string>
    <!-- YTXT: settings(tracing) - explains tracings -->
    <string name="settings_tracing_body_text">"You need to enable the exposure logging feature so that the app can determine whether you are at risk after encountering an infected app user. The exposure logging feature works transnationally, meaning any possible exposure involving users is also detected by other official coronavirus apps.\n\nThe exposure logging feature works by your Android smartphone receiving encrypted random IDs from other users via Bluetooth and passing your own random IDs to their smartphones. Every day, the app downloads a list containing the random IDs – along with any voluntary information about the onset of symptoms – of all users who have tested positive for the virus and voluntarily shared this information (specifically: their random IDs) via their app. This list is then compared with the random IDs of other users you have encountered that have been recorded by your Android smartphone, in order to calculate the likelihood that you have also been infected and to warn you if necessary. You can use the toggle switch to disable exposure logging at any time.\n\nThe app never collects personal data such as your name, address or location, nor is this information passed on to other users. It is not possible to use random IDs to draw conclusions about individual persons."</string>
    <!-- XTXT: settings(tracing) - status next to switch under title -->
    <string name="settings_tracing_status_active">"Active"</string>
    <!-- XTXT: settings(tracing) - status next to switch under title -->
    <string name="settings_tracing_status_inactive">"Stopped"</string>
    <!-- XTXT: settings(tracing) - status next to switch under title -->
    <string name="settings_tracing_status_restricted">"Restricted"</string>
    <!-- XTXT: settings(tracing) - shows status under header in home, no internet -->
    <string name="settings_tracing_body_connection_inactive">"No Internet connection"</string>
    <!-- XTXT: settings(tracing) - shows status under header in home, no bluetooth -->
    <string name="settings_tracing_body_bluetooth_inactive">"Bluetooth turned off"</string>
    <!--XHED : settings(tracing) - headline on card about the current status and what to do -->
    <string name="settings_tracing_status_bluetooth_headline">"Turn on Bluetooth"</string>
    <!-- XTXT: settings(tracing) - explains user what to do on card if bluetooth is disabled -->
    <string name="settings_tracing_status_bluetooth_body">"Bluetooth must be turned on for exposure logging in order to log encounters. Please turn on Bluetooth in your device settings."</string>
    <!-- XBUT: settings(tracing) - go to operating system settings button on card -->
    <string name="settings_tracing_status_bluetooth_button">"Open Device Settings"</string>
    <!--XHED : settings(tracing) - headline on card about the current status and what to do -->
    <string name="settings_tracing_status_location_headline">"Allow location access"</string>
    <!-- XTXT: settings(tracing) - explains user what to do on card if location is disabled -->
    <string name="settings_tracing_status_location_body">"Activate your location services. Bluetooth Low Energy requires activated location services to calculate physical distances, but does not access your location. For further information, please see our FAQ page."</string>
    <!-- XTXT: settings(tracing) - explains user what to do on card if location is disabled: URL -->
    <string name="settings_tracing_status_location_body_url">"https://www.coronawarn.app/en/faq/#android_location"</string>
    <!-- XBUT: settings(tracing) - go to operating system settings button on card - location -->
    <string name="settings_tracing_status_location_button">"Open Device Settings"</string>
    <!--XHED : settings(tracing) - headline on card about the current status and what to do -->
    <string name="settings_tracing_status_connection_headline">"Open Internet connection"</string>
    <!-- XTXT: settings(tracing) - explains user what to do on card if connection is disabled -->
    <string name="settings_tracing_status_connection_body">"Exposure logging requires an Internet connection to calculate exposures. Please turn on WIFI or mobile data in your device settings."</string>
    <!-- XBUT: settings(tracing) - go to operating system settings button on card -->
    <string name="settings_tracing_status_connection_button">"Open Device Settings"</string>
    <!-- XTXT: settings(tracing) - explains the circle progress indicator to the right with the current value -->
    <plurals name="settings_tracing_status_body_active">
        <item quantity="one">"Exposure logging has been active for one day.\nAn exposure check can only be reliable if exposure logging is permanently activated."</item>
        <item quantity="other">"Exposure logging has been active for %1$s days.\nAn exposure check can only be reliable if exposure logging is permanently activated."</item>
        <item quantity="zero">"Exposure logging has been active for %1$s days.\nAn exposure check can only be reliable if exposure logging is permanently activated."</item>
        <item quantity="two">"Exposure logging has been active for %1$s days.\nAn exposure check can only be reliable if exposure logging is permanently activated."</item>
        <item quantity="few">"Exposure logging has been active for %1$s days.\nAn exposure check can only be reliable if exposure logging is permanently activated."</item>
        <item quantity="many">"Exposure logging has been active for %1$s days.\nAn exposure check can only be reliable if exposure logging is permanently activated."</item>
    </plurals>
    <!-- XACT: settings(tracing) - describes illustration -->
    <string name="settings_tracing_illustration_description_active">"Three persons have activated exposure logging on their smartphones, which will log their encounters with each other."</string>
    <!-- XACT: settings(tracing) - describes illustration -->
    <string name="settings_tracing_illustration_description_inactive">"A person has deactivated exposure logging on their smartphone, so an encounter with two other persons is not logged."</string>
    <!-- XACT: settings(tracing) - describes illustration -->
    <string name="settings_tracing_bluetooth_illustration_description_inactive">"A person has turned off Bluetooth on their smartphone, so an encounter with two other persons is not logged."</string>
    <!-- XACT: settings(tracing) - describes illustration -->
    <string name="settings_tracing_location_illustration_description_inactive" />
    <!-- XACT: settings(tracing) - describes illustration -->
    <string name="settings_tracing_connection_illustration_description_inactive">"A person has turned off the Internet connection on their smartphone, so an encounter with two other persons is not logged."</string>

    <!-- XHED: settings(notification) - notification page title -->
    <string name="settings_notifications_title">"Notifications"</string>
    <!-- XHED: settings(notification) - multiline headline below illustration, active -->
    <string name="settings_notifications_headline_active">"Do you want to activate notifications of your COVID-19 risk status?"</string>
    <!-- XHED: settings(notification) - multiline headline below illustration, inactive -->
    <string name="settings_notifications_headline_inactive">"Notifications are deactivated"</string>
    <!-- XTXT: settings(notification) - text in row on settings overview -->
    <string name="settings_notifications_body_description">"Allow automatic notifications of COVID-19 risk status"</string>
    <!-- YTXT: settings(notification) - description text when it notifications are enabled -->
    <string name="settings_notifications_body_active">"Specify which areas you want to continue to receive notifications for."</string>
    <!-- XTXT: settings(notification) - explains what the user has to do to activate settings -->
    <string name="settings_notifications_body_inactive">"To activate notifications, you must allow notifications for the Corona-Warn-App in your device settings."</string>
    <!-- XHED: settings(notification) - card headline -->
    <string name="settings_notifications_headline_card">"Activate Notifications"</string>
    <!-- XHED: settings - notification headline on settings overview -->
    <string name="settings_notifications_subtitle_notification">"Notifications"</string>
    <!-- XTXT: settings(notification) - next to a switch -->
    <string name="settings_notifications_subtitle_update_risk">"Your risk of infection changed"</string>
    <!-- XTXT: settings(notification) - next to a switch -->
    <string name="settings_notifications_subtitle_update_test">"Status of your coronavirus test"</string>
    <!-- XBUT: settings(notification) - go to operating settings -->
    <string name="settings_notifications_button_open_settings">"Open Device Settings"</string>
    <!-- XACT: main (overview) - illustraction description, explanation image, displays notificatin status, active -->
    <string name="settings_notifications_illustration_description_active">"A woman receives a notification from her Corona-Warn-App."</string>
    <!-- XACT: main (overview) - illustraction description, explanation image, displays notificatin status, inactive -->
    <string name="settings_notifications_illustration_description_inactive">"A woman has deactivated notifications for her Corona-Warn-App."</string>
    <!-- XBUT: settings - go to reset application -->
    <string name="settings_reset_title">"Reset App"</string>
    <!-- XTXT: settings(reset) - explains the user what do expect when navigating to reset -->
    <string name="settings_reset_body_description">"Delete all your data in the app."</string>
    <!-- XHED: settings(reset) - multiline headline below illustration -->
    <string name="settings_reset_headline">"Are you sure you want to reset the app?"</string>
    <!-- XTXT: settings(reset) - explains the consequences -->
    <string name="settings_reset_body">"You will no longer be notified of your exposures and you will no longer be able to warn other users."</string>
    <!-- XHED: settings(reset) - on card, explains user to go to the operating system settings -->
    <string name="settings_reset_headline_keys">"Delete Exposure "<xliff:g id="line_break">"\n"</xliff:g>"Log"</string>
    <!-- XTXT: settings(reset) - on card -->
    <string name="settings_reset_body_keys">"The exposure log must be deleted separately in your device settings."</string>
    <!-- XBUT: settings(reset) - triggers reset -->
    <string name="settings_reset_button_positive">"Reset App"</string>
    <!-- XBUT: settings(reset) - cancel reset and navigates the suer back to the settings -->
    <string name="settings_reset_button_negative">"Cancel"</string>
    <!-- XACT: main (overview) - illustraction description, explanation image -->
    <string name="settings_reset_illustration_description">"A hand holds a smartphone displaying a symbol indicating that the app is being reset."</string>
    <!-- XHED: settings(reset) - dialog headline -->
    <string name="settings_reset_dialog_headline">"Reset App"</string>
    <!-- XTXT: settings(reset) - dialog content -->
    <string name="settings_reset_dialog_body">"You will no longer be notified of your exposures and you will no longer be able to warn other users. This procedure cannot be undone."</string>
    <!-- XBUT: settings(reset) - dialog cancel -->
    <string name="settings_reset_dialog_button_cancel">"Cancel"</string>
    <!-- XBUT: settings(reset) - dialog confirm -->
    <string name="settings_reset_dialog_button_confirm">"Reset"</string>
    <!-- XHED: settings(background priority) - notification page title -->
    <string name="settings_background_priority_title">"Prioritized Background Activity"</string>
    <!-- XTXT: settings(background priority) - text in row on settings overview -->
    <string name="settings_background_priority_body_description">"Allow automatic risk status updates"</string>
    <!-- XHED: settings(background priority) - multiline headline below illustration -->
    <string name="settings_background_priority_headline">"Update Risk Status Automatically"</string>
    <!-- YTXT: settings(background priority) - description text -->
    <string name="settings_background_priority_body">"If you activate prioritized background activity, the App can determine your risk status at any time. This disables battery life optimization for the Corona-Warn-App only."</string>
    <!-- XACT: settings(background priority) - illustraction description -->
    <string name="settings_background_priority_illustration_description" />
    <!-- XTXT: settings(background priority) - explains user what to do on card if background priority is enabled -->
    <string name="settings_background_priority_card_body">"You can activate and deactivate prioritized background activity in your device settings."</string>
    <!-- XBUT: settings(background priority) - go to operating system settings button on card -->
    <string name="settings_background_priority_card_button">"Open Device Settings"</string>
    <!-- XHED : settings(background priority) - headline on card about the current status and what to do -->
    <string name="settings_background_priority_card_headline">"Change prioritized background activity"</string>

    <!-- ####################################
               App Information
    ###################################### -->

    <!-- XHED: Page title for menu information page -->
    <string name="information_title">"App Information"</string>
    <!-- XTXT: Version information text -->
    <string name="information_version">"Version: %1s"</string>
    <!-- XHED: Page title for about information page, also menu item / button text -->
    <string name="information_about_title">"About the App"</string>
    <!-- XHED: Subtitle for about information page -->
    <string name="information_about_headline">"Let\'s fight coronavirus together"</string>
    <!-- YTXT: Body text for about information page -->
    <string name="information_about_body_emphasized">"Robert Koch Institute (RKI) is Germany’s federal public health body. The RKI publishes the Corona-Warn-App on behalf of the Federal Government. The app is intended as a digital complement to public health measures already introduced: social distancing, hygiene, and face masks."</string>
    <!-- YTXT: Body text for about information page -->
    <string name="information_about_body">"People who use the app help to trace and break chains of infection. The app saves encounters with other people locally on your device. You are notified if you have encountered people who were later diagnosed with coronavirus. Your identity and privacy are always protected."</string>
    <!-- XACT: describes illustration -->
    <string name="information_about_illustration_description">"A group of persons use their smartphones around town."</string>
    <!-- XHED: Page title for privacy information page, also menu item / button text -->
    <string name="information_privacy_title">"Data Privacy"</string>
    <!-- XACT: describes illustration -->
    <string name="information_privacy_illustration_description">"A woman uses the Corona-Warn-App on her smartphone. An icon showing a padlock on the background of a shield symbolizes encrypted data."</string>
    <!-- XTXT: Path to the full blown privacy html, to translate it exchange "_de" to "_en" and provide the corresponding html file -->
    <string name="information_privacy_html_path">"privacy_en.html"</string>
    <!-- XHED: Page title for terms of use information page, also menu item / button text -->
    <string name="information_terms_title">"Terms of Use"</string>
    <!-- XHED: Page headline for terms of use information page -->
    <string name="information_terms_headline">"Content"</string>
    <!-- XACT: describes illustration -->
    <string name="information_terms_illustration_description">"A hand holds a smartphone displaying a large body of text on the screen. Next to the text is a tick mark symbolizing that the terms of use have been accepted."</string>
    <!-- XTXT: Path to the full blown terms html, to translate it exchange "_de" to "_en" and provide the corresponding html file -->
    <string name="information_terms_html_path">"terms_en.html"</string>
    <!-- XHED: Page title for technical contact and hotline information page, also menu item / button text -->
    <string name="information_contact_title">"Technical Hotline"</string>
    <!-- XHED: Subtitle for technical contact and hotline information page -->
    <string name="information_contact_headline">"How can we help you?"</string>
    <!-- YTXT: Body text for technical contact and hotline information page -->
    <string name="information_contact_body">"For technical questions about the Corona-Warn-App, please contact our hotline.\n\nPersons with hearing impairments can use Tess Relay services (interpreting between German written language and sign language) to contact the phone hotline. You can download the software from Google Play."</string>
    <!-- XHED: Subtitle for technical contact and hotline information page -->
    <string name="information_contact_subtitle_phone">"Technical hotline:"</string>
    <!-- XLNK: Button / hyperlink to phone call for technical contact and hotline information page -->
    <string name="information_contact_button_phone">"+49 800 7540001"</string>
    <!-- XBUT: CAUTION - ONLY UPDATE THE NUMBER IF NEEDED, ONLY NUMBERS AND NO SPECIAL CHARACTERS EXCEPT "+" and "space" ALLOWED IN THIS FIELD; -->
    <string name="information_contact_phone_call_number">"+49 800 7540001"</string>
    <!-- XTXT: Body text for technical contact and hotline information page -->
    <string name="information_contact_body_phone">"Our customer service is here to help."</string>
    <!-- YTXT: Body text for technical contact and hotline information page -->
    <string name="information_contact_body_open">"Languages: English, German, Turkish\nBusiness hours:"<xliff:g id="line_break">"\n"</xliff:g>"Monday to Saturday: 7am - 10pm"<xliff:g id="line_break">"\n(except national holidays)"</xliff:g><xliff:g id="line_break">"\nThe call is free of charge."</xliff:g></string>
    <!-- YTXT: Body text for technical contact and hotline information page -->
    <string name="information_contact_body_other">"If you have any health-related questions, please contact your general practitioner or the medical emergency service hotline, telephone: 116 117."</string>
    <!-- XACT: describes illustration -->
    <string name="information_contact_illustration_description">"A man wears a headset while making a phone call."</string>
    <!-- XLNK: Menu item / hyper link / button text for navigation to FAQ website -->
    <string name="information_help_title">"FAQ"</string>
    <!-- XACT: accessibility hint -->
    <string name="information_help_title_accessibility">"Frequently asked questions. You will be forwarded to an external web site."</string>
    <!-- XHED: Page title for technical information page, also menu item / button text -->
    <string name="information_technical_title">"Legal Notices"</string>
    <!-- XACT: describes illustration -->
    <string name="information_technical_illustration_description">"A hand holds a smartphone displaying a large body of text on the screen. Next to the text is a balance scale that symbolizes legal notices."</string>
    <!-- XTXT: Path to the full blown legal html, to translate it exchange "_de" to "_en" and provide the corresponding html file -->
    <string name="information_technical_html_path">"technical_en.html"</string>
    <!-- XHED: Page title for legal information page, also menu item / button text -->
    <string name="information_legal_title">"Imprint"</string>
    <!-- XHED: Headline for legal information page, publisher section -->
    <string name="information_legal_headline_publisher">"Published by"</string>
    <!-- YTXT: subtitle for legal information page, publisher section -->
    <string name="information_legal_subtitle_publisher">"(responsible in accordance with § 5, para. 1 TMG, § 55 para. 1 RStV, DS-GVO, BDSG)"</string>
    <!-- YTXT: body for legal information page, publisher section -->
    <string name="information_legal_body_publisher">"Robert Koch Institute"<xliff:g id="line_break">"\n"</xliff:g>"Nordufer 20"<xliff:g id="line_break">"\n"</xliff:g>"13353 Berlin"<xliff:g id="line_break">"\n"</xliff:g><xliff:g id="line_break">"\n"</xliff:g>"represented by its president"</string>
    <!-- XHED: Headline for legal information page, contact section -->
    <string name="information_legal_headline_contact">"Contact"</string>
    <!-- YTXT: subtitle for legal information page, contact section -->
    <string name="information_legal_subtitle_contact">"E-mail: CoronaWarnApp@rki.de"</string>
    <!-- YTXT: subtitle for legal information page, open contact form : Only has to be translated in URL for English FOrm-->
    <string name="information_legal_subtitle_contact_label">"Contact Form"</string>
    <!-- YTXT: subtitle for legal information page url : Only has to be translated in URL for English FOrm-->
    <string name="information_legal_subtitle_contact_url">"https://www.rki.de/SharedDocs/Kontaktformulare/en/Kontaktformulare/weitere/Corona-Warn-App/Corona-Warn-App_Integrator.html"</string>
    <!-- NOTR: subtitle for legal information page, open contact form for languages other than English and German -->
    <string name="information_legal_subtitle_contact_form_non_en_de">"Contact Form in "<a href="https://www.rki.de/SharedDocs/Kontaktformulare/en/Kontaktformulare/weitere/Corona-Warn-App/Corona-Warn-App_Integrator.html">"English"</a>" or "<a href="https://www.rki.de/SharedDocs/Kontaktformulare/weitere/Corona-Warn-App/Corona-Warn-App_Integrator.html">"German"</a></string>
    <!-- XHED: Headline for legal information page, tax section -->
    <string name="information_legal_headline_taxid">"VAT identification\nnumber"</string>
    <!-- YTXT: subtitle for legal information page, tax section -->
    <string name="information_legal_subtitle_taxid">"DE 165 893 430"</string>
    <!-- XACT: describes illustration -->
    <string name="information_legal_illustration_description">"A hand holds a smartphone displaying a large body of text on the screen. Next to the text is a section symbol representing the imprint."</string>

    <!-- ####################################
              Interoperability
    ###################################### -->
    <!-- XHED: headline for consent information  -->
    <string name="interop_consent_headline">"Consent"</string>

    <!-- ####################################
             Submission
    ###################################### -->

    <!-- XHED: Dialog title for generic web request error -->
    <string name="submission_error_dialog_web_generic_error_title">"Error"</string>
    <!-- XMSG: Dialog body for generic web request network error with status code -->
    <string name="submission_error_dialog_web_generic_network_error_body">"Connection could not be established (%1$d). Please try again."</string>
    <!-- XMSG: Dialog body for generic web request error without status code -->
    <string name="submission_error_dialog_web_generic_error_body">"Connection could not be established. Please try again."</string>
    <!-- XBUT: Positive button for generic web request error -->
    <string name="submission_error_dialog_web_generic_error_button_positive">"Back"</string>

    <!-- XHED: Dialog title for already paired test error: qr -->
    <string name="submission_error_dialog_web_test_paired_title">"QR code is invalid"</string>
    <!-- XMSG: Dialog body for already paired test error: qr -->
    <string name="submission_error_dialog_web_test_paired_body">"The QR code is invalid or has been registered on another smartphone already. You will receive your test result from the test center or laboratory regardless of the validity of the QR code. If you are diagnosed with coronavirus, you will be notified by the public health authority."</string>
    <!-- XHED: Dialog title for already paired test error: tan -->
    <string name="submission_error_dialog_web_test_paired_title_tan">"TAN is invalid"</string>
    <!-- XMSG: Dialog body for already paired test via tan - error: tan -->
    <string name="submission_error_dialog_web_test_paired_body_tan">"The TAN is invalid or has already been used. For further information, call the number listed under \"Request TAN\"."</string>
    <!-- XBUT: Positive button for already paired test error -->
    <string name="submission_error_dialog_web_test_paired_button_positive">"Back"</string>

    <!-- XHED: Dialog title for could not create submission tan -->
    <string name="submission_error_dialog_web_paring_invalid_title">"Error"</string>
    <!-- XMSG: Dialog body for could not create submission tan -->
    <string name="submission_error_dialog_web_paring_invalid_body">"A TAN for submission could not be generated. Please contact the technical hotline via App Information → Technical Hotline."</string>
    <!-- XBUT: Positive button for could not create submission tan -->
    <string name="submission_error_dialog_web_paring_invalid_button_positive">"Back"</string>

    <!-- XHED: Dialog title for submission tan invalid -->
    <string name="submission_error_dialog_web_tan_invalid_title">"Error"</string>
    <!-- XMSG: Dialog body for submission tan invalid -->
    <string name="submission_error_dialog_web_tan_invalid_body">"The generated TAN is invalid for submission. Please contact the technical hotline via App Information → Technical Hotline."</string>
    <!-- XBUT: Positive button for submission tan invalid -->
    <string name="submission_error_dialog_web_tan_invalid_button_positive">"Back"</string>

    <!-- XHED: Dialog title for submission tan redeemed -->
    <string name="submission_error_dialog_web_tan_redeemed_title">"QR code no longer valid"</string>
    <!-- XMSG: Dialog body for submission tan redeemed -->
    <string name="submission_error_dialog_web_tan_redeemed_body">"Your test is more than 21 days old and can no longer be registered in the app. If you are tested again in future, please make sure to scan the QR code as soon as you get it."</string>
    <!-- XBUT: Positive button for submission tan redeemed -->
    <string name="submission_error_dialog_web_tan_redeemed_button_positive">"OK"</string>

    <!-- XHED: Dialog title for keys submission process cancellation -->
    <string name="submission_error_dialog_confirm_cancellation_title">"Do you want to cancel entering your symptoms?"</string>
    <!-- XMSG: Dialog body for keys submission process cancellation -->
    <string name="submission_error_dialog_confirm_cancellation_body">"If you provide information about your symptoms, you can warn others more exactly."</string>
    <!-- XBUT: Positive button for keys submission process cancellation -->
    <string name="submission_error_dialog_confirm_cancellation_button_positive">"Yes"</string>
    <!-- XBUT: Negative button for keys submission process cancellation -->
    <string name="submission_error_dialog_confirm_cancellation_button_negative">"No"</string>

    <!-- Permission Rationale Dialog -->
    <!-- XHED: Dialog headline QR Scan permission rationale  -->
    <string name="submission_qr_code_scan_permission_rationale_dialog_headline">"Camera authorization required"</string>
    <!-- YTXT: Dialog Body text for QR Scan permission rationale -->
    <string name="submission_qr_code_scan_permission_rationale_dialog_body">"Allow the app to use the camera to scan the QR code."</string>
    <!-- XBUT: Dialog(QR Scan permission rationale) - positive button (right) -->
    <string name="submission_qr_code_scan_permission_rationale_dialog_button_positive">"Allow"</string>
    <!-- XBUT: Dialog(QR Scan permission rationale) - negative button (left) -->
    <string name="submission_qr_code_scan_permission_rationale_dialog_button_negative">"Do Not Allow"</string>

    <!-- Permission Denied Dialog -->
    <!-- XHED: Dialog headline QR Scan permission denied  -->
    <string name="submission_qr_code_scan_permission_denied_dialog_headline">"Camera access needed"</string>
    <!-- YTXT: Dialog Body text for QR Scan permission denied -->
    <string name="submission_qr_code_scan_permission_denied_dialog_body">"Please call up the system settings and allow the app to use the camera to scan the QR code."</string>
    <!-- XBUT: Dialog(QR Scan permission denied) - button -->
    <string name="submission_qr_code_scan_permission_denied_dialog_button">"OK"</string>

    <!-- QR Code Scan Invalid Dialog -->
    <!-- XHED: Dialog headline for invalid QR code  -->
    <string name="submission_qr_code_scan_invalid_dialog_headline">"QR code is invalid"</string>
    <!-- YTXT: Dialog Body text for invalid QR code -->
    <string name="submission_qr_code_scan_invalid_dialog_body">"The QR code is invalid or has been registered on another smartphone already. You will receive your test result from the test center or laboratory regardless of the validity of the QR code. If you are diagnosed with coronavirus, the public health authority will be notified through the legally prescribed channel and will contact you."</string>
    <!-- XBUT: Dialog(Invalid QR code) - positive button (right) -->
    <string name="submission_qr_code_scan_invalid_dialog_button_positive">"Please try again."</string>
    <!-- XBUT: Dialog(Invalid QR code) - negative button (left) -->
    <string name="submission_qr_code_scan_invalid_dialog_button_negative">"Cancel"</string>

    <!-- QR Code Scan Screen -->
    <string name="submission_qr_code_scan_title">"Position the QR code in the frame."</string>
    <!-- YTXT: instruction text for QR code scanning  -->
    <string name="submission_qr_code_scan_body">"Position the QR code in the frame."</string>

    <!-- QR Code Consent Screen -->
    <!-- XHED: Page headline for Submission consent  -->
    <string name="submission_consent_main_headline">"Your Consent"</string>
    <!-- YTXT: Body for Submissionconsent  -->
    <string name="submission_consent_main_headline_body">"Your consent is needed before you can retrieve your test result and warn others."</string>
    <!-- XHED: Page subheadline for consent call test result  -->
    <string name="submission_consent_call_test_result">"Retrieve Test Result"</string>
    <!-- YTXT: Body for Submission Consent call test result body  -->
    <string name="submission_consent_call_test_result_body">"In the next step, scan the QR code on your test and retrieve your test result."</string>
    <!-- YTXT:  Body sub text 1 for Submission Consent call test result   -->
    <string name="submission_consent_call_test_result_scan_your_test_only">"Only scan your own test."</string>
    <!-- YTXT:  Body sub text 2 for Submission Consent call test result   -->
    <string name="submission_consent_call_test_result_scan_test_only_once">"Your test can only be scanned once. The app cannot manage multiple tests at the same time."</string>
    <!-- XHED: Page subheadline for consent help by warning others  -->
    <string name="submission_consent_help_by_warning_others_headline">"Please help others you have encountered by warning them!"</string>
    <!-- YTXT: Body for consent help by warning others -->
    <string name="submission_consent_help_by_warning_others_body">"If you have been diagnosed with coronavirus, you can warn others through the app. The warning function works in several countries. The following countries are currently participating:"</string>
    <!-- YTXT: Page bottom text for consent screen -->
    <string name="submission_consent_main_bottom_body">"Detailed Information on Data Processing and Your Consent"</string>
    <!-- YTXT: Body for consent main section first point  -->
    <string name="submission_consent_main_first_point">"Your consent is voluntary."</string>
    <!-- YTXT: Body for consent main section second point  -->
    <string name="submission_consent_main_second_point">"You can retrieve your test result even if you do not choose to share it. But if you share your test result, you will help to protect others against infection."</string>
    <!-- YTXT: Body for consent main section third point  -->
    <string name="submission_consent_main_third_point">"Your identity will remain secret. Other users will not know who shared their test results."</string>
    <!-- YTXT: Body for consent main section fourth point  -->
    <string name="submission_consent_main_fourth_point">"You must be at least 16 years old to grant your consent."</string>

    <!-- Submission Test Result -->
    <!-- XHED: Page headline for test result  -->
    <string name="submission_test_result_headline">"Test Result"</string>
    <!-- XHED: Page subheadline for test result  -->
    <string name="submission_test_result_subtitle">"How this works:"</string>
    <!-- XHED: Page headline for results next steps  -->
    <string name="submission_test_result_steps_added_heading">"Test added successfully"</string>
    <!-- YTXT: Body text for for results next steps  -->
    <string name="submission_test_result_steps_added_body">"Your test has been stored in the Corona-Warn-App."</string>
    <!-- XHED: Page headline for pending test result next steps  -->
    <string name="submission_test_result_pending_steps_waiting_heading">"Your test result is not available yet."</string>
    <!-- YTXT: Body text for next steps section of waiting test result page -->
    <string name="submission_test_result_pending_steps_waiting_body">"As soon as your test result becomes available, it will be displayed in the app."</string>
    <!-- XBUT: test result pending : refresh button -->
    <string name="submission_test_result_pending_refresh_button">"Update"</string>
    <!-- XBUT: test result pending : remove the test button -->
    <string name="submission_test_result_pending_remove_test_button">"Delete Test"</string>
    <!-- XHED: Page headline for negative test result next steps  -->
    <string name="submission_test_result_negative_steps_negative_heading">"Your Test Result"</string>
    <!-- YTXT: Body text for next steps section of test negative result -->
    <string name="submission_test_result_negative_steps_negative_body">"The laboratory result indicates no verification that you have the SARS-CoV-2 coronavirus.\n\nPlease delete the test from the Corona-Warn-App, so that you can save a new test code here if necessary."</string>
    <!-- XBUT: negative test result : remove the test button -->
    <string name="submission_test_result_negative_remove_test_button">"Delete Test"</string>
    <!-- XHED: Page headline for other warnings screen  -->
    <string name="submission_test_result_positive_steps_warning_others_heading">"Warn Others"</string>
    <!-- YTXT: Body text for for other warnings screen-->
    <string name="submission_test_result_positive_steps_warning_others_body">"Share your random IDs and warn others.\nHelp determine the risk of infection for others more accurately by also indicating when you first noticed any coronavirus symptoms."</string>
    <!-- XBUT: positive test result : continue button -->
    <string name="submission_test_result_positive_continue_button">"Next"</string>
    <!-- XBUT: positive test result : continue button with symptoms-->
    <string name="submission_test_result_positive_continue_button_with_symptoms">"Enter Symptoms"</string>
    <!-- XBUT: positive test result : continue button without symptoms -->
    <string name="submission_test_result_positive_continue_button_wo_symptoms">"Don’t Enter Symptoms"</string>
    <!-- XHED: Page headline for invalid test result screen  -->
    <string name="submission_test_result_invalid_steps_invalid_heading">"Your Test Result"</string>
    <!-- YTXT: Body text for next steps section of invalid test result-->
    <string name="submission_test_result_invalid_steps_invalid_body">"There was a problem evaluating your test. Please contact the test center or laboratory involved to find out how to proceed.\n\nPlease delete the test from your Corona-Warn-App so that you will be able to save a new test code there, if necessary."</string>
    <!-- XBUT: invalid test result : remove the test button -->
    <string name="submission_test_result_invalid_remove_test_button">"Remove test"</string>
    <!-- XHED: Dialog title for tracing required dailog  -->
    <string name="submission_test_result_dialog_tracing_required_title">"Exposure Logging required"</string>
    <!-- YTXT: Dialog text for tracing required dialog-->
    <string name="submission_test_result_dialog_tracing_required_message">"Please activate exposure logging to warn other people."</string>
    <!-- XBUT: tracing required : OK button -->
    <string name="submission_test_result_dialog_tracing_required_button">"OK"</string>
    <!-- XHED: Dialog title for test removal  -->
    <string name="submission_test_result_dialog_remove_test_title">"The test can only be scanned once."</string>
    <!-- YTXT: Dialog text for test removal -->
    <string name="submission_test_result_dialog_remove_test_message">"If you remove the test, you can no longer retrieve your test result. You will receive your test result from the test center or laboratory regardless of the validity of the QR code. If you are diagnosed with coronavirus, the public health authority will be notified through the legally prescribed channel and will contact you."</string>
    <!-- XBUT: Positive button for test removal -->
    <string name="submission_test_result_dialog_remove_test_button_positive">"Remove"</string>
    <!-- XBUT: Negative button for test removal -->
    <string name="submission_test_result_dialog_remove_test_button_negative">"Cancel"</string>
    <!-- XHED: Title for test result card positive -->
    <string name="submission_test_result_card_positive_title">"SARS-CoV-2 positive"</string>
    <!-- YTXT: Body text for test result card positive -->
    <string name="submission_test_result_card_positive_body">"You have been diagnosed with the SARS-CoV-2 virus."</string>
    <!-- XHED: Page headline for test result with consent given  -->
    <string name="submission_test_result_consent_given_heading">"Your Test Result"</string>
    <!-- XHED: Subtitle text for test result card with consent given -->
    <string name="submission_test_result_consent_given_subtitle">"Thank you for helping to stop the spread of coronavirus."</string>
    <!-- YTXT: body text for test result card with consent given -->
    <string name="submission_test_result_consent_given_body"><b>"Others you have had contact with will now be warned."</b>" "<br /><br />"You can now help to improve the accuracy of the warnings. To do so, in the next step, tell us when you first developed symptoms. You can cancel this step at any time."</string>
    <!-- XBUT: button text for the 'break up' button option on test result consent given page -->
    <string name="submission_test_result_consent_given_breakup_button">"Exit"</string>


    <!-- Submission Tan -->
    <!-- XHED: Page title for TAN submission pge -->
    <string name="submission_tan_title">"TAN entry"</string>
    <!-- YTXT: Body text for the tan submission page -->
    <string name="submission_tan_body">"Please enter the 10-digit TAN that you were given."</string>
    <!-- XBUT: Submit TAN button -->
    <string name="submission_tan_button_text">"Next"</string>
    <!-- XACT: Submission Tan page title -->
    <string name="submission_tan_accessibility_title">"TAN entry"</string>
    <!-- YTXT: Error text for the tan submission page -->
    <string name="submission_tan_error">"Invalid TAN. Please check your entry."</string>
    <!-- YTXT: Error text for the tan submission page (wrong characters) -->
    <string name="submission_tan_character_error">"Your entry contains invalid characters. Please check your entry."</string>

    <!-- Submission Intro -->
    <!-- XBUT: Submission introduction next button-->
    <string name="submission_intro_button_next">"Next"</string>

    <!-- Dispatcher -->
    <!-- XHED: Page headline for dispatcher menu  -->
    <string name="submission_dispatcher_headline">"Retrieve Test Result"</string>
    <!-- XHED: Page subheadline for dispatcher menu  -->
    <string name="submission_dispatcher_subheadline">"Retrieve your test result through the app and then warn others. You’ll protect yourself and help to stop the spread of coronavirus."</string>
    <!-- XHED: Page subheadline for dispatcher options asking if they have already been tested: QR and TAN  -->
    <string name="submission_dispatcher_needs_testing_subheadline">"Have you been tested?"</string>
    <!-- XHED: Page subheadline for dispatcher options asking if they already have a positive test: tele-TAN  -->
    <string name="submission_dispatcher_already_positive_subheadline">"Did you test positive for coronavirus?"</string>
    <!-- YTXT: Dispatcher text for QR code option -->
    <string name="submission_dispatcher_card_qr">"Test with QR Code"</string>
    <!-- YTXT: Body text for QR code dispatcher option -->
    <string name="submission_dispatcher_qr_card_text">"Register your test by scanning the QR code of your test document."</string>
    <!-- YTXT: Dispatcher text for TAN code option -->
    <string name="submission_dispatcher_card_tan_code">"TAN Entry"</string>
    <!-- YTXT: Body text for TAN code dispatcher option -->
    <string name="submission_dispatcher_tan_code_card_text">"Do you have a TAN? Continue to enter your TAN, so you can warn others. "</string>
    <!-- YTXT: Dispatcher text for TELE-TAN option -->
    <string name="submission_dispatcher_card_tan_tele">"No TAN yet?"</string>
    <!-- YTXT: Body text for TELE_TAN dispatcher option -->
    <string name="submission_dispatcher_tan_tele_card_text">"Call us and get a TAN."</string>
    <!-- XACT: Dispatcher Tan page title -->
    <string name="submission_dispatcher_accessibility_title">"What information do you have?"</string>

    <!-- Submission Positive Other Warning -->
    <!-- XHED: Page title for the positive result additional warning page-->
    <string name="submission_positive_other_warning_title">"Warn Others"</string>
    <!-- XHED: Page headline for the positive result additional warning page-->
    <string name="submission_positive_other_warning_headline">"Please help all of us!"</string>
    <!-- YTXT: Body text for the positive result additional warning page-->
    <string name="submission_positive_other_warning_body">"If you wish, you can now ensure that others are warned of possible infection.\n\nTo do so, you can transmit your own random IDs from the last 14 days – and, optionally, information about when you first noticed coronavirus symptoms – to the server operated jointly by the participating countries. From there, your random IDs and any additional information will be distributed to the users of the relevant official coronavirus apps. In this way, any other users with whom you have had contact can be warned of a possible infection.\n\nThe only information transmitted will be your random IDs and any optional information you provide about the onset of your symptoms. No personal data such as your name, address or location will be disclosed."</string>
    <!-- XBUT: other warning continue button -->
    <string name="submission_accept_button">"Accept"</string>
    <!-- XACT: other warning - illustration description, explanation image -->
    <string name="submission_positive_other_illustration_description">"A smartphone transmits an encrypted positive test diagnosis to the system."</string>
    <!-- XHED: Title for the interop country list-->
    <string name="submission_interoperability_list_title">"The following countries currently participate in transnational exposure logging:"</string>

    <!-- Submission Positive Other Warning No Consent -->
    <!-- YTXT: Body text for the positive result additional warning page-->
    <string name="submission_positive_other_warning_no_consent_body_first_part">"Because you tested positive for coronavirus, you can now warn others through the app."</string>
    <!-- YTXT: Body text for the positive result additional warning page-->
    <string name="submission_positive_other_warning_no_consent_body_second_part">"The warning function works in several countries. The following countries are currently participating:"</string>


    <!-- Test result positive and no consent given -->
    <!-- XHED: Title for test result positive and no consent given-->
    <string name="submission_test_result_positive_no_consent_subtitle">"Please help all of us!"</string>
    <!-- XTXT: First bullet point when test result is positive and consent is requested for key sharing-->
    <string name="submission_test_result_positive_no_consent_text_1"><b>"Share your test result and help protect others against infection."</b></string>
    <!-- XTXT: Second bullet point when test result is positive and consent is requested for key sharing-->
    <string name="submission_test_result_positive_no_consent_text_2">"Your identity will remain secret. Other users will not know who shared their test results."</string>
    <!-- XTXT: Third bullet point when test result is positive and consent is requested for key sharing-->
    <string name="submission_test_result_positive_no_consent_text_3">"Please be sure to follow the instructions from your public health authority and stay home, so you don’t infect others."</string>
    <!-- XBUT: Button for giving consent for key sharing -->
    <string name="submission_test_result_positive_no_consent_button_warn_others">"Warn Others"</string>

    <!-- Submission Country Selector -->
    <!-- XHED: Page title for the submission country selection page -->
    <string name="submission_positive_country_selection_title">"Europe-wide warnings"</string>
    <!-- XHED: Page headline for the submission country selection page -->
    <string name="submission_positive_country_selection_headline">"Which countries have you visited in the last 14 days?"</string>
    <!-- XHED: Country selector headline for the submission country selection page -->
    <string name="submission_country_selector_headline">"I have visited the following countries"</string>
    <!-- XHED: Country no selection headline for the submission country selection page -->
    <string name="submission_country_no_selection_headline">"No statement"</string>
    <!-- YTXT: Data FAQ for the submission country selection page -->
    <string name="submission_country_selection_data_faq_body">"Your entry is used solely for optimizing the data volume.\n\nThe list contains all currently participating countries and is continuously updated."</string>
    <!-- XBUT: submission country selection continue button -->
    <string name="submission_country_selection_button">"Next"</string>

    <!-- Submission Done -->
    <!-- XHED: Page title for completed submission page -->
    <string name="submission_done_title">"Thank you"</string>
    <!-- YTXT: Body text for completed submission page -->
    <string name="submission_done_body">"You have made a valuable contribution. Thanks to your support, other people can now be warned and can react appropriately."</string>
    <!-- XHED: Page subtitle for completed submission page -->
    <string name="submission_done_subtitle">"Please note:"</string>
    <!-- YTXT: text after submission: contagious -->
    <string name="submission_done_contagious">"The public health authority will contact you within the next few days."</string>
    <!-- YTXT: text after submission: isolate -->
    <string name="submission_done_isolate">"Please isolate yourself from other people."</string>
    <!-- XHED: Title for further info -->
    <string name="submission_done_further_info_title">"Other information:"</string>
    <!-- YTXT: submission done further info bullet points -->
    <string-array name="submission_done_further_info_bullet_points">
        <item>"Your quarantine period is usually 14 days. Please observe your symptoms and monitor how they develop."</item>
        <item>"You will be asked by your public health authority to create a list of people you have had contact with. This should include all people with whom you have had close contact with (less than 2 meters, face-to-face conversation) for over 15 minutes in the two days before you developed symptoms."</item>
        <item>"Please particularly consider people who will not be notified directly by the app since they don\'t own a smartphone, or haven\'t installed the app."</item>
        <item>"Even when you no longer have any symptoms and you feel well again, you could still be infectious."</item>
    </string-array>
    <!-- XBUT: submission finished button -->
    <string name="submission_done_button_done">"Done"</string>
    <!-- XACT: submission finished - illustration description, explanation image -->
    <string name="submission_done_illustration_description">"Have you experienced one or more of the following symptoms in the past few days?"</string>

    <!-- Submission Done No Consent-->
    <!-- XHED: Page title for completed submission page -->
    <string name="submission_done_no_consent_title">"Thank you"</string>
    <!-- YTXT: Page subtitle for completed submission page -->
    <string name="submission_done_no_consent_subtitle">"Thank you for helping to stop the spread of coronavirus."</string>
    <!-- YTXT: Page body for submission no consent page -->
    <string name="submission_done_no_consent_body_title">"Others will now be warned."</string>
    <!-- YTXT: Page body for submission no consent page -->
    <string name="submission_done_no_consent_body">"You can now help to improve the accuracy of the warnings. To do so, in the next step, tell us when you first developed symptoms. You can cancel this step at any time."</string>
    <!-- XBUT: submission continue with symptom recording button -->
    <string name="submission_done_no_consent_continue_with_symptom_recording">"Enter Symptoms"</string>
    <!-- XBUT: submission continue break flow button-->
    <string name="submission_done_no_consent_break_flow">"Exit"</string>
    <!-- XACT: submission finished - illustration description, explanation image -->
    <string name="submission_done_no_consent_illustration_description">"Several people are looking at their smartphones."</string>

    <!-- Submission Symptoms -->
    <!-- XHED: Page title for symptom screens -->
    <string name="submission_symptom_title">"Symptoms"</string>
    <!-- XTXT: headline text for initial symptom screen -->
    <string name="submission_symptom_initial_headline">"Have you experienced one or more of the following symptoms in the last few days?"</string>
    <!-- YTXT: explanation text for initial symptom screen -->
    <string name="submission_symptom_initial_explanation">"You can indicate whether and when you noticed any corona symptoms, to allow the App to calculate more accurately the risk of infection to other app users. This step is voluntary. If you do not want to provide information about your symptoms, select “No answer”."</string>
    <!-- YTXT: Bullet points for symptoms -->
    <string-array name="submission_symptom_symptom_bullets">
        <item>"Increased temperature or fever"</item>
        <item>"Shortness of breath"</item>
        <item>"Loss of sense of smell/taste"</item>
        <item>"Cough"</item>
        <item>"Runny nose"</item>
        <item>"Sore throat"</item>
        <item>"Headache and aching limbs"</item>
        <item>"General weakness and exhaustion"</item>
    </string-array>
    <!-- XBUT: symptom initial screen yes button -->
    <string name="submission_symptom_positive_button">"Yes"</string>
    <!-- XBUT:  symptom initial screen no button -->
    <string name="submission_symptom_negative_button">"No"</string>
    <!-- XBUT:  symptom initial screen no information button -->
    <string name="submission_symptom_no_information_button">"No statement"</string>
    <!-- XBUT:  symptom initial screen continue button -->
    <string name="submission_symptom_further_button">"Next"</string>


    <!-- Submission Contact -->
    <!-- XHED: Page title for contact page in submission flow -->
    <string name="submission_contact_title">"Request TAN"</string>
    <!-- XHED: Page headline for contact page in submission flow -->
    <string name="submission_contact_headline">"How this works:"</string>
    <!-- YTXT: Body text for contact page in submission flow-->
    <string name="submission_contact_body">"Please keep your test result (if available) and your phone number ready to request a TAN.\n\nPeople with hearing impairments can use Tess Relay services (interpreting between German written language and sign language) to contact the phone hotline. You can download the software from Google Play."</string>
    <!-- XBUT: submission contact call button -->
    <string name="submission_contact_button_call">"Call"</string>
    <!-- XBUT: submission contact enter tan button -->
    <string name="submission_contact_button_enter">"Enter TAN"</string>
    <!-- YTXT: Body text for step 1 of contact page -->
    <string name="submission_contact_step_1_body">"Call the hotline and request a TAN:"</string>
    <!-- XLNK: Button / hyperlink to phone call for TAN contact page -->
    <string name="submission_contact_number_display">"+49 800 7540002"</string>
    <!-- XLNK: Technical number which is called when the user clicks on the display number -->
    <string name="submission_contact_number_dial">"+49 800 7540002"</string>
    <!-- YTXT: Body text for step 2 of contact page-->
    <string name="submission_contact_step_2_body">"Register the test by entering the TAN in the app."</string>
    <!-- YTXT: Body text for operating hours in contact page-->
    <string name="submission_contact_operating_hours_body">"Languages: \nEnglish, German, Turkish\n\nBusiness hours:\nMonday to Sunday: 24 hours\n\nThe call is free of charge."</string>
    <!-- YTXT: Body text for technical contact and hotline information page -->
    <string name="submission_contact_body_other">"If you have any health-related questions, please contact your general practitioner or the medical emergency service hotline, telephone: 116 117."</string>

    <!-- XACT: Submission contact page title -->
    <string name="submission_contact_accessibility_title">"Call the hotline and request a TAN"</string>
    <!-- XACT: Content Description for submission contact step 1, number has to sync with the display number -->
    <string name="submission_contact_step_1_content">"In the first step, you call the hotline and request your TAN. You can reach the hotline on +49 800 7540002. The business hours are Monday to Friday from 8 am to 10 pm and Saturday and Sunday from 10 am to 10 pm. The call is free of charge."</string>
    <!-- XACT: Content Description for submission contact step 2 -->
    <string name="submission_contact_step_2_content">"In the second step, you register your test with your TAN in the app."</string>

    <!-- Submission Symptom Calendar -->
    <!-- XHED: Page title for calendar page in submission symptom flow -->
    <string name="submission_symptom_calendar_title">"Start of Symptoms"</string>
    <!-- XHED: Page headline for calendar page in symptom submission flow -->
    <string name="submission_symptom_calendar_headline">"When did you first notice the symptoms?"</string>
    <!-- YTXT: Body text for calendar page in symptom submission flow-->
    <string name="submission_symptom_calendar_body">"Please specify the date as accurately as possible."</string>
    <!-- XBUT: symptom calendar screen less than 7 days button -->
    <string name="submission_symptom_less_seven">"In the last 7 days"</string>
    <!-- XBUT: symptom calendar screen 1-2 weeks button -->
    <string name="submission_symptom_one_two_weeks">"1-2 weeks ago"</string>
    <!-- XBUT: symptom calendar screen more than 2 weeks button -->
    <string name="submission_symptom_more_two_weeks">"More than 2 weeks ago"</string>
    <!-- XBUT: symptom calendar screen verify button -->
    <string name="submission_symptom_verify">"No answer"</string>

    <!-- Submission Status Card -->
    <!-- XHED: Page title for the various submission status: fetching -->
    <string name="submission_status_card_title_fetching">"Data being retrieved..."</string>
    <!-- XHED: Page title for the various submission status: unregistered -->
    <string name="submission_status_card_title_unregistered">"Have you been tested?"</string>
    <!-- XHED: Page title for the various submission status: pending -->
    <string name="submission_status_card_title_pending">"Your test result is not available yet"</string>
    <!-- XHED: Page title for the various submission status: available -->
    <string name="submission_status_card_title_available">"Your test result is available"</string>
    <!-- XHED: Page title for the various submission status: positive -->
    <string name="submission_status_card_title_positive">"Positive Diagnosis"</string>
    <!-- XHED: Page title for the various submission status fetch failed -->
    <string name="submission_status_card_title_failed">"Test is no longer valid"</string>
    <!-- XHED: Page title for the various submission status fetch ready -->
    <string name="submission_status_card_title_ready">""</string>
    <!-- XHED: Subtitle for the submission status card: invalid -->
    <string name="submission_status_card_subtitle_invalid">"Invalid test"</string>
    <!-- XHED: Subtitle for the submission status card: negative -->
    <string name="submission_status_card_subtitle_negative">"Negative Diagnosis"</string>
    <!-- XHED: Subtitle for the submission status card: ready -->
    <string name="submission_status_card_subtitle_ready">""</string>
    <!-- YTXT: Body text for submission status: fetching -->
    <string name="submission_status_card_body_fetching">"You result is being updated"</string>
    <!-- YTXT: Body text for submission status: unregistered -->
    <string name="submission_status_card_body_unregistered">"Help protect yourself and others."</string>
    <!-- YTXT: Body text for submission status: pending -->
    <string name="submission_status_card_body_pending">"The evaluation of your test is not yet done."</string>
    <!-- YTXT: Body text for submission status: invalid -->
    <string name="submission_status_card_body_invalid">"Your test could not be evaluated."</string>
    <!-- YTXT: Body text for submission status: positive -->
    <string name="submission_status_card_body_positive">"You have been diagnosed positive for SARS-CoV-2."</string>
    <!-- YTXT: Body text for submission status: negative -->
    <string name="submission_status_card_body_negative">"You have been diagnosed negative for SARS-CoV-2."</string>
    <!-- YTXT: Body text for submission status fetch failed -->
    <string name="submission_status_card_body_failed">"Your test is more than 21 days old and is therefore no longer relevant. Please delete the test. You can then add another."</string>
    <!-- YTXT: Body text for submission status fetch ready -->
    <string name="submission_status_card_body_ready">""</string>
    <!-- XBUT: submission status card unregistered button -->
    <string name="submission_status_card_button_unregistered">"Next Steps"</string>
    <!-- XBUT: submission status card show results button -->
    <string name="submission_status_card_button_show_results">"Display Test"</string>
    <!-- XBUT: submission status card fetch failed button -->
    <string name="submission_status_card_button_failed">"Delete Test"</string>
    <!-- XBUT: submission status card fetch ready button -->
    <string name="submission_status_card_button_ready">""</string>
    <!-- XHED: submission status card positive result subtitle -->
    <string name="submission_status_card_positive_result_subtitle">"Please note:"</string>
    <!-- YTXT: text for contagious card -->
    <string name="submission_status_card_positive_result_contagious">"You are infectious. Isolate yourself from other people."</string>
    <!-- YTXT: text for contact card -->
    <string name="submission_status_card_positive_result_contact">"The public health authority will contact you within the next few days."</string>
    <!-- YTXT: text for share result card-->
    <string name="submission_status_card_positive_result_share">"Share your random IDs so that others can be warned."</string>

    <!-- Test Result Card -->
    <string name="test_result_card_headline">"Your diagnosis:"</string>
    <!-- YTXT: virus name text -->
    <string name="test_result_card_virus_name_text">"SARS-CoV-2"</string>
    <!-- YTXT: registered at text -->
    <string name="test_result_card_registered_at_text">"Registered on %s"</string>
    <!-- YTXT: negative status text -->
    <string name="test_result_card_status_negative">"Negative"</string>
    <!-- YTXT: positive status text -->
    <string name="test_result_card_status_positive">"Positive"</string>
    <!-- YTXT: invalid status text -->
    <string name="test_result_card_status_invalid">"Evaluation is not possible"</string>
    <!-- YTXT: pending status text -->
    <string name="test_result_card_status_pending">"Your result is not yet available"</string>
    <!-- XHED: Title for further info of test result negative -->
    <string name="test_result_card_negative_further_info_title">"Other information:"</string>
    <!-- YTXT: Content for further info of test result negative -->
    <string-array name="test_result_card_negative_further_info_bullet_points">
        <item>"Still feeling unwell? If you feel very poorly and/or your symptoms have worsened, please contact your general practitioner."</item>
        <item>"Remain at home until you feel well again. If you were to get infected with coronavirus (SARS-CoV-2) whilst weakened from another infection, this could lead to a serious illness."</item>
        <item>"Do not go to work if you feel unwell to ensure you do not put other people at risk."</item>
        <item>"If your symptoms worsen, you might need a further SARS-CoV-2 test."</item>
    </string-array>

    <!-- XBUT Symptoms exact date button -->
    <string name="symptoms_calendar_exact_date_button">"Date"</string>

    <!-- Submission consent custom view -->
    <!-- XHED: Title for consent given -->
    <string name="submission_consent_view_consent_given">"Consent\n“Warn others” granted"</string>
    <!-- XHED: Title for consent NOT given -->
    <string name="submission_consent_view_consent_not_given">"Consent\n“Warn others” not granted"</string>

    <!--  Submission test result available -->
    <!-- XHED: Page title for test results available step -->
    <string name="submission_test_result_available_title">"Your Test Result Is Available"</string>
    <!-- XACT: Test result available illustration description -->
    <string name="submission_test_result_available_illustration_description">"A woman holds her smartphone in her hand. It is sending a signal to another smartphone."</string>
    <!-- YTXT: Text for consent given -->
    <string name="submission_test_result_available_text_consent_given">"Thank you for agreeing to share your test result and helping to warn others as a result. \n\n"<b>"In the next step, please share your test result by tapping “Share”."</b></string>
    <!-- XHED: Close screen popup title for consent given -->
    <string name="submission_test_result_available_close_dialog_title_consent_given">"Do you want to cancel?"</string>
    <!-- XTXT: Close screen popup text for consent given -->
    <string name="submission_test_result_available_close_dialog_body_consent_given">"Your entries will not be saved."</string>
    <!-- YTXT: Text for consent NOT given -->
    <string name="submission_test_result_available_text_consent_not_given">"You have chosen to not share your test results. Others will not be warned. \n\nIn the next step, you have the opportunity to change your mind and share your test result after all, to help stop the spread of coronavirus and protect others."</string>
    <!-- XHED: Close screen popup title for consent NOT given -->
    <string name="submission_test_result_available_close_dialog_title_consent_not_given">"Important:\nYou are about to cancel this process.\nYou have not warned others yet. Please complete the process and help to protect others."</string>
    <!-- XTXT: Close screen popup text for consent NOT given -->
    <string name="submission_test_result_available_close_dialog_body_consent_not_given">"Do you really want to cancel the process?"</string>
    <!-- XBUT: Close screen popup cancel button -->
    <string name="submission_test_result_available_close_dialog_cancel_button">"Cancel"</string>
    <!-- XBUT: Close screen popup continue button -->
    <string name="submission_test_result_available_close_dialog_continue_button">"Continue"</string>

    <!-- Submission your consent screen -->
    <!-- XHED: Your consent screen title  -->
    <string name="submission_your_consent_title">"Your Consent"</string>
    <!-- XTXT: Your consent screen switch label - next to a switch  -->
    <string name="submission_your_consent_switch_subtitle">"Warn Others"</string>
    <!-- XTXT: Your consent screen switch status on  -->
    <string name="submission_your_consent_switch_status_on">"Active"</string>
    <!-- XTXT: Your consent screen switch status off  -->
    <string name="submission_your_consent_switch_status_off">"Stopped"</string>
    <!-- XTXT: Your consent screen about agreement  -->
    <string name="submission_your_consent_about_agreement">"You have granted the following consent:"</string>
    <!-- XHED: Your consent screen agreement title  -->
    <string name="submission_your_consent_agreement_title"><b>"Consent"</b></string>
    <!-- XTXT: Your consent screen detailed information -->
    <string name="submission_your_consent_agreement_details">"Detailed Information on Data Processing and Your Consent"</string>

    <!-- ####################################
          Button Tooltips for Accessibility
    ###################################### -->
    <!-- XACT: back button-->
    <string name="button_back">"Back to previous page"</string>
    <!-- XACT: proceed button-->
    <string name="button_proceed">"Continue Button"</string>
    <!-- XACT: share button-->
    <string name="button_share">"Share"</string>
    <!-- XACT: menu button-->
    <string name="button_menu">"Menu"</string>
    <!-- XACT: Accessibility needs a suffix to strings, to reduce the amount of manual translations this string is appended to accessibility button strings, e.g. "Zurück Taste", "Taste" is the default used by android in german -->
    <string name="suffix_button">"Button"</string>
    <!-- XACT: Accessibility needs a suffix to strings, to reduce the amount of manual translations this string is appended to accessibility content description strings for images, e.g. "Eine Gruppe von... Bild" -->
    <string name="suffix_image">"Image"</string>

    <!-- ####################################
               Business Error Messages
        ###################################### -->
    <!-- XTXT: error dialog - detailed text if device is offline  -->
    <string name="errors_no_network">"You are not connected to the Internet."</string>
    <!-- XTXT: error dialog - detailed text if device has not enough device space  -->
    <string name="errors_not_enough_device_storage">"You do not have sufficient free memory."</string>
    <!-- XTXT: error dialog - detailed text if there is error with Google API  -->
    <string name="errors_communication_with_api">"Error during communication with Google interface"</string>
    <!-- XTXT: error dialog - detailed text if there is an error during external navigation / external action -->
    <string name="errors_external_action">"You cannot perform this action. Please contact the hotline."</string>
    <!-- XTXT: error dialog - phone still needs Google Play Services or Google Mobile Services update -->
    <string name="errors_google_update_needed">"Your Corona-Warn-App is correctly installed, but the \"COVID-19 Exposure Notifications System\" is not available on your smartphone\'s operating system. This means that you cannot use the Corona-Warn-App. For further information, please see our FAQ page: https://www.coronawarn.app/en/faq/"</string>
    <!-- XTXT: error dialog - either Google API Error (10) or reached request limit per day -->
    <string name="errors_google_api_error">"The Corona-Warn-App is running correctly, but we cannot update your current risk status. Exposure logging remains active and is working correctly. For further information, please see our FAQ page: https://www.coronawarn.app/en/faq/"</string>
    <!-- XTXT: error dialog - Error title when the provideDiagnosisKeys quota limit was reached. -->
    <string name="errors_risk_detection_limit_reached_title">"Limit already reached"</string>
    <!-- XTXT: error dialog - Error description when the provideDiagnosisKeys quota limit was reached. -->
    <string name="errors_risk_detection_limit_reached_description">"No more exposure checks possible today, as you have reached the maximum number of checks per day defined by your operating system. Please check your risik status again tomorrow."</string>
    <!-- ####################################
               Generic Error Messages
        ###################################### -->
    <!-- XHED: error dialog - headline -->
    <string name="errors_generic_headline">"Something went wrong."</string>
    <!-- XTXT: error dialog - short text for error reason -->
    <string name="errors_generic_details_headline">"Cause"</string>
    <!-- XBUT: error dialog - button close -->
    <string name="errors_generic_button_positive">"OK"</string>
    <!-- XBUT: error dialog - button show details -->
    <string name="errors_generic_button_negative">"Details"</string>
    <!-- XTXT: error dialog - text when no error description is available  -->
    <string name="errors_generic_text_unknown_error_cause">"An unknown error occurred."</string>
    <!-- XTXT: error dialog - text when a catastrophic error occured from which the app recovered automatically via data reset -->
    <string name="errors_generic_text_catastrophic_error_recovery_via_reset">"Your app was reset due to a technical problem. This has no effect exposure logging or your risk status. You will continue to be notified about exposures and still be able to warn others, should you be tested positive for COVID-19. Please note, however, that the app reset means any read QR codes for the electronic notification of your test results have been lost. In this case, please contact your doctor or the testing lab to find out your test result."</string>
    <!-- XTXT: error dialog - link for the details button in the catastrophic error recovery dialog  -->
    <string name="errors_generic_text_catastrophic_error_encryption_failure">"https://www.coronawarn.app/en/faq/#cause9002_recovery"</string>

    <!-- ####################################
           Just for Development
    ###################################### -->
    <!-- NOTR -->
    <string name="lorem_ipsum">"Lorem Ipsum"</string>
    <!-- NOTR -->
    <string name="menu_test_notification">"Test Notification"</string>
    <!-- NOTR -->
    <string name="test_api_button_api_launch">"Android API Test(Manual Test)"</string>
    <!-- NOTR -->
    <string name="test_api_button_start">"Start (Broadcast/Receive Bluetooth)"</string>
    <!-- NOTR -->
    <string name="test_api_button_get_exposure_keys">"Get Exposure keys (my keys history from api)"</string>
    <!-- NOTR -->
    <string name="test_api_button_share_my_keys">"Share my keys via Email"</string>
    <!-- NOTR -->
    <string name="test_api_button_enter_other_keys">"Submit Exposure Key"</string>
    <!-- NOTR -->
    <string name="test_api_button_show_qr_code">"Show QR Code"</string>
    <!-- NOTR -->
    <string name="test_api_button_scan_qr_code">"Scan Exposure Key"</string>
    <!-- NOTR -->
    <string name="test_api_switch_last_three_hours_from_server">"Last 3 Hours Mode"</string>
    <!-- NOTR -->
    <string name="test_api_button_check_exposure">"Check Exposure Summary"</string>
    <!-- NOTR -->
    <string name="test_api_button_submit_keys">"Submit keys to Server"</string>
    <!-- NOTR -->
    <string name="test_api_exposure_summary_headline">"Exposure Windows"</string>
    <!-- NOTR -->
    <string name="test_api_body_my_keys">"My keys (count: %1$d)"</string>
    <!-- NOTR -->
    <string name="test_api_body_other_keys">"Other key"</string>
    <!-- NOTR -->
    <string name="test_api_calculate_risk_level">"Calculate Risk Level"</string>

    <!-- XHED: Country Entry for Austria -->
    <string name="country_name_at">"Austria"</string>
    <!-- XHED: Country Entry for Belgium -->
    <string name="country_name_be">"Belgium"</string>
    <!-- XHED: Country Entry for Bulgaria -->
    <string name="country_name_bg">"Bulgaria"</string>
    <!-- XHED: Country Entry for Switzerland -->
    <string name="country_name_ch">"Switzerland"</string>
    <!-- XHED: Country Entry for Cyprus -->
    <string name="country_name_cy">"Cyprus"</string>
    <!-- XHED: Country Entry for Czech Republic -->
    <string name="country_name_cz">"Czech Republic"</string>
    <!-- XHED: Country Entry for Germany -->
    <string name="country_name_de">"Germany"</string>
    <!-- XHED: Country Entry for Denmark -->
    <string name="country_name_dk">"Denmark"</string>
    <!-- XHED: Country Entry for Estonia -->
    <string name="country_name_ee">"Estonia"</string>
    <!-- XHED: Country Entry for Spain -->
    <string name="country_name_es">"Spain"</string>
    <!-- XHED: Country Entry for Finland -->
    <string name="country_name_fi">"Finnland"</string>
    <!-- XHED: Country Entry for France -->
    <string name="country_name_fr">"France"</string>
    <!-- XHED: Country Entry for Great Britain -->
    <string name="country_name_uk">"United Kingdom"</string>
    <!-- XHED: Country Entry for Greece -->
    <string name="country_name_gr">"Greece"</string>
    <!-- XHED: Country Entry for Croatia -->
    <string name="country_name_hr">"Croatia"</string>
    <!-- XHED: Country Entry for Hungary -->
    <string name="country_name_hu">"Hungary"</string>
    <!-- XHED: Country Entry for Ireland -->
    <string name="country_name_ie">"Ireland"</string>
    <!-- XHED: Country Entry for Iceland -->
    <string name="country_name_is">"Iceland"</string>
    <!-- XHED: Country Entry for Italy -->
    <string name="country_name_it">"Italy"</string>
    <!-- XHED: Country Entry for Liechtenstein -->
    <string name="country_name_li">"Liechtenstein"</string>
    <!-- XHED: Country Entry for Lithuania -->
    <string name="country_name_lt">"Lithuania"</string>
    <!-- XHED: Country Entry for Luxemburg -->
    <string name="country_name_lu">"Luxembourg"</string>
    <!-- XHED: Country Entry for Latvia -->
    <string name="country_name_lv">"Latvia"</string>
    <!-- XHED: Country Entry for Malta -->
    <string name="country_name_mt">"Malta"</string>
    <!-- XHED: Country Entry for Netherlands -->
    <string name="country_name_nl">"Netherlands"</string>
    <!-- XHED: Country Entry for Norway -->
    <string name="country_name_no">"Norway"</string>
    <!-- XHED: Country Entry for Poland -->
    <string name="country_name_pl">"Poland"</string>
    <!-- XHED: Country Entry for Portugal -->
    <string name="country_name_pt">"Portugal"</string>
    <!-- XHED: Country Entry for Rumania -->
    <string name="country_name_ro">"Romania"</string>
    <!-- XHED: Country Entry for Sweden -->
    <string name="country_name_se">"Sweden"</string>
    <!-- XHED: Country Entry for Slovenia -->
    <string name="country_name_si">"Slovenia"</string>
    <!-- XHED: Country Entry for Slovakia -->
    <string name="country_name_sk">"Slovakia"</string>

    <!-- XHED: Title of the interoperbaility information view. -->
    <string name="interoperability_title">"Transnational\nExposure Logging"</string>

    <!-- XHED: Setting title of interoperability in the tracing settings view -->
    <string name="settings_interoperability_title">"Transnational Exposure Logging"</string>
    <!-- XTXT: Settings description of the interoperability in the tracing settings view -->
    <string name="settings_interoperability_subtitle">"Participating Countries"</string>

    <!-- XHED: Header of interoperability information/configuration view -->
    <string name="interoperability_configuration_title">"Transnational Exposure Logging"</string>
    <!-- XTXT: First section after the header of the interoperability information/configuration view -->
    <string name="interoperability_configuration_first_section">"Several countries are working together to enable transnational alerts via a joint exchange server. For example, contacts with users of an official coronavirus app from other participating countries can also be taken into account for exposure logging."</string>
    <!-- XTXT: Second section after the header of the interoperability information/configuration view -->
    <string name="interoperability_configuration_second_section">"To do this, the app downloads a list, which is updated daily, of the random IDs of all users who have shared their test results to warn others via their own app. This list is then compared with the random IDs recorded by your Android smartphone. The list downloads are usually free of charge for you. Specifically, this means that mobile network operators do not charge you for the data used by the app in this context, nor do they apply roaming charges for this in other EU countries. Please contact your mobile network operator for more information."</string>
    <!-- XHED: Header right above the country list in the interoperability information/configuration view -->
    <string name="interoperability_configuration_list_title">"The following countries currently participate in transnational exposure logging:"</string>
    <!-- XTXT: Text right under the country list in the interoperability information/configuration view -->
    <string name="interoperability_configuration_information">"The app’s privacy notice (including information about the data processing carried out for the transnational exposure logging feature) can be found in the menu under “App Information” &gt; “Data Privacy”."</string>

    <!-- XHED: Sub header introducing interoperability in the tracing step of onboarding -->
    <string name="interoperability_onboarding_title">"Transnational\nExposure Logging"</string>
    <!-- YMSG: Onboarding tracing step first section in interoperability after the title -->
    <string name="interoperability_onboarding_first_section">"Several countries have teamed up to enable transnational warnings. In other words, your potential exposure to users of the official corona apps in all participating countries can now be taken into account."</string>
    <!-- YMSG: Onboarding tracing step second section in interoperability after the title -->
    <string name="interoperability_onboarding_second_section">"When a user submits their positive test result (more specifically: their random IDs) to warn others through the exchange server jointly operated by the participating countries, all users of the official corona apps in all these countries can be warned of their potential exposure."</string>
    <!-- YMSG: Onboarding tracing step third section in interoperability after the title. -->
    <string name="interoperability_onboarding_randomid_download_free">"The daily downloads of lists of random IDs from users who have shared positive test results are usually free of charge for you. Specifically, this means that mobile network operators do not charge you for the data used by the app in this context, nor do they apply roaming charges for this in other EU countries. Please contact your mobile network operator for more information."</string>
    <!-- XTXT: Small header above the country list in the onboarding screen for interoperability. -->
    <string name="interoperability_onboarding_list_title">"The following countries currently participate:"</string>

    <!-- XTXT: Description of the expanded terms in delta interopoerability screen part 1 -->
    <string name="interoperability_onboarding_delta_expanded_terms_text_part_1">"The terms of use have also been updated, to reflect the functional enhancements in the app."</string>
    <!-- XLNK: Terms of use link inside delta interoperability screen-->
    <string name="interoperability_onboarding_delta_terms_link">"Display terms of use"</string>
    <!-- XTXT: Description of the expanded terms in delta interopoerability screen part 2 -->
    <string name="interoperability_onboarding_delta_expanded_terms_text_part_2">"The Terms of Use and privacy notice can also be found in the menu under “App Information” and in the app description in your app store. The changes will not affect how you use the app. If you continue to use the app or reopen it, we will assume that you agree to the updated Terms of Use."</string>
    <!-- XHED: Header of the delta onboarding screen for interoperability. If the user opens the app for the first time after the interoperability update -->
    <string name="interoperability_onboarding_delta_title">"Transnational\nExposure Logging"</string>
    <!-- XTXT: Description of the interoperability extension of the app. Below interoperability_onboarding_delta_title -->
    <string name="interoperability_onboarding_delta_subtitle">"The features of the Corona-Warn-App have been enhanced. Many countries have joined up to enable international warnings, based on a jointly-operated exchange server. Exposure to users of official corona apps in other participating countries can now be taken into account when calculating your exposure risk."</string>
    <!-- YMSG: Onboarding tracing step third section in interoperability after the title. -->
    <string name="interoperability_onboarding_delta_randomid">"To do this, the app downloads a list, which is updated daily, of the random IDs of all users who have shared their test results to warn others via their own app. This list is then compared with the random IDs recorded by your Android smartphone."</string>
    <!-- YMSG: Onboarding tracing step third section in interoperability after the title. -->
    <string name="interoperability_onboarding_delta_free_download">"The list downloads are usually free of charge for you. Specifically, this means that mobile network operators do not charge you for the data used by the app in this context, nor do they apply roaming charges for this in other EU countries. Please contact your mobile network operator for more information."</string>

    <!-- XACT: interoperability (eu) - illustraction description, explanation image -->
    <string name="interoperability_eu_illustration_description">"A hand holds a smartphone. Europe and the European flag are illustrated in the background."</string>

    <!-- XTXT: Title for the interoperability onboarding if country download fails -->
    <string name="interoperability_onboarding_list_title_failrequest">"Participating Countries"</string>
    <!-- XTXT: Subtitle for the interoperability onboarding if country download fails -->
    <string name="interoperability_onboarding_list_subtitle_failrequest">"You can view the participating countries in the exposure logging details."</string>

    <!-- YDES: Title for the interoperability onboarding if country download fails for Risk Details -->
    <string name="interoperability_onboarding_list_title_riskdetection_no_network">"Countries cannot be displayed now."</string>
    <!-- YMSW: Subtitle for the interoperability onboarding if country download fails -->
    <string name="interoperability_onboarding_list_subtitle_failrequest_no_network">"Your Internet connection may have been lost. Please ensure that you are connected to the Internet."</string>
    <!-- XBUT: Title for the interoperability onboarding Settings-Button if no network is available -->
    <string name="interoperability_onboarding_list_button_title_no_network">"Open Device Settings"</string>

    <!-- XHED: Title for the dialog on test result positive no consent screen  -->
    <string name="submission_test_result_positive_no_consent_dialog_title">"Don’t you want to send a warning?"</string>
    <!-- XTXT: Message for the dialog on test result positive no consent screen -->
    <string name="submission_test_result_positive_no_consent_dialog_message">"You have to share your test result if you want to warn others."</string>
    <!-- XBUT: Positive button for the dialog on test result positive no consent screen -->
    <string name="submission_test_result_positive_no_consent_dialog_positive_button">"Warn others"</string>
    <!-- XBUT: Negative button for the dialog on test result positive no consent screen -->
    <string name="submission_test_result_positive_no_consent_dialog_negative_button">"Do not warn others"</string>
    <!-- XBUT: Abort button for test result positive no consent screen -->
    <string name="submission_test_result_positive_no_consent_button_abort">"Cancel"</string>

</resources>