]> www.average.org Git - YkNeoCR.git/blobdiff - res/values/strings.xml
return early if cannot init adapter
[YkNeoCR.git] / res / values / strings.xml
index 0fa12b66802be0fad0cc93cdcfb42aead51d8300..15432f66bbbbae224fe7d6417561dc820ba83651 100644 (file)
@@ -1,9 +1,34 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-       <string name="app_name">NFC Auth</string>
-       <string name="enroll">Enroll</string>
+       <string name="app_name">YkNeo CR</string>
+       <string name="info"><![CDATA[
+<h1>Challenge-Response Provider</h1>
+<h2>using Yubico\'s <em>Yubikey Neo</em> NFC token</h2>
+<p>
+This application does not do anything itself, it provides a way for other
+applications to use the NFC token for encryption and authentication purposes.
+</p>
+<p>
+You need to configure one of the slots in the <em>Neo</em> to run in CHAL-HMAC
+mode, like this:
+</p>
+<pre>
+  ykpersonalize -2 -ochal-resp -ochal-hmac -ohmac-lt64 -oserial-api-visible
+</pre>
+<p>
+The slot number that was used in the above command must be selected below:
+</p>
+       ]]>
+       </string>
+       <string name="enroll">Set Slot</string>
        <string name="select_slot">Select Slot</string>
        <string name="slot_1">Slot 1</string>
        <string name="slot_2">Slot 2</string>
-       <string name="enrollresult">Enrollment result:</string>
+       <string name="need_slot">You must select which slot to use</string>
+       <string name="challenging">Ready to communicate</string>
+       <string name="swipe">Please touch the back of the device with the NFC token</string>
+       <string name="no_nfc">Cannot reach the NFC adapter</string>
+       <string name="nfc_disabled">Need to enable NFC in Settings</string>
+       <string name="tag_lost">Communitation with the tag lost</string>
+       <string name="tag_error">Error communicating with the tag</string>
 </resources>