]> www.average.org Git - YkNeoCR.git/blobdiff - res/values/strings.xml
handle multivalue challenges
[YkNeoCR.git] / res / values / strings.xml
index 57603e936832fd95ff423ac81b83278f5f37caaa..83cb008ef2b061bbb9d92bb4d5664a9dd8c38773 100644 (file)
@@ -1,4 +1,36 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <string name="app_name">NFCAuthCRConf</string>
+       <string name="app_name">YkNeo CR</string>
+       <string name="info"><![CDATA[
+<center>
+<h1>Challenge-Response Provider</h1>
+<h2>using Yubico\'s <em>Yubikey Neo</em> NFC token</h2>
+</center>
+<p>
+You need to set up a slot in the <em>Neo</em> to use with CHAL-HMAC
+mode, like this:
+</p>
+<pre>
+  ykpersonalize -2 -ochal-resp -ochal-hmac -ohmac-lt64 -oserial-api-visible
+</pre>
+<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>
+The slot number used for 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="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>