templates: add blocktrans trimmed where useful (#69422)

This commit is contained in:
Valentin Deniaud 2022-09-29 17:32:15 +02:00
parent e1cee0503f
commit f816b555ea
5 changed files with 7 additions and 7 deletions

View File

@ -62,7 +62,7 @@
</form>
{% if service.legacy_urls %}
<h4>
{% blocktrans count counter=service.legacy_urls|length %}
{% blocktrans trimmed count counter=service.legacy_urls|length %}
Legacy URL
{% plural%}
Legacy URLS

View File

@ -23,7 +23,7 @@
<div class="infonotice">
{% if not enabled %}
<p>
{% blocktrans %}
{% blocktrans trimmed %}
The audience measurement tools are deployed to obtain information about
visitor navigation. They help to understand where users come from on a site
and reconstruct their browsing activity. These tools use technologies that
@ -33,7 +33,7 @@
</p>
{% if ws_available %}
<p>
{% blocktrans %}
{% blocktrans trimmed %}
Publik can automatically use a tool called "Matomo", which is the tracker
solution recommended by the National Commission for Data Protection and Liberties (<a
href="https://www.cnil.fr/fr/solutions-pour-les-cookies-de-mesure-daudience">CNIL-France</a>).
@ -41,7 +41,7 @@
</p>
{% else %}
<p>
{% blocktrans %}
{% blocktrans trimmed %}
Matomo is the tracker solution recommended by the National Commission for Data
Protection and Liberties (<a
href="https://www.cnil.fr/fr/solutions-pour-les-cookies-de-mesure-daudience">CNIL-France</a>).

View File

@ -16,7 +16,7 @@
{% block content %}
<p class="hint">
{% blocktrans %}
{% blocktrans trimmed %}
Use drag and drop with the ⣿ handles to reorder the profile fields.
{% endblocktrans %}
</p>

View File

@ -29,7 +29,7 @@
{% block content %}
<div class="infonotice">
{% blocktrans %}
{% blocktrans trimmed %}
Robots are programs that automatically traverse web sites.
Web site owners can use a <tt>robots.txt</tt> file to give
instructions about their site.

View File

@ -33,7 +33,7 @@
</div>
{% else %}
<div class="big-msg-info">
{% blocktrans %}
{% blocktrans trimmed %}
This deployment doesn't have any service deployed yet. Click on the
"Services" menu entry in the top right of the page to add a first one.
{% endblocktrans %}