tbrehm
2008-05-28 ecb8730e9133b8744472ef9e4cc460b8b5090ae9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb["list_head_txt"] = 'Mail traffic';
$wb["email_txt"] = 'Email';
$wb["this_month_txt"] = 'This month';
$wb["last_month_txt"] = 'Last month';
$wb["this_year_txt"] = 'This year';
$wb["last_year_txt"] = 'Last year';
$wb["page_txt"] = 'Page';
$wb["page_of_txt"] = 'of';
$wb["page_next_txt"] = 'Next';
$wb["page_back_txt"] = 'Back';
$wb["delete_txt"] = 'Delete';
$wb["filter_txt"] = 'Filter';
?>