diff options
| author | jpl | 2017-02-02 10:55:37 +0100 |
|---|---|---|
| committer | jpl | 2017-02-02 10:55:37 +0100 |
| commit | 7c32177efd02ed6b9b97960580325b98ce7cceaf (patch) | |
| tree | 12140d28552ddb8d0c107cc7aee0a0d178e48158 /config/locales/will_paginate.fr.yml | |
| parent | 809290c656902da721fd773fef55f90f9d649c13 (diff) | |
| download | chouette-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.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>" |
