X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fconfig.twig;h=e22ea1da4c74fda767f7d2f8eb8ae2866534a977;hb=1cecaa7926cee3d8e1ce4c6e369c52ad98d49e3f;hp=213458278249b79408d386b8edc6029d91b9aaee;hpb=c2b7a11c772a5b503896add11ea18838999f8d58;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/config.twig b/themes/default/config.twig index 21345827..e22ea1da 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" %}

@@ -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:" %} inthepoche.com

-

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