accounting fixes

This commit is contained in:
SJ
2013-03-06 20:11:03 +01:00
parent 411e203735
commit 18a0b39f3d
5 changed files with 50 additions and 2 deletions

View File

@ -377,5 +377,17 @@ $_['text_accounting'] = 'Archive Accounting';
$_['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...';
?>