Add results_tl to language and main controller.
This commit is contained in:
@@ -1014,6 +1014,10 @@ class main
|
|||||||
{
|
{
|
||||||
include($this->football_root_path . 'block/under_construction.' . $this->php_ext);
|
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
|
else
|
||||||
{
|
{
|
||||||
include($this->football_root_path . 'block/' . $side . '.' . $this->php_ext);
|
include($this->football_root_path . 'block/' . $side . '.' . $this->php_ext);
|
||||||
|
|||||||
@@ -338,7 +338,8 @@ $lang = array_merge($lang, array(
|
|||||||
'RESULT_CLEARED' => '%d Ergebnis wurde erfolgreich zurückgesetzt. ',
|
'RESULT_CLEARED' => '%d Ergebnis wurde erfolgreich zurückgesetzt. ',
|
||||||
'RESULT_EXPLAIN' => 'Spielergebnisse (nach 90 Minuten)',
|
'RESULT_EXPLAIN' => 'Spielergebnisse (nach 90 Minuten)',
|
||||||
'RESULT_SAVE' => '%d neuer Spielstand gespeichert. ',
|
'RESULT_SAVE' => '%d neuer Spielstand gespeichert. ',
|
||||||
'RESULTS' => 'Ergebnisse',
|
'RESULTS' => 'Spiel-Ergebnisse',
|
||||||
|
'RESULTS_TL' => 'Tipp-Ergebnisse',
|
||||||
'RESULTS_CLEARED' => '%d Ergebnisse wurden erfolgreich zurückgesetzt. ',
|
'RESULTS_CLEARED' => '%d Ergebnisse wurden erfolgreich zurückgesetzt. ',
|
||||||
'RESULTS_SAVE' => '%d neue Spielstände gespeichert. ',
|
'RESULTS_SAVE' => '%d neue Spielstände gespeichert. ',
|
||||||
'RESULTS_SHORT_DOT' => 'Erg. ',
|
'RESULTS_SHORT_DOT' => 'Erg. ',
|
||||||
|
|||||||
Reference in New Issue
Block a user