From: Nicolas LÅ“uillet Date: Tue, 28 Jan 2014 10:08:21 +0000 (+0100) Subject: changed some poche with wallabag X-Git-Tag: 1.4.0^2~8 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=21f50d5a08381d0d2f27d36b0d97a4f518eeefcb;p=github%2Fwallabag%2Fwallabag.git changed some poche with wallabag --- 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 %}