Add reboot into the app_languages.php
This commit is contained in:
parent
614e62b306
commit
60b7f7cb2a
|
|
@ -29,6 +29,10 @@
|
|||
$text['error-event-socket']['pt-pt'] = "A conexão ao Event Socket falhou.";
|
||||
$text['error-event-socket']['fr-fr'] = "Connexion a l'Event Socket en echec.";
|
||||
|
||||
$text['button-reboot']['en-us'] = "Reboot";
|
||||
$text['button-reboot']['pt-pt'] = "Reinicialização";
|
||||
$text['button-reboot']['fr-fr'] = "Redémarrage";
|
||||
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['pt-pt'] = "Mensagem";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
|
|
@ -37,7 +41,7 @@
|
|||
$text['label-message']['pt-pt'] = "Perfil Inválido!";
|
||||
$text['label-message']['fr-fr'] = "Profile Invalide!";
|
||||
|
||||
$text['button-back']['en-us'] = "back";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
|
|
@ -69,4 +73,4 @@
|
|||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
@ -185,7 +185,7 @@ require_once "resources/check_auth.php";
|
|||
echo " <td class='".$row_style[$c]."'> ".$row['status']." </td>\n";
|
||||
echo " <td class='".$row_style[$c]."' align='right'>\n";
|
||||
//echo " <input type='button' class='btn' value='resync' onclick=\"document.location.href='cmd.php?cmd=resync&user=".$row['sip-auth-user']."&domain=".$row['sip-auth-realm']."&agent=".urlencode($row['agent'])."';\" />\n";
|
||||
echo " <input type='button' class='btn' value='reboot' onclick=\"document.location.href='cmd.php?cmd=reboot&user=".$row['sip-auth-user']."&domain=".$row['sip-auth-realm']."&agent=".urlencode($row['agent'])."';\" />\n";
|
||||
echo " <input type='button' class='btn' value='".$text['button-reboot']."' onclick=\"document.location.href='cmd.php?cmd=reboot&user=".$row['sip-auth-user']."&domain=".$row['sip-auth-realm']."&agent=".urlencode($row['agent'])."';\" />\n";
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
if ($c==0) { $c=1; } else { $c=0; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue