{% extends "layout.twig" %} {% block title %}{% trans "config" %}{% endblock %} {% block menu %} {% include '_menu.twig' %} {% endblock %} {% block content %}

{% trans "Poching a link" %}

{% trans "There are several ways to save an article:" %} (?)

{% trans "Upgrading wallabag" %}

{% trans "Change your theme" %}

{% trans "Change your password" %}

{% trans "Import" %}

{% trans "Please execute the import script locally, it can take a very long time." %}

{% trans "More infos in the official doc:" %} wallabag.org

{% trans "Export your wallabag data" %}

{% trans "Click here" %} {% trans "to export your wallabag data." %}

{% trans "Fancy an E-Book ?" %}

{% trans "Click on this link to get all your articles in one ebook (ePub 3 format)." %}
{% trans "This can take a while and can even fail if you have too many articles, depending on your server configuration." %}

{% trans 'Add user' %}

{% trans 'Add a new user :' %}

{% trans "Delete account" %}

{% if not only_user %}

{% trans "You can delete your account by entering your password and validating." %}
{% trans "Be careful, data will be erased forever (that is a very long time)." %}

{% else %}

{% trans "You are the only user, you cannot delete your own account." %}
{% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}

{% endif %}
{% endblock %}