forked from SimonT-STHS/STHS-DynamicWebsite-Production
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LanguageEN-Stat.php
282 lines (278 loc) · 11.4 KB
/
LanguageEN-Stat.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
<?php
/* Start Stat EN Language Pack */
$TeamLang = array(
'IncorrectTeam' => 'Incorrect Team',
'Teamnotfound' => 'Team not found',
'GM' => 'GM : ',
'Morale' => 'Morale : ',
'TeamOverall' => 'Team Overall : ',
'Roster' => 'Roster',
'Scoring' => 'Players Stats',
'PlayersInfo' => 'Players Info',
'Lines' => 'Lines',
'TeamStats' => 'Team Stats',
'Schedule' => 'Schedule',
'Finance' => 'Finance',
'Depth' => 'Depth',
'History' => 'History',
'TeamTransaction' => 'Last Transactions',
'InjurySuspension' => 'Injury / Suspension',
'Scratches' => 'Scratches',
'Average' => 'AVERAGE',
'TeamAverage' => 'TEAM AVERAGE',
'TotalPlayers' => 'Total Players',
'AverageAge' => 'Average Age',
'AverageWeight' => 'Average Weight',
'AverageHeight' => 'Average Height',
'AverageContract' => 'Average Contract',
'AverageYear1Salary' => 'Average Year 1 Salary',
'SumYear1Salary' => 'Sum Year 1 Salary',
'SumYear2Salary' => 'Sum Year 2 Salary',
'SumYear3Salary' => 'Sum Year 3 Salary',
'SumYear4Salary' => 'Sum Year 4 Salary',
'SumYear5Salary' => 'Sum Year 5 Salary',
'LineNumber' => 'Line #',
'Center' => 'Center',
'LeftWing' => 'Left Wing',
'RightWing' => 'Right Wing',
'Wing' => 'Wing',
'Defense' => 'Defense',
'Defenseman' => 'Defenseman',
'Forward' => 'Forward',
'Goalie' => 'Goalie',
'Goalies' => 'Goalies',
'Players' => 'Players',
'TimePCT' => 'Time %',
'PHY' => 'PHY',
'DF' => 'DF',
'OF' => 'OF',
'5vs5Forward' => '5 vs 5 Forward',
'5vs5Defense' => '5 vs 5 Defense',
'PowerPlayForward' => 'Power Play Forward',
'PowerPlayDefense' => 'Power Play Defense',
'PenaltyKill4PlayersForward' => 'Penalty Kill 4 Players Forward',
'PenaltyKill4PlayersDefense' => 'Penalty Kill 4 Players Defense',
'PenaltyKill3Players' => 'Penalty Kill 3 Players',
'4vs4Forward' => '4 vs 4 Forward',
'4vs4Defense' => '4 vs 4 Defense',
'LastMinutesOffensive' => 'Last Minutes Offensive',
'LastMinutesDefensive' => 'Last Minutes Defensive',
'ExtraForwards' => 'Extra Forwards',
'ExtraDefensemen' => 'Extra Defensemen',
'PenaltyShots' => 'Penalty Shots',
'CustomOTLinesForwards' => 'Custom OT Lines Forwards',
'CustomOTLinesDefensemen' => 'Custom OT Lines Defensemen',
'Normal' => 'Normal',
'PowerPlay' => 'PowerPlay',
'PenaltyKill' => 'Penalty Kill',
'DepthChart' => 'Depth Chart',
'Prospects' => 'Prospects',
'DraftPicks' => 'Draft Picks',
'Year' => 'Year',
'ArenaCapacityTicketPriceAttendance' => 'Arena Capacity - Ticket Price Attendance - %',
'Level' => 'Level',
'Luxury' => 'Luxury',
'ArenaCapacity' => 'Arena Capacity',
'TicketPrice' => 'Ticket Price',
'Attendance' => 'Attendance',
'AttendancePCT' => 'Attendance PCT',
'Income' => 'Income',
'HomeGamesLeft' => 'Home Games Left',
'AverageAttendancePCT' => 'Average Attendance - %',
'AverageIncomeperGame' => 'Average Income per Game',
'YeartoDateRevenue' => 'Year to Date Revenue',
'TeamPopularity' => 'Team Popularity',
'Expenses' => 'Expenses',
'PlayersTotalSalaries' => 'Players Total Salaries',
'PlayersTotalSalariesCap' => 'Players Total Salaries Cap',
'CoachesSalaries' => 'Coaches Salaries',
'SpecialSalaryCapValue' => 'Special Salary Cap Value',
'YearToDateExpenses' => 'Year To Date Expenses',
'SalaryCapPerDays' => 'Salary Cap Per Days',
'SalaryCapToDate' => 'Salary Cap To Date',
'LuxuryTaxeTotal' => 'Luxury Taxe Total',
'Estimate' => 'Estimate',
'EstimatedSeasonRevenue' => 'Estimated Season Revenue',
'RemainingSeasonDays' => 'Remaining Season Days',
'ExpensesPerDays' => 'Expenses Per Days',
'EstimatedSeasonExpenses' => 'Estimated Season Expenses',
'TeamTotalEstime' => 'Team Total Estimate',
'EstimatedSeasonSalaryCap' => 'Estimated Season Salary Cap',
'MaximumSalaryCap' => 'Maximum Salary Cap',
'AvailableSalaryCap' => 'Available Salary Cap',
'CurrentBankAccount' => 'Current Bank Account',
'ProjectedBankAccount' => 'Projected Bank Account',
'OutFor' => ' is out for ',
'Restoftheseason' => 'the rest of the season ',
'Days' => ' days ',
'1Week' => '1 week',
'Weeks' => 'weeks',
'1Month' => '1 month',
'Months' => 'months',
'BecauseofFatigue' => ' because of a fatigue.',
'Becauseof' => ' because of a ',
'SuspendedIndefinitely' => ' is suspended indefinitely.',
'SuspendedFor' => ' is suspended for ',
'MoresGames' => ' more games.',
'NoInjuryorSuspension' => 'No Injury or Suspension.',
'TotalForPlayers' => 'Total For Players',
'AllGames' => 'All Games',
'HomeGames' => 'Home Games',
'VisitorGames' => 'Visitor Games',
'Last10Games' => 'Last 10 Games',
'PowerPlayAttemps' => 'Power Play Attemps',
'PowerPlayGoals' => 'Power Play Goals',
'PowerPlayPCT' => 'Power Play %',
'PenaltyKillAttemps' => 'Penalty Kill Attemps',
'PenaltyKillGoalsAgainst' => 'Penalty Kill Goals Against',
'PenaltyKillPCT' => 'Penalty Kill %',
'PenaltyKillPCTGoalsFor' => 'Penalty Kill Goals For',
'Shots1Period' => 'Shots 1 Period',
'Shots2Period' => 'Shots 2 Period',
'Shots3Period' => 'Shots 3 Period',
'Shots4Period' => 'Shots 4+ Period',
'Goals1Period' => 'Goals 1 Period',
'Goals2Period' => 'Goals 2 Period',
'Goals3Period' => 'Goals 3 Period',
'Goals4Period' => 'Goals 4+ Period',
'FaceOffs' => 'Face Offs',
'WonOffensifZone' => 'Won Offensive Zone',
'TotalOffensif' => 'Total Offensive',
'WonOffensifPCT' => 'Won Offensive %',
'WonDefensifZone' => 'Won Defensif Zone',
'TotalDefensif' => 'Total Defensive',
'WonDefensifPCT' => 'Won Defensive %',
'WonNeutralZone' => 'Won Neutral Zone',
'TotalNeutral' => 'Total Neutral',
'WonNeutralPCT' => 'Won Neutral %',
'PuckTime' => 'Puck Time',
'InOffensifZone' => 'In Offensive Zone',
'ControlInOffensifZone' => 'Control In Offensive Zone',
'InDefensifZone' => 'In Defensive Zone',
'ControlInDefensifZone' => 'Control In Defensive Zone',
'InNeutralZone' => 'In Neutral Zone',
'ControlInNeutralZone' => 'Control In Neutral Zone',
'TeamTotalAverage' => 'Team Total or Average',
'Total' => 'TOTAL',
'WebRosterEditor' => 'Web Roster Editor',
'WebLinesEditor' => 'Web Lines Editor',
'PlayerInSalaryCap' => 'Players In Salary Cap',
'PlayerOutofSalaryCap' => 'Players Out of Salary Cap',
'OverMinimumSalaryCap' => 'Over Minimum Salary Cap',
'News' => ' News',
'ProTeam' => 'Pro Team',
'FarmTeam' => 'Farm Team',
'ContractLimit' => 'Contract Limit',
'Home' => ' Home',
'Coach' => 'Coach',
'Conference' => 'Conference',
'Division' => 'Division',
'TeamInfo' => 'Team Info',
'Captain' => 'Captain',
'Assistant1' => 'Assistant #1',
'Assistant2' => 'Assistant #2',
'ArenaInfo' => 'Arena Info',
'ArenaName' => 'Name',
'ArenaCapacity' => 'Capacity',
'ArenaSeasonTickets' => 'Season Tickets',
'RosterInfo' => 'Roster Info',
'GameCenter' => 'Game Center',
'TeamLeaders' => 'Team Leaders',
'LeagueLeaders' => 'League Leaders',
'HomeRecord' => 'Home Record',
'AwayRecord' => 'Away Record',
'GoalsPerGame' => 'Goals Per Game',
'GoalsAgainstPerGame' => 'Goals Against Per Game',
'PowerPlayPercentage' => 'Power Play Percentage',
'PenaltyKillPercentage' => 'Penalty Kill Percentage',
'OffensiveZoneStart' => 'Offensive Zone Start',
'DefensiveZoneStart' => 'Defensive Zone Start',
'ThisSeason' => 'This Season',
'TeamHistory' => 'Team History',
'PlayoffAppearances' => 'Playoff Appearances',
'PlayoffRecord' => 'Playoff Record (W-L)',
'StanleyCup' => 'Stanley Cup',
'CareerPlayerLeaderSeason' => ' Players Stat Leaders (Regular Season)',
'CareerPlayerLeaderPlayoff' => ' Players Stat Leaders (Play-Off)',
'CareerGoaliesLeaderSeason' => ' Goalies Stat Leaders (Regular Season)',
'CareerGoaliesLeaderPlayoff' => ' Goalies Stat Leaders (Play-Off)',
'CareerTeamStats' => ' Career Team Stats',
'GeneralManager' => 'General Manager',
'Overall' => 'Overall',
'Home' => 'Home',
'Visitor' => 'Visitor',
'TeamName' => 'Team',
'Last10' => 'Last 10',
'TermsLegend' => '<strong>Terms Legends</strong> : FV = Force Waiver / NT = No Trade / IN = Injured / TW = Two Way Contract (Can Play Pro + Can Play Farm) / PSF = Pro Salary in Farm',
'NoteContractOverviewSalaryCap' => '<strong>Note:</strong> The salary cap amounts for the current year and the % of salary cap are based on a calculation of the simple salary cap calculation (Average Salary or Salary for the year depending on your salary options). If your salary cap is based on complex calculation, the results of this analysis could be incorrect by a small margin. The Current Year Pro Salary Cap is : ',
'SalaryCapSimulation' => 'Salary Cap Simulation',
'SalaryCapSimulationNote' => 'In this section, you can add and remove players from your professional teams to simulate a team\'s salary cap after a trade. Only players currently on a professional team are visible in the \'Select Player\' section for performance purposes.',
'SelectPlayers' => 'Available Players / Select Players',
);
$GeneralStatLang = array(
'GamePlayed' => 'Games Played',
'Points' => 'Points',
'Streak' => 'Streak',
'Goals' => 'Goals',
'Assists' => 'Assists',
'GoalsFor' => 'Goals For',
'ShotsFor' => 'Shots For',
'ShotsAgainst' => 'Shots Against',
'ShotsBlock' => 'Shots Blocked',
'PenaltyMinutes' => 'Penalty Minutes',
'Hits' => 'Hits',
'EmptyNetGoals' => 'Empty Net Goals',
'Shutouts' => 'Shutouts',
'Shots' => 'Shots',
'ShotsPCT' => 'Shots %',
'Pointper20Minutes' => 'Points per 20 Minutes',
'FaceoffPCT' => 'Face-off %',
'PlusMinus' => 'Plus/Minus',
'Rookie' => 'Rookie',
'PowerPlayGoals' => 'Power Play Goals',
'ShortHandedGoals' => 'Short Handed Goals',
'GameWinningGoals' => 'Game Winning Goals',
'GameTyingGoals' => 'Game Tying Goals',
'MinutesPlayed' => 'Minutes Played',
'HatTricks' => 'Hat Tricks',
'GoalsScoringStreak' => 'Goals Scoring Streak',
'PointsScoringStreak' => 'Points Scoring Streak',
'HitsReceived' => 'Hits Received',
'PenaltyShotsGoals' => 'Penalty Shots Goals',
'GiveAways' => 'Give Aways',
'TakeAways' => 'Take Aways',
'TotalFight' => 'Total Fights',
'FightWon' => 'Fights Wons',
'SavePCT' => 'Save Percentage',
'GoalsAgainstAverage' => 'Goals Against Average',
'Wins' => 'Wins',
'PenaltyShotsSavePCT' => 'Penalty Shots Save %',
'Losses' => 'Losses',
'GoalsAgainst' => 'Goals Against',
'ShotsAgainst' => 'Shots Against',
'ShotsAgainstRebound' => 'Shots Against Rebound',
'PenaltyShotsAgainst' => 'Penalty Shots Against',
'NumberStartGoalie' => 'Number of game goalies start as Start goalie',
'NumberBackupGoalie' => 'Number of game goalies start as Backup goalie',
'NumberTimeStar1' => 'Number of time players was star #1 in a game',
'NumberTimeStar2' => 'Number of time players was star #2 in a game',
'NumberTimeStar3' => 'Number of time players was star #3 in a game',
'AverageMinutesPlayedperGame' => 'Average Minutes Played per Game',
'MajorPenaltyMinutes' => 'Major Penalty Minutes',
'OwnShotsBlock' => 'Own Shots Block',
'OwnShotsMiss' => 'Own Shots Miss',
'ShootingPercentage' => 'Shooting Percentage',
'PowerPlay' => 'Power Play ',
'ShortHanded' => 'Short Handed ',
'CurrentGoalScoringStreak' => 'Current Goal Scoring Streak',
'CurrentPointScoringSteak' => 'Current Point Scoring Steak',
'CurrentGoalScoringSlump' => 'Current Goal Scoring Slump',
'CurrentPointScoringSlump' => 'Current Point Scoring Slump',
'FaceoffsTaken' => 'Face offs Taken',
'PenaltyShotsTaken' => 'Penalty Shots Taken',
'FightLost' => 'Fight Lost',
'FightTies' => 'Fight Ties',
'OvertimeLosses' => 'Overtime Losses',
);
/* End Stat EN Language Pack */
?>