Unverified Commit 8cdd6b68 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

localize high score link

parent 91648431
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -266,6 +266,11 @@ msgstr "Checkin- und Verbindungsvorschläge sind für DBRIS-, EFA- und IRIS-Back
msgid "changelog.2-18.2"
msgstr "Bei der Reisestreckenberechnung für vergangene Fahrten werden nun auch Fahrten mit ungenügender Datenlage (d.h. bei denen ausschließlich die Entfernung nach Luftlinie verfügbar ist) berücksichtigt. Bislang wurden diese für monatliche und jährliche Statistiken ignoriert."

# history.html.ep

msgid "history.high-scores"
msgstr "Nach Eigenschaft"

# history_by_year.html.ep

msgid "history.review"
+6 −0
Original line number Diff line number Diff line
@@ -266,7 +266,13 @@ msgstr "Checkin and connection suggestions are now available again for DBRIS, EF
msgid "changelog.2-18.2"
msgstr "Total distance calculation in the history now includes trips that lack appropriate route data (i.e., where only beeline distance / distance as the crow flies is available). Before this release, such trips were ignored when computing monthly and yearly statistics."

# history.html.ep

msgid "history.high-scores"
msgstr "By Attribute"

# history_by_year.html.ep

msgid "history.review"
msgstr "Review"

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Für Details ein Jahr auswählen.
	</div>
	<div class="col s12 m12 l2">&nbsp;</div>
	<div class="col s12 m12 l5 center-align">
		<a href="/history/sorted" class="waves-effect waves-light btn"><i class="material-icons left" aria-hidden="true">sort</i> High Scores</a>
		<a href="/history/sorted" class="waves-effect waves-light btn"><i class="material-icons left" aria-hidden="true">sort</i> <%= L('history.high-scores') %></a>
	</div>
</div>