From 21f50d5a08381d0d2f27d36b0d97a4f518eeefcb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 28 Jan 2014 11:08:21 +0100 Subject: [PATCH] changed some poche with wallabag --- themes/courgette/install.twig | 4 ++-- themes/courgette/layout.twig | 2 +- themes/courgette/login.twig | 4 ++-- themes/default/install.twig | 4 ++-- themes/default/layout.twig | 2 +- themes/default/login.twig | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/themes/courgette/install.twig b/themes/courgette/install.twig index 9b4a769c..20d15f18 100755 --- a/themes/courgette/install.twig +++ b/themes/courgette/install.twig @@ -3,9 +3,9 @@ {% block content %}
-

{% trans "install your poche" %}

+

{% trans "install your wallabag" %}

- {% trans "poche is still not installed. Please fill the below form to install it. Don't hesitate to read the documentation on poche website." %} + {% trans "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to read the documentation on wallabag website." %}

diff --git a/themes/courgette/layout.twig b/themes/courgette/layout.twig index 9a420ac4..57c2cc98 100755 --- a/themes/courgette/layout.twig +++ b/themes/courgette/layout.twig @@ -10,7 +10,7 @@ - {% block title %}{% endblock %} - poche + {% block title %}{% endblock %} - wallabag {% include '_head.twig' %} {% include '_bookmarklet.twig' %} diff --git a/themes/courgette/login.twig b/themes/courgette/login.twig index 3e17982f..1fec0fc9 100755 --- a/themes/courgette/login.twig +++ b/themes/courgette/login.twig @@ -1,10 +1,10 @@ {% extends "layout.twig" %} -{% block title %}{% trans "login to your poche" %}{% endblock %} +{% block title %}{% trans "login to your wallabag" %}{% endblock %} {% block content %}

-

{% trans "login to your poche" %}

+

{% trans "login to your wallabag" %}

{% if constant('MODE_DEMO') == 1 %}

{% trans "you are in demo mode, some features may be disabled." %}

{% endif %}
diff --git a/themes/default/install.twig b/themes/default/install.twig index 0dec2c48..c89c7e47 100644 --- a/themes/default/install.twig +++ b/themes/default/install.twig @@ -3,9 +3,9 @@ {% block content %}
-

{% trans "install your poche" %}

+

{% trans "install your wallabag" %}

- {% trans "Poche is still not installed. Please fill the below form to install it. Don't hesitate to read the documentation on poche website." %} + {% trans "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to read the documentation on wallabag website." %}

diff --git a/themes/default/layout.twig b/themes/default/layout.twig index fec7054a..dfebc3ea 100644 --- a/themes/default/layout.twig +++ b/themes/default/layout.twig @@ -10,7 +10,7 @@ - {% block title %}{% endblock %} - poche + {% block title %}{% endblock %} - wallabag {% include '_head.twig' %} {% include '_bookmarklet.twig' %} diff --git a/themes/default/login.twig b/themes/default/login.twig index e2a9a9f5..bf685240 100644 --- a/themes/default/login.twig +++ b/themes/default/login.twig @@ -1,11 +1,11 @@ {% extends "layout.twig" %} -{% block title %}{% trans "login to your poche" %}{% endblock %} +{% block title %}{% trans "login to your wallabag" %}{% endblock %} {% block content %} {% if http_auth == 0 %}

-

{% trans "Login to poche" %}

+

{% trans "Login to wallabag" %}

{% if constant('MODE_DEMO') == 1 %}

{% trans "you are in demo mode, some features may be disabled." %}

{% endif %}
-- 2.41.0