{% load i18n %}

{% trans "Create IKE policy for current project." %}

{% trans "An IKE policy is an association of the following attributes:" %}

{% trans 'Authorization algorithm' %}
{% trans 'Valid algorithms are sha1, sha256, sha384 and sha512.' %}
{% trans 'Encryption algorithm' %}
{% trans 'Valid algorithms are 3des, aes-128, aes-192 and aes-256.' %}
{% trans 'IKE version' %}
{% trans 'The type of version (v1/v2) that needs to be filtered.' %}
{% trans 'Lifetime' %}
{% trans "Life time consists of units and value. Units in 'seconds' and the default value is 3600." %}
{% trans 'Perfect Forward Secrecy' %}
{% trans 'PFS limited to using Diffie-Hellman groups 2, 5 (default) and 14.' %}
{% trans 'IKE Phase 1 negotiation mode' %}
{% trans "Limited to 'main' mode only." %}

{% trans "All fields are optional." %}