Ignore:
Timestamp:
Oct 28, 2010, 12:19:44 AM (14 years ago)
Author:
plg
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Statistics/language/en_UK/plugin.lang.php

    r3438 r7445  
    11<?php
    2 $lang['Howto'] = 'This plugin allow you to insert code given by Google Analytics, PhpMyVisites and co in all pages of your gallery';
     2$lang['Howto'] = 'This plugin allow you to insert code given by Google Analytics, Piwik and others in all pages of your gallery';
    33$lang['statistics_admin'] = 'Statistics Adminstration';
    44$lang['statistics_admin_description'] = 'Paste the code here. ';
     
    66$lang['stat_tail'] = 'Insert code in the footer';
    77$lang['statistics_save_config'] = 'Data saved';
    8 $lang['stat_admin'] = 'Exclude adminstrator of statistics.';
    9 $lang['stat_admin'] = 'Exclude guest of statistics.';
     8$lang['stat_admin'] = 'Exclude administrator from statistics.';
     9$lang['stat_guest'] = 'Exclude guest from statistics.';
    1010?>
Note: See TracChangeset for help on using the changeset viewer.