]> Pileus Git - ~andy/freeotp/blobdiff - res/values/strings.xml
Add about dialog
[~andy/freeotp] / res / values / strings.xml
index c0034084b833b0f345933223ab907d5c7fc270b3..4c4ae83bb33055c7087b52c9bf6df36546cf7a8e 100644 (file)
@@ -1,13 +1,50 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
     <string name="app_name">FreeOTP</string>
-    <string name="action_add">Add</string>
-    <string name="token_scan_invalid">The scanned token data was invalid!</string>
-    <string name="delete_message">Are you sure you want to remove this token?\n\nNOTE: This will NOT disable two-factor authentication on the server.\n\n</string>
+    <string name="add">Add</string>
+    <string name="about">About</string>
+    <string name="invalid_token">The token specified was invalid!</string>
     <string name="delete">Delete</string>
     <string name="yes">Yes</string>
     <string name="no">No</string>
     <string name="install_title">Install Barcode Scanner?</string>
     <string name="install_message">Barcode Scanner is required. Would you like to install it?</string>
     <string name="no_keys">No OTP keys installed.</string>
+    <string name="add_token">Add Token</string>
+    <string name="scan_qr_code">Scan QR Code</string>
+    <string name="interval">Interval</string>
+    <string name="counter">Counter</string>
+    <string name="issuer">Issuer</string>
+    <string name="id">ID</string>
+    <string name="secret">Secret</string>
+    <string name="type">Type</string>
+    <string name="algorithm">Algorithm</string>
+    <string name="digits">Digits</string>
+
+    <string name="about_version">Version %1$s (%2$d)</string>
+    <string name="about_copyright">© 2013 - Red Hat, Inc., et al.</string>
+    <string name="about_license">FreeOTP is licensed under %1$s.</string>
+    <string name="about_website">For more information, see our %s.</string>
+    <string name="about_feedback">We welcome your feedback:&lt;br/&gt;• %1$s&lt;br/&gt;• %2$s</string>
+    <string name="link_website">&lt;a href=&quot;http://freeotp.fedorahosted.org&quot;&gt;website&lt;/a&gt;</string>
+    <string name="link_report_a_problem">&lt;a href=&quot;http://fedorahosted.org/freeotp/newticket&quot;&gt;Report a Problem&lt;/a&gt;</string>
+    <string name="link_ask_for_help">&lt;a href=&quot;http://lists.fedorahosted.org/mailman/listinfo/freeotp-devel&quot;&gt;Ask for Help&lt;/a&gt;</string>
+    <string name="link_apache2">&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0.html&quot;&gt;Apache 2.0&lt;/a&gt;</string>
+
+    <plurals name="tokens_selected">
+        <item quantity="one">%d token selected</item>
+        <item quantity="other">%d tokens selected</item>
+    </plurals>
+
+    <string-array name="token_types">
+        <item>Time-based (TOTP)</item>
+        <item>Counter-based (HOTP)</item>
+    </string-array>
+
+    <string-array name="algorithms">
+        <item>MD5</item>
+        <item>SHA1</item>
+        <item>SHA256</item>
+        <item>SHA512</item>
+    </string-array>
 </resources>