source: extensions/UserStat/language/en_UK/plugin.lang.php @ 4270

Last change on this file since 4270 was 4270, checked in by grum, 14 years ago

[UserStat] Adding a directory for the plugin UserStat

  • Property svn:executable set to *
File size: 1.7 KB
Line 
1<?php
2
3/* -----------------------------------------------------------------------------
4  This file was created by 'Translator r2.0.0-beta' plugin
5
6  **** Export informations
7  Export date       : 2009-11-15 18:01:09
8  Number of items   : 27
9    Number exported : 27
10  Exported by       : grum
11
12  **** File informations
13  Language          : English [ISO en_UK]
14  Charset           : utf-8
15  Type              : plugin
16  Name (Release)    : UserStat (1.0.0)
17
18  **** Export options
19  Items exported    : "ok"
20  Translator export : NO
21----------------------------------------------------------------------------- */
22
23
24$lang['us_categoryName'] = 'Category';
25$lang['us_detailledStatisticsForUser'] = 'Detailled statistics for user';
26$lang['us_lang'] = 'Lang';
27$lang['us_numberOfUsers'] = 'Number of users';
28$lang['us_property'] = 'Property';
29$lang['us_template'] = 'Template/Theme';
30$lang['us_titlePage'] = 'User Statistics';
31$lang['us_total'] = 'Registered users';
32$lang['us_tsGlobal'] = 'General';
33$lang['us_tsUsers'] = 'Users';
34$lang['us_userAvgRate'] = 'Average';
35$lang['us_userComments'] = 'Comments';
36$lang['us_userDelayC'] = 'Number of days since <br/> the last comment';
37$lang['us_userDelayR'] = 'Number of days since <br/> the last rate';
38$lang['us_userDevRate'] = 'Standard deviation';
39$lang['us_userLastDayC'] = 'Latest comment';
40$lang['us_userLastDayR'] = 'Last rate';
41$lang['us_userMaxRate'] = 'The highest';
42$lang['us_userMinRate'] = 'The lowest';
43$lang['us_userName'] = 'User';
44$lang['us_userNbComments'] = 'Number';
45$lang['us_userNbRates'] = 'Number';
46$lang['us_userRating'] = 'Rates';
47$lang['us_version'] = 'r';
48$lang['us_virtual'] = 'virtual';
49$lang['us_withHD'] = 'With HD';
50$lang['us_withMail'] = 'With eMail';
51
52
53?>
Note: See TracBrowser for help on using the repository browser.