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>"
|
display_entries: "%{first} - %{last} <span class='fr-text--sm'>in %{total} %{entry_name}</span>"
|
||||||
one_page:
|
one_page:
|
||||||
display_entries:
|
display_entries:
|
||||||
one: "<b>%{count}</b> %{entry_name}"
|
one: "%{count} %{entry_name}"
|
||||||
other: "%{count} <span class='fr-text--sm'>in %{count} %{entry_name}</span>"
|
other: "%{count} %{entry_name}"
|
||||||
views:
|
views:
|
||||||
pagination:
|
pagination:
|
||||||
first: "« First"
|
first: "« First"
|
||||||
|
|
|
@ -9,8 +9,8 @@ fr:
|
||||||
display_entries: "%{first} - %{last} <span class='fr-text--sm'>sur %{total} %{entry_name}</span>"
|
display_entries: "%{first} - %{last} <span class='fr-text--sm'>sur %{total} %{entry_name}</span>"
|
||||||
one_page:
|
one_page:
|
||||||
display_entries:
|
display_entries:
|
||||||
one: "<b>%{count}</b> %{entry_name}"
|
one: "%{count} %{entry_name}"
|
||||||
other: "%{count} <span class='fr-text--sm'>sur %{count} %{entry_name}</span>"
|
other: "%{count} %{entry_name}"
|
||||||
views:
|
views:
|
||||||
pagination:
|
pagination:
|
||||||
first: "« Premier"
|
first: "« Premier"
|
||||||
|
|
Loading…
Reference in a new issue