aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-05-14 19:08:33 +0200
committertcit <tcit@tcit.fr>2014-05-14 19:08:33 +0200
commit4555c38d3b857bf91ed383f379d9697ed6a79860 (patch)
tree0640381305c1e0f93b3506e22b5cae28c9d7578a /themes
parent24696800e5caac6e37ebd2ac166578a9b18aba9d (diff)
downloadwallabag-4555c38d3b857bf91ed383f379d9697ed6a79860.tar.gz
wallabag-4555c38d3b857bf91ed383f379d9697ed6a79860.tar.zst
wallabag-4555c38d3b857bf91ed383f379d9697ed6a79860.zip
Changed theme for better translation method
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/baggy/home.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig
index 92a3c866..8df5ce1c 100755
--- a/themes/baggy/home.twig
+++ b/themes/baggy/home.twig
@@ -25,7 +25,7 @@
25 {% block pager %} 25 {% block pager %}
26 {% if nb_results > 1 %} 26 {% if nb_results > 1 %}
27 <div class="results"> 27 <div class="results">
28 <div class="nb-results">{{ nb_results }} {% trans "results" %}{% if search_term is defined %}{% trans " found for « " %} {{ search_term }} »{% endif %}</div> 28 <div class="nb-results">{{ nb_results }} {% trans "results" %}{% if search_term is defined %} {% trans %}found for « {{ search_term }} »{% endtrans %}{% endif %}</div>
29 {{ page_links | raw }} 29 {{ page_links | raw }}
30 </div> 30 </div>
31 {% elseif nb_results == 1 %} 31 {% elseif nb_results == 1 %}
@@ -57,7 +57,7 @@
57 {% endfor %} 57 {% endfor %}
58 </div> 58 </div>
59 {% if view == 'home' %}{% if nb_results > 1 %}<a title="{% trans "Mark all the entries as read" %}" href="./?action=archive_all">{{ "Mark all the entries as read" }}</a>{% endif %}{% endif %} 59 {% if view == 'home' %}{% if nb_results > 1 %}<a title="{% trans "Mark all the entries as read" %}" href="./?action=archive_all">{{ "Mark all the entries as read" }}</a>{% endif %}{% endif %}
60 {% if search_term is defined %}<a title="{% trans "Apply the tag" %} {{ search_term }} {% trans "to this search" %}" href="./?action=add_tag&search={{ search_term }}">{% trans "Apply the tag" %} {{ search_term }} {% trans "to this search" %}</a>{% endif %} 60 {% if search_term is defined %}<a title="{% trans %} Apply the tag {{ search_term }} to this search {% endtrans %}" href="./?action=add_tag&search={{ search_term }}">{% trans %} Apply the tag {{ search_term }} to this search {% endtrans %}</a>{% endif %}
61 {% endif %} 61 {% endif %}
62 {{ block('pager') }} 62 {{ block('pager') }}
63{% endblock %} 63{% endblock %}