-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathLanguageEN-League.php
142 lines (131 loc) · 4.4 KB
/
LanguageEN-League.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
<?php
/* Start League EN Language Pack */
$TransactionLang = array(
'LeagueTitle' => 'League Transactions',
'TeamTitle' => 'Transactions for ',
'TradeHistory' => 'Trade History',
'SinceLast' => 'League Transactions Since Last Update',
);
$WaiverLang = array(
'Title' => 'Waivers',
'Waiver' => 'Waivers',
'PlayerName' => 'Player Name (Overall)',
'FromTeam' => 'From Team',
'Pickedby' => 'Picked by',
'DayPutonWaivers' => 'Day Put on Waivers',
'DayRemovedfromWaivers' => 'Day Removed from Waivers',
'WaiverOrder' => 'Waivers Order',
'Action' => 'Action',
'ShowInterest' => 'Show Interest',
'RemoveInterest' => 'Remove Interest',
'ShowInterestIn' => ' has show interest in ',
'NotShowInterest' => ' has NOT show interest in ',
'AlreadyShowInterest' => ' already has show interest in ',
'InterestIn' => ' interest in ',
'Remove' => ' was removed.',
'ForcePlayerWaiver' => 'Force Players to Waiver',
'SendToWaiverByForce' => ' was sent to waiver by force by ',
'AlreadySentWaiver' => ' is already sent to the waiver by force.',
'SendToWaiverWarning' => ' - You can’t undo this action!',
);
$CoachesLang = array(
'CoachesTitle' => 'Coaches',
'ProCoaches' => 'Pro Coaches',
'FarmCoaches' => 'Farm Coaches',
'AvailableCoaches' => 'Available Coaches',
'LifeTimeCoachesRecord' => 'Life Time Coaches Record',
'CoachesName' => 'Coaches Name',
'TeamName' => 'Team Name',
'Age' => 'Age',
'Salary' => 'Salary',
'Contract' => 'Contract',
'ContractSignatureDate' => 'Contrat Signature Date',
'Year' => 'Year ',
);
$ScheduleLang = array(
'ScheduleTitle1' => 'League ',
'ScheduleTitle2' => ' Schedule',
'TeamTitle' => ' Schedule ',
'Day' => 'Day',
'Game' => 'Game',
'VisitorTeam' => 'Visitor Team',
'HomeTeam' => 'Home Team',
'Score' => 'Score',
'Link' => 'Link',
'TradeDeadline' => 'Trade Deadline --- Trades can’t be done after this day is simulated!',
'LastPlayedGames' => 'Last Played Games',
'NextGames' => 'Next Games',
'TodayGamesTitle' => ' Today\'s Games',
'BoxScore' => 'BoxScore',
'ProGames' => 'Pro Games ',
'FarmGames' => 'Farm Games ',
'UnknownGames' => 'Unknown Games',
'Today3Star' => 'Today 3 Star : ',
'NoGameToday' => 'No Game to Today',
'Last10Games' => 'Last 10 Games',
'LastUpdate' => 'Last Update - ',
);
$StandingLang = array(
'Standing' => 'Standing',
'Wildcard' => 'Wildcard',
'Conference' => 'Conference',
'Division' => 'Division',
'Overall' => 'Overall',
'Playoff' => 'Playoff',
'Round' => 'Round : ',
'WinsPlayoff' => ' wins the playoff!',
);
$CupWinnerLang= array(
'StanleyCupWinner' => 'Stanley Cup Winner',
'Year' => 'Year',
'ProTeam' => 'Pro Winner',
'FarmTeam' => 'Farm Winner',
);
$EntryDraftLang = array(
'EntryDraft' => 'Entry Draft',
'EntryDraftProjection' => 'Entry Draft Projection',
'Rank' => 'Rank #',
'Team' => 'Team (From)',
'Pick' => 'Pick',
'Round' => 'Round',
'AvailablesProspect' => 'Availables Prospect',
'ProjectionNote' => 'This is a projection of the entry draft order and is very likely to contain mistakes. When you start your entry draft in the STHS, you’ll see the final order.',
);
$PowerRankingLang = array(
'PowerRanking' => 'Power Ranking',
'ActualRank' => 'Actual Rank',
'LastRank' => 'Last Rank',
'TeamName' => 'Team Name',
);
$TeamAndGMLang = array(
'TeamAndGM' => 'Teams And General Manager Information',
'TeamName' => 'Team Name',
'GeneralManager' => 'General Manager',
'InstantMessenger' => 'Instant Messenger',
'Email' => 'Email',
'City' => 'City',
'Arena' => 'Arena',
'FarmTeamName' => 'Farm Team Name',
'LastFileLoadDate' => 'Last File Load Date',
'LoadLines' => '# of Load Lines',
'FailAutoRoster' => '# of Fail Auto Roster',
'FailProAutoLine' => '# of Fail Pro Auto Line',
'FailFarmAutoLine' => '# of Fail Farm Auto Line',
'FailSimulation' => '# of Fail Simulation',
'EmailAll' => 'Email all General Manager',
);
$ProspectsLang = array(
'Prospect' => 'Prospect',
'TeamName' => 'Team Name',
'DraftYear' => 'Draft Year',
'OverallPick' => 'Overall Pick',
'Information' => 'Information',
'Link' => 'Link',
'Edit' => 'Edit',
'EditConfirm' => 'Edit Confirm for ',
'EditFail' => 'Fail editing Prospect!',
'ClicktoEdit' => 'Click here to edit prospects information.',
'LastTradeDate' => 'Last Trade Date',
);
/* End League EN Language Pack */
?>