X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fconfig.twig;h=72c5d6f4bccfd9fcf601ef08cb1157bdfa70f9ed;hb=200c758ff411c013391d4c84bce24e0df9cfbac1;hp=10df726e07f47cc8c38ca617e87e815dee5aaf07;hpb=52e3f58c728cc3d2dcc3208ffb6d0d5869cdc6d9;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/config.twig b/themes/default/config.twig old mode 100644 new mode 100755 index 10df726e..72c5d6f4 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -5,28 +5,29 @@ {% include '_menu.twig' %} {% endblock %} {% block content %} -

{% trans "Poching links" %}

-

{% trans "There are several ways to poche a link:" %} (?)

+

{% trans "Saving articles" %}

+

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

-

{% trans "Updating poche" %}

+

{% trans "Upgrading wallabag" %}

{% trans "Feeds" %}

@@ -38,6 +39,8 @@
  • {% trans "Favorites feed" %}
  • {% trans "Archive feed" %}
  • +

    {% trans "Your token:" %} {{token}}

    +

    {% trans "Your user id:" %} {{user_id}}

    {% trans "You can regenerate your token: generate!." %}

    {% endif %} @@ -47,8 +50,8 @@
    @@ -67,7 +70,7 @@ @@ -101,16 +104,63 @@ {% endif %}

    {% trans "Import" %}

    -

    {% 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 "You can import your Pocket, Readability, Instapaper, Wallabag or any data in appropriate json or html format." %}

    +

    {% trans "Please select export file on your computer and press \"Import\" button below.
    Wallabag will parse your file, insert all URLs and start fetching of articles if required.
    Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}

    +
    +
    +
    + + +
    +
    + +
    +
    +
    +

    {% trans "You can click here to fetch content for articles with no content." %}

    -

    {% trans "Export your poche data" %}

    +

    {% trans "Export your wallabag data" %}

    {% if constant('STORAGE') == 'sqlite' %}

    {% trans "Click here" %} {% trans "to download your database." %}

    {% endif %} -

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

    +

    {% trans "Click here" %} {% trans "to export your wallabag data." %}

    + +

    {% trans "Cache" %}

    +

    {% trans "Click here" %} {% trans "to delete cache." %}

    + +

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