tbrehm
2008-06-13 7848cef8ea2f1345c08200d9a817404b437c53a5
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'
?>