<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Sahi</string>
    <string name="keyboard_name">Sahi Keyboard</string>
    <string name="process_text_label">Check with Sahi</string>

    <string name="key_sahi">Sahi</string>
    <string name="key_space">space</string>

    <!-- Keyboard bar -->
    <string name="tap_check">Tap Sahi to check what you have written.</string>
    <string name="checking">Checking…</string>
    <string name="rewriting">Rewriting…</string>
    <string name="reads_well">Nothing to change. This reads well.</string>
    <string name="not_enough_yet">Write a little more first.</string>
    <string name="applied">Applied.</string>
    <string name="text_changed">That text has changed. Tap Sahi again.</string>
    <string name="editor_not_supported">This app will not let Sahi edit its text. Copy the correction instead.</string>
    <string name="set_up_in_app">Open Sahi to add your server and key.</string>
    <string name="chip_format">%1$s → %2$s</string>
    <string name="fix_all">Fix all</string>
    <string name="check">Sahi</string>

    <plurals name="corrections">
        <item quantity="one">1 correction</item>
        <item quantity="other">%d corrections</item>
    </plurals>

    <!-- Process text screen -->
    <string name="selected_text">Your text</string>
    <string name="nothing_to_change">Nothing to change. This reads well.</string>
    <string name="apply">Replace</string>
    <string name="copy">Copy</string>
    <string name="rewrite">Rewrite</string>
    <string name="rewritten">Rewritten.</string>
    <string name="copied">Copied.</string>
    <string name="something_went_wrong">Something went wrong. Try again.</string>

    <string-array name="rewrite_labels">
        <item>Fix all mistakes</item>
        <item>Make it formal</item>
        <item>Make it friendly</item>
        <item>Make it shorter</item>
        <item>Hinglish to English</item>
    </string-array>
    <string-array name="rewrite_modes">
        <item>grammar</item>
        <item>formal</item>
        <item>friendly</item>
        <item>concise</item>
        <item>hinglish2en</item>
    </string-array>

    <!-- Settings -->
    <string name="settings_title">Sahi</string>
    <string name="settings_lede">Enter the server address and key your administrator gave you.</string>
    <string name="server_label">Server address</string>
    <string name="key_label">Access key</string>
    <string name="save">Save and connect</string>
    <string name="connected_to">Connected to %1$s.</string>
    <string name="address_needs_scheme">The address must start with https://</string>
    <string name="key_required">Enter your access key.</string>

    <string name="enable_keyboard">Turn on the Sahi keyboard</string>
    <string name="forget">Forget my key</string>
    <string name="forget_title">Forget your key?</string>
    <string name="forget_body">Sahi will stop checking until you enter it again. Nothing on the server is deleted — ask your administrator to revoke the key if you need that.</string>
    <string name="forget_confirm">Forget it</string>
    <string name="forgotten">Removed from this phone.</string>

    <string name="privacy_heading">What Sahi sends</string>
    <string name="privacy_body">The keyboard never sends anything on its own. It does not check as you type. Text leaves this phone only when you tap the Sahi key, and only from the field you are in.\n\nIn password and PIN fields Sahi is switched off completely.\n\nYou can also skip the keyboard entirely: select any text in any app and choose Sahi from the selection menu. That way Sahi only ever sees the words you highlighted.</string>
</resources>
