{% extends "main.html" %} {% block box %}

{% i18nc "%1 is version" "Welcome to KMail %1" _(version) %}

{% i18n "KMail is the email client by KDE. It is designed to be fully compatible with Internet mailing standards including IMAP, POP3 and SMTP." %}

{% i18n_var "KMail has many powerful features that are described in the documentation." as features %} {{ features|safe }}

{% if importantChanges|length %}

{% i18n "Important changes since last version:" %}

{% endif %} {% if newFeatures|length %}

{% i18n "Some of the new features in this release of KMail include:" %}

{% endif %} {% if firstStart %}

{% i18n "Please take a moment to fill in the KMail configuration panel at Settings->Configure KMail. You need to create at least a default identity and incoming as well as outgoing mail account." %}

{% endif %}

{% i18n "We hope that you will enjoy KMail." %}

{% i18n_var "Thank you,
The KMail Team" as thankYou %}{{ thankYou|safe }}

{% endblock box %}