diff options
| author | Bruno Perles | 2015-11-06 16:44:23 +0100 |
|---|---|---|
| committer | Bruno Perles | 2015-11-10 15:39:21 +0100 |
| commit | 8409d6ffe0c0437e6270e2499a2996cea8768850 (patch) | |
| tree | 8e97f84aa3bccdf7056eccaddf26cafe14406b36 /config/locales/will_paginate.fr.yml | |
| parent | d747338053f45addd5714569a8072f0213064404 (diff) | |
| download | chouette-core-8409d6ffe0c0437e6270e2499a2996cea8768850.tar.bz2 | |
One locale file for one language
Diffstat (limited to 'config/locales/will_paginate.fr.yml')
| -rw-r--r-- | config/locales/will_paginate.fr.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/locales/will_paginate.fr.yml b/config/locales/will_paginate.fr.yml new file mode 100644 index 000000000..68963ea4a --- /dev/null +++ b/config/locales/will_paginate.fr.yml @@ -0,0 +1,20 @@ +fr: + will_paginate: + previous_label: "← Précédent" + next_label: "Suivant →" + page_gap: "…" + + page_entries_info: + search: "Résultats :" + list: "Liste paginée" + single_page: + zero: "Aucun élément trouvé" + one: "1 %{model} affiché(e)" + other: "%{count} %{model} affiché(e)s" + single_page_html: + zero: "Aucun élément trouvé" + 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" |
