tbrehm
2008-09-14 f25b9e27bab0ecb3982df89a8cb65d29938537fb
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb["list_head_txt"] = 'Gruppi utenti di sistema';
$wb["description_txt"] = 'Descrizione';
$wb["name_txt"] = 'Gruppo';
 
$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';
?>