summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 06cc01cddc9a06d293aa071acc6b62371d18af67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="app_name">Nfc Service</string>
    <string name="nfcUserLabel">Nfc</string>

    <!-- A notification description string informing the user that contact details were received over NFC [CHAR-LIMIT=64] -->
    <string name="inbound_me_profile_title">Contact received over NFC</string>

    <!-- A notification action string prompting the user to add contact details to the People application [CHAR-LIMIT=64] -->
    <string name="inbound_me_profile_text">Touch to add this person as a contact.</string>

    <!-- A notification description string asking the user to share their contact details over NFC [CHAR-LIMIT=64] -->
    <string name="outbound_me_profile_title">NFC interaction complete</string>

    <!-- A notification action string prompting the user to share their contact details over NFC [CHAR-LIMIT=64] -->
    <string name="outbound_me_profile_text">Touch to give this person your contact info.</string>

    <!-- Content description of the NFC enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_nfc_enabled">NFC enabled.</string>
    <string name="touch">Touch to beam</string>

    <string name="beam_progress">Incoming beam...</string>
    <string name="beam_complete">Beam complete</string>
    <string name="beam_failed">Beam failed</string>
    <string name="beam_touch_to_view">Touch to view</string>

    <string name="connecting_headset">Connecting</string>
    <string name="connected_headset">Connected</string>
    <string name="connect_headset_failed">Failed to connect</string>
    <string name="disconnecting_headset">Disconnecting</string>
    <string name="disconnected_headset">Disconnected</string>
    <string name="pairing_headset">Pairing</string>
    <string name="pairing_headset_failed">Failed to pair</string>
    <string name="failed_to_enable_bt">Failed to enable Bluetooth</string>
    <string name="confirm_pairing">Are you sure you want to pair the Bluetooth device <xliff:g id="device_name">%1$s</xliff:g>?</string>
    <string name="pair_yes">Yes</string>
    <string name="pair_no">No</string>
</resources>