From 3628b24d12f14dfa2513e2a1beebf017c5a69c31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 21 Feb 2014 14:53:43 +0100 Subject: [PATCH] [change] remove some poche terms in old default theme #471 --- themes/default/config.twig | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/themes/default/config.twig b/themes/default/config.twig index df62520a..c513f239 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -5,8 +5,8 @@ {% 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" %}

@@ -104,16 +104,19 @@

{% trans "Import" %}

{% 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 "More info in the official documentation:" %} wallabag.org

-

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

{% endblock %} -- 2.41.0