strings.xml revision b76e85d5549ba6fc5535ec2a590bad9443bb14d8
4632N/A<?xml version="1.0" encoding="utf-8"?>
4632N/A<!-- Portions Copyrighted 2015 ForgeRock AS. -->
4632N/A<resources>
4632N/A <string name="app_name">ForgeRock</string>
4632N/A <string name="add">Add</string>
4632N/A <string name="invalid_token">The token specified was invalid!</string>
4632N/A <string name="delete">Delete</string>
4632N/A <string name="edit">Edit</string>
4632N/A <string name="restore_defaults">Restore Defaults</string>
4632N/A <string name="no_keys">No OTP keys installed.</string>
4632N/A <string name="add_token">Add Token</string>
4632N/A <string name="scan_qr_code">Scan QR Code</string>
4632N/A <string name="interval">Interval</string>
4632N/A <string name="counter">Counter</string>
4632N/A <string name="issuer">Issuer</string>
4632N/A <string name="id">ID</string>
4632N/A <string name="secret">Secret</string>
4632N/A <string name="type">Type</string>
4632N/A <string name="algorithm">Algorithm</string>
4632N/A <string name="digits">Digits</string>
4632N/A <string name="save">Save</string>
4632N/A
4632N/A <string name="about_freeotp">About FreeOTP</string>
4632N/A <string name="about_version">FreeOTP Version %1$s (%2$d)</string>
4632N/A <string name="about_copyright">© 2013 - Red Hat, Inc., et al.</string>
4632N/A <string name="about_license">FreeOTP is licensed under %1$s.</string>
4632N/A <string name="about_website">For more information, see our %s.</string>
4632N/A <string name="about_feedback">We welcome your feedback:&lt;br/&gt;• %1$s&lt;br/&gt;• %2$s</string>
4632N/A <string name="about_icons">Some icons used by this application are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.</string>
4632N/A
4632N/A <string name="link_website">&lt;a href=&quot;http://freeotp.fedorahosted.org&quot;&gt;website&lt;/a&gt;</string>
4632N/A <string name="link_report_a_problem">&lt;a href=&quot;https://fedorahosted.org/freeotp/wiki/ProblemReport&quot;&gt;Report a Problem&lt;/a&gt;</string>
4632N/A <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>
4632N/A <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>
4632N/A
4632N/A <string name="error_camera_open">Error while opening camera!</string>
4632N/A
4632N/A <string name="delete_summary">This is your last chance: if you delete this token, it will be gone forever. It will not be disabled on the server.</string>
4632N/A <string name="delete_question">Delete this token?</string>
4632N/A
4632N/A <string-array name="algorithms">
4632N/A <item>MD5</item>
4632N/A <item>SHA1</item>
4632N/A <item>SHA256</item>
4632N/A <item>SHA512</item>
4632N/A </string-array>
4632N/A</resources>
4632N/A