1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Gina Haeussge <osd@foosel.net>
7 */
8
9// settings must be present and set appropriately for the language
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
12
13$lang['menu']       = 'DLCounter plugin';
14$lang['extensions'] = 'Comma-separated list of file extensions (without period) to count';
15