1<?php
2/**
3 * English language file
4 *
5 * @author     Markus Birth <markus@birth-online.de>
6 */
7
8// for the configuration manager
9$lang['show_filesize']    = 'Show filesize in front of download count';
10$lang['show_lastmod']     = 'Show last modified/uploaded time';
11$lang['show_dlcount']     = 'Show download count';
12$lang['top_n_statistics'] = 'Show this many top entries in statistics (Admin interface)';
13