Add results_tl to language and main controller.

This commit is contained in:
2018-04-03 17:47:30 +02:00
parent 85d3c835d2
commit 37204150dc
2 changed files with 6 additions and 1 deletions

View File

@@ -1014,6 +1014,10 @@ class main
{
include($this->football_root_path . 'block/under_construction.' . $this->php_ext);
}
elseif ($side == 'results_tl')
{
include($this->football_root_path . 'block/results.' . $this->php_ext);
}
else
{
include($this->football_root_path . 'block/' . $side . '.' . $this->php_ext);

View File

@@ -338,7 +338,8 @@ $lang = array_merge($lang, array(
'RESULT_CLEARED' => '%d Ergebnis wurde erfolgreich zurückgesetzt. ',
'RESULT_EXPLAIN' => 'Spielergebnisse (nach 90 Minuten)',
'RESULT_SAVE' => '%d neuer Spielstand gespeichert. ',
'RESULTS' => 'Ergebnisse',
'RESULTS' => 'Spiel-Ergebnisse',
'RESULTS_TL' => 'Tipp-Ergebnisse',
'RESULTS_CLEARED' => '%d Ergebnisse wurden erfolgreich zurückgesetzt. ',
'RESULTS_SAVE' => '%d neue Spielstände gespeichert. ',
'RESULTS_SHORT_DOT' => 'Erg. ',