tbrehm
2010-02-10 6dc3004bbb23b230d14a5017f81f0559396be3e2
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.';
?>