From 30303a3ad0d0f31d93c25f42bfd10d70e8277b72 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 10 Dec 2022 22:27:08 +0100 Subject: Update --- includes/sysbanner.inc | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'includes/sysbanner.inc') diff --git a/includes/sysbanner.inc b/includes/sysbanner.inc index e1789f7..5c85a20 100644 --- a/includes/sysbanner.inc +++ b/includes/sysbanner.inc @@ -6,6 +6,7 @@ global $memberID; global $systemCommonName; global $systemID; global $system; +global $lang; global $pages; $travelling = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/travelling/travelling.json"), true); $pages = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/pages.json"), true); @@ -44,17 +45,17 @@ $pages = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/pa --> - Fronter: + - ">" style="width:24px;"> More than one" : $member["name"])) ?> + ">" style="width:24px;"> " . $lang["system"]["more"] . "" : $member["name"])) ?> 1): ?> -
(with - ">" style="width:24px;"> More than one" : $member2["name"])) ?>, ">" style="width:24px;"> More than one" : $member2["name"])) ?>, ">" style="width:24px;"> More than one" : $member2["name"])) ?>) +
( + ">" style="width:24px;"> " . $lang["system"]["more"] . "" : $member2["name"])) ?>, ">" style="width:24px;"> " . $lang["system"]["more"] . "" : $member2["name"])) ?>, ">" style="width:24px;"> " . $lang["system"]["more"] . "" : $member2["name"])) ?>) -
- Last fronter: + - ">" style="width:24px;"> More than one" : $member["name"])) ?> + ">" style="width:24px;"> " . $lang["system"]["more"] . "" : $member["name"])) ?> 1): ?> -
(with ">" style="width:24px;"> More than one" : $member2["name"])) ?>, ">" style="width:24px;"> More than one" : $member2["name"])) ?>, ">" style="width:24px;"> More than one" : $member2["name"])) ?>) +
( ">" style="width:24px;"> " . $lang["system"]["more"] . "" : $member2["name"])) ?>, ">" style="width:24px;"> " . $lang["system"]["more"] . "" : $member2["name"])) ?>, ">" style="width:24px;"> " . $lang["system"]["more"] . "" : $member2["name"])) ?>) -
@@ -85,16 +86,16 @@ $pages = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/pa }); ?> - Members: 0) { - echo("
+ " . count($travellers) . " traveller" . (count($travellers) > 1 ? "s" : "")); + echo("
+ " . count($travellers) . " " . (count($travellers) > 1 ? $lang["system"]["traveller"] : $lang["system"]["travellers"])); } ?> - Last switch: "> + "> @@ -102,20 +103,20 @@ $pages = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/pa
- + " data-bs-toggle="tooltip" style="display:inline-block;padding:5px 10px;text-align: center" class="system-action tooltip-nohelp" href="//-/history"> - + - + " data-bs-toggle="tooltip" style="display:inline-block;padding:5px 10px;text-align: center" class="system-action tooltip-nohelp" href="//-/compare"> - + - + " data-bs-toggle="tooltip" style="display:inline-block;padding:5px 10px;text-align: center" class="system-action tooltip-nohelp" href="//-/tree"> - + - + " data-bs-toggle="tooltip" style="display:inline-block;padding:5px 10px;text-align: center" class="system-action tooltip-nohelp" href="//-/species"> - +
\ No newline at end of file -- cgit