Standardize the pagination of procedures displayed on a single page

This commit is contained in:
Corinne Durrmeyer 2024-05-03 10:21:12 +02:00
parent 717166f61c
commit ec99ef51d6
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
2 changed files with 4 additions and 4 deletions

View file

@ -9,8 +9,8 @@ en:
display_entries: "%{first} - %{last} <span class='fr-text--sm'>in %{total} %{entry_name}</span>"
one_page:
display_entries:
one: "<b>%{count}</b> %{entry_name}"
other: "%{count} <span class='fr-text--sm'>in %{count} %{entry_name}</span>"
one: "%{count} %{entry_name}"
other: "%{count} %{entry_name}"
views:
pagination:
first: "&laquo; First"

View file

@ -9,8 +9,8 @@ fr:
display_entries: "%{first} - %{last} <span class='fr-text--sm'>sur %{total} %{entry_name}</span>"
one_page:
display_entries:
one: "<b>%{count}</b> %{entry_name}"
other: "%{count} <span class='fr-text--sm'>sur %{count} %{entry_name}</span>"
one: "%{count} %{entry_name}"
other: "%{count} %{entry_name}"
views:
pagination:
first: "&laquo; Premier"