diff --git a/webui/language/en/messages.php b/webui/language/en/messages.php index 6aec480..d133695 100644 --- a/webui/language/en/messages.php +++ b/webui/language/en/messages.php @@ -377,5 +377,17 @@ $_['text_accounting_email'] = 'By-Email Accounting'; $_['text_accounting_domain'] = 'By-Domain Accounting'; +$_['text_options'] = 'Options'; +$_['text_spam_flag'] = 'Message Flagged as SPAM'; +$_['text_attachment_flag'] = 'Message has Attachment'; +$_['text_notes_flag'] = 'Message has Notes'; +$_['text_tag_flag'] = 'Message is Tagged'; +$_['text_verified_flag'] = 'Message is Verified'; +$_['text_unverified_flag'] = 'Message Failed Verification'; +$_['text_bulk_download'] = 'Bulk Download Selected Emails'; +$_['text_clear'] = 'Clear'; +$_['text_select_letter'] = 'Select Addresses by Letter'; +$_['text_working'] = 'Working...'; + ?> diff --git a/webui/language/hu/messages.iso-8859-2.php b/webui/language/hu/messages.iso-8859-2.php index 86002d7..5f34de5 100644 --- a/webui/language/hu/messages.iso-8859-2.php +++ b/webui/language/hu/messages.iso-8859-2.php @@ -378,4 +378,16 @@ $_['text_accounting_email'] = 'Email szerint'; $_['text_accounting_domain'] = 'Domain szerint'; +$_['text_options'] = 'Opci�k'; +$_['text_spam_flag'] = 'SPAM lev�l'; +$_['text_attachment_flag'] = 'Mell�klet'; +$_['text_notes_flag'] = 'Megjegyz�s'; +$_['text_tag_flag'] = 'C�mke'; +$_['text_verified_flag'] = 'Ellen�rz�tt'; +$_['text_unverified_flag'] = 'M�dos�tott lev�l'; +$_['text_bulk_download'] = 'Kiv�lasztott levelek let�lt�se'; +$_['text_clear'] = 'T�rl�s'; +$_['text_select_letter'] = 'C�m kiv�laszt�sa bet� szerint'; +$_['text_working'] = 'Keres�s...'; + ?> diff --git a/webui/language/hu/messages.php b/webui/language/hu/messages.php index 0012b20..ce9d050 100644 --- a/webui/language/hu/messages.php +++ b/webui/language/hu/messages.php @@ -378,4 +378,16 @@ $_['text_accounting_email'] = 'Email szerint'; $_['text_accounting_domain'] = 'Domain szerint'; +$_['text_options'] = 'Opciók'; +$_['text_spam_flag'] = 'SPAM levél'; +$_['text_attachment_flag'] = 'Melléklet'; +$_['text_notes_flag'] = 'Megjegyzés'; +$_['text_tag_flag'] = 'Címke'; +$_['text_verified_flag'] = 'Ellenőrzött'; +$_['text_unverified_flag'] = 'Módosított levél'; +$_['text_bulk_download'] = 'Kiválasztott levelek letöltése'; +$_['text_clear'] = 'Törlés'; +$_['text_select_letter'] = 'Cím kiválasztása betű szerint'; +$_['text_working'] = 'Keresés...'; + ?> diff --git a/webui/language/pt/messages.php b/webui/language/pt/messages.php index 88fb10a..b97d906 100644 --- a/webui/language/pt/messages.php +++ b/webui/language/pt/messages.php @@ -369,7 +369,7 @@ $_['text_average_message_size'] = 'Average Message + Metadata + Index Size'; $_['text_average_size_day'] = 'Average Size per Day'; $_['text_partition_full'] = 'Partition Projected to be Full in'; -$_['text_usage_trend'] = 'Useage Trend'; +$_['text_usage_trend'] = 'Usage Trend'; $_['text_usage_increasing'] = 'Increasing'; $_['text_usage_decreasing'] = 'Decreasing'; $_['text_usage_neutral'] = 'Neutral'; @@ -377,4 +377,16 @@ $_['text_accounting_email'] = 'By-Email Accounting'; $_['text_accounting_domain'] = 'By-Domain Accounting'; +$_['text_options'] = 'Options'; +$_['text_spam_flag'] = 'Message Flagged as SPAM'; +$_['text_attachment_flag'] = 'Message has Attachment'; +$_['text_notes_flag'] = 'Message has Notes'; +$_['text_tag_flag'] = 'Message is Tagged'; +$_['text_verified_flag'] = 'Message is Verified'; +$_['text_unverified_flag'] = 'Message Failed Verification'; +$_['text_bulk_download'] = 'Bulk Download Selected Emails'; +$_['text_clear'] = 'Clear'; +$_['text_select_letter'] = 'Select Addresses by Letter'; +$_['text_working'] = 'Working...'; + ?> diff --git a/webui/model/accounting/accounting.php b/webui/model/accounting/accounting.php index 99af9ea..bc1609c 100644 --- a/webui/model/accounting/accounting.php +++ b/webui/model/accounting/accounting.php @@ -193,7 +193,7 @@ $return = $this->__getAcceptedDomains(); }elseif(Registry::get('auditor_user') == 1) { array_push($return,$_SESSION['domain']); - foreach ($return as $d) { + foreach ($_SESSION['auditdomains'] as $d) { array_push($return,$d); } }