source: extensions/Statistics/language/en_UK/plugin.lang.php @ 7445

Last change on this file since 7445 was 7445, checked in by plg, 13 years ago

bug fixed: ability to use a Google Analytics/Piwik javascript code including a
comma.

simpler code, easier to maintain I hope.

change file format from MacOs to Unix line endings.

File size: 530 bytes
Line 
1<?php
2$lang['Howto'] = 'This plugin allow you to insert code given by Google Analytics, Piwik and others in all pages of your gallery';
3$lang['statistics_admin'] = 'Statistics Adminstration';
4$lang['statistics_admin_description'] = 'Paste the code here. ';
5$lang['stat_header'] = 'Insert code in the header';
6$lang['stat_tail'] = 'Insert code in the footer';
7$lang['statistics_save_config'] = 'Data saved';
8$lang['stat_admin'] = 'Exclude administrator from statistics.';
9$lang['stat_guest'] = 'Exclude guest from statistics.';
10?>
Note: See TracBrowser for help on using the repository browser.