mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:50:11 +01:00
l10n fixes
This commit is contained in:
parent
71294244b4
commit
3eb3052144
@ -477,4 +477,7 @@ $_['text_delete_confirm_message'] = "Wirklich löschen?";
|
||||
$_['text_existing'] = "existiert";
|
||||
$_['text_new'] = "neu";
|
||||
|
||||
$_['text_cumulative_counts'] = "Cumulative counts";
|
||||
$_['text_message_disposition'] = "Message Disposition";
|
||||
|
||||
?>
|
||||
|
@ -60,6 +60,7 @@ $_['text_counters'] = "Counters";
|
||||
$_['text_cpu_load'] = "CPU load";
|
||||
$_['text_cpu_usage'] = "CPU usage";
|
||||
$_['text_create_new_secret'] = "Create new secret";
|
||||
$_['text_cumulative_counts'] = "Cumulative counts";
|
||||
$_['text_customers'] = "Customers";
|
||||
|
||||
$_['text_daily_quarantine_report'] = "Daily quarantine report";
|
||||
@ -213,6 +214,7 @@ $_['text_marked_for_removal'] = "Message marked for removal";
|
||||
$_['text_memory_usage'] = "Memory usage";
|
||||
$_['text_message'] = "message";
|
||||
$_['text_messages'] = "messages";
|
||||
$_['text_message_disposition'] = "Message Disposition";
|
||||
$_['text_message_text'] = "Message text";
|
||||
$_['text_min_2_chars'] = "Min. 2 characters";
|
||||
$_['text_missing_data'] = "Missing data";
|
||||
|
@ -476,4 +476,7 @@ $_['text_delete_confirm_message'] = "Do you wish to delete";
|
||||
$_['text_existing'] = "Existing";
|
||||
$_['text_new'] = "new";
|
||||
|
||||
$_['text_cumulative_counts'] = "Cumulative counts";
|
||||
$_['text_message_disposition'] = "Message Disposition";
|
||||
|
||||
?>
|
||||
|
@ -60,6 +60,7 @@ $_['text_counters'] = "Sz
|
||||
$_['text_cpu_load'] = "CPU terhelés";
|
||||
$_['text_cpu_usage'] = "CPU használat";
|
||||
$_['text_create_new_secret'] = "Új kód";
|
||||
$_['text_cumulative_counts'] = "Összesített számlálók";
|
||||
$_['text_customers'] = "Ügyfelek";
|
||||
|
||||
$_['text_daily_quarantine_report'] = "Napi karantén riport";
|
||||
@ -214,6 +215,7 @@ $_['text_marked_for_removal'] = "Lev
|
||||
$_['text_memory_usage'] = "Memória használat";
|
||||
$_['text_message'] = "üzenet";
|
||||
$_['text_messages'] = "üzenet";
|
||||
$_['text_message_disposition'] = "Üzenet típusok";
|
||||
$_['text_message_text'] = "Levél szöveg";
|
||||
$_['text_min_2_chars'] = "Min. 2 karakter";
|
||||
$_['text_missing_data'] = "Hiányzó adat";
|
||||
|
@ -60,6 +60,7 @@ $_['text_counters'] = "Számlálók";
|
||||
$_['text_cpu_load'] = "CPU terhelés";
|
||||
$_['text_cpu_usage'] = "CPU használat";
|
||||
$_['text_create_new_secret'] = "Új kód";
|
||||
$_['text_cumulative_counts'] = "Összesített számlálók";
|
||||
$_['text_customers'] = "Ügyfelek";
|
||||
|
||||
$_['text_daily_quarantine_report'] = "Napi karantén riport";
|
||||
@ -214,6 +215,7 @@ $_['text_marked_for_removal'] = "Levél törlésre jelölve";
|
||||
$_['text_memory_usage'] = "Memória használat";
|
||||
$_['text_message'] = "üzenet";
|
||||
$_['text_messages'] = "üzenet";
|
||||
$_['text_message_disposition'] = "Üzenet típusok";
|
||||
$_['text_message_text'] = "Levél szöveg";
|
||||
$_['text_min_2_chars'] = "Min. 2 karakter";
|
||||
$_['text_missing_data'] = "Hiányzó adat";
|
||||
|
@ -466,4 +466,7 @@ $_['text_delete_confirm_message'] = "Do you wish to delete";
|
||||
$_['text_existing'] = "Existing";
|
||||
$_['text_new'] = "new";
|
||||
|
||||
$_['text_cumulative_counts'] = "Cumulative counts";
|
||||
$_['text_message_disposition'] = "Message Disposition";
|
||||
|
||||
?>
|
||||
|
@ -474,4 +474,7 @@ $_['text_ldap_delete_confirm_message'] = 'LDAP girişini silmek istiyor musunuz'
|
||||
$_['text_customer_delete_confirm_message'] = 'Müşteriyi silmek istiyor musunuz';
|
||||
$_['text_with_selected'] = 'Seçilenler ile';
|
||||
|
||||
$_['text_cumulative_counts'] = "Cumulative counts";
|
||||
$_['text_message_disposition'] = "Message Disposition";
|
||||
|
||||
?>
|
||||
|
@ -20,9 +20,9 @@
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" <?php if($settings['text_colour']) { ?> style="color: <?php print $settings['text_colour']; ?>;"<?php } ?>><i class="icon-desktop"></i> <?php print $text_monitor; ?> <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="index.php?route=stat/stat×pan=daily"><i class="icon-bar-chart"></i> Statistics</a></li>
|
||||
<li><a href="index.php?route=accounting/accounting&view=email"><i class="icon-tasks"></i> Accounting</a></li>
|
||||
<li><a href="index.php?route=health/health"><i class="icon-medkit"></i> Health</a></li>
|
||||
<li><a href="index.php?route=stat/stat×pan=daily"><i class="icon-bar-chart"></i> <?php print $text_statistics; ?></a></li>
|
||||
<li><a href="index.php?route=accounting/accounting&view=email"><i class="icon-tasks"></i> <?php print $text_accounting; ?></a></li>
|
||||
<li><a href="index.php?route=health/health"><i class="icon-medkit"></i> <?php print $text_health; ?></a></li>
|
||||
<?php if(ENABLE_AUDIT == 1) { ?>
|
||||
<li><a href="index.php?route=audit/audit"><i class="icon-book"></i> <?php print $text_audit; ?></a></li>
|
||||
<?php } ?>
|
||||
|
@ -99,7 +99,7 @@
|
||||
<div class="span4">
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
<th colspan="2">Cumulative Counts</th>
|
||||
<th colspan="2"><?php print $text_cumulative_counts; ?></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php print $text_oldest_record; ?></td>
|
||||
@ -110,7 +110,7 @@
|
||||
<td><?php print $processed_emails[0]; ?> (<?php print $text_60_minutes; ?>)<br /><?php print $processed_emails[1]; ?> (<?php print $text_24_hours; ?>)<br /><?php print $processed_emails[2]; ?> (<?php print $text_1_week; ?>)<br /><?php print $processed_emails[3]; ?> (<?php print $text_30_days; ?>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2">Message Disposition</th>
|
||||
<th colspan="2"><?php print $text_message_disposition; ?></th>
|
||||
</tr>
|
||||
<?php while(list($k, $v) = each($counters)) {
|
||||
if(!is_numeric($k)) { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user