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

Translate about.html.ep to en-GB

parent d3ef51e4
Loading
Loading
Loading
Loading
+38 −0
Original line number Diff line number Diff line
@@ -43,6 +43,44 @@ msgstr "automatisch"
# Templates
#

# about.html.ep

msgid "about.developed-by.lead"
msgstr "Entwickelt von"

msgid "about.developed-by.and"
msgstr "und"

msgid "about.developed-by.others"
msgstr "weiteren"

msgid "about.developed-by.tail"
msgstr " "

msgid "about.source-code"
msgstr "Quelltext"

msgid "about.licence-agplv3"
msgstr "lizensiert unter AGPL v3"

msgid "about.data-sources"
msgstr "Backends"

msgid "about.data-sources.last-and"
msgstr " und"

msgid "about.disclaimer"
msgstr "Travelynx ist ein kostenfreies, privat betriebenes Projekt ohne Verfügbarkeitsgarantie. Unangekündigte Downtimes oder eine kurzfristige Einstellung dieser Seite sind nicht vorgesehen, aber möglich. Feature Requests, Bug Reports und sonstige Nachrichten werden je nach Kapazität und Motivation zeitnah, verzögert oder gar nicht bearbeitet / beantwortet."

msgid "about.contact"
msgstr "Kontakt"

msgid "about.bugs"
msgstr "Bugs"

msgid "about.changelog"
msgstr "Änderungen"

# account.html.ep

msgid "account.account"
+38 −0
Original line number Diff line number Diff line
@@ -43,6 +43,44 @@ msgstr "auto"
# Templates
#

# about.html.ep

msgid "about.developed-by.lead"
msgstr "Developed by"

msgid "about.developed-by.and"
msgstr "and"

msgid "about.developed-by.others"
msgstr "others"

msgid "about.developed-by.tail"
msgstr " "

msgid "about.source-code"
msgstr "Source code"

msgid "about.licence-agplv3"
msgstr "available under the terms of AGPL v3"

msgid "about.data-sources"
msgstr "Backends"

msgid "about.data-sources.last-and"
msgstr ", and"

msgid "about.disclaimer"
msgstr "Travelynx is a hobby project. It is provided free of charge, without any kind of availability guarantees. Unexpected downtimes or a cancellation of the entire site on short notice are not planned, but always possible. Depending on available spare time and motivation, feature requests, bug reports, and other messages are processed promptly, with delay, or not at all."

msgid "about.contact"
msgstr "Contact"

msgid "about.bugs"
msgstr "Bugs"

msgid "about.changelog"
msgstr "Changelog"

# account.html.ep

msgid "account.account"
+9 −18
Original line number Diff line number Diff line
<div class="row">
	<div class="col s12">
		<a href="https://finalrewind.org/projects/travelynx">travelynx</a> v<%= stash('version') // '???' %><br/>
		Entwickelt von <a href="https://finalrewind.org">derf</a>
		und <a href="https://github.com/derf/travelynx/graphs/contributors">weiteren</a><br/>
		<a href="<%= app->config->{ref}{source} // 'https://git.finalrewind.org/travelynx' %>">Quelltext</a> lizensiert unter AGPL v3<br/><br/>
		Backends:
		<%= L('about.developed-by.lead') %> <a href="https://finalrewind.org">derf</a>
		<%= L('about.developed-by.and') %> <a href="https://github.com/derf/travelynx/graphs/contributors"><%= L('about.developed-by.others') %></a> <%= L('about.developed-by.tail') %> <%= L('about.developed-by.tail') %><br/>
		<a href="<%= app->config->{ref}{source} // 'https://git.finalrewind.org/travelynx' %>"><%= L('about.source-code') %></a> <%= L('about.licence-agplv3') %><br/><br/>
		<%= L('about.data-sources') %>:
		<a href="https://finalrewind.org/projects/Travel-Status-DE-DBRIS/">Travel::Status::DE::DBRIS</a>
		v<%= $Travel::Status::DE::DBRIS::VERSION %>,
		<a href="https://finalrewind.org/projects/Travel-Status-DE-EFA/">Travel::Status::DE::EFA</a>
@@ -12,40 +12,31 @@
		<a href="https://finalrewind.org/projects/Travel-Status-DE-HAFAS/">Travel::Status::DE::HAFAS</a>
		v<%= $Travel::Status::DE::HAFAS::VERSION %>,
		<a href="https://finalrewind.org/projects/Travel-Status-DE-IRIS/">Travel::Status::DE::IRIS</a>
		v<%= $Travel::Status::DE::IRIS::VERSION %> und
		v<%= $Travel::Status::DE::IRIS::VERSION %><%= L('about.data-sources.last-and') %>
		<a href="https://finalrewind.org/projects/Travel-Status-MOTIS/">Travel::Status::MOTIS</a>
		v<%= $Travel::Status::MOTIS::VERSION %><br/>
		Haltestellendaten
		© DB Station&amp;Service AG,
		Europaplatz 1,
		10557 Berlin, lizensiert unter CC-BY 4.0
	</div>
</div>

<div class="row">
	<div class="col s12">
		<p>
			Travelynx ist ein kostenfreies, privat betriebenes Projekt ohne
			Verfügbarkeitsgarantie. Unangekündigte Downtimes oder eine
			kurzfristige Einstellung dieser Seite sind nicht vorgesehen, aber
			möglich. Feature Requests, Bug Reports und sonstige Nachrichten
			werden je nach Kapazität und Motivation zeitnah, verzögert oder gar
			nicht bearbeitet / beantwortet.
			%= L('about.disclaimer')
		</p>
	</div>
</div>

<div class="row">
	<div class="col s12 m12 l4 center-align" style="margin-top: 1em;">
		<a href="https://social.skyshaper.org/derf" class="waves-effect waves-light btn"><i class="material-icons left">message</i>Kontakt</a>
		<a href="https://social.skyshaper.org/derf" class="waves-effect waves-light btn"><i class="material-icons left">message</i><%= L('about.contact') %></a>
	</div>
	<div class="col s12 m12 l4 center-align" style="margin-top: 1em;">
		% if (my $issue_url = app->config->{ref}{issues}) {
			<a href="<%= $issue_url %>" class="waves-effect waves-light btn"><i class="material-icons left">bug_report</i>Bugs?</a>
			<a href="<%= $issue_url %>" class="waves-effect waves-light btn"><i class="material-icons left">bug_report</i><%= L('about.bugs') %></a>
		% }
	</div>
	<div class="col s12 m12 l4 center-align" style="margin-top: 1em;">
		<a href="/changelog" class="waves-effect waves-light btn"><i class="material-icons left">list</i>Changelog</a>
		<a href="/changelog" class="waves-effect waves-light btn"><i class="material-icons left">list</i><%= L('about.changelog') %></a>
	</div>
</div>