daily report text fix about archive size

This commit is contained in:
SJ 2013-10-04 12:15:05 +02:00
parent c37ed257ae
commit 29f4b60a9c
8 changed files with 8 additions and 2 deletions

View File

@ -459,5 +459,6 @@ $_['text_with_selected'] = 'mit ausgewählten';
$_['text_download_all_hits'] = "Download all";
$_['text_archive_size_before_compression'] = "Archive size before compression";
?>

View File

@ -23,6 +23,7 @@ $_['text_any'] = "any";
$_['text_applied'] = "Applied";
$_['text_apply_changes'] = "Apply changes";
$_['text_archive_size'] = "Archive size";
$_['text_archive_size_before_compression'] = "Archive size before compression";
$_['text_archived_messages'] = "Archived messages";
$_['text_archiving_rules'] = "Archiving rules";
$_['text_attachment'] = "Attachment";

View File

@ -458,5 +458,6 @@ $_['text_customer_delete_confirm_message'] = 'Desea borrar el cliente';
$_['text_with_selected'] = 'Con seleccionado';
$_['text_download_all_hits'] = "Download all";
$_['text_archive_size_before_compression'] = "Archive size before compression";
?>

View File

@ -23,6 +23,7 @@ $_['text_any'] = "mindegy";
$_['text_applied'] = "Alkalmazva";
$_['text_apply_changes'] = "Beállítások alkalmazása";
$_['text_archive_size'] = "Archívum méret";
$_['text_archive_size_before_compression'] = "Archívum méret tömörítés nélkül";
$_['text_archived_messages'] = "Archivált levelek";
$_['text_archiving_rules'] = "Archiválási szabályok";
$_['text_attachment'] = "Melléklet";

View File

@ -23,6 +23,7 @@ $_['text_any'] = "mindegy";
$_['text_applied'] = "Alkalmazva";
$_['text_apply_changes'] = "Beállítások alkalmazása";
$_['text_archive_size'] = "Archívum méret";
$_['text_archive_size_before_compression'] = "Archívum méret tömörítés nélkül";
$_['text_archived_messages'] = "Archivált levelek";
$_['text_archiving_rules'] = "Archiválási szabályok";
$_['text_attachment'] = "Melléklet";

View File

@ -451,5 +451,6 @@ $_['text_customer_delete_confirm_message'] = 'Do you wish to delete the customer
$_['text_with_selected'] = 'With Selected';
$_['text_download_all_hits'] = "Download all";
$_['text_archive_size_before_compression'] = "Archive size before compression";
?>

View File

@ -46,7 +46,7 @@
</div>
<div class="row">
<div class="cellhealthleft"><?php print $text_archive_size; ?>:</div>
<div class="cellhealthleft"><?php print $text_archive_size_before_compression; ?>:</div>
<div class="cellhealthright"><?php print $archive_size; ?>B</div>
</div>

View File

@ -46,7 +46,7 @@
</div>
<div class="row">
<div class="cellhealthleft"><?php print $text_archive_size; ?>:</div>
<div class="cellhealthleft"><?php print $text_archive_size_before_compression; ?>:</div>
<div class="cellhealthright"><?php print $archive_size; ?>B</div>
</div>