Only allow betting if user is in a match
This commit is contained in:
@@ -246,7 +246,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_MATCH' => 'Das von dir ausgewählte Spiel existiert nicht. ',
|
||||
'NO_MATCHDAY' => 'Der von dir ausgewählte Spieltag existiert nicht. ',
|
||||
'NO_MATCHES' => 'Keine Spiele vorhanden!',
|
||||
'NO_MATCHES_ON_MATCHDAY' => 'Der Spielplan wurde noch nicht erstellt. ',
|
||||
'NO_MATCHES_ON_MATCHDAY' => 'Der Spielplan wurde noch nicht erstellt oder du darfst diesen Spieltag nicht tippen. ',
|
||||
'NO_MATCHES_TEAM' => 'Dieses Team hat in dieser Saison noch keine Spiele bestritten. ',
|
||||
'NO_MEMBER' => 'Du bist kein Mitglied dieser Tipprunde!',
|
||||
'NO_MYBETS_ME' => 'Du bist kein Mitglied dieser Tipprunde!',
|
||||
|
||||
@@ -234,7 +234,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_MATCH' => 'The match chosen by you does not exist. ',
|
||||
'NO_MATCHDAY' => 'The matchday chosen by you does not exist. ',
|
||||
'NO_MATCHES' => 'No matches available!',
|
||||
'NO_MATCHES_ON_MATCHDAY' => 'The fixture list was not created yet. ',
|
||||
'NO_MATCHES_ON_MATCHDAY' => 'The fixture list was not created yet or you are not allowed to bet this matchday. ',
|
||||
'NO_MATCHES_TEAM' => 'This team has not played any matches this season yet . ',
|
||||
'NO_MEMBER' => 'You are not a member of this Webtip!',
|
||||
'NO_MYBETS_ME' => 'You are not a member of this Webtip!',
|
||||
|
||||
Reference in New Issue
Block a user