mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 17:30:12 +01:00
health text fix
This commit is contained in:
parent
5ceda025ed
commit
872ab20a21
@ -480,5 +480,6 @@ $_['text_new'] = "neu";
|
|||||||
$_['text_cumulative_counts'] = "Cumulative counts";
|
$_['text_cumulative_counts'] = "Cumulative counts";
|
||||||
$_['text_message_disposition'] = "Message Disposition";
|
$_['text_message_disposition'] = "Message Disposition";
|
||||||
$_['text_assigned_email_addresses'] = "Assigned email addresses";
|
$_['text_assigned_email_addresses'] = "Assigned email addresses";
|
||||||
|
$_['text_storage'] = "Storage";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -334,6 +334,7 @@ $_['text_spam'] = "Spam";
|
|||||||
$_['text_spam2'] = "spam";
|
$_['text_spam2'] = "spam";
|
||||||
$_['text_statistics'] = "Statistics";
|
$_['text_statistics'] = "Statistics";
|
||||||
$_['text_status'] = "Status";
|
$_['text_status'] = "Status";
|
||||||
|
$_['text_storage'] = "Storage";
|
||||||
$_['text_subject'] = "Subject";
|
$_['text_subject'] = "Subject";
|
||||||
$_['text_submit'] = "Submit";
|
$_['text_submit'] = "Submit";
|
||||||
$_['text_successful'] = "Successful";
|
$_['text_successful'] = "Successful";
|
||||||
|
@ -479,5 +479,6 @@ $_['text_new'] = "new";
|
|||||||
$_['text_cumulative_counts'] = "Cumulative counts";
|
$_['text_cumulative_counts'] = "Cumulative counts";
|
||||||
$_['text_message_disposition'] = "Message Disposition";
|
$_['text_message_disposition'] = "Message Disposition";
|
||||||
$_['text_assigned_email_addresses'] = "Assigned email addresses";
|
$_['text_assigned_email_addresses'] = "Assigned email addresses";
|
||||||
|
$_['text_storage'] = "Storage";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -336,6 +336,7 @@ $_['text_spam'] = "Spam";
|
|||||||
$_['text_spam2'] = "spam";
|
$_['text_spam2'] = "spam";
|
||||||
$_['text_statistics'] = "Statisztika";
|
$_['text_statistics'] = "Statisztika";
|
||||||
$_['text_status'] = "Státusz";
|
$_['text_status'] = "Státusz";
|
||||||
|
$_['text_storage'] = "Tároló";
|
||||||
$_['text_subject'] = "Tárgy";
|
$_['text_subject'] = "Tárgy";
|
||||||
$_['text_submit'] = "Mehet";
|
$_['text_submit'] = "Mehet";
|
||||||
$_['text_successful'] = "Sikeres";
|
$_['text_successful'] = "Sikeres";
|
||||||
|
@ -336,6 +336,7 @@ $_['text_spam'] = "Spam";
|
|||||||
$_['text_spam2'] = "spam";
|
$_['text_spam2'] = "spam";
|
||||||
$_['text_statistics'] = "Statisztika";
|
$_['text_statistics'] = "Statisztika";
|
||||||
$_['text_status'] = "Státusz";
|
$_['text_status'] = "Státusz";
|
||||||
|
$_['text_storage'] = "Tároló";
|
||||||
$_['text_subject'] = "Tárgy";
|
$_['text_subject'] = "Tárgy";
|
||||||
$_['text_submit'] = "Mehet";
|
$_['text_submit'] = "Mehet";
|
||||||
$_['text_successful'] = "Sikeres";
|
$_['text_successful'] = "Sikeres";
|
||||||
|
@ -469,5 +469,6 @@ $_['text_new'] = "new";
|
|||||||
$_['text_cumulative_counts'] = "Cumulative counts";
|
$_['text_cumulative_counts'] = "Cumulative counts";
|
||||||
$_['text_message_disposition'] = "Message Disposition";
|
$_['text_message_disposition'] = "Message Disposition";
|
||||||
$_['text_assigned_email_addresses'] = "Assigned email addresses";
|
$_['text_assigned_email_addresses'] = "Assigned email addresses";
|
||||||
|
$_['text_storage'] = "Storage";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -477,5 +477,6 @@ $_['text_customer_delete_confirm_message'] = 'Вы хотите уделить
|
|||||||
$_['text_with_selected'] = 'С выделенным';
|
$_['text_with_selected'] = 'С выделенным';
|
||||||
|
|
||||||
$_['text_assigned_email_addresses'] = "Assigned email addresses";
|
$_['text_assigned_email_addresses'] = "Assigned email addresses";
|
||||||
|
$_['text_storage'] = "Storage";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -477,5 +477,6 @@ $_['text_with_selected'] = 'Seçilenler ile';
|
|||||||
$_['text_cumulative_counts'] = "Cumulative counts";
|
$_['text_cumulative_counts'] = "Cumulative counts";
|
||||||
$_['text_message_disposition'] = "Message Disposition";
|
$_['text_message_disposition'] = "Message Disposition";
|
||||||
$_['text_assigned_email_addresses'] = "Assigned email addresses";
|
$_['text_assigned_email_addresses'] = "Assigned email addresses";
|
||||||
|
$_['text_storage'] = "Storage";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2><i class="icon-hdd icon-2x pull-left"></i> Storage</h2>
|
<h2><i class="icon-hdd icon-2x pull-left"></i> <?php print $text_storage; ?></h2>
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<tr>
|
<tr>
|
||||||
<th><?php print $text_archive_size; ?>:</th>
|
<th><?php print $text_archive_size; ?>:</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user