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

{% trans "Poching links" %}

{% trans "There are several ways to poche a link:" %} (?)

{% trans "Updating poche" %}

{% trans "Feeds" %}

{% if token == '' %}

{% trans "Your feed token is currently empty and must first be generated to enable feeds. Click here to generate it." %}

{% else %}

{% trans "Your token:" %} {{token}}

{% trans "Your user id:" %} {{user_id}}

{% trans "You can regenerate your token: generate!." %}

{% endif %}

{% trans "Change your theme" %}

{% trans "Change your language" %}

{% if http_auth == 0 %}

{% trans "Change your password" %}

{% endif %}

{% trans "Import" %}

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

{% trans "More info in the official docs:" %} wallabag.org

{% trans "Export your poche data" %}

{% if constant('STORAGE') == 'sqlite' %}

{% trans "Click here" %} {% trans "to download your database." %}

{% endif %}

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

{% endblock %}