X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fconfig.twig;h=df62520a706ab7d0c2c1601e2be90445427235ac;hb=9f3148fec787a51f837549907130e8ec980a0547;hp=0f1aea80bd1abebb8346355da08442f0fe240082;hpb=27a74816daa944aefd6353b75b94dea7036145aa;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/config.twig b/themes/default/config.twig index 0f1aea80..df62520a 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -5,28 +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" %}

@@ -34,8 +49,8 @@
@@ -47,6 +62,26 @@
+

{% trans "Change your language" %}

+
+
+
+ + +
+
+ +
+
+ + +
+ + {% if http_auth == 0 %}

{% trans "Change your password" %}

@@ -65,16 +100,20 @@ + {% 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." %}

-{% endblock %} \ No newline at end of file +

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