diff options
Diffstat (limited to 'config/locales/will_paginate.fr.yml')
| -rw-r--r-- | config/locales/will_paginate.fr.yml | 4 |
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} - %{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} à %{to}</b> sur <b>%{count}</b>" |
