-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathLanguageEN.php
375 lines (368 loc) · 15.6 KB
/
LanguageEN.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<?php
/* Start Core EN Language Pack */
$DatabaseNotFound = "The STHS Database File was not found or corrupted.";
$NewsDatabaseNotFound = "The STHS News Database File was not found or corrupted. Please create one in the <a href=\"NewsManagement.php\">League News Management</a> section of the website logged in as a Commissioner.";
$CareeratabaseNotFound = "STHS Career Database File Not Found.";
$NoHistoryData = "No History Data for Year Select Found.";
$Footer = "Website created by the <a href=\"https://sths.simont.info\">SimonT Hockey Simulator (STHS)</a> for ";
$WarningResolution = "Your browser screen resolution is too small for this page. Some information are hidden to keep the page readable.";
$DatabaseCreate = "The database was created : ";
$NoUserLogin = "No user logged in!";
$ThisPageNotAvailable = "This page is not available for the current user!";
$OutOfDateVersion = "Your STHS is out of Date! Please update your STHS version!";
$OutOfDateVersionSTHSHosting = "Your STHS is out of Date! Please update your STHS version!<br><br><br>Your website will be disabled soon unless you update your STHS Version!";
$IncorrectGameQuery = "Game not found!";
$IncorrectLegacyPagesQuery = "Legacy web page not found!";
$ScriptError = "Script Error!";
$PHPVersionOutOfDate = "Your PHP version is out of date. Please upgrade it version 8 or more using your web server hosting company administration portal.";
$TableSorterLang = array(
'ShoworHideColumn' => 'Show or Hide Columns',
'ResetAllSearchFilter' => 'Reset All Search Filters',
'FilterTips' => 'Filter Tips',
'Search' => 'Search',
);
$SearchLang = array(
'SearchTitle' => 'Search',
'Team' => 'Team:',
'AllTeam' => 'All Team',
'Type' => 'Type:',
'ProandFarm' => 'Pro and Farm',
'ProOnly' => 'Pro Only',
'FarmOnly' => 'Farm Only',
'OrderField' => 'Order Field:',
'Max' => 'Max:',
'FreeAgents' => 'Free Agents:',
'ThisYear' => 'This Year',
'NextYear' => 'Next Year',
'In2Years' => 'In 2 Years',
'In3Years' => 'In 3 Years',
'In4Years' => 'In 4 Years',
'In5Years' => 'In 5 Years',
'Unlimited' => '0 - Unlimited',
'AcsendingOrder' => 'Acsending Order:',
'DecendingOrder' => 'Decending Order:',
'ExpansionDraft' => 'Available Expansion Draft:',
'ExpansionDraftProtected' => 'Protected Expansion Draft:',
'Select' => 'Select',
'Farm' => 'Farm:',
'PlayersRosterMenu' => 'Players Roster Menu',
'GoaliesRosterMenu' => 'Goalies Roster Menu',
'PlayersInformationMenu' => 'Players Information Menu',
'PlayersStatsMenu' => 'Players Stats Menu',
'GoaliesStatsMenu' => 'Goalies Stats Menu',
'PlayersStatsMenuByYear' => 'Players Stats By Year Menu',
'GoaliesStatsMenuByYear' => 'Goalies Stats By Year Menu',
'TeamStatsMenu' => 'Team Stats Menu',
'PlayersStatsCareer' => 'Players Stats Career Stat Menu',
'GoaliesStatsCareer' => 'Goalies Stats Career Stat Menu',
'PlayersStatsCareerByYear' => 'Players Stats By Year Menu',
'GoaliesStatsCareerByYear' => 'Goalies Stats By Year Menu',
'TeamStatsCareer' => 'Team Stats Career Stat Menu',
'TeamStatsByYearCareer' => 'Team Stats By Year Career Stat Menu',
'ProspectMenu' => 'Prospects Menu',
'TransactionMenu' => 'Transaction Menu',
'TransactionType' => 'Transaction Type',
'CareerStat' => 'Career Stat',
'NextYearContracts' => 'Next Year Contracts',
'Playoff' => 'Playoff',
'Birthday' => 'Birthday',
'AvailableForTrade' => 'Available For Trade',
'Retire' => 'Retired',
'Year' => 'Year',
'SeasonStat' => 'Season Stats',
'Submit' => 'Submit',
'Injury' => 'Injury / Suspensions',
'ChangeSearch' => 'Change Search',
'History' => 'History',
'ThisSeason' => 'This Season',
'AllSeasonMerge' => 'All Season Merge',
'AllSeasonPerYear' => 'All Season Per Year',
'StandingHistory' => 'Standings History Menu',
'ScheduleHistory' => 'Schedule History Menu',
'CoachesHistory' => 'Coaches History Menu',
'FinanceHistory' => 'Finance History Menu',
'ProspectsHistory' => 'Prospects History Menu',
'PlayersRosterHistory' => 'Players Roster History Menu',
'GoaliesRosterHistory' => 'Goalies Roster History Menu',
'PlayersStatsHistory' => 'Players Stats History Menu',
'GoaliesStatsHistory' => 'Goalies Stats History Menu',
'TeamStatsHistory' => 'Team Or TeamVS Stats History Menu',
'PlayersInformationHistory' => 'Players Information History Menu',
'TeamStatVS' => 'Team Stats VS for',
'NoNewsFound' => 'No News Found in News Database. Please create a news.',
'PlayerReport' => 'Player or Goalie Report',
'PlayerName' => 'Player Name',
'EnterSearchName' => 'Enter search name',
'NoSuggestion' => 'No Suggestion',
'TooManyResult' => 'Too Many Results. Please narrow your search',
);
$PlayersLang = array(
'PlayerName' => 'Player Name',
'GoalieName' => 'Goalie Name',
'TeamName' => 'Team Name',
'Age' => 'Age',
'Birthday' => 'Birthday',
'Rookie' => 'Rookie',
'Weight' => 'Weight',
'Height' => 'Height',
'NoTrade' => 'No Trade',
'NoTradeYear' => 'No Trade Year',
'Protected' => 'Protected',
'AutoRosterCanPlayPro' => 'Auto Can Sent Pro',
'AutoRosterCanPlayFarm' => 'Auto Can Sent Farm',
'AvailableForTrade' => 'Available For Trade',
'ForceWaiver' => 'Force Waivers',
'PossibleWaiver' => 'Waiver Possible',
'Status' => 'Status',
'Contract' => 'Contract',
'NextContract' => 'Next Contract',
'ContractSignatureDate' => 'Contract Signature Date',
'LastTradeDate' => 'Last Trade Date',
'Type' => 'Type',
'Salary' => 'Salary',
'CurrentSalary' => 'Current Salary',
'SalaryYear' => 'Salary Year',
'SalaryRemaining' => 'Salary Remaining',
'SalaryAverage' => 'Salary Average',
'SalaryAveRemaining' => 'Salary Ave Remaining',
'SalaryCap' => 'Salary Cap',
'SalaryCapYear' => 'Salary Cap Year',
'SalaryCapNotActivate' => 'Salary Cap Not Activate',
'SalaryCapRemaining' => 'Salary Cap Remaining',
'SalaryLastYear' => 'Salary Last Year',
'1WayContract' => ' (1 Way Contract)',
'OutofPayroll' => ' (Out of Payroll)',
'Terms' => 'Terms',
'TradeHistory' => 'Trade History',
'Link' => 'Link',
'DraftYear' => 'Draft Year',
'DraftOverallPick' => 'Draft Overall Pick',
'NHLLink' => 'NHL Link',
'UFA' => 'Unrestricted',
'RFA' => 'Restricted',
'ELC' => 'Entry contract',
'UFAAbbre' => 'UFA',
'RFAAbbre' => 'RFA',
'ELCAbbre' => 'ELC',
'Rank' => 'RANK #',
'IncorrectPlayer' => 'Incorrect Player',
'Playernotfound' => 'Player not found',
'IncorrectGoalie' => 'Incorrect Goalie',
'Goalienotfound' => 'Goalie not found',
'Position' => 'Position',
'Condition' => 'Condition',
'Suspension' => 'Suspension',
'Information' => 'Information',
'ProStat' => 'Pro Stats',
'FarmStat' => 'Farm Stats',
'CareerProStat' => 'Career Pro Stats',
'CareerFarmStat' => 'Career Farm Stats',
'Basic' => ' - Basic',
'Advanced' => ' - Advanced',
'Country' => 'Country',
'Injury' => 'Injury',
'HealthLoss' => 'Health # Loss',
'StarPower' => 'StarPower',
'AvailableforTrade' => 'Available for Trade',
'CanPlayPro' => 'Can Play Pro',
'CanPlayFarm' => 'Can Play Farm',
'ExcludefromSalaryCap' => 'Exclude from Salary Cap',
'ProSalaryinFarm' => 'Pro Salary in Farm / 1 Way Contract',
'AlreadyResign' => 'Already Resign',
'RegularSeason' => 'Regular Season',
'Total' => 'Total',
'Retire' => 'Retired',
'StatperTeam' => 'Stat per Team',
'CareerNote' => 'Note: The statistics of previous years and of this year are combined. Players and goalies who do not exist in the Career Stat database (this is their first season in your league) will not appear on this page.',
'CareerTeamNote' => ' The players traded during a season have all their stats save with the team where they played their last game of the season.',
'CompareTo' => ' Information Compare To ',
'BasePlayerName' => 'Base Player Name',
'ComparePlayerName' => 'Compare Player Name',
'BaseGoalieName' => 'Base Goalie Name',
'CompareGoalieName' => 'Base Goalie Name',
'Unassigned' => 'Unassigned',
'SalaryRequest' => 'Free Agent Request',
'SalaryOffer' => 'Salary Offer',
'DurationOffer' => 'Duration Offer',
'BonusOffer' => 'Bonus Offer',
'CommentOffer' => 'Comments on the Offer',
'InvalidOffer' => 'Invalid Offer',
'Submit' => 'Submit',
'SubmitOffer' => 'Submit Offer',
'Erase' => 'Erase',
'EraseOffer' => 'Erase Offer',
'FreeAgentConfirmOffer' => 'Free Agents Offer Saved for ',
'FreeAgentDeleteOffer' => 'Free Agents Offer Deleted for ',
'DraftSelectionFail' => ' <span style="color:red">Fail updating draft selection to the database! Your data are lost.</span>',
'MaximumFreeAgentOfferReach' => 'Maximum number of free agent offers reached!',
'FreeAgentYouCanMake' => 'You can make ',
'FreeAgentOffersTotal' => ' offers in total.',
'FreeAgentOfferOwned' => ' offers to players you do not owned.',
'Center' => 'Center',
'LeftWing' => 'Left Wing',
'RightWing' => 'Right Wing',
'Defense' => 'Defense',
'Defenseman' => 'Defenseman',
'Forward' => 'Forward',
'NHLID' => 'NHL ID',
'Jersey' => 'Jersey #',
'Edit' => 'Edit',
'EditConfirm' => 'Edit Confirm for ',
'EditFail' => 'Fail editing Player!',
'EditFailEmergencyRecall' => '<br><span style="color:red">Fail editing Player Emergency Recall Status! You have reached the maximum number of players in this team with this attribute.</span>',
'ClicktoEdit' => 'Click here to edit players information.',
'AcquiredBy' => 'Acquired By',
'ForceUFA' => 'Force UFA',
'EmergencyRecall' => 'Emergency Recall',
'MaxFreeAgentsReach' => 'You have reached the maximum of free agents offer (500) the dynamic website can show you. You should uncheck the \'Unassigned Available in Free Agent\' option in the STHS to fix this issue.',
);
$DynamicTitleLang = array(
'InDecendingOrderBy' => ' In Decending Order By ',
'InAscendingOrderBy' => ' In Ascending Order By ',
'PlayersInformation' => ' Players Information',
'PlayersRoster' => ' Players Roster',
'GoaliesRoster' => ' Goalies Roster',
'GoaliesStat' => ' Goalies Stats',
'PlayersStat' => ' Players Stats',
'Prospects' => ' Prospects',
'TeamStat' => 'Team Stats',
'TeamStatVS' => 'Team Stats VS',
'TeamContractsOverview' => 'Contracts Overview',
'ThisYearFreeAgents' => ' This Year Free Agents',
'NextYearFreeAgents' => ' Next Year Free Agents',
'YearsFreeAgents' => ' Years Free Agents',
'TeamFinance' => ' Teams Finance',
'Unassigned' => 'Unassigned',
'Pro' => ' Pro',
'Farm' => ' Farm',
'All' => ' All ',
'Top' => ' Top ',
'IndividualLeadersTitle' => 'Individual Leaders',
'FreeAgentStatus' => 'Players Status were calculated based on Date of : ',
'ExpansionDraft' => 'Available for Expansion Draft - ',
'ExpansionDraftProtected' => 'Protected for Expansion Draft - ',
'CareerStat' => 'Career Stat - ',
'CareerStatByYear' => 'Career Stat By Year - ',
'StandingForYear' => 'Standings For Year - ',
'AvailableForTrade' => 'Available For Trade - ',
'Retire' => 'Retired',
'ComparePlayers' => 'Compare Players',
'CompareGoalies' => 'Compare Goalies',
'PreviousStanding' => 'Standings For Year - ',
'Players' => 'Players',
'Goalies' => 'Goalies',
'Leaderboard' => 'Leaderboard',
'NextYearContracts' => 'Next Year Contracts',
'InjurySuspension' => 'Injured and Suspended',
);
$TopMenuLang = array(
'Home' => ' Home',
'Main' => 'Main',
'ProLeague' => 'Pro League',
'FarmLeague' => 'Farm League',
'League' => 'League',
'Records' => 'Records',
'RecordsAndCareerStat' => 'History',
'TeamCareerStat' => 'Team Career Stat',
'PlayersCareerStat' => 'Players Career Stat',
'GoaliesCareerStat' => 'Goalies Career Stat',
'TeamsDirectLink' => 'Teams',
'OldWebsitePage' => 'Legacy Pages',
'STHSClientLeagueFile' => 'STHS Client League File',
'Help' => 'Help',
'LatestSTHSClient' => 'Latest STHS Client',
'TodaysGames' => 'Today\'s Games',
'TodaysTransactions' => 'Today\'s Transactions',
'Schedule' => 'Schedule',
'Search' => 'Search',
'RSSFeed' => 'RSS Feed',
'Standing' => 'Standings',
'PlayersLeader' => 'Players Leader',
'GoaliesLeader' => 'Goalies Leader',
'IndividualLeaders' => 'Individual Leaders',
'CareerStatsIndividualLeaders' => 'Career Stat Individual Leaders',
'AllPlayersStats' => 'All Players Stats',
'AllGoaliesStats' => 'All Goalies Stats',
'PlayersInformation' => ' Players Information',
'TeamsStats' => 'Teams Stats',
'PowerRanking' => 'Power Ranking',
'Coaches' => 'Coaches',
'Transactions' => 'Transactions',
'Waivers' => 'Waivers',
'Unassigned' => 'Unassigned',
'FreeAgents' => 'Free Agents',
'Players' => 'Players',
'Goalies' => 'Goalies',
'Team/GM' => 'Team/GM',
'TradeHistory' => 'Trade History',
'LeagueRecords' => 'League Records',
'TeamRecords' => 'Team Records',
'ManualLink' => 'ManualV3_En.php#Team_Management',
'ManualLinkTitle' => 'STHS Client Manual',
'ExpansionDraftAvailable' => 'Available Expansion Draft',
'ExpansionDraftProtected' => 'Protected Expansion Draft',
'EntryDraft' => 'Entry Draft',
'EntryDraftProjection' => 'Entry Draft Projection',
'LeagueNewsManagement' => 'League News Management',
'WebClient' => 'Team\'s Roster and Lines Editor Online',
'Prospects' => 'Prospects',
'AvailableForTrade' => 'Available For Trade',
'InjurySuspension' => 'Injury / Suspension',
'CareerTeamStat' => 'Career Team Stats',
'Finance' => 'Finance',
'SeasonStat' => 'Season Stat',
'ProTeam' => 'Pro Team',
'FarmTeam' => 'Farm Team',
'UploadLine' => 'Upload Lines',
'Trade' => 'Trade Online',
'Playoff' => ' - Playoff',
'Retire' => 'Retired Players',
'Compare' => 'Compare Players',
'PreviousStanding' => 'Previous Year Standing',
'SearchHistory' => 'Search History',
'AllStar' => 'All-Star Game',
'CupWinner' => 'Stanley Cup Winner',
'FreeAgentsOffer' => 'Free Agents Offers Online',
'EntryDraftSelection' => 'Entry Draft Order Selection Online',
'FantasyDraftSelection' => 'Fantasy Draft Order Selection Online',
'LeagueManagement' => 'Commissioner',
'Guest' => 'Guest',
'IncorrectPassword' => 'Incorrect Password!',
'Password' => 'Password : ',
'Email' => 'Email General Manager Today\'s Information',
'Login' => 'Login',
'Logout' => 'Logout',
'LoginMessage' => '<strong>Note:</strong> You can reset the passwords from the STHS. For the commissioner, the option is available under the \'Output Option\', General #1 Tab, click on the \'Dynamic Website Password\' button. For a team, it’s in the team Windows in the STHS, click on the \'Password\' button.',
'CurrentLogin' => 'Current User Connect is : ',
'LoginDefaultLanguage' => 'User Default Language : ',
'LoginDefaultTheme' => 'User Default Theme : ',
'CustomizeWebsite' => 'Customize Website',
'Year' => 'Year',
'GM' => 'General Manager : ',
'MinimumGamesPlayed' => 'Minimum Games Played: ',
'Roster' => 'Roster',
'Scoring' => 'Players Stats',
'PlayersInfo' => 'Players Info',
'Lines' => 'Lines',
'TeamStats' => 'Team Stats',
'Schedule' => 'Schedule',
'Finance' => 'Finance',
'Depth' => 'Depth',
'History' => 'History',
'TeamTransaction' => 'Last Transactions',
'UploadFileWebsite' => 'Upload Website File',
'TeamContractsOverview' => 'Contracts Overview / Simulation',
'LeagueInformation' => 'League Information',
'Edit' => 'Edit',
'EditPlayers' => 'Edit Players',
'EditProspects' => 'Edit Prospects',
'Leaderboard' => 'Leaderboard',
'NextYearContracts' => 'Next Year Contracts - ',
'AverageTeamsRoster' => 'Average Teams Roster',
'WebEditorRoster' => 'Web Editor - Roster',
'WebEditorRosterProLines' => 'Web Editor - Pro Lines',
'WebEditorRosterFarmLines' => 'Web Editor - Farm Lines',
'WebEditorRosterTeamInfo' => 'Web Editor - Team Information',
);
/* End Core EN Language Pack */
?>