Fax: language adjustments.

This commit is contained in:
Nate Jones 2014-05-05 23:25:01 +00:00
parent 829b30ed34
commit 76ef315b28
2 changed files with 6 additions and 7 deletions

View File

@ -243,9 +243,9 @@
$text['label-location']['pt-pt'] = "localização";
$text['label-location']['fr-fr'] = "Localisation";
$text['table-file']['en-us'] = "File Name (download)";
$text['table-file']['es-cl'] = "Nombre de Archivo (descargar)";
$text['table-file']['pt-pt'] = "Nome do Ficheiro (descarregar)";
$text['table-file']['en-us'] = "File Name (Download)";
$text['table-file']['es-cl'] = "Nombre de Archivo (Descargar)";
$text['table-file']['pt-pt'] = "Nome do Ficheiro (Descarregar)";
$text['table-file']['fr-fr'] = "Nom du fichier (télécharger";
$text['table-view']['en-us'] = "View";

View File

@ -448,7 +448,7 @@ else {
if (permission_exists('fax_inbox_view')) {
echo "\n";
echo "\n";
echo " <br />\n";
echo " <br /><br />\n";
echo "\n";
echo " <table width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n";
echo " <tr>\n";
@ -475,7 +475,7 @@ else {
echo " <th width=\"60%\" class=\"listhdrr\">".$text['table-file']."</td>\n";
echo " <th width=\"10%\" class=\"listhdrr\">".$text['table-view']."</td>\n";
echo " <th width=\"20%\" class=\"listhdr\">".$text['table-modified']."</td>\n";
echo " <th width=\"10%\" class=\"listhdr\" nowrap>Size".$text['table-size']."</td>\n";
echo " <th width=\"10%\" class=\"listhdr\" nowrap>".$text['table-size']."</td>\n";
echo " </tr>";
if ($handle = opendir($dir_fax_inbox)) {
@ -585,8 +585,7 @@ else {
echo " </tr>\n";
echo " </table>\n";
echo "\n";
echo " <br />\n";
echo " <br />\n";
echo " <br /><br /><br />\n";
echo "\n";
}