From cb956c7f65d74ae2528b99ae968d648b1897d8ac Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 20 Jul 2025 13:48:01 +0200 Subject: Translate about.html.ep to en-GB --- templates/about.html.ep | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'templates/about.html.ep') diff --git a/templates/about.html.ep b/templates/about.html.ep index e2b148d..a76cb94 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -1,10 +1,10 @@
travelynx v<%= stash('version') // '???' %>
- Entwickelt von derf - und weiteren
- Quelltext lizensiert unter AGPL v3

- Backends: + <%= L('about.developed-by.lead') %> derf + <%= L('about.developed-by.and') %> <%= L('about.developed-by.others') %> <%= L('about.developed-by.tail') %> <%= L('about.developed-by.tail') %>
+ <%= L('about.source-code') %> <%= L('about.licence-agplv3') %>

+ <%= L('about.data-sources') %>: Travel::Status::DE::DBRIS v<%= $Travel::Status::DE::DBRIS::VERSION %>, Travel::Status::DE::EFA @@ -12,40 +12,31 @@ Travel::Status::DE::HAFAS v<%= $Travel::Status::DE::HAFAS::VERSION %>, Travel::Status::DE::IRIS - v<%= $Travel::Status::DE::IRIS::VERSION %> und + v<%= $Travel::Status::DE::IRIS::VERSION %><%= L('about.data-sources.last-and') %> Travel::Status::MOTIS v<%= $Travel::Status::MOTIS::VERSION %>
- Haltestellendaten - © DB Station&Service AG, - Europaplatz 1, - 10557 Berlin, lizensiert unter CC-BY 4.0

- 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')

% if (my $issue_url = app->config->{ref}{issues}) { - bug_reportBugs? + bug_report<%= L('about.bugs') %> % }
-- cgit v1.2.3