Standardize the pagination of procedures displayed on a single page
This commit is contained in:
parent
717166f61c
commit
ec99ef51d6
2 changed files with 4 additions and 4 deletions
|
@ -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: "« First"
|
||||
|
|
|
@ -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: "« Premier"
|
||||
|
|
Loading…
Reference in a new issue