<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Lettem In</string>
    <string name="stop">Stop</string>
    <string name="notif_title">Lettem In</string>
    <string name="notif_armed">Armed (Teensy linked)</string>
    <string name="notif_idle">Waiting for Teensy</string>
    <string name="channel_name">Lettem In service</string>
    <string name="grant_perms">Grant permissions</string>
    <string name="set_default_screening">Set as call screening app</string>
    <string name="start_service">Start service</string>
    <string name="stop_service">Stop service</string>
    <string name="manage_profiles">Manage profiles</string>

    <!-- Profiles list -->
    <string name="profiles">Profiles</string>
    <string name="new_profile">New profile</string>
    <string name="no_profiles">No profiles yet. Tap New profile to create one.</string>
    <string name="profiles_order_hint">Drag the handle on the left to reorder — topmost profile wins when a call matches more than one.</string>
    <string name="drag_handle">Drag</string>

    <!-- Profile edit -->
    <string name="profile_name">Profile name</string>
    <string name="profile_name_hint">e.g. Coworkers</string>
    <string name="behavior">Behavior</string>
    <string name="dtmf_digit">DTMF digit</string>
    <string name="volume_label">Volume: %1$d%%</string>
    <string name="channel_action_name">Call actions</string>

    <!-- Actions section -->
    <string name="actions">Actions</string>
    <string name="actions_notify_pickup">Push notification on pickup</string>
    <string name="actions_notify_pickup_hint">Custom text (optional)</string>
    <string name="actions_notify_after">Push notification after audio plays</string>
    <string name="actions_notify_after_hint">Custom text (optional)</string>
    <string name="actions_hangup">Hang up when done</string>
    <string name="notif_pickup_default">Call answered.</string>
    <string name="notif_after_default">Audio finished.</string>
    <string name="pick_audio">Pick audio file</string>
    <string name="audio_file_none">Audio: none</string>
    <string name="audio_file_label">Audio: %1$s</string>
    <string name="pick_contacts">Pick contacts</string>
    <string name="contacts_count_zero">Contacts: 0</string>
    <string name="contacts_count">Contacts: %1$d</string>
    <string name="save">Save</string>
    <string name="delete">Delete</string>
    <string name="uploading_audio">Uploading audio…</string>
    <string name="upload_ok">Audio uploaded</string>
    <string name="upload_fail">Audio upload failed</string>
    <string name="need_teensy_to_upload">Plug in Teensy to upload audio</string>
    <string name="need_audio_file">Pick an audio file for audio behaviors</string>
    <string name="need_name">Enter a profile name</string>

    <!-- Contact picker -->
    <string name="pick_contacts_title">Pick contacts</string>
    <string name="pick_contacts_note">Contacts may belong to multiple profiles. When more than one matches a call, the topmost profile in the list wins.</string>
    <string name="search_contacts">Search</string>
    <string name="anonymous_caller">(Anonymous / withheld number)</string>
    <string name="likely_spam">(Likely spam — STIR/SHAKEN failed)</string>
    <string name="not_in_contacts">(Any number not in contacts)</string>
</resources>
