]> Pileus Git - ~andy/freeotp/blobdiff - res/values/strings.xml
Switch to debug name
[~andy/freeotp] / res / values / strings.xml
index fec49c5b236fc97da6be04680f7ac85a350e66b5..3fda9b6f0b71e6e3af2d6e187e277f6bddb877f8 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <string name="app_name">FreeOTP</string>
+    <string name="app_name">FreeOTP (pileus.org)</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>
@@ -11,6 +12,7 @@
     <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="manual_entry">Manual Entry</string>
     <string name="interval">Interval</string>
     <string name="counter">Counter</string>
     <string name="issuer">Issuer</string>
     <string name="algorithm">Algorithm</string>
     <string name="digits">Digits</string>
 
+    <string name="about_title">About %1$s</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>
+
+    <string name="error_camera_open">Error while opening camera!</string>
+
     <plurals name="tokens_selected">
         <item quantity="one">%d token selected</item>
         <item quantity="other">%d tokens selected</item>