X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fconfig.twig;h=df62520a706ab7d0c2c1601e2be90445427235ac;hb=9f3148fec787a51f837549907130e8ec980a0547;hp=a27836b4cfaf3928db6897c17f074fa4b9be860f;hpb=678f2cb6eef428e4a5aa522985d30704df3acc78;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/config.twig b/themes/default/config.twig index a27836b4..df62520a 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -5,29 +5,43 @@ {% include '_menu.twig' %} {% endblock %} {% block content %} -

{% trans "Poching a link" %}

-

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

+

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

@@ -35,8 +49,8 @@
@@ -89,14 +103,17 @@ {% endif %}

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

-

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

+

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