tbrehm
2010-09-25 a74d8db7f6ba49bdb1961d5dc66e0ba6fa4f6b4f
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.';
?>