From 2f26729c841a68669a1baf799091cb2c6c9f585a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20L=C5=93uillet?=
Date: Sat, 12 Jul 2014 19:01:11 +0200
Subject: Refactor
---
themes/courgette/_view.twig | 2 +-
themes/courgette/home.twig | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'themes/courgette')
diff --git a/themes/courgette/_view.twig b/themes/courgette/_view.twig
index 25479a3d..c5c916c0 100755
--- a/themes/courgette/_view.twig
+++ b/themes/courgette/_view.twig
@@ -12,7 +12,7 @@
{% if constant('SHARE_MAIL') == 1 %}{% trans "email" %} {% endif %}
{% if constant('SHARE_SHAARLI') == 1 %}{% trans "shaarli" %} {% endif %}
{% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}{% trans "flattr" %} {% elseif flattr.status == constant('FLATTRED') %}{% trans "flattr" %} {{ flattr.numflattrs }} {% endif %}{% endif %}
- EPUB
+ EPUB
{% trans "this article appears wrong?" %}
diff --git a/themes/courgette/home.twig b/themes/courgette/home.twig
index 401f3f20..811298eb 100755
--- a/themes/courgette/home.twig
+++ b/themes/courgette/home.twig
@@ -53,9 +53,9 @@
{{ block('pager') }}
- {% if tag %}{% trans "Download the articles from this tag in an epub" %}
- {% elseif search_term is defined %}{% trans "Download the articles from this search in an epub" %}
- {% else %}{% trans "Download the articles from this category in an epub" %} {% endif %}
+ {% if tag %}{% trans "Download the articles from this tag in an epub" %}
+ {% elseif search_term is defined %}{% trans "Download the articles from this search in an epub" %}
+ {% else %}{% trans "Download the articles from this category in an epub" %} {% endif %}
{% endif %}
--
cgit v1.2.3
From d423113b009ca7d44db7bc9d09556d9857b316c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20L=C5=93uillet?=
Date: Sat, 12 Jul 2014 21:50:29 +0200
Subject: =?UTF-8?q?#683=20Rename=20=C2=AB=20home=20=C2=BB=20into=20=C2=AB?=
=?UTF-8?q?=20unread=20=C2=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
themes/courgette/_menu.twig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'themes/courgette')
diff --git a/themes/courgette/_menu.twig b/themes/courgette/_menu.twig
index 5e737299..0e37660a 100755
--- a/themes/courgette/_menu.twig
+++ b/themes/courgette/_menu.twig
@@ -1,6 +1,6 @@
{% 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." %}
{% endif %}
+ {% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}
{% endif %}
{% endblock %}
--
cgit v1.2.3
From 280972a66cd1a64003b4c4e5cc9b17347c1638bc Mon Sep 17 00:00:00 2001
From: tcit
Date: Sat, 26 Jul 2014 12:44:55 +0200
Subject: changes in all themes
---
themes/courgette/config.twig | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'themes/courgette')
diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig
index e921b499..c4933794 100755
--- a/themes/courgette/config.twig
+++ b/themes/courgette/config.twig
@@ -97,6 +97,10 @@
{% trans "Password for new user" %}
+
+ {% trans 'Email for new user (not required)' %}
+
+
{% trans "Send" %}
--
cgit v1.2.3