X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fcourgette%2Fconfig.twig;h=c49337942adf78d6de75cb69e94aa6d51e9dae96;hb=6fe9b616aa48c61d1af6d044042c848de1650ecf;hp=d822a457c8a09ba32aa717ecc0910ec1a4b1d2cb;hpb=2744d07d71e50caa1b438741991eb736f1999cc6;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index d822a457..c4933794 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig @@ -7,26 +7,28 @@ {% block content %}

{% trans "Poching a link" %}

-

{% trans "You can poche a link by several methods:" %} (?)

+

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

-

{% trans "Updating poche" %}

+

{% trans "Upgrading wallabag" %}

{% trans "Change your theme" %}

@@ -35,8 +37,8 @@
@@ -69,14 +71,55 @@

{% trans "Import" %}

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

-

{% trans "More infos in the official doc:" %} inthepoche.com

+

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

-

{% trans "Export your poche datas" %}

-

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

+

{% 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 %} \ No newline at end of file +{% endblock %}