]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
connections.cgi: Fix Expires time Heading in Connections cgi page
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 9 Nov 2023 08:24:06 +0000 (09:24 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 24 Nov 2023 13:12:19 +0000 (13:12 +0000)
commit58543d54c6ba2e04581df5dc84b949cc309cb18c
tree9ab7b8c5bce9c8840295ed0db50e37af9dfb769f
parent3b20134742a656fffc9d467a4f139e0010222c6b
connections.cgi: Fix Expires time Heading in Connections cgi page

- The Expires time heading for the Connections WUI page has seconds listed. However the
   code is converting the seconds to hours:minutes:seconds.
- This patch is changing the heading to H:M:S in English and the equivalent in the other
   languages. I have basewd this on the initial letter for Hours, Minutes & Seconds in
   each of the languages.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
19 files changed:
doc/language_issues.en
doc/language_issues.es
doc/language_issues.fr
doc/language_issues.it
doc/language_issues.nl
doc/language_issues.pl
doc/language_issues.ru
doc/language_issues.tr
doc/language_missings
html/cgi-bin/connections.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl
langs/es/cgi-bin/es.pl
langs/fr/cgi-bin/fr.pl
langs/it/cgi-bin/it.pl
langs/nl/cgi-bin/nl.pl
langs/pl/cgi-bin/pl.pl
langs/ru/cgi-bin/ru.pl
langs/tr/cgi-bin/tr.pl