tbrehm
2009-09-03 5421462b39a5b41014569af59d3861b9ffe8a44f
commit | author | age
542146 1 <?php
T 2 $wb['Client'] = 'Klient';
3 $wb['Address'] = 'Adres';
4 $wb['Limits'] = 'Limity';
5 $wb['Add Client'] = 'Dodaj klienta';
6 $wb['Edit Client'] = 'Edytuj klienta';
7 $wb['Clients'] = 'Klienci';
8 $wb['Edit Client-Templates'] = 'Edytuj szablony klientów';
9 $wb['Add Reseller'] = 'Dodaj Reseller';
10 $wb['Edit Reseller'] = 'Edytuj Reseller';
11 $wb['Resellers'] = 'Resellery';
12 ?>
13