mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
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>
This commit is contained in:
committed by
Peter Müller
parent
3b20134742
commit
58543d54c6
@@ -752,7 +752,7 @@ WARNING: untranslated string: exclude logfiles = Exclude logfiles
|
||||
WARNING: untranslated string: expires = Expires
|
||||
WARNING: untranslated string: export = Export
|
||||
WARNING: untranslated string: external aliases configuration = External aliases configuration
|
||||
WARNING: untranslated string: extrahd because it is outside the allowed mount path = , because it is outside the allowed mount path
|
||||
WARNING: untranslated string: extrahd because it is outside the allowed mount path = unknown string
|
||||
WARNING: untranslated string: extrahd because there is already a device mounted = , because there is already a device mounted
|
||||
WARNING: untranslated string: extrahd cant umount = Can't umount
|
||||
WARNING: untranslated string: extrahd detected drives = detected drives
|
||||
@@ -1047,6 +1047,7 @@ WARNING: untranslated string: hosts config added = Hosts config added
|
||||
WARNING: untranslated string: hosts config changed = Hosts config changed
|
||||
WARNING: untranslated string: hour = Hour
|
||||
WARNING: untranslated string: hours = Hours
|
||||
WARNING: untranslated string: hours:minutes:seconds = H:M:S
|
||||
WARNING: untranslated string: idle = Idle
|
||||
WARNING: untranslated string: idle timeout = Idle timeout (mins; 0 to disable):
|
||||
WARNING: untranslated string: idle timeout not set = Idle timeout not set.
|
||||
@@ -1624,7 +1625,6 @@ WARNING: untranslated string: search = Search
|
||||
WARNING: untranslated string: secondary dns = Secondary DNS:
|
||||
WARNING: untranslated string: secondary ntp server = Secondary NTP server
|
||||
WARNING: untranslated string: secondary wins server address = Secondary WINS server address
|
||||
WARNING: untranslated string: seconds = Secs
|
||||
WARNING: untranslated string: secret = Secret
|
||||
WARNING: untranslated string: section = Section
|
||||
WARNING: untranslated string: secure shell server = Secure Shell Server
|
||||
|
||||
Reference in New Issue
Block a user