]> Pileus Git - ~andy/freeotp/blob - res/values/strings.xml
Add about dialog
[~andy/freeotp] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <string name="app_name">FreeOTP</string>
4     <string name="add">Add</string>
5     <string name="about">About</string>
6     <string name="invalid_token">The token specified was invalid!</string>
7     <string name="delete">Delete</string>
8     <string name="yes">Yes</string>
9     <string name="no">No</string>
10     <string name="install_title">Install Barcode Scanner?</string>
11     <string name="install_message">Barcode Scanner is required. Would you like to install it?</string>
12     <string name="no_keys">No OTP keys installed.</string>
13     <string name="add_token">Add Token</string>
14     <string name="scan_qr_code">Scan QR Code</string>
15     <string name="interval">Interval</string>
16     <string name="counter">Counter</string>
17     <string name="issuer">Issuer</string>
18     <string name="id">ID</string>
19     <string name="secret">Secret</string>
20     <string name="type">Type</string>
21     <string name="algorithm">Algorithm</string>
22     <string name="digits">Digits</string>
23
24     <string name="about_version">Version %1$s (%2$d)</string>
25     <string name="about_copyright">© 2013 - Red Hat, Inc., et al.</string>
26     <string name="about_license">FreeOTP is licensed under %1$s.</string>
27     <string name="about_website">For more information, see our %s.</string>
28     <string name="about_feedback">We welcome your feedback:&lt;br/&gt;• %1$s&lt;br/&gt;• %2$s</string>
29     <string name="link_website">&lt;a href=&quot;http://freeotp.fedorahosted.org&quot;&gt;website&lt;/a&gt;</string>
30     <string name="link_report_a_problem">&lt;a href=&quot;http://fedorahosted.org/freeotp/newticket&quot;&gt;Report a Problem&lt;/a&gt;</string>
31     <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>
32     <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>
33
34     <plurals name="tokens_selected">
35         <item quantity="one">%d token selected</item>
36         <item quantity="other">%d tokens selected</item>
37     </plurals>
38
39     <string-array name="token_types">
40         <item>Time-based (TOTP)</item>
41         <item>Counter-based (HOTP)</item>
42     </string-array>
43
44     <string-array name="algorithms">
45         <item>MD5</item>
46         <item>SHA1</item>
47         <item>SHA256</item>
48         <item>SHA512</item>
49     </string-array>
50 </resources>