Translation fixes 1

This commit is contained in:
ZonD Eighty 2013-01-16 17:03:41 +04:00
commit 422d552cc8
7 changed files with 14 additions and 8 deletions

View file

@ -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>

View file

@ -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;">

View file

@ -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">

View file

@ -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>