blob: 0836dcfc85b04909b0788d47a16fa6de78bdd938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="78565911793142902">"Nfc Service"</string>
<string name="nfcUserLabel" msgid="7708535817084357357">"Nfc"</string>
<string name="permlab_nfcAdmin" msgid="5329590200504457455">"control Near Field Communication secure hardware"</string>
<string name="permdesc_nfcAdmin" msgid="1527271067096288484">"Allows this application to control the secure hardware used with Near Field Communication, for example, to modify payment credentials."</string>
<string name="inbound_me_profile_title" msgid="6146013785225412693">"Contact received over NFC"</string>
<string name="inbound_me_profile_text" msgid="1409138030064787748">"Tap to add this person as a contact"</string>
<string name="outbound_me_profile_title" msgid="2523625031572784769">"NFC interaction complete"</string>
<string name="outbound_me_profile_text" msgid="7431318734941861000">"Tap to give this person your contact info"</string>
<string name="accessibility_nfc_enabled" msgid="7796246979948787735">"NFC enabled."</string>
<string name="touch" msgid="4727218133711188355">"Touch to beam"</string>
</resources>
|