quentusrex
2008-10-31 94a408a0a30a407c1bf0be0437d18f233ffb2922
1
2
3
4
5
6
7
<?php
$wb["description_txt"] = 'Descrizione';
$wb["name_txt"] = 'Gruppo';
$wb["name_err"] = 'Il gruppo deve essere minimo 1 caratteri, massimo 30.';
$wb["btn_save_txt"] = 'Salva';
$wb["btn_cancel_txt"] = 'Annulla'
?>