X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=themes%2Fcourgette%2Fconfig.twig;h=6b0fa3081e824f2f925ac1404af6590f34c35129;hb=9254b6cf460edec3a59e9ccc19873481a1d19c90;hp=fdeb464baef5b519b2d4cff8cc909287a50cd19f;hpb=3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index fdeb464b..6b0fa308 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig @@ -7,24 +7,26 @@ {% 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" %}

@@ -35,8 +37,8 @@
@@ -76,7 +78,50 @@
  • {% trans "import from Instapaper" %} {{ '(you must have a %s file on your server)'|trans|format(constant('INSTAPAPER_FILE')) }}
  • -

    {% 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 to get all your articles in one ebook :" %} +

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