mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:27:03 +02:00
l10n fixes
This commit is contained in:
@ -20,9 +20,9 @@
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" <?php if($settings['text_colour']) { ?> style="color: <?php print $settings['text_colour']; ?>;"<?php } ?>><i class="icon-desktop"></i> <?php print $text_monitor; ?> <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="index.php?route=stat/stat×pan=daily"><i class="icon-bar-chart"></i> Statistics</a></li>
|
||||
<li><a href="index.php?route=accounting/accounting&view=email"><i class="icon-tasks"></i> Accounting</a></li>
|
||||
<li><a href="index.php?route=health/health"><i class="icon-medkit"></i> Health</a></li>
|
||||
<li><a href="index.php?route=stat/stat×pan=daily"><i class="icon-bar-chart"></i> <?php print $text_statistics; ?></a></li>
|
||||
<li><a href="index.php?route=accounting/accounting&view=email"><i class="icon-tasks"></i> <?php print $text_accounting; ?></a></li>
|
||||
<li><a href="index.php?route=health/health"><i class="icon-medkit"></i> <?php print $text_health; ?></a></li>
|
||||
<?php if(ENABLE_AUDIT == 1) { ?>
|
||||
<li><a href="index.php?route=audit/audit"><i class="icon-book"></i> <?php print $text_audit; ?></a></li>
|
||||
<?php } ?>
|
||||
|
@ -99,7 +99,7 @@
|
||||
<div class="span4">
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
<th colspan="2">Cumulative Counts</th>
|
||||
<th colspan="2"><?php print $text_cumulative_counts; ?></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php print $text_oldest_record; ?></td>
|
||||
@ -110,7 +110,7 @@
|
||||
<td><?php print $processed_emails[0]; ?> (<?php print $text_60_minutes; ?>)<br /><?php print $processed_emails[1]; ?> (<?php print $text_24_hours; ?>)<br /><?php print $processed_emails[2]; ?> (<?php print $text_1_week; ?>)<br /><?php print $processed_emails[3]; ?> (<?php print $text_30_days; ?>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">Message Disposition</th>
|
||||
<th colspan="2"><?php print $text_message_disposition; ?></th>
|
||||
</tr>
|
||||
<?php while(list($k, $v) = each($counters)) {
|
||||
if(!is_numeric($k)) { ?>
|
||||
|
Reference in New Issue
Block a user