tbrehm
2010-10-22 fb3a98c0f06fb14a188e5a020936768fa04cb205
interface/web/client/lib/lang/pl.lng
@@ -1,13 +1,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 Reseller';
$wb['Edit Reseller'] = 'Edytuj Reseller';
$wb['Resellers'] = 'Resellery';
$wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.';
$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.";
?>