{% i18n "OpenPGP Key" %}

{% i18n "This is an OpenPGP key, which can be used to sign or encrypt emails." %}

{% if block.showKeyDetails %} {% if block.searchRunning %}

{% i18n "Loading key details..." %}

{% endif %} {% if not block.error %} {% if block.created %} {% endif %} {% if block.fingerprint %} {% endif %}
{% i18n "Owner:" %} {{ block.uid }}
{% i18n "Created:" %} {{ block.created }}
{% i18n "Fingerprint:" %} {{ block.fingerprint }}
{% if not block.searchRunning and not block.keyUrl %}

{% i18n "This key is unknown, it could not be found in your local keyring. You may want to import this key." %}

{% endif %} {% else %}

{% i18n "Error while loading key: %1" block.error %}

{% endif %} {% i18n "Hide key details" %} {% if block.keyUrl %} | {% i18n "Open in Kleopatra" %} {% endif %} {% else %} {% i18n "Show key details ..." %} {% endif %} | {% i18n "Import key" %}