Last change
on this file was 45, checked in by chronos, 4 years ago |
- Added: Allow to hide runners and teams.
|
File size:
1.8 KB
|
Line | |
---|
1 | <?php
|
---|
2 |
|
---|
3 | class LocaleTexten extends LocaleText
|
---|
4 | {
|
---|
5 | function Load()
|
---|
6 | {
|
---|
7 | $this->Code = 'en';
|
---|
8 | $this->Title = 'English';
|
---|
9 | $this->Data = array(
|
---|
10 | '' => array(
|
---|
11 | 'Summary' => '',
|
---|
12 | 'Team' => '',
|
---|
13 | 'Teams' => '',
|
---|
14 | 'Runner' => '',
|
---|
15 | 'Runners' => '',
|
---|
16 | 'Family' => '',
|
---|
17 | 'Families' => '',
|
---|
18 | 'Year' => '',
|
---|
19 | 'Unsupported type' => '',
|
---|
20 | 'Name' => '',
|
---|
21 | 'Distance' => '',
|
---|
22 | 'Money' => '',
|
---|
23 | 'Distance per runner' => '',
|
---|
24 | 'Money per runner' => '',
|
---|
25 | 'Rank' => '',
|
---|
26 | 'Man' => '',
|
---|
27 | 'Woman' => '',
|
---|
28 | 'Kid' => '',
|
---|
29 | 'Men' => '',
|
---|
30 | 'Women' => '',
|
---|
31 | 'Kids' => '',
|
---|
32 | 'All' => '',
|
---|
33 | 'Category' => '',
|
---|
34 | 'Last change' => '',
|
---|
35 | 'Lap progress' => '',
|
---|
36 | 'Time' => '',
|
---|
37 | 'Duration' => '',
|
---|
38 | 'Length' => '',
|
---|
39 | 'Speed' => '',
|
---|
40 | 'Daily progress' => '',
|
---|
41 | 'Everyone' => '',
|
---|
42 | 'Count' => '',
|
---|
43 | 'Teribear stats' => '',
|
---|
44 | 'Runner id needs to be numeric' => '',
|
---|
45 | 'Team id needs to be numeric' => '',
|
---|
46 | 'This website collects data from official <a href="%s">leaderboard</a> site and tracks and presents progress of runners and teams.' => '',
|
---|
47 | 'Source code' => '',
|
---|
48 | 'Contact' => '',
|
---|
49 | 'Data synchronization from leaderboard finished.' => '',
|
---|
50 | 'Search' => '',
|
---|
51 | 'hour' => '',
|
---|
52 | 'Loaded items count' => '',
|
---|
53 | 'Runner not found.' => '',
|
---|
54 | 'Team not found' => '',
|
---|
55 | ),
|
---|
56 | 'URL' => array(
|
---|
57 | 'runner' => '',
|
---|
58 | 'runners' => '',
|
---|
59 | 'team' => '',
|
---|
60 | 'teams' => '',
|
---|
61 | 'family' => '',
|
---|
62 | 'families' => '',
|
---|
63 | 'sync' => '',
|
---|
64 | 'men' => '',
|
---|
65 | 'women' => '',
|
---|
66 | 'kids' => '',
|
---|
67 | )
|
---|
68 | );
|
---|
69 | }
|
---|
70 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.