Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2011-04-23 02:05:46 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-23 02:05:46 +0400
commitea6a41255388341cd6acbd7be77882c7bb128506 (patch)
tree20917a627de987904941478dbf984c4b7c668b35 /lang/ja.php
parent4307650700c494f94e79a3599a225d4245a479f9 (diff)
fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and exclusion)
fixes #2095 - add new anonymization hook (pre-heuristics) fixes #2055 - optional IP filter when multiple proxies present fixes #1775 - SitesManager: supports CIDR notation for IP exclusion Notes: * Installer no longer checks for IPv6, so the related messages should be deleted from translations * IPv4 mapped addresses (e.g., ::ffff:127.0.0.1) are no longer re-mapped into IPv4 space * users who to query IP addresses from MySQL directly, can use the following SQL, but inet_ntoa() is limited to IPv4 addresses: {{{ select inet_ntoa(conv(hex(location_ip), 16, 10)) from piwik_log_visit; }}} * Windows: IPv6 inet_pton()/inet_ntop() not supported until php 5.3; see #2351 git-svn-id: http://dev.piwik.org/svn/trunk@4533 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'lang/ja.php')
-rw-r--r--lang/ja.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/ja.php b/lang/ja.php
index a69b299e4d..9a0cf0be4e 100644
--- a/lang/ja.php
+++ b/lang/ja.php
@@ -570,8 +570,6 @@ $translations = array(
'Installation_SystemCheckAutoUpdateHelp' => '注意: Piwik のワンクリックアップデートには、Piwik のフォルダとその内容に書き込み権限が必要となります。',
'Installation_SystemCheckError' => 'エラー発生 - 次の処理へ進む前に修正する必要があります。',
'Installation_SystemCheckWarning' => 'Piwik は正常に動作しますが、いくつかの機能は動作しないかもしれません。',
- 'Installation_SystemCheckIpv4' => 'IPv4',
- 'Installation_SystemCheckIpv4Help' => 'ウェブサーバーの設定で IPv6 を無効にする必要があります。',
'Installation_SystemCheckTracker' => 'トラッカー状況',
'Installation_SystemCheckTrackerHelp' => 'piwik.php に対する GET リクエストが失敗しました。 この URL を mod_security と HTTP 認証からホワイトリスト化してください。',
'Installation_Tables' => 'テーブルの作成',