<resources>
  <string name="app_name">DeviceDiagnostics</string>
  <string name="app_title">Device Diagnostics</string>
  <string name="package_name">com.android.devicediagnostics</string>

  <string name="activity_continue">Continue</string>
  <string name="unavailable">Unavailable</string>

  <!-- Main activity -->
  <string name="component_health_title">Component health</string>
  <string name="evaluation_mode_title">Evaluation mode</string>

  <!-- Diagnostics landing -->
  <string name="manual_eval_title">Manual tests</string>
  <string name="screen_test_title">Display test</string>
  <string name="touch_test_title">Touch test</string>
  <string name="component_title">Component status</string>
  <string name="storage_title">Storage status</string>
  <string name="battery_title">Battery status</string>

  <!-- Evaluation mode -->
  <string name="trusted_eval_title">Trusted Evaluation</string>
  <string name="trusted_device_title">Trusted Device</string>
  <string name="trusted_device_summary">Start by selecting this option on a trusted device</string>
  <string name="evaluated_device_title">Evaluated Device</string>
  <string name="evaluated_device_summary">When prompted to do so, select this option on the evaluated device</string>

  <!-- Battery screen -->
  <string name="battery_health_title">Health</string>
  <string name="battery_manufacturing_date">Manufacturing date</string>
  <string name="battery_first_usage_date">First usage date</string>
  <string name="battery_cycle_count">Cycle count</string>
  <string name="battery_serial_number">Serial number</string>
  <string name="battery_part_status">Part status</string>
  <string name="battery_original">Original</string>
  <string name="battery_replaced">Replaced</string>
  <string name="battery_part_history">Part History</string>
  <string name="battery_health_summary">%1$d%% of original capacity</string>

  <!-- Storage screen -->
  <string name="storage_health_title">Storage health</string>
  <string name="storage_total_capacity_title">Total capacity</string>
  <string name="storage_total_capacity_summary">%1$d %2$s</string>
  <string name="storage_health_summary">%1$d%% lifetime remaining</string>

  <!-- Permissions -->
  <string name="grant_eval_permissions_dialog">Please grant the requested permissions to continue in evaluation mode.</string>
  <string name="cancel_button">Cancel</string>
  <string name="try_again_button">Try again</string>

  <!-- Trusted result display -->
  <string name="imei_title">IMEI</string>
  <string name="imei2_title">Second IMEI</string>
  <string name="serial_number_title">Serial number</string>
  <string name="bootloader_locked_title">Bootloader locked</string>
  <string name="trustworthy_title">Device trustworthy</string>
  <string name="display_status_title">Display status</string>
  <string name="touch_sensor_status_title">Touch sensor status</string>
  <string name="attestation_details_title">Attestation details</string>
  <string name="attestation_local_failure_title">Attestation failed</string>
  <string name="attestation_remote_failure_title">Retry attestation</string>
  <string name="attestation_remote_failure_summary">Failed to verify attestation, check your connection and try again.</string>
  <string name="evaluate_mode_next_action_title">Next steps</string>
  <string name="evaluate_another_title">Evaluate another device</string>
  <string name="back_to_main_title">Back to main menu</string>
  <string name="locked">Locked</string>
  <string name="not_locked">Not locked</string>
  <string name="attestation_challenge_does_not_match">"Attestation challenge does not match"</string>
  <string name="scan_qr_code">Scan QR code</string>
  <string name="qr_code_description">QR Code</string>
  <string name="scan_now">
    <![CDATA[
On the device you wish to evaluate, go to\n
Settings/DeviceDiagnostics/Evaluated Device\n
Follow the prompts on that device.
  ]]>
  </string>
  <string name="screen_test_summary">
    <![CDATA[
You will now be shown a series of screens.
Study each one and look for defects.
Once you are satisfied, touch the screen to move to the next one.
At the end, you will be asked if the screens look unblemished.
  ]]>
  </string>
  <string name="screen_test_summary_one_shot">
    <![CDATA[
You will now be shown a series of screens.
Study each one and look for defects.
Touch the screen to move to the next one.
  ]]>
  </string>
  <string name="screen_test_finalize">
    <![CDATA[
Please select the option below that best matches the condition of the screen.
  ]]>
  </string>
  <string name="touch_test_summary">
    <![CDATA[
You will now be shown a red screen.\n
\n
Rub your finger over the screen until the screen is entirely white. If you are
unable to turn part of the screen white, short tap the screen to indicate that
the touch sensor is not fully working.\n
\n
If you wish, you can back swipe from the report screen and continue the test
from where you left off.\n
  ]]>
  </string>
  <string name="scan_result">
    <![CDATA[
Please scan this QR code on the trusted device. After you have scanned it, you
may press Done on this device.
  ]]>
  </string>
</resources>
