1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Heikki Hokkanen <hoxu@users.sf.net>
7 */
8
9// for the configuration manager
10$lang['piwik_idsite'] = 'piwik site id (piwik_idsite)';
11$lang['piwik_url'] = 'piwik URL, excluding the piwik.php/piwik.js part';
12$lang['count_admins'] = 'Count admins in statistics';
13$lang['count_users'] = 'Count logged users in statistics';
14
15