mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-23 23:59:59 +01:00
daily report text fix about archive size
This commit is contained in:
parent
c37ed257ae
commit
29f4b60a9c
@ -459,5 +459,6 @@ $_['text_with_selected'] = 'mit ausgewählten';
|
|||||||
|
|
||||||
|
|
||||||
$_['text_download_all_hits'] = "Download all";
|
$_['text_download_all_hits'] = "Download all";
|
||||||
|
$_['text_archive_size_before_compression'] = "Archive size before compression";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -23,6 +23,7 @@ $_['text_any'] = "any";
|
|||||||
$_['text_applied'] = "Applied";
|
$_['text_applied'] = "Applied";
|
||||||
$_['text_apply_changes'] = "Apply changes";
|
$_['text_apply_changes'] = "Apply changes";
|
||||||
$_['text_archive_size'] = "Archive size";
|
$_['text_archive_size'] = "Archive size";
|
||||||
|
$_['text_archive_size_before_compression'] = "Archive size before compression";
|
||||||
$_['text_archived_messages'] = "Archived messages";
|
$_['text_archived_messages'] = "Archived messages";
|
||||||
$_['text_archiving_rules'] = "Archiving rules";
|
$_['text_archiving_rules'] = "Archiving rules";
|
||||||
$_['text_attachment'] = "Attachment";
|
$_['text_attachment'] = "Attachment";
|
||||||
|
@ -458,5 +458,6 @@ $_['text_customer_delete_confirm_message'] = 'Desea borrar el cliente';
|
|||||||
$_['text_with_selected'] = 'Con seleccionado';
|
$_['text_with_selected'] = 'Con seleccionado';
|
||||||
|
|
||||||
$_['text_download_all_hits'] = "Download all";
|
$_['text_download_all_hits'] = "Download all";
|
||||||
|
$_['text_archive_size_before_compression'] = "Archive size before compression";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -23,6 +23,7 @@ $_['text_any'] = "mindegy";
|
|||||||
$_['text_applied'] = "Alkalmazva";
|
$_['text_applied'] = "Alkalmazva";
|
||||||
$_['text_apply_changes'] = "Beállítások alkalmazása";
|
$_['text_apply_changes'] = "Beállítások alkalmazása";
|
||||||
$_['text_archive_size'] = "Archívum méret";
|
$_['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_archived_messages'] = "Archivált levelek";
|
||||||
$_['text_archiving_rules'] = "Archiválási szabályok";
|
$_['text_archiving_rules'] = "Archiválási szabályok";
|
||||||
$_['text_attachment'] = "Melléklet";
|
$_['text_attachment'] = "Melléklet";
|
||||||
|
@ -23,6 +23,7 @@ $_['text_any'] = "mindegy";
|
|||||||
$_['text_applied'] = "Alkalmazva";
|
$_['text_applied'] = "Alkalmazva";
|
||||||
$_['text_apply_changes'] = "Beállítások alkalmazása";
|
$_['text_apply_changes'] = "Beállítások alkalmazása";
|
||||||
$_['text_archive_size'] = "Archívum méret";
|
$_['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_archived_messages'] = "Archivált levelek";
|
||||||
$_['text_archiving_rules'] = "Archiválási szabályok";
|
$_['text_archiving_rules'] = "Archiválási szabályok";
|
||||||
$_['text_attachment'] = "Melléklet";
|
$_['text_attachment'] = "Melléklet";
|
||||||
|
@ -451,5 +451,6 @@ $_['text_customer_delete_confirm_message'] = 'Do you wish to delete the customer
|
|||||||
$_['text_with_selected'] = 'With Selected';
|
$_['text_with_selected'] = 'With Selected';
|
||||||
|
|
||||||
$_['text_download_all_hits'] = "Download all";
|
$_['text_download_all_hits'] = "Download all";
|
||||||
|
$_['text_archive_size_before_compression'] = "Archive size before compression";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<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 class="cellhealthright"><?php print $archive_size; ?>B</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<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 class="cellhealthright"><?php print $archive_size; ?>B</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user