Aleksander Machniak
2012-09-27 700dc66c679f0ae6e16c9d016a15bee4269371e6
1
2
3
4
5
6
7
8
9
10
<?php
/* Author: Roberto Puzzanghera */
 
$labels = array();
$labels['downloadall'] = 'Scarica tutti gli allegati';
$labels['downloadfolder'] = 'Scarica cartella';
 
$messages = array();
 
?>