X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fhome.twig;h=59615691c23ca273587a40f13cc9de567ff8f7c1;hb=dc69d3e8d895c87f9d26c2d1309e40d6090d4c8d;hp=6bc549e6c6d3e6e43265647800c377f83418f1eb;hpb=9c55ed0923273da886497cb62302a79622e34a74;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/home.twig b/themes/default/home.twig index 6bc549e6..59615691 100755 --- a/themes/default/home.twig +++ b/themes/default/home.twig @@ -57,15 +57,22 @@ {% endfor %} {{ block('pager') }} + {% if view == 'home' %}{% if nb_results > 1 %}

{% trans "Mark all the entries as read" %}

{% endif %}{% endif %} + {% if searchterm is defined %}{% trans "Tag these results as" %} {{ searchterm }}{% endif %}
- {% if view == 'home' %}{% if nb_results > 1 %}{% trans "mark all the entries as read" %}{% endif %}{% endif %} - - {% if searchterm is defined %} -{% trans "Tag these results as" %} {{ searchterm }}{% endif %} - - {% if tag %}{% trans "Download the articles from this tag in an epub" %} - {% elseif searchterm 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 as ePub3" %} + {% trans "Download as Mobi" %} + {% trans "Download as PDF" %} + {% elseif searchterm is defined %} + {% trans "Download as ePub3" %} + {% trans "Download as Mobi" %} + {% trans "Download as PDF" %} + {% else %} + {% trans "Download as ePub3" %} + {% trans "Download as Mobi" %} + {% trans "Download as PDF" %} + {% endif %} {% endif %} {% endblock %}