summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: ac610af14454635d7fef7336116d9e1ca99e0b95 (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
<?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>
    
    <!-- The label for the NFC admin permission -->
    <string name="permlab_nfcAdmin">NFCEE administration</string>

    <!-- The description for the NFC admin permission -->
    <string name="permdesc_nfcAdmin">Allows control of NFC execution environment hardware</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">Tap 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">Tap to give this person your contact info</string>

    <!-- A notification description string telling the user he has shared something over NFC [CHAR-LIMIT=64] -->
    <string name="first_share_title">You just dropped to share!</string>

    <!-- A notification action string telling the user to tap to learn more about sharing over NFC [CHAR-LIMIT=64] -->
    <string name="first_share_text">Tap to learn more or disable this feature.</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 send</string>
</resources>