idem
2005-11-17 803602c40e3d889e49c5c1366147c36636c23efd
commit | author | age
b5a2f8 1 <?php
T 2 $wb["list_head_txt"] = 'users';
3 $wb["username_txt"] = 'username';
4 $wb["name_txt"] = 'name';
5 $wb["vorname_txt"] = 'vorname';
6 $wb["ort_txt"] = 'ort';
7
8 $wb["page_txt"] = 'Page';
9 $wb["page_of_txt"] = 'of';
10 $wb["page_next_txt"] = 'Next';
11 $wb["page_back_txt"] = 'Back';
12 $wb["delete_txt"] = 'Delete';
13 $wb["filter_txt"] = 'Filter';
14 ?>