mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
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;">
|
||||
<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">
|
||||
Open Source Network Guard
|
||||
<small>Designed for Raspberry Pi</small>
|
||||
<?php echo $pia_lang['About_Title'];?>
|
||||
<small><?php echo $pia_lang['About_Design'];?> Raspberry Pi</small>
|
||||
</p>
|
||||
</li>
|
||||
|
||||
@@ -176,7 +176,7 @@ function show_pia_servertime() {
|
||||
|
||||
<li class="user-footer">
|
||||
<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>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
<?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
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
<?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
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
<?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
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user