1<?php 2/** 3 * English language file for config of the Nu Matomo plugin 4 */ 5 6$lang['server'] = "Server address:"; 7$lang['siteid'] = "Site ID:"; 8$lang['instance'] = "Instance name:"; 9$lang['exclude'] = "Exclude from tracking:"; 10$lang['exclude_o_none'] = "—"; 11$lang['exclude_o_users'] = "Logged-in Users"; 12$lang['exclude_o_admins'] = "Logged-in Admins"; 13 14$lang['_features'] = "Features:"; 15$lang['feature-flags'] = "Feature flags:"; 16 17$lang['donottrack'] = "Honour the <abbr title='Do Not Track'>DNT</abbr> header:"; 18