tbrehm
2010-01-28 40dd9fb5c2f1083b2793674d5c418ead836d764e
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['Client'] = 'Asiakas';
$wb['Address'] = 'Osoite';
$wb['Limits'] = 'Rajoitukset';
$wb['Add Client'] = 'Lisää asiakas';
$wb['Edit Client'] = 'Muokkaa asiakkaan tietoja';
$wb['Clients'] = 'Asiakkaat';
$wb['Edit Client-Templates'] = 'Muokkaa asiakasmalleja';
$wb['Add Reseller'] = 'Add Reseller';
$wb['Edit Reseller'] = 'Edit Reseller';
$wb['Resellers'] = 'Resellers';
$wb['error_has_clients'] = 'This reseller has clients. Delete the clients of the reseller first.';
?>