tbrehm
2010-02-04 ea2b211820ababebbda558f569e72f5c081c609c
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['Client'] = 'Klient';
$wb['Address'] = 'Adres';
$wb['Limits'] = 'Limity';
$wb['Add Client'] = 'Dodaj klienta';
$wb['Edit Client'] = 'Edytuj klienta';
$wb['Clients'] = 'Klienci';
$wb['Edit Client-Templates'] = 'Edytuj szablony klientów';
$wb['Add Reseller'] = 'Dodaj Reseller';
$wb['Edit Reseller'] = 'Edytuj Reseller';
$wb['Resellers'] = 'Resellery';
$wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.';
?>