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