X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fbaggy%2Fconfig.twig;h=1b8b864839d50c519cce70ed6d9c2984b58a1902;hb=34acb02cbbc700f0d73ac340e906d3179932ab2b;hp=fc7890ec9a7e560cf1c57948d9f16486917c6614;hpb=a4585f7eaa74d5f705c1622ac2419ea1198a7aba;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index fc7890ec..1b8b8648 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -106,7 +106,7 @@

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

@@ -118,13 +118,49 @@
+

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

+ +

Fancy a ebook ?

+ Click on this link to get all your articles in one ebook (ePub).

{% trans "Cache" %}

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

+

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