Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
24a2f0 1 <?php
97b472 2 $wb['server_id_txt'] = 'Server';
F 3 $wb['type_txt'] = 'Type';
4 $wb['source_server_txt'] = 'Pop3/Imap Server';
407003 5 $wb['source_username_txt'] = 'Nome Utente';
97b472 6 $wb['source_password_txt'] = 'Password';
407003 7 $wb['source_delete_txt'] = 'Elimina emails dopo averle scaricate';
TB 8 $wb['destination_txt'] = 'Destinazione';
9 $wb['active_txt'] = 'Attivo';
10 $wb['limit_fetchmail_txt'] = 'Numero massimo di indirizzi Fetchmail per il tuo account raggiunti.';
11 $wb['source_server_error_isempty'] = 'Valore Server  vuoto.';
12 $wb['source_username_error_isempty'] = 'Valore Nome Utente  vuoto.';
13 $wb['source_password_error_isempty'] = 'Valore Password  vuoto.';
14 $wb['destination_error_isemail'] = 'Nessuna destinazione selezionata.';
15 $wb['source_server_error_regex'] = 'Pop3/Imap Server non รจ un nome dominio valido.';
16 $wb['source_read_all_txt'] = 'Recupera tutte le email (incluso mail lette)';
17 $wb['error_delete_read_all_combination'] = 'Combinazione di opzioni non conforme. Non puoi utilizzare \\"Elimina mail dopo averle scaricate \\" = NO assieme a  \\"Recupera tutte le email\\" = SI';
caed83 18 $wb['source_delete_note_txt'] = 'Please check first if email retrieval works, before you activate this option.';
97b472 19 ?>