move sign out into language strings
This commit is contained in:
@@ -167,8 +167,8 @@ function show_pia_servertime() {
|
|||||||
<li class="user-header" style=" height: 100px;">
|
<li class="user-header" style=" height: 100px;">
|
||||||
<img src="img/pialertLogoWhite.png" class="img-circle" alt="Pi.Alert Logo" style="border-color:transparent; height: 50px; width: 50px; margin-top:15px;">
|
<img src="img/pialertLogoWhite.png" class="img-circle" alt="Pi.Alert Logo" style="border-color:transparent; height: 50px; width: 50px; margin-top:15px;">
|
||||||
<p style="float: right; width: 200px">
|
<p style="float: right; width: 200px">
|
||||||
Open Source Network Guard
|
<?php echo $pia_lang['About_Title'];?>
|
||||||
<small>Designed for Raspberry Pi</small>
|
<small><?php echo $pia_lang['About_Design'];?> Raspberry Pi</small>
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@@ -176,7 +176,7 @@ function show_pia_servertime() {
|
|||||||
|
|
||||||
<li class="user-footer">
|
<li class="user-footer">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<a href="index.php?action=logout" class="btn btn-danger">Sign out</a>
|
<a href="index.php?action=logout" class="btn btn-danger"><?php echo $pia_lang['About_Exit'];?></a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
//////////////////////////////////////////////////////////////////
|
||||||
|
// About - Update by @TeroRERO 07ago2022
|
||||||
|
//////////////////////////////////////////////////////////////////
|
||||||
|
$pia_lang['About_Title'] = 'Open Source Network Guard';
|
||||||
|
$pia_lang['About_Design'] = 'Designed for:';
|
||||||
|
$pia_lang['About_Exit'] = 'Sign out';
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
// General
|
// General
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
//////////////////////////////////////////////////////////////////
|
||||||
|
// About - Update by @TeroRERO 07ago2022
|
||||||
|
//////////////////////////////////////////////////////////////////
|
||||||
|
$pia_lang['About_Title'] = 'Open Source Network Guard';
|
||||||
|
$pia_lang['About_Design'] = 'Designed for:';
|
||||||
|
$pia_lang['About_Exit'] = 'Sign out';
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
// General
|
// General
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
//////////////////////////////////////////////////////////////////
|
||||||
|
// About - Update by @TeroRERO 07ago2022
|
||||||
|
//////////////////////////////////////////////////////////////////
|
||||||
|
$pia_lang['About_Title'] = 'Guadián de Red <br>(Código Abierto)';
|
||||||
|
$pia_lang['About_Design'] = 'Diseñado para:';
|
||||||
|
$pia_lang['About_Exit'] = 'Salir';
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
// General - Update by @TeroRERO 01ago2022
|
// General - Update by @TeroRERO 01ago2022
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user