X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fconfig.twig;h=5656fadd76ed7a96c4ed9770dcc992180cb3195a;hb=refs%2Fpull%2F819%2Fhead;hp=7ccd0b36eef6a0f8eba4be5cf929b7dd78259a3b;hpb=182faf2696b38502d4784efc3f84f2f00290343f;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/config.twig b/themes/default/config.twig index 7ccd0b36..5656fadd 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -105,24 +105,61 @@

{% trans "Import" %}

{% trans "You can import your Pocket, Readability, Instapaper, Wallabag or any data in appropriate json or html format." %}

-

{% trans "Please select export file on your computer:" %}

+

{% trans "Please select export file on your computer and press \"Import\" button below.
Wallabag will parse your file, insert all URLs and start fetching of articles if required.
Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}

- +
+

{% trans "You can click here to fetch content for articles with no content." %}

{% trans "Export your wallabag data" %}

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

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

{% endif %}

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

{% trans "Cache" %}

{% trans "Click here" %} {% trans "to delete cache." %}

+ +

{% 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." %}

{% endif %} {% endblock %}