nveid
2011-11-21 ecf891ab69b38ee1bcd0533d9a4f30d218c7e99c
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['Client'] = 'Cliente';
$wb['Address'] = 'Indirizzo';
$wb['Limits'] = 'Limiti';
$wb['Add Client'] = 'Aggiungi cliente';
$wb['Edit Client'] = 'Modifica cliente';
$wb['Clients'] = 'Clienti';
$wb['Edit Client-Templates'] = 'Modifica modelli cliente';
$wb['Add Reseller'] = 'Aggiungi rivenditore';
$wb['Edit Reseller'] = 'Modifica rivenditore';
$wb['Resellers'] = 'Rivenditori';
$wb['error_has_clients'] = 'Questo rivenditore ha dei clienti, bisogna cancellarli prima di procedere.';
?>