Dodan warning pri geolokaciji
This commit is contained in:
parent
7da4d3883c
commit
8c55a2d3ff
@ -40,9 +40,15 @@ class SurveyGeoIP{
|
|||||||
// Zakesiramo podatke o lokacijah
|
// Zakesiramo podatke o lokacijah
|
||||||
$this->calculateLocations();
|
$this->calculateLocations();
|
||||||
//var_dump($this->data);
|
//var_dump($this->data);
|
||||||
|
|
||||||
|
|
||||||
|
// Opozorilo o nenatancnosti
|
||||||
|
echo '<p class="bold">'.$lang['srv_geoip_warning'].'</p>';
|
||||||
|
|
||||||
|
|
||||||
echo '<div>';
|
echo '<div>';
|
||||||
echo '<div class="floatLeft">';
|
echo '<div class="floatLeft">';
|
||||||
|
|
||||||
// Izpis tabele frekvenc
|
// Izpis tabele frekvenc
|
||||||
echo '<table class="geoip_table">';
|
echo '<table class="geoip_table">';
|
||||||
|
|
||||||
|
@ -6318,6 +6318,7 @@ $lang = array (
|
|||||||
'srv_geoip_unknown' => 'Neznano',
|
'srv_geoip_unknown' => 'Neznano',
|
||||||
'srv_geoip_map_cities' => 'Vsa mesta',
|
'srv_geoip_map_cities' => 'Vsa mesta',
|
||||||
'srv_geoip_map_countries' => 'Vse države',
|
'srv_geoip_map_countries' => 'Vse države',
|
||||||
|
'srv_geoip_warning' => 'Prosimo, upoštevajte, da so navedene IP lokacije lahko v določenih primerih nenatančne in zgolj ocene. Ocenjene so na podlagi knjižnice IP lokacij (verzija 2019), zato lahko pride do odstopanj od realnih podatkov.',
|
||||||
'srv_edits_analysis' => 'Analize urejanja',
|
'srv_edits_analysis' => 'Analize urejanja',
|
||||||
'srv_edits_analysis_seansa' => 'Kriterij seanse: ',
|
'srv_edits_analysis_seansa' => 'Kriterij seanse: ',
|
||||||
'srv_edits_analysis_seansa_1h' => '1 ura',
|
'srv_edits_analysis_seansa_1h' => '1 ura',
|
||||||
|
@ -6200,7 +6200,8 @@ $lang = array (
|
|||||||
'srv_geoip_freq' => 'Frequency',
|
'srv_geoip_freq' => 'Frequency',
|
||||||
'srv_geoip_unknown' => 'Unknown',
|
'srv_geoip_unknown' => 'Unknown',
|
||||||
'srv_geoip_map_cities' => 'All cities',
|
'srv_geoip_map_cities' => 'All cities',
|
||||||
'srv_geoip_map_countries' => 'All countries',
|
'srv_geoip_map_countries' => 'All countries',
|
||||||
|
'srv_geoip_warning' => 'Please note that the listed IP locations may in certain cases be inaccurate and are only estimates. They are estimated based on the library of IP locations (version 2019), so there may be deviations from the real data.',
|
||||||
'srv_edits_analysis' => 'Edits analysis',
|
'srv_edits_analysis' => 'Edits analysis',
|
||||||
'srv_edits_analysis_seansa' => 'Session criteria: ',
|
'srv_edits_analysis_seansa' => 'Session criteria: ',
|
||||||
'srv_edits_analysis_seansa_1h' => '1 hour',
|
'srv_edits_analysis_seansa_1h' => '1 hour',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user