A few more minor adjustments.
This commit is contained in:
parent
0c43e85123
commit
971aef9b80
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
$text['title-fax']['en-us'] = "Fax Server";
|
||||
$text['title-fax']['en-us'] = "Fax Servers";
|
||||
$text['title-fax']['es-cl'] = "Servidor de Fax";
|
||||
$text['title-fax']['pt-pt'] = "Servidor de Fax";
|
||||
$text['title-fax']['fr-fr'] = "Serveur de Fax";
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ if (!(check_str($_REQUEST["action"]) == "download" && check_str($_REQUEST["src"]
|
|||
require_once "resources/paging.php";
|
||||
|
||||
//show the content
|
||||
echo "<b>".$text['title-voicemail_messages']." (".count($voicemails).")</b>";
|
||||
echo "<b>".$text['title-voicemail_messages']."</b>";
|
||||
echo "<br><br>";
|
||||
echo $text['description-voicemail_message'];
|
||||
echo "<br><br>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue