]> Pileus Git - ~andy/freeotp/blobdiff - res/values/strings.xml
Add about dialog
[~andy/freeotp] / res / values / strings.xml
index fec49c5b236fc97da6be04680f7ac85a350e66b5..4c4ae83bb33055c7087b52c9bf6df36546cf7a8e 100644 (file)
@@ -2,6 +2,7 @@
 <resources>
     <string name="app_name">FreeOTP</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="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>