mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Translation fixes 1
This commit is contained in:
parent
a2d33b72ec
commit
422d552cc8
7 changed files with 14 additions and 8 deletions
|
@ -264,7 +264,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||
<?php print _('Statisitcs');?>
|
||||
<?php print _('Statistics');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -286,7 +286,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||
<?php print _('Statisitcs Authorization');?>
|
||||
<?php print _('Statistics Authorization');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<table class="data-col1">
|
||||
<tr><td style="padding: 24px 0 2px 4px;"><a class="data-date" ?><?php echo date("d M Y", strtotime($v_date))?></a></td></tr>
|
||||
<tr><td style="padding: 0 0 6px 4px;"><a class="data-date" ?><?php echo $v_time?></a></td></tr>
|
||||
<tr><td style="padding: 0 0 0 21px;" class="data-<?php echo $v_status ?>"><b><?php echo $v_status ?></b></td></tr>
|
||||
<tr><td style="padding: 0 0 0 21px;" class="data-<?php echo $v_status ?>"><b><?php echo _($v_status); ?></b></td></tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="data-dotted" width="830px" style="vertical-align:top;">
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<td class="data-controls" width="70px">
|
||||
<?php
|
||||
if ($key == $user) {
|
||||
echo "<a href=\"/logout/\"><img src=\"/images/login-as.png\" width=\"7px\" height=\"8px\"> <?php print _('logout');?></a>";
|
||||
echo "<a href=\"/logout/\"><img src=\"/images/login-as.png\" width=\"7px\" height=\"8px\"> ". _('logout')."</a>";
|
||||
if (!empty($_SESSION['look_alert'])) {
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -254,7 +254,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||
<?php print _('Statisitcs');?>
|
||||
<?php print _('Statistics');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -276,7 +276,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text" style="padding: 10px 0 0 2px;">
|
||||
<?php print _('Statisitcs Authorization');?>
|
||||
<?php print _('Statistics Authorization');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue