impress/config/locales/will_paginate.en-MEEP.yml

18 lines
626 B
YAML

en-MEEP:
will_paginate:
previous_label: "← Preevious"
next_label: "Neext →"
page_gap: "…!"
page_entries_info:
single_page:
zero: "No %{model} meeped"
one: "Meeping 1 %{model}"
other: "Meeping all %{count} %{model}"
single_page_html:
zero: "No %{model} meeped"
one: "Meeping <b>1</b> %{model}"
other: "Meeping <b>all&nbsp;%{count}</b> %{model}"
multi_page: "Meeping %{model} %{from} - %{to} of %{count} in total"
multi_page_html: "Meeping %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> of <b>%{count}</b> in total"