1 | <?php
|
---|
2 |
|
---|
3 | class LocaleTexten extends LocaleText
|
---|
4 | {
|
---|
5 | function Load(): void
|
---|
6 | {
|
---|
7 | $this->Code = 'en';
|
---|
8 | $this->Title = 'English';
|
---|
9 | $this->Data = array(
|
---|
10 | '' => array(
|
---|
11 | 'Access denied' => '',
|
---|
12 | 'Home' => '',
|
---|
13 | 'Main page' => '',
|
---|
14 | 'You were logged out' => '',
|
---|
15 | 'Last translated' => '',
|
---|
16 | 'Show welcome' => '',
|
---|
17 | 'Hide welcome' => '',
|
---|
18 | 'All news' => '',
|
---|
19 | 'Add' => '',
|
---|
20 | 'Registration' => '',
|
---|
21 | 'Menu' => '',
|
---|
22 | 'Incorrect name or password' => '',
|
---|
23 | 'Login successful. Welcome <strong>%s</strong>!' => '',
|
---|
24 | 'User name or password was not entered' => '',
|
---|
25 | 'Servers' => '',
|
---|
26 | 'Message was sent' => '',
|
---|
27 | 'New user registration' => '',
|
---|
28 | 'Online translators' => '',
|
---|
29 | 'Files' => '',
|
---|
30 | 'Instructions' => '',
|
---|
31 | 'Data source' => '',
|
---|
32 | 'Presentation' => '',
|
---|
33 | 'IRC chat' => '',
|
---|
34 | 'Administration' => '',
|
---|
35 | 'Page "%s" not found' => '',
|
---|
36 | 'Logout' => '',
|
---|
37 | 'My page' => '',
|
---|
38 | 'Options' => '',
|
---|
39 | 'Translated' => '',
|
---|
40 | 'Unfinished' => '',
|
---|
41 | 'Untranslated' => '',
|
---|
42 | 'Login' => '',
|
---|
43 | 'Search' => '',
|
---|
44 | 'Do search' => '',
|
---|
45 | 'Translate groups' => '',
|
---|
46 | 'Version' => '',
|
---|
47 | 'Source code' => '',
|
---|
48 | 'Changelog' => '',
|
---|
49 | 'Translators' => '',
|
---|
50 | 'Name' => '',
|
---|
51 | 'Password' => '',
|
---|
52 | 'Do login' => '',
|
---|
53 | 'Completion status' => '',
|
---|
54 | 'Game version' => '',
|
---|
55 | 'Dictionary' => '',
|
---|
56 | 'Teams' => '',
|
---|
57 | 'Promotion' => '',
|
---|
58 | 'Generating duration' => '',
|
---|
59 | 'Used memory' => '',
|
---|
60 | 'Add word' => '',
|
---|
61 | 'System changes' => '',
|
---|
62 | 'Date' => '',
|
---|
63 | 'Who' => '',
|
---|
64 | 'New' => '',
|
---|
65 | 'Source' => '',
|
---|
66 | 'Group' => '',
|
---|
67 | 'News' => '',
|
---|
68 | 'Build' => '',
|
---|
69 | 'Release date' => '',
|
---|
70 | 'Title' => '',
|
---|
71 | 'Unknown action' => '',
|
---|
72 | 'Record removed' => '',
|
---|
73 | 'English' => '',
|
---|
74 | 'All' => '',
|
---|
75 | 'Language' => '',
|
---|
76 | 'Description' => '',
|
---|
77 | 'Translator' => '',
|
---|
78 | 'Action' => '',
|
---|
79 | 'Do you really want to delete item?' => '',
|
---|
80 | 'Delete' => '',
|
---|
81 | 'Modify' => '',
|
---|
82 | 'List of translating teams' => '',
|
---|
83 | 'Web pages' => '',
|
---|
84 | 'Leader' => '',
|
---|
85 | 'Member count' => '',
|
---|
86 | 'Founding date' => '',
|
---|
87 | 'User actions' => '',
|
---|
88 | 'Create translating team' => '',
|
---|
89 | 'Section' => '',
|
---|
90 | 'Found count' => '',
|
---|
91 | 'Shoutbox' => '',
|
---|
92 | 'Disable filter "%s"' => '',
|
---|
93 | 'Users in team %s' => '',
|
---|
94 | 'User list' => '',
|
---|
95 | 'AoWoW' => '',
|
---|
96 | 'Translation group "%s"' => '',
|
---|
97 | 'Export' => '',
|
---|
98 | 'Import' => '',
|
---|
99 | 'System log' => '',
|
---|
100 | 'Banners' => '',
|
---|
101 | 'Translation' => '',
|
---|
102 | 'Progress' => '',
|
---|
103 | 'Translation groups' => '',
|
---|
104 | 'User settings' => '',
|
---|
105 | 'User profile' => '',
|
---|
106 | 'User registration' => '',
|
---|
107 | 'Testing' => '',
|
---|
108 | 'Download' => '',
|
---|
109 | 'Page not found' => '',
|
---|
110 | 'Information for translators' => '',
|
---|
111 | 'New message' => '',
|
---|
112 | 'Item not found' => '',
|
---|
113 | 'Team %d not found' => '',
|
---|
114 | 'Translated count' => '',
|
---|
115 | 'Level' => '',
|
---|
116 | 'Experience' => '',
|
---|
117 | 'GM' => '',
|
---|
118 | 'Last logged in' => '',
|
---|
119 | 'Registration time' => '',
|
---|
120 | 'Translated server list' => '',
|
---|
121 | 'User' => '',
|
---|
122 | 'Content' => '',
|
---|
123 | 'Save' => '',
|
---|
124 | 'News added' => '',
|
---|
125 | 'Data not specified' => '',
|
---|
126 | 'Servers referring to us' => '',
|
---|
127 | 'Address' => '',
|
---|
128 | 'Last visit' => '',
|
---|
129 | 'Hits' => '',
|
---|
130 | 'Visible' => '',
|
---|
131 | 'Parent' => '',
|
---|
132 | 'Comment' => '',
|
---|
133 | 'Actions' => '',
|
---|
134 | 'Web' => '',
|
---|
135 | 'Parent item' => '',
|
---|
136 | 'Item not specified' => '',
|
---|
137 | 'Settings saved' => '',
|
---|
138 | 'Imported' => '',
|
---|
139 | 'Export allways from all users' => '',
|
---|
140 | 'Download Czech File' => '',
|
---|
141 | 'URL' => '',
|
---|
142 | 'XP rate' => '',
|
---|
143 | 'Style' => '',
|
---|
144 | 'Client version' => '',
|
---|
145 | 'Stay logged' => '',
|
---|
146 | 'Item added' => '',
|
---|
147 | 'New item' => '',
|
---|
148 | 'More information' => '',
|
---|
149 | 'Build number' => '',
|
---|
150 | 'All versions list' => '',
|
---|
151 | 'Forum' => '',
|
---|
152 | 'Forum - Thread' => '',
|
---|
153 | 'Forum - List of Thread' => '',
|
---|
154 | 'New Forum Message' => '',
|
---|
155 | 'New thread' => '',
|
---|
156 | 'Name2' => 'Name',
|
---|
157 | 'Creation date' => '',
|
---|
158 | 'Logs' => '',
|
---|
159 | 'Online check IP' => '',
|
---|
160 | 'Online check port' => '',
|
---|
161 | 'There are servers listed which are in fact offering translated game. '.
|
---|
162 | 'There is resoluted if translation is offered either on client side, on server side or both. '.
|
---|
163 | 'Term "Czech server" doesn\'t mean that server is operated by Czech people but that it is possible to play in Czech.' => '',
|
---|
164 | 'Last translations' => '',
|
---|
165 | 'View' => '',
|
---|
166 | 'Item' => '',
|
---|
167 | 'Edit' => '',
|
---|
168 | 'List' => '',
|
---|
169 | ),
|
---|
170 | 'URL' => array(
|
---|
171 | )
|
---|
172 | );
|
---|
173 | }
|
---|
174 | }
|
---|