Changeset 1528 in ExiteCMS for modules/common/download_statistics/php-files/modules/download_statistics/module_installer.php
- Timestamp:
- 07/07/08 17:53:43 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/download_statistics/php-files/modules/download_statistics/module_installer.php
r1506 r1528 17 17 $mod_title = "Download Statistics"; 18 18 $mod_description = "Gather and display download statistics from download mirror logs. includes a Google Map with downloaders per country"; 19 $mod_version = "1.1. 1";19 $mod_version = "1.1.2"; 20 20 $mod_developer = "WanWizard"; 21 21 $mod_email = "wanwizard@gmail.com"; … … 117 117 $localestrings['en']['dls800'] = "Top files downloaded"; 118 118 $localestrings['en']['dls801'] = "Filenames filter"; 119 $localestrings['en']['dls802'] = "This filter is a regex ";119 $localestrings['en']['dls802'] = "This filter is a regexp"; 120 120 $localestrings['en']['dls803'] = "Show me"; 121 121 $localestrings['en']['dls804'] = "the top"; … … 124 124 $localestrings['en']['dls807'] = "Ascending"; 125 125 $localestrings['en']['dls808'] = "Descending"; 126 $localestrings['en']['dls809'] = "Error in regex :";126 $localestrings['en']['dls809'] = "Error in regexp:"; 127 127 $localestrings['en']['dls810'] = "Filename"; 128 128 $localestrings['en']['dls811'] = "Download Count"; … … 152 152 $localestrings['en']['dls928'] = "You have to select either a download item or enter filename(s), or both"; 153 153 $localestrings['en']['dls929'] = "Are you sure you want to delete this statistics counter?"; 154 // Messages: Reports 155 $localestrings['en']['dls950'] = "The report could not be generated:"; 154 156 155 157 /*---------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.
