]> www.average.org Git - YkNeoCR.git/blob - res/values/strings.xml
return early if cannot init adapter
[YkNeoCR.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3         <string name="app_name">YkNeo CR</string>
4         <string name="info"><![CDATA[
5 <h1>Challenge-Response Provider</h1>
6 <h2>using Yubico\'s <em>Yubikey Neo</em> NFC token</h2>
7 <p>
8 This application does not do anything itself, it provides a way for other
9 applications to use the NFC token for encryption and authentication purposes.
10 </p>
11 <p>
12 You need to configure one of the slots in the <em>Neo</em> to run in CHAL-HMAC
13 mode, like this:
14 </p>
15 <pre>
16   ykpersonalize -2 -ochal-resp -ochal-hmac -ohmac-lt64 -oserial-api-visible
17 </pre>
18 <p>
19 The slot number that was used in the above command must be selected below:
20 </p>
21         ]]>
22         </string>
23         <string name="enroll">Set Slot</string>
24         <string name="select_slot">Select Slot</string>
25         <string name="slot_1">Slot 1</string>
26         <string name="slot_2">Slot 2</string>
27         <string name="need_slot">You must select which slot to use</string>
28         <string name="challenging">Ready to communicate</string>
29         <string name="swipe">Please touch the back of the device with the NFC token</string>
30         <string name="no_nfc">Cannot reach the NFC adapter</string>
31         <string name="nfc_disabled">Need to enable NFC in Settings</string>
32         <string name="tag_lost">Communitation with the tag lost</string>
33         <string name="tag_error">Error communicating with the tag</string>
34 </resources>