tbrehm
2010-10-14 07f2f9bbdd617cf29ccd1c60e71b1c404f46d861
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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 Resellera";
$wb['Edit Reseller'] = "Edytuj Resellera";
$wb['Resellers'] = "Resellerzy";
$wb['error_has_clients'] = "Reseller posiada klientów. Usuń ich zanim usuniesz resellera.";
?>