Skip to content

Commit 6d8c75c

Browse files
committed
Merge branch 'lgsl7' of https://github.com/tltneon/lgsl into lgsl7
2 parents b1fd44e + c6ec9b6 commit 6d8c75c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/languages/romanian.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
$lgsl_config['text']['mpg'] = "PAGINA PRINCIPALĂ";
6464

6565
/* admin section */
66-
$lgsl_config['text']['tzn'] = "m/d/Y H:i:s";
66+
$lgsl_config['text']['tzn'] = "d/m/Y H:i:s";
6767
$lgsl_config['text']['umn'] = "UTILIZATOR";
6868
$lgsl_config['text']['pwd'] = "PAROLA";
6969
$lgsl_config['text']['lgn'] = "Conectare";

userbar.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ function drawHistory(&$im, $x, $y, $w, $h, &$server) {
9696

9797
imagettftext($im, 10, 0, 62, 19, $color_nm, $font, /* name */ $server->getName(true));
9898
imagettftext($im, 8, 0, 62, 32, $color_ip, $font, /* ip&port */ str_replace('https://', '', $link));
99-
imagettftext($im, 7, 0, 154, 47, $color_mp, $font, /* map */ "{$lgsl_config['text']['map']}:{$server->getMap()}");
100-
imagettftext($im, 7, 0, 62, 48, $color_pl, $font, /* players */ "{$lgsl_config['text']['plr']}:{$server->getPlayersCount()}{$max}");
99+
imagettftext($im, 7, 0, 154, 47, $color_mp, $font, /* map */ "{$lgsl_config['text']['map']}: {$server->getMap()}");
100+
imagettftext($im, 7, 0, 62, 48, $color_pl, $font, /* players */ "{$lgsl_config['text']['plr']}: {$server->getPlayersCount()}{$max}");
101101
imagettftext($im, 7, 0, 62, 59, $color_tm, $font, /* game */ ucfirst($server->getGame()));
102102
imagettftext($im, 7, 0, 238, 59, $color_tm, $font, /* updated */ "upd:{$time} /{$server->getGame()}");
103103

@@ -212,11 +212,11 @@ function drawHistory(&$im, $x, $y, $w, $h, &$server) {
212212
imagecopy($im, $on_id, 7, 2, 0, 0, 16, 16); // place status icon
213213
imagecopy($im, $game_id, 25, 2, 0, 0, 16, 16); // place game icon
214214

215-
imagettftext($im, 7, 0, 43, 17, $color_mp, $font, /* map */ "{$lgsl_config['text']['map']}:{$map}");
215+
imagettftext($im, 7, 0, 43, 17, $color_mp, $font, /* map */ "{$lgsl_config['text']['map']}: {$map}");
216216
imagettftext($im, 7, 0, 43, 9, $color_ip, $font, /* ip&port */ str_replace('https://', '', $link));
217217
imagettftext($im, 8, 0, 156, 9, $color_nm, $font, /* name */ $server->getName(false));
218-
imagettftext($im, 7, 0, 156, 17, $color_pl, $font, /* players */ "{$lgsl_config['text']['plr']}:{$server->getPlayersCount()}{$max}");
219-
imagettftext($im, 5, 0, 238, 18, $color_tm, $font, /* updated */ "upd:{$time} /{$server->getGame()}");
218+
imagettftext($im, 7, 0, 156, 17, $color_pl, $font, /* players */ "{$lgsl_config['text']['plr']}: {$server->getPlayersCount()}{$max}");
219+
imagettftext($im, 5, 0, 238, 18, $color_tm, $font, /* updated */ "upd: {$time} / {$server->getGame()}");
220220
}
221221
}
222222

0 commit comments

Comments
 (0)