tbrehm
2012-05-07 e045af4e04438514a807930b103d644b1644b46d
commit | author | age
10fd0c 1 <?php
F 2 $wb['Client'] = 'Cliente';
3 $wb['Address'] = 'Indirizzo';
4 $wb['Limits'] = 'Limiti';
5 $wb['Add Client'] = 'Aggiungi cliente';
6 $wb['Edit Client'] = 'Modifica cliente';
7 $wb['Clients'] = 'Clienti';
c99d48 8 $wb['Edit Client-Templates'] = 'Modifica modelli cliente';
503446 9 $wb['Add Reseller'] = 'Aggiungi rivenditore';
T 10 $wb['Edit Reseller'] = 'Modifica rivenditore';
11 $wb['Resellers'] = 'Rivenditori';
12 $wb['error_has_clients'] = 'Questo rivenditore ha dei clienti, bisogna cancellarli prima di procedere.';
151fac 13 $wb['add_additional_template_txt'] = 'Add additional template';
T 14 $wb['delete_additional_template_txt'] = 'Delete additional template';
e045af 15 $wb['Messaging'] = 'Messaging';
T 16 $wb['Send Email'] = 'Send Email';
10fd0c 17 ?>