mistyped words

This commit is contained in:
Nuno Miguel Reis
2012-10-09 03:25:00 +00:00
parent 7275295b2e
commit 5a163f7367
9 changed files with 135 additions and 134 deletions
+8 -8
View File
@@ -141,16 +141,16 @@
$content_fax['label-location']['en-us'] = 'location';
$content_fax['label-location']['pt-pt'] = 'localização';
$content_fax['tabel-file']['en-us'] = 'File Name (download)';
$content_fax['tabel-file']['pt-pt'] = 'Nome do Ficheiro (descarregado)';
$content_fax['table-file']['en-us'] = 'File Name (download)';
$content_fax['table-file']['pt-pt'] = 'Nome do Ficheiro (descarregado)';
$content_fax['tabel-view']['en-us'] = 'View';
$content_fax['tabel-view']['pt-pt'] = 'Visualizar';
$content_fax['table-view']['en-us'] = 'View';
$content_fax['table-view']['pt-pt'] = 'Visualizar';
$content_fax['tabel-modified']['en-us'] = 'Last Modified';
$content_fax['tabel-modified']['pt-pt'] = 'Última alteração';
$content_fax['table-modified']['en-us'] = 'Last Modified';
$content_fax['table-modified']['pt-pt'] = 'Última alteração';
$content_fax['tabel-size']['en-us'] = 'Size';
$content_fax['tabel-size']['pt-pt'] = 'Tamanho';
$content_fax['table-size']['en-us'] = 'Size';
$content_fax['table-size']['pt-pt'] = 'Tamanho';
?>
+8 -8
View File
@@ -420,10 +420,10 @@ else {
echo " <div id=\"\">\n";
echo " <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
echo " <tr>\n";
echo " <th width=\"60%\" class=\"listhdrr\">".$content_fax['tabel-file']."</td>\n";
echo " <th width=\"10%\" class=\"listhdrr\">".$content_fax['tabel-view']."</td>\n";
echo " <th width=\"20%\" class=\"listhdr\">".$content_fax['tabel-modified']."</td>\n";
echo " <th width=\"10%\" class=\"listhdr\" nowrap>Size".$content_fax['tabel-size']."</td>\n";
echo " <th width=\"60%\" class=\"listhdrr\">".$content_fax['table-file']."</td>\n";
echo " <th width=\"10%\" class=\"listhdrr\">".$content_fax['table-view']."</td>\n";
echo " <th width=\"20%\" class=\"listhdr\">".$content_fax['table-modified']."</td>\n";
echo " <th width=\"10%\" class=\"listhdr\" nowrap>Size".$content_fax['table-size']."</td>\n";
echo " </tr>";
@@ -557,10 +557,10 @@ else {
echo "\n";
echo " <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
echo " <tr>\n";
echo " <th width=\"60%\">".$content_fax['tabel-file']."</td>\n";
echo " <th width=\"10%\">".$content_fax['tabel-view']."</td>\n";
echo " <th width=\"20%\">".$content_fax['tabel-modified']."</td>\n";
echo " <th width=\"10%\" nowrap>".$content_fax['tabel-size']."</td>\n";
echo " <th width=\"60%\">".$content_fax['table-file']."</td>\n";
echo " <th width=\"10%\">".$content_fax['table-view']."</td>\n";
echo " <th width=\"20%\">".$content_fax['table-modified']."</td>\n";
echo " <th width=\"10%\" nowrap>".$content_fax['table-size']."</td>\n";
echo " </tr>";
if ($handle = opendir($dir_fax_sent)) {