Aleksander Machniak
2013-01-09 b7e7c8f9501850a38705e0a1f18a8ae6e25f1be1
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();
 
?>