third_parties/memorizingtrustmanager/src/main/res/values-nb/strings.xml
author Frederic Barthelery <da_risk@beem-project.com>
Fri, 13 Nov 2015 18:17:25 +0100
changeset 1070 fde61b09cd8d
parent 1044 cd41ebc93e78
permissions -rw-r--r--
Utils: Add a basic implementation of an EncryptionManager which allows to store the password encrypted. This use the latest AndroidKeyStore from Android M and allow to store the key securely.

<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- MemorizingTrustManager library -->
    <string name="mtm_accept_cert">Godkjenn ukjent sertifikat</string>
    <string name="mtm_decision_always">Alltid</string>
    <string name="mtm_decision_once">Denne gangen</string>
    <string name="mtm_decision_abort">Avbryt</string>

    <string name="mtm_notification">Sertifikatkontroll</string>

</resources>