Skip to content
Extraits de code Groupes Projets
Valider 0a97e4f1 rédigé par benakamoorthi's avatar benakamoorthi
Parcourir les fichiers

Refs #1823, add note to IP anonymization about geolocation accuracy.

git-svn-id: http://dev.piwik.org/svn/trunk@7236 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 93a00ba5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -499,6 +499,7 @@ $translations = array(
'PrivacyManager_GetPurgeEstimate' => 'Get purge estimate',
'PrivacyManager_CannotLockSoDeleteLogActions' => 'The log_action table will not be purged: please grant the LOCK TABLES privilege to the \'%s\' MYSQL user.',
'PrivacyManager_DBPurged' => 'DB purged.',
'PrivacyManager_GeolocationAnonymizeIpNote' => 'Note: Geolocation will have approximately the same results with 1 byte anonymized. With 2 bytes or more, Geolocation will be inacurrate.',
'CoreHome_PluginDescription' => 'Web Analytics Reports Structure.',
'CoreHome_WebAnalyticsReports' => 'Web Analytics Reports',
'CoreHome_NoPrivilegesAskPiwikAdmin' => 'You are logged in as \'%s\' but it seems you don\'t have any permission set in Piwik. %s Ask your Piwik administrator (click to email)%s to give you \'view\' access to a website.',
......
......@@ -33,10 +33,10 @@ See also our official guide <b><a href='http://piwik.org/privacy/' target='_blan
</table>
</div>
<div id="anonymizeIPenabled">
<table class="adminTable">
<table class="adminTable" style='width:800px;'>
<tr>
<td width="250">{'PrivacyManager_AnonymizeIpMaskLengtDescription'|translate}</td>
<td>
<td width="500">
<label><input type="radio" name="maskLength" value="1" {if $anonymizeIP.maskLength eq '1'}
checked {/if}/> {'PrivacyManager_AnonymizeIpMaskLength'|translate:"1":"192.168.100.xxx"}
</label><br/>
......@@ -45,6 +45,9 @@ See also our official guide <b><a href='http://piwik.org/privacy/' target='_blan
<label><input type="radio" name="maskLength" value="3" {if $anonymizeIP.maskLength eq '3'}
checked {/if}/> {'PrivacyManager_AnonymizeIpMaskLength'|translate:"3":"192.xxx.xxx.xxx"}</label>
</td>
<td width="200">
{'PrivacyManager_GeolocationAnonymizeIpNote'|translate|inlineHelp}
</td>
</tr>
</table>
</div>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter