aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/will_paginate.fr.yml
diff options
context:
space:
mode:
authorjpl2017-02-02 10:55:37 +0100
committerjpl2017-02-02 10:55:37 +0100
commit7c32177efd02ed6b9b97960580325b98ce7cceaf (patch)
tree12140d28552ddb8d0c107cc7aee0a0d178e48158 /config/locales/will_paginate.fr.yml
parent809290c656902da721fd773fef55f90f9d649c13 (diff)
downloadchouette-core-7c32177efd02ed6b9b97960580325b98ce7cceaf.tar.bz2
Refs #2486: updating pagination_helper
Diffstat (limited to 'config/locales/will_paginate.fr.yml')
-rw-r--r--config/locales/will_paginate.fr.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/will_paginate.fr.yml b/config/locales/will_paginate.fr.yml
index 68963ea4a..6705eafea 100644
--- a/config/locales/will_paginate.fr.yml
+++ b/config/locales/will_paginate.fr.yml
@@ -16,5 +16,5 @@ fr:
one: "<b>1</b> %{model} affiché(e)"
other: "<b>%{count}</b> %{model} affiché(e)s"
- multi_page: "%{model} %{from} - %{to} sur %{count} au total"
- multi_page_html: "%{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> sur <b>%{count}</b> au total"
+ multi_page: "Liste des %{model} %{from} à %{to} sur %{count}"
+ multi_page_html: "Liste des %{model} <b>%{from}&nbsp;à&nbsp;%{to}</b> sur <b>%{count}</b>"