tbrehm
2010-06-09 bc2c3ea4d5bd3601bc213070dc24c2aaecee697d
interface/web/admin/lib/lang/it_users_list.lng
@@ -1,15 +1,9 @@
<?php
$wb["list_head_txt"] = 'Utenti';
$wb["username_txt"] = 'Nome utente';
$wb["name_txt"] = 'Nome';
$wb["vorname_txt"] = 'Cognome';
$wb["ort_txt"] = 'city';
$wb["page_txt"] = 'Pagina';
$wb["page_of_txt"] = 'di';
$wb["page_next_txt"] = 'Avanti';
$wb["page_back_txt"] = 'Indietro';
$wb["delete_txt"] = 'Cancella';
$wb["filter_txt"] = 'Filtro';
$wb["add_new_record_txt"] = 'Aggiungi nuovo utente';
?>
$wb['list_head_txt'] = 'Utenti';
$wb['username_txt'] = 'Nome utente';
$wb['name_txt'] = 'Nome';
$wb['vorname_txt'] = 'Cognome';
$wb['ort_txt'] = 'Città';
$wb['add_new_record_txt'] = 'Add new user';
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
?>