Version 0.9.9b1
-replace icons with font awesome icons -display icons on tabs and hide it on mobile access -new block last results -new config values for last users, last results -replace config value football_host_timezone with football_time_shift -fixed errors on php 7 -remove unnecessary sql_freeresult calls -fixed non-numeric value errors
This commit is contained in:
@@ -193,6 +193,7 @@ $lang = array_merge($lang, array(
|
||||
'LAST_GAMES' => 'Die letzten Spiele',
|
||||
'LAST_GAMES_AWAY' => 'Die letzten Auswärtsspiele',
|
||||
'LAST_GAMES_HOME' => 'Die letzten Heimspiele',
|
||||
'LAST_RESULTS' => 'Die letzten Ergebnisse',
|
||||
'LAST_VISITORS' => 'Die letzten %s Besuche',
|
||||
'LEAGUE' => 'Liga',
|
||||
'LINK_PREDICTION_LEAGUE' => 'Zur Tipprunde',
|
||||
|
||||
@@ -48,6 +48,10 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'DISABLE_FOOTBALL' => 'Tipprunde deaktivieren',
|
||||
'DISABLE_FOOTBALL_EXPLAIN' => 'Hiermit sperrst du die Tipprunde für alle Benutzer. Wenn du möchtest, kannst du eine kurze Nachricht (bis zu 255 Zeichen) angeben. ',
|
||||
'DISPLAY_LAST_USERS' => 'Anzahl anzuzeigender letzter Besucher des Forums',
|
||||
'DISPLAY_LAST_USERS_EXPLAIN' => 'Limitiert die Anzeige der letzten Besucher im selbigen Tipprunden-Block. Mit 0 wird die Anzeige des Blocks unterdrückt. ',
|
||||
'DISPLAY_LAST_RESULTS' => 'Anzahl maximal anzuzeigender letzter Spielergebnisse',
|
||||
'DISPLAY_LAST_RESULTS_EXPLAIN' => 'Limitiert die Anzeige der letzten Spielergebnisse im selbigen Tipprunden-Block. Finden mehr Spiele am letzten Tag statt, werden alle Ergebnisse dieses Tages angezeigt. Mit 0 wird die Anzeige des Blocks unterdrückt. ',
|
||||
'DISPLAY_RANKS' => 'Anzahl angezeigter Tipper in den Übersichts-Ranglisten',
|
||||
'DISPLAY_RANKS_EXPLAIN' => 'Limitiert die Anzeige der Spieltags- und Gesamtrangliste in der Hauptansicht. Die eigene Platzierung wird ggf. unten angehängt. ',
|
||||
|
||||
@@ -75,8 +79,8 @@ $lang = array_merge($lang, array(
|
||||
'USER_VIEW' => 'Tipprunde nur für Teilnehmer sichtbar',
|
||||
'USER_VIEW_EXPLAIN' => 'Soll die Tipprunde nur für Tipprunden-Teilnehmer sichtbar sein?',
|
||||
|
||||
'HOST_TIMEZONE' => 'Host Zeitzone',
|
||||
'HOST_TIMEZONE_EXPLAIN' => 'Differenz zur Board Zeitzone wenn dein Host in einer anderen Zeitzone steht, damit die Tippabgabe korrekt funktioniert. ',
|
||||
'TIME_SHIFT' => 'Zeitverschiebung',
|
||||
'TIME_SHIFT_EXPLAIN' => 'Differenz in Stunden zur Board Zeitzone wenn dein Host in einer anderen Zeitzone steht, damit die Tippabgabe korrekt funktioniert. ',
|
||||
|
||||
'LEFT_COLUMN' => 'Spaltenbreite Links in Pixeln',
|
||||
'LEFT_COLUMN_EXPLAIN' => 'Optimale Breite 180 Pixel. Dieser Wert sollte nicht unterschritten werden. ',
|
||||
|
||||
@@ -185,6 +185,7 @@ $lang = array_merge($lang, array(
|
||||
'LAST_GAMES' => 'The last matches',
|
||||
'LAST_GAMES_AWAY' => 'The last away matches',
|
||||
'LAST_GAMES_HOME' => 'The last home matches',
|
||||
'LAST_RESULTS' => 'Last results',
|
||||
'LAST_VISITORS' => 'Last %s visitors',
|
||||
'LEAGUE' => 'League',
|
||||
'LINK_PREDICTION_LEAGUE' => 'To the WebtTip',
|
||||
|
||||
@@ -46,6 +46,10 @@ $lang = array_merge($lang, array(
|
||||
'ACP_FOOTBALL_SETTINGS_EXPLAIN' => 'Here you can carry out some basic settings of the Prediction League, give it a suitable name and description and define a football side announcement and other values. ',
|
||||
'DISABLE_FOOTBALL' => 'Deactivate Prediction League',
|
||||
'DISABLE_FOOTBALL_EXPLAIN' => 'You can disable the Prediction League for all users. If you wanted, you can display a short message (up to 255 signs). ',
|
||||
'DISPLAY_LAST_USERS' => 'Number of board visitors to display',
|
||||
'DISPLAY_LAST_USERS_EXPLAIN' => 'Limits the last visitors to display in block. 0 is used to suppress the display of the block. ',
|
||||
'DISPLAY_LAST_RESULTS' => 'Number of match results to display',
|
||||
'DISPLAY_LAST_RESULTS_EXPLAIN' => 'Limits the last match results to display in block. If more matches are played on the last day, all results of that day are displayed. 0 is used to suppress the display of the block. ',
|
||||
'DISPLAY_RANKS' => 'Number of indicated User in total ranking',
|
||||
'DISPLAY_RANKS_EXPLAIN' => 'Announcement of users in the ranking lists. The ownrank is suspended if necessary below. ',
|
||||
'FOOTBALL_CODE' => 'Prediction League Code',
|
||||
@@ -71,8 +75,8 @@ $lang = array_merge($lang, array(
|
||||
'GUEST_VIEW_EXPLAIN' => 'Should guests be able to see the Prediction League?',
|
||||
'USER_VIEW' => 'Prediction League only for participants visible',
|
||||
'USER_VIEW_EXPLAIN' => 'Should the Prediction League only to participants be visible?',
|
||||
'HOST_TIMEZONE' => 'Host Timezone',
|
||||
'HOST_TIMEZONE_EXPLAIN' => 'Difference to the Board time zone if your Host in another time zone stands, so that the tip delivery correctly functions. ',
|
||||
'TIME_SHIFT' => 'Time shift',
|
||||
'TIME_SHIFT_EXPLAIN' => 'Difference in hours to board time zone if host is in another time zone, so that the tip delivery works correctly. ',
|
||||
'LEFT_COLUMN' => 'Left column width in pixels',
|
||||
'LEFT_COLUMN_EXPLAIN' => 'Optimum width 180 pixels. This value should not be fell short. ',
|
||||
'PREDICTION_LEAGUE' => 'Prediction League',
|
||||
|
||||
Reference in New Issue
Block a user