Thomas Bruederli
2013-01-11 9a6c38e14895bd093627e12f2fcf2c6ff1e3af3c
1
2
3
4
5
6
7
8
9
10
<?php
/* Author: Drakon */
 
$labels = array();
$labels['downloadall'] = 'Descarregar tots els adjunts';
$labels['downloadfolder'] = 'Descarregar carpeta';
 
$messages = array();
 
?>