mirror of
https://github.com/znc/znc.git
synced 2026-08-10 02:43:05 +02:00
Translateable webadmin to Russian.
This commit is contained in:
@@ -1,53 +1,54 @@
|
||||
<? I18N znc-webadmin ?>
|
||||
<? INC Header.tmpl ?>
|
||||
|
||||
<div class="textsection">
|
||||
|
||||
<div class="section">
|
||||
<h3>Information</h3>
|
||||
<h3><? FORMAT "Information" ?></h3>
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr class="oddrow">
|
||||
<th>Uptime</th>
|
||||
<th><? FORMAT "Uptime" ?></th>
|
||||
<td><? VAR Uptime ?></td>
|
||||
</tr>
|
||||
<? IF IsAdmin ?>
|
||||
<tr class="evenrow">
|
||||
<th>Total Users</th>
|
||||
<th><? FORMAT "Total Users" ?></th>
|
||||
<td><? VAR TotalUsers ?></td>
|
||||
</tr>
|
||||
<tr class="oddrow">
|
||||
<th>Total Networks</th>
|
||||
<th><? FORMAT "Total Networks" ?></th>
|
||||
<td><? VAR TotalNetworks ?></td>
|
||||
</tr>
|
||||
<tr class="evenrow">
|
||||
<th>Attached Networks</th>
|
||||
<th><? FORMAT "Attached Networks" ?></th>
|
||||
<td><? VAR AttachedNetworks ?></td>
|
||||
</tr>
|
||||
<tr class="oddrow">
|
||||
<th>Total Client Connections</th>
|
||||
<th><? FORMAT "Total Client Connections" ?></th>
|
||||
<td><? VAR TotalCConnections ?></td>
|
||||
</tr>
|
||||
<tr class="evenrow">
|
||||
<th>Total IRC Connections</th>
|
||||
<th><? FORMAT "Total IRC Connections" ?></th>
|
||||
<td><? VAR TotalIRCConnections ?></td>
|
||||
</tr>
|
||||
<? ELSE ?>
|
||||
<tr class="evenrow">
|
||||
<th>Networks</th>
|
||||
<th><? FORMAT "Networks" ?></th>
|
||||
<td><? VAR TotalNetworks ?></td>
|
||||
</tr>
|
||||
<tr class="oddrow">
|
||||
<th>Attached Networks</th>
|
||||
<th><? FORMAT "Attached Networks" ?></th>
|
||||
<td><? VAR AttachedNetworks ?></td>
|
||||
</tr>
|
||||
<tr class="evenrow">
|
||||
<th>Client Connections</th>
|
||||
<th><? FORMAT "Client Connections" ?></th>
|
||||
<td><? VAR TotalCConnections ?></td>
|
||||
</tr>
|
||||
<tr class="oddrow">
|
||||
<th>IRC Connections</th>
|
||||
<th><? FORMAT "IRC Connections" ?></th>
|
||||
<td><? VAR TotalIRCConnections ?></td>
|
||||
</tr>
|
||||
<? ENDIF ?>
|
||||
@@ -59,21 +60,21 @@
|
||||
|
||||
<? IF IsAdmin ?>
|
||||
<div class="section">
|
||||
<h3>Total</h3>
|
||||
<h3><? FORMAT "Total" ?></h3>
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>In</td>
|
||||
<td>Out</td>
|
||||
<td>Total</td>
|
||||
<td><? FORMAT CTX="Traffic" "In" ?></td>
|
||||
<td><? FORMAT CTX="Traffic" "Out" ?></td>
|
||||
<td><? FORMAT "Total" ?></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="evenrow">
|
||||
<td>Users</td>
|
||||
<td><? FORMAT "Users" ?></td>
|
||||
<td><? VAR UserIn TOP ?></td>
|
||||
<td><? VAR UserOut TOP ?></td>
|
||||
<td><? VAR UserTotal TOP ?></td>
|
||||
@@ -85,7 +86,7 @@
|
||||
<td><? VAR ZNCTotal TOP ?></td>
|
||||
</tr>
|
||||
<tr class="evenrow">
|
||||
<td>Total</td>
|
||||
<td><? FORMAT "Total" ?></td>
|
||||
<td><? VAR AllIn TOP ?></td>
|
||||
<td><? VAR AllOut TOP ?></td>
|
||||
<td><? VAR AllTotal TOP ?></td>
|
||||
@@ -100,20 +101,20 @@
|
||||
<? IF TrafficLoop ?>
|
||||
<div class="section">
|
||||
<? IF IsAdmin ?>
|
||||
<h3>Users</h3>
|
||||
<h3><? FORMAT "Users" ?></h3>
|
||||
<? ELSE ?>
|
||||
<h3>Traffic</h3>
|
||||
<h3><? FORMAT "Traffic" ?></h3>
|
||||
<? ENDIF ?>
|
||||
<div class="sectionbg">
|
||||
<div class="sectionbody">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Username</td>
|
||||
<td>Network</td>
|
||||
<td>In</td>
|
||||
<td>Out</td>
|
||||
<td>Total</td>
|
||||
<td><? FORMAT "User" ?></td>
|
||||
<td><? FORMAT "Network" ?></td>
|
||||
<td><? FORMAT CTX="Traffic" "In" ?></td>
|
||||
<td><? FORMAT CTX="Traffic" "Out" ?></td>
|
||||
<td><? FORMAT "Total" ?></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user