tbrehm
2010-03-04 b6a07cf32e43435522daebc0e892d3b30c40a4f1
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['Client'] = 'Klient';
$wb['Address'] = 'Adresa';
$wb['Limits'] = 'Limity';
$wb['Add Client'] = 'Prida? klienta';
$wb['Edit Client'] = 'Upravi? klienta';
$wb['Clients'] = 'Klienti';
$wb['Edit Client-Templates'] = 'Upravi? klient-Šablónu';
$wb['Add Reseller'] = 'Prida? nového predajcu';
$wb['Edit Reseller'] = 'Upravi? predajcu';
$wb['Resellers'] = 'Predajcovia';
$wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.';
?>