tl: users.php > pt-BR

This commit is contained in:
Vitor Gonçalves 2023-12-03 14:34:34 -03:00
parent 99f79b4ea7
commit 2aad568c60
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<meta name="viewport" content="width=device-width">
<meta name="description" content="A list of ~vern users">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Users | ~vern</title>
<title>Usuários | ~vern</title>
</head>
<body>
<?php
@ -64,8 +64,8 @@
}
?>
<!--#include file="nav.php" -->
<div class=h><h1 id=users>Users</h1> <a aria-hidden=true href=#users>#users</a></div>
<p>This is a list of all ~vern users, and whether they are online (<b><span class=green></span></b>) or not (<b><span class=red></span></b>) in alphabetical order. There are currently a total of <?php echo $total; ?> members, <?php echo $on; ?> of which <?php echo $on !== 1 ? "are" : "is" ?> online.</p>
<div class=h><h1 id=users>Usuários</h1> <a aria-hidden=true href=#users>#users</a></div>
<p>Essa é uma lista de todos os usuários do ~vern, e se eles estão atualmente online (<b><span class=green></span></b>) ou não (<b><span class=red></span></b>) em ordem alfabética. Atualmente, temos um total de <?php echo $total; ?> membros, <?php echo $on; ?> dos quais <?php echo $on !== 1 ? "estão" : "está" ?> online.</p>
<ol>
<?php echo $list; ?>
</ol>