Created
August 12, 2011 13:00
-
-
Save rockdog/1141979 to your computer and use it in GitHub Desktop.
German translations for will_paginate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %{count}</b> %{model}" | |
multi_page: "Zeige %{from} - %{to} von insgesamt %{count} %{model}" | |
multi_page_html: "Zeige <b>%{from} - %{to}</b> von insgesamt <b>%{count}</b> %{model}" | |
# models: | |
# entry: | |
# zero: 'Einträge' | |
# one: 'Eintrag' | |
# few: 'Einträge' | |
# other: 'Einträ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