8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-19 09:02:35 +00:00

Mark strings for translation in search

This commit is contained in:
Laouen Fernet 2019-11-16 14:12:54 +00:00 committed by chirac
parent b5769bb1f8
commit 5d4d9d71bf
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ CHOICES_USER = (
("1", _("Disabled")),
("2", _("Archived")),
("3", _("Not yet active")),
("4", _("Full archived")),
("4", _("Fully archived")),
)
CHOICES_AFF = (

View file

@ -68,7 +68,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if not users and not machines and not factures and not whitelists and not bans and not rooms and not ports and not switches %}
<h3>{% trans "No result" %}</h3>
{% else %}
<h6>{% blocktrans %}(Only the first {{ max_result }} results are displayed in each category){% endblocktrans %}</h6>
<h6>{% blocktrans %}Only the first {{ max_result }} results are displayed in each category.{% endblocktrans %}</h6>
{% endif %}
<br />
<br />