Unverified Commit 17da239e authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

history: localize link to review

parent 84ff184f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -223,6 +223,11 @@ msgstr "Korrekte Berechnung und Visualisierung der Wegstrecke bei Fahrten mit Ri
msgid "changelog.2-17.1"
msgstr "Kartendaten („Polylines“) zu einzelnen Fahrten können nun als GPX ex- und importiert werden. Somit können Kartendaten nachträglich korrigiert oder nachgepflegt werden. Das GPX-Datenformat ist mit BRouter-Web kompatibel."

# history.html.ep

msgid "history.review"
msgstr "Rückblick"

# journey.html.ep

msgid "journey.not-found"
+5 −0
Original line number Diff line number Diff line
@@ -223,6 +223,11 @@ msgstr "Fix distance calculation and visualization of ring line trips. Trips sho
msgid "changelog.2-17.1"
msgstr "Map data (“polylines”) for individual trips can now be exported and imported in the GPX format. This allows map data to be corrected or augmented after the fact. The GPX import/export is compatible with BRouter-Web."


# history.html.ep
msgid "history.review"
msgstr "Review"

# journey.html.ep

msgid "journey.not-found"
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
	</div>
	<div class="col s12 m12 l2">&nbsp;</div>
	<div class="col s12 m12 l5 center-align">
		<a href="/history/<%= $year %>/review" class="waves-effect waves-light btn"><i class="material-icons left" aria-hidden="true">camera_roll</i> Rückblick</a>
		<a href="/history/<%= $year %>/review" class="waves-effect waves-light btn"><i class="material-icons left" aria-hidden="true">camera_roll</i> <%= L('history.review') %></a>
	</div>
	% }
	% else {