Thomas Bruederli
2013-01-11 9a6c38e14895bd093627e12f2fcf2c6ff1e3af3c
1
2
3
4
5
6
7
8
9
10
<?php
/* Author: Mustafa Icer */
 
$labels = array();
$labels['downloadall'] = 'Tüm ek dosyaları indir';
$labels['downloadfolder'] = 'klasörü indir';
 
$messages = array();
 
?>