Ignore:
Timestamp:
Sep 5, 2012, 4:15:54 PM (12 years ago)
Author:
grum
Message:

version 0.1.0b

. Fix install bugs
. Manage anonymous directories
. Manage CSV export options settings
. Fix IPadress<=>country association bug & improve join performances
. Fix bug on IP filter
. Improve performances for history consult

File:
1 edited

Legend:

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

    r17737 r17758  
    8989$lang['estat_allPeriods']='All periods';
    9090
    91 
    92 $lang['estat_item_nb']='% event';
    93 $lang['estat_items_nb']='% events';
    94 $lang['estat_ip_nb']='% IP adress';
    95 $lang['estat_ips_nb']='% IP adresses';
    96 $lang['estat_category_nb']='% album';
    97 $lang['estat_categories_nb']='% albums';
    98 $lang['estat_image_nb']='% photo';
    99 $lang['estat_images_nb']='% photos';
     91$lang['estat_item_nb']='% item';
     92$lang['estat_items_nb']='% items';
     93
    10094$lang['estat_country_nb']='%s country';
    10195$lang['estat_countries_nb']='%s countries';
    102 $lang['estat_items']='Events';
     96
    10397$lang['estat_ok']='Ok';
    10498$lang['estat_cancel']='Cancel';
Note: See TracChangeset for help on using the changeset viewer.