Skip to content

Instantly share code, notes, and snippets.

@rockdog
Created August 12, 2011 13:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rockdog/1141979 to your computer and use it in GitHub Desktop.
Save rockdog/1141979 to your computer and use it in GitHub Desktop.
German translations for will_paginate
de:
will_paginate:
previous_label: "← zurück"
next_label: "weiter →"
page_gap: "…"
page_entries_info:
single_page:
zero: "Keine %{model} gefunden"
one: "Zeige 1 %{model}"
other: "Zeige alle %{count} %{model}"
single_page_html:
zero: "Keine %{model} gefunden"
one: "Zeige <b>1</b> %{model}"
other: "Zeige <b>alle&nbsp;%{count}</b> %{model}"
multi_page: "Zeige %{from} - %{to} von insgesamt %{count} %{model}"
multi_page_html: "Zeige <b>%{from}&nbsp;-&nbsp;%{to}</b> von insgesamt <b>%{count}</b> %{model}"
# models:
# entry:
# zero: 'Eintr&auml;ge'
# one: 'Eintrag'
# few: 'Eintr&auml;ge'
# other: 'Eintr&auml;ge'
# for more information see https://github.com/mislav/will_paginate/wiki/I18n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment