{% load i18n %}

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

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

{% trans 'Authorization algorithm' %}
{% trans 'Auth algorithm limited to SHA1 only.' %}
{% trans 'Encryption algorithm' %}
{% trans 'The type of algorithm (3des, aes-128, aes-192, aes-256) used in the IKE Policy.' %}
{% 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." %}