# REFERENCE: www_default.xml
__( q{Activity Reports} );
# REFERENCE: www_default.xml
__( q{Visitors Reports} );
# REFERENCE: www_default.xml
__( q{Accessed Pages Reports} );
# REFERENCE: www_default.xml
__( q{Session Reports} );
# REFERENCE: www_default.xml
__( q{Download Reports} );
# REFERENCE: www_default.xml
__( q{Browsers and Platforms Reports} );
# REFERENCE: www_default.xml
__( q{Search Engines and "Referers"} );
# REFERENCE: www_default.xml
__( q{Abuse Reports} );
# REFERENCE: www_default.xml
__( q{Compression Reports} );
# REFERENCE: www_default.xml
__( q{Technical Reports} );
# REFERENCE: schema:www
__( q{DLF Schema for WWW service} );
# REFERENCE: schema:www
__( q{In this DLF schema, each record represents a request to the web server. It has the equivalent information than the common log format supported by most web servers. } );
# REFERENCE: schema:www
__( q{Client Host} );
# REFERENCE: schema:www
__( q{The hostname (or ip address) of the clients that made the request.} );
# REFERENCE: schema:www
__( q{User} );
# REFERENCE: schema:www
__( q{If the request was authenticated, this field should contains the name of the authenticated user. Not that there is no indication of which authentication method was used (RFC1531, WWW authentication, etc.). } );
# REFERENCE: schema:www
__( q{Result Code} );
# REFERENCE: schema:www
__( q{The numeric result code of the request. That's is <constant>200</constant>, <constant>301</constant>, etc.} );
# REFERENCE: schema:www
__( q{Result Size} );
# REFERENCE: schema:www
__( q{The number of bytes sent to the client during the request.} );
# REFERENCE: schema:www
__( q{Method} );
# REFERENCE: schema:www
__( q{The method used by the client for the request. That is usually one of <constant>GET</constant>, <constant>HEAD</constant>, <constant>POST</constant>, etc. } );
# REFERENCE: schema:www
__( q{URL} );
# REFERENCE: schema:www
__( q{The URL that was requested by the client.} );
# REFERENCE: schema:www
__( q{Protocol} );
# REFERENCE: schema:www
__( q{The protocol used by the client. It should usually be one of <literal>HTTP/1.0</literal> or <literal>HTTP/1.1</literal>. } );
# REFERENCE: schema:www
__( q{Timestamp} );
# REFERENCE: schema:www
__( q{The time of the request.} );
# REFERENCE: schema:www
__( q{Referring URL} );
# REFERENCE: schema:www
__( q{The content of the <varname>Referer</varname> header that was sent along the request. That usually represents the referring URL, that's the URL which the user was browsing when this URL was requested. } );
# REFERENCE: schema:www
__( q{User Agent} );
# REFERENCE: schema:www
__( q{The content of the <varname>User-Agent</varname> header that was sent along the request. That usually contains information the web browser used by the client. } );
# REFERENCE: schema:www
__( q{Gzip Result} );
# REFERENCE: schema:www
__( q{When automatic compression is used, this should contains the result code from the compression submodule.} );
# REFERENCE: schema:www
__( q{Compression Result} );
# REFERENCE: schema:www
__( q{When automatic compression of the results is used, this field should contains the compression ratio achieved. } );
# REFERENCE: report:www:bytes-by-dir
__( q{Bytes Per Directory WWW Report} );
# REFERENCE: report:www:bytes-by-dir
__( q{This report shows the amount of data requested by directory. This amount only includes the size of request in that directory, not of any child directories. } );
# REFERENCE: report:www:bytes-by-dir
__( q{This parameter controls the number of different directories to display in the report. } );
# REFERENCE: report:www:bytes-by-dir
__( q{ Total size of requests served by directory, Top $bytesdir_to_show } );
# REFERENCE: report:www:bytes-by-dir
__( q{Bytes} );
# REFERENCE: report:www:bytes-by-dir
__( q{% Total} );
# REFERENCE: report:www:bytes-by-period
__( q{Bytes By Period WWW Report} );
# REFERENCE: report:www:bytes-by-period
__( q{This report calculates the sum of all transfers by a user-configurable time period.} );
# REFERENCE: report:www:bytes-by-period
__( q{This parameter controls the time period which is use to aggregate the requests' size. } );
# REFERENCE: report:www:bytes-by-period
__( q{Total Size of Requests Served By $period Period} );
# REFERENCE: report:www:bytes-by-period
__( q{Period} );
# REFERENCE: report:www:bytes-by-period
__( q{Bytes} );
# REFERENCE: report:www:bytes-by-period
__( q{% Total} );
# REFERENCE: report:www:bytes-by-request
__( q{Bytes Per Request WWW Report} );
# REFERENCE: report:www:bytes-by-request
__( q{This report shows the amount of data requested by request. } );
# REFERENCE: report:www:bytes-by-request
__( q{This parameter controls the number of different files (or urls) to display in the report. } );
# REFERENCE: report:www:bytes-by-request
__( q{ Total size of requests served by request, Top $url_to_show } );
# REFERENCE: report:www:bytes-by-request
__( q{Bytes} );
# REFERENCE: report:www:bytes-by-request
__( q{% Total} );
# REFERENCE: report:www:bytes-by-result-by-period
__( q{Bytes By HTTP Result By Period WWW Report} );
# REFERENCE: report:www:bytes-by-result-by-period
__( q{This report calculates the size of all requests by HTTP result by a user-configurable time period. } );
# REFERENCE: report:www:bytes-by-result-by-period
__( q{This parameter controls the time period which is use to aggregate the records. } );
# REFERENCE: report:www:bytes-by-result-by-period
__( q{Total Size of Requests by HTTP Result by $period Period} );
# REFERENCE: report:www:bytes-by-result-by-period
__( q{Period} );
# REFERENCE: report:www:bytes-by-result-by-period
__( q{% Total} );
# REFERENCE: report:www:bytes-by-result-by-period
__( q{% Period} );
# REFERENCE: report:www:bytes-by-result
__( q{Bytes By HTTP Result WWW Report} );
# REFERENCE: report:www:bytes-by-result
__( q{This report calculates the size of all requests by HTTP result.} );
# REFERENCE: report:www:bytes-by-result
__( q{Total Size of Requests by HTTP Result} );
# REFERENCE: report:www:bytes-by-result
__( q{Bytes} );
# REFERENCE: report:www:bytes-by-result
__( q{% Total} );
# REFERENCE: report:www:clienthost-by-period
__( q{Client Hosts By Period WWW Report} );
# REFERENCE: report:www:clienthost-by-period
__( q{This report count the number of different hosts that made requests by a user-configurable time period. } );
# REFERENCE: report:www:clienthost-by-period
__( q{This parameter controls the time period which is use to aggregate the records. } );
# REFERENCE: report:www:clienthost-by-period
__( q{Number of Different Client Hosts Served by $period Period} );
# REFERENCE: report:www:clienthost-by-period
__( q{Period} );
# REFERENCE: report:www:clienthost-by-period
__( q{Unique Hosts} );
# REFERENCE: report:www:keywords-by-search_engine
__( q{Search Engines with Keywords Report} );
# REFERENCE: report:www:keywords-by-search_engine
__( q{This report shows the search engines used to access your site along with the keywords used. } );
# REFERENCE: report:www:keywords-by-search_engine
__( q{This parameter controls the number of search engines to display in the report. } );
# REFERENCE: report:www:keywords-by-search_engine
__( q{This parameter controls the number of keywords to display in the report. } );
# REFERENCE: report:www:keywords-by-search_engine
__( q{Requests by Search Engine with Keywords, Top $engine_to_show Search Engines, Top $keyword_to_show Keywords} );
# REFERENCE: report:www:keywords-by-search_engine
__( q{Requests} );
# REFERENCE: report:www:keywords-by-search_engine
__( q{% Total} );
# REFERENCE: report:www:keywords-by-search_engine
__( q{% Engine} );
# REFERENCE: report:www:requests-by-attack
__( q{Requests By Attack Report} );
# REFERENCE: report:www:requests-by-attack
__( q{This report shows the number of requests for each attack.} );
# REFERENCE: report:www:requests-by-attack
__( q{Requests By Attack} );
# REFERENCE: report:www:requests-by-attack
__( q{Attempts} );
# REFERENCE: report:www:requests-by-attack
__( q{% Total} );
# REFERENCE: report:www:requests-by-browser
__( q{Requests By Browser WWW Report} );
# REFERENCE: report:www:requests-by-browser
__( q{This report shows the number of requests for each browser.} );
# REFERENCE: report:www:requests-by-browser
__( q{This parameter controls the number of Browsers to display in the report. } );
# REFERENCE: report:www:requests-by-browser
__( q{Top $browsers_to_show Requests By Browser} );
# REFERENCE: report:www:requests-by-browser
__( q{The <quote>browser</quote> is determined from the <parameter>User-Agent</parameter> header. It is possible for a user to change that string. This means that the value <productname>Internet Explorer</productname> could be sent by a user running a customized version of <productname>Mozilla</productname>. } );
# REFERENCE: report:www:requests-by-browser
__( q{Requests} );
# REFERENCE: report:www:requests-by-browser
__( q{% Total} );
# REFERENCE: report:www:requests-by-country
__( q{Requests By Top Level Domain Report} );
# REFERENCE: report:www:requests-by-country
__( q{This report shows the number of requests for top level domain.} );
# REFERENCE: report:www:requests-by-country
__( q{This parameter controls the number of countries to show. } );
# REFERENCE: report:www:requests-by-country
__( q{Requests By Top Level Domain} );
# REFERENCE: report:www:requests-by-country
__( q{The <quote>top level domain</quote> is determined from the hostname of the client. There is no real correlation to where the user is geographically located. For example, a client connecting from the hostname <systemitem class="systemname">ppp10.nl-div.globalcorp.co.uk</systemitem> will get listed as a United Kindom top level domain, even when that user is connecting from a division in The Netherlands. } );
# REFERENCE: report:www:requests-by-country
__( q{Requests} );
# REFERENCE: report:www:requests-by-country
__( q{% Total} );
# REFERENCE: report:www:requests-by-gzip_result
__( q{Requests By Gzip Result WWW Report} );
# REFERENCE: report:www:requests-by-gzip_result
__( q{This report shows the number of requests for each Gzip result.} );
# REFERENCE: report:www:requests-by-gzip_result
__( q{Requests By Gzip Result} );
# REFERENCE: report:www:requests-by-gzip_result
__( q{Requests} );
# REFERENCE: report:www:requests-by-gzip_result
__( q{% Total} );
# REFERENCE: report:www:requests-by-keywords
__( q{Requests By Keywords Report} );
# REFERENCE: report:www:requests-by-keywords
__( q{This report shows the number of requests that resulted from keywords in search engine.} );
# REFERENCE: report:www:requests-by-keywords
__( q{This parameter controls the number of keywords to display in the report. } );
# REFERENCE: report:www:requests-by-keywords
__( q{Requests By Keywords, Top $keyword_to_show} );
# REFERENCE: report:www:requests-by-keywords
__( q{Requests} );
# REFERENCE: report:www:requests-by-keywords
__( q{% Total} );
# REFERENCE: report:www:requests-by-lang
__( q{Requests By Browser Language WWW Report} );
# REFERENCE: report:www:requests-by-lang
__( q{This report shows the number of requests for each browser language.} );
# REFERENCE: report:www:requests-by-lang
__( q{This parameter controls the number of Browsers to display in the report. } );
# REFERENCE: report:www:requests-by-lang
__( q{Top $lang_to_show Requests By Browser Language} );
# REFERENCE: report:www:requests-by-lang
__( q{The <quote>language</quote> is determined from the <parameter>User-Agent</parameter> header.  Users can set this variable to indicate their preferred language. } );
# REFERENCE: report:www:requests-by-lang
__( q{Requests} );
# REFERENCE: report:www:requests-by-lang
__( q{% Total} );
# REFERENCE: report:www:requests-by-method
__( q{Requests By HTTP Method WWW Report} );
# REFERENCE: report:www:requests-by-method
__( q{This report shows the number of requests for each HTTP method (POST, GET, PUT, etc.)} );
# REFERENCE: report:www:requests-by-method
__( q{Requests By HTTP Method} );
# REFERENCE: report:www:requests-by-method
__( q{Requests} );
# REFERENCE: report:www:requests-by-method
__( q{% Total} );
# REFERENCE: report:www:requests-by-os
__( q{Requests By OS WWW Report} );
# REFERENCE: report:www:requests-by-os
__( q{This report shows the number of requests for each browser OS.} );
# REFERENCE: report:www:requests-by-os
__( q{This parameter controls the number of OS to display in the report. } );
# REFERENCE: report:www:requests-by-os
__( q{Top $os_to_show Requests By Operating System} );
# REFERENCE: report:www:requests-by-os
__( q{The <quote>operating system</quote> is determined from the <parameter>User-Agent</parameter> header. It is possible for a user to change that string. This means that the value <productname>Mac PowerPC</productname> could be attributed to a user who is really running a customized version of <productname>Mozilla</productname> under <productname>GNU/Linux</productname>. } );
# REFERENCE: report:www:requests-by-os
__( q{Requests} );
# REFERENCE: report:www:requests-by-os
__( q{% Total} );
# REFERENCE: report:www:requests-by-period
__( q{Number of Requests By Period WWW Report} );
# REFERENCE: report:www:requests-by-period
__( q{This report shows the number of requests by a user-configurable time period.} );
# REFERENCE: report:www:requests-by-period
__( q{This parameter controls the time period which is use to aggregate the records. } );
# REFERENCE: report:www:requests-by-period
__( q{Number of Requests Served by $period Period} );
# REFERENCE: report:www:requests-by-period
__( q{Period} );
# REFERENCE: report:www:requests-by-period
__( q{Requests} );
# REFERENCE: report:www:requests-by-period
__( q{% Total} );
# REFERENCE: report:www:requests-by-result-by-period
__( q{Requests By Result By Period WWW Report} );
# REFERENCE: report:www:requests-by-result-by-period
__( q{This report calculates the number of requests by HTTP result by a user-configurable time period.} );
# REFERENCE: report:www:requests-by-result-by-period
__( q{This parameter controls the time period which is use to aggregate the records. } );
# REFERENCE: report:www:requests-by-result-by-period
__( q{Number of Requests by HTTP Result by $period Period} );
# REFERENCE: report:www:requests-by-result-by-period
__( q{Period} );
# REFERENCE: report:www:requests-by-result-by-period
__( q{Requests} );
# REFERENCE: report:www:requests-by-result-by-period
__( q{% Total} );
# REFERENCE: report:www:requests-by-result
__( q{Requests By HTTP Result WWW Report} );
# REFERENCE: report:www:requests-by-result
__( q{This report shows the number of requests for each HTTP result.} );
# REFERENCE: report:www:requests-by-result
__( q{Requests By HTTP Result} );
# REFERENCE: report:www:requests-by-result
__( q{ The most common HTTP status codes are given below:  <variablelist>  <varlistentry> <term>200</term> <listitem> <para>OK (The request has succeeded.)</para> </listitem> </varlistentry>  <varlistentry> <term>201</term> <listitem> <para>Created (The request has been fulfilled and 	resulted in a new resource being created.)</para> </listitem> </varlistentry>  <varlistentry> <term>206</term> <listitem><para>Partial Content (The server has fulfilled the 	partial GET request for the resource.)</para></listitem> </varlistentry>  <varlistentry> <term>301</term> <listitem><para>Moved Permanently (The requested resource has 	been assigned a new permanent URI and any future references to 	this resource SHOULD use one of the returned 	URIs.)</para></listitem> </varlistentry>  <varlistentry> <term>302</term> <listitem> <para>Found (The requested resource resides 	temporarily under a different URI.)</para> </listitem> </varlistentry>  <varlistentry> <term>304</term> <listitem> <para>Not Modified (The client has performed a 	conditional GET request and access is allowed, but the 	document has not been modified.)</para> </listitem> </varlistentry>  <varlistentry> <term>403</term> <listitem> <para>Forbidden (The server understood the request, 	but is refusing to fulfill it.)</para> </listitem> </varlistentry> <varlistentry> <term>404</term> <listitem> <para>Not Found (The server has not found anything 	matching the Request-URI.)</para> </listitem> </varlistentry> </variablelist> </para>  <para userlevel="advanced"> The definitions of all HTTP status codes are given in <ulink url="http://www.w3.org/Protocols/rfc2616/rfc2616.html">RFC 2616</ulink>. } );
# REFERENCE: report:www:requests-by-result
__( q{Requests} );
# REFERENCE: report:www:requests-by-result
__( q{% Total} );
# REFERENCE: report:www:requests-by-robot
__( q{Requests By Robot Report} );
# REFERENCE: report:www:requests-by-robot
__( q{This report shows the number of requests for each robot.} );
# REFERENCE: report:www:requests-by-robot
__( q{This parameter controls the number of Browsers to display in the report. } );
# REFERENCE: report:www:requests-by-robot
__( q{Top $robots_to_show Requests By Robot} );
# REFERENCE: report:www:requests-by-robot
__( q{Requests} );
# REFERENCE: report:www:requests-by-robot
__( q{% Total} );
# REFERENCE: report:www:requests-by-search_engine
__( q{Requests By Search Engines Report} );
# REFERENCE: report:www:requests-by-search_engine
__( q{This report shows the number of requests that resulted from search engines. } );
# REFERENCE: report:www:requests-by-search_engine
__( q{Requests By Search Engine} );
# REFERENCE: report:www:requests-by-search_engine
__( q{Requests} );
# REFERENCE: report:www:requests-by-search_engine
__( q{% Total} );
# REFERENCE: report:www:requests-by-size
__( q{Number of Requests By Size WWW Report} );
# REFERENCE: report:www:requests-by-size
__( q{This report shows the number of requests by request's size.} );
# REFERENCE: report:www:requests-by-size
__( q{This parameter controls the size of the first range class. } );
# REFERENCE: report:www:requests-by-size
__( q{Number of Requests by Request's Size} );
# REFERENCE: report:www:requests-by-size
__( q{Size} );
# REFERENCE: report:www:requests-by-size
__( q{Requests} );
# REFERENCE: report:www:requests-by-size
__( q{% Total} );
# REFERENCE: report:www:requests-by-timeslot
__( q{Number of Requests By Timeslot WWW Report} );
# REFERENCE: report:www:requests-by-timeslot
__( q{This report shows the number of requests by timeslot.} );
# REFERENCE: report:www:requests-by-timeslot
__( q{This parameter controls the unit of time used to aggregate the records. } );
# REFERENCE: report:www:requests-by-timeslot
__( q{Number of Requests Served by $timeslot Timeslot} );
# REFERENCE: report:www:requests-by-timeslot
__( q{Timeslot} );
# REFERENCE: report:www:requests-by-timeslot
__( q{Requests} );
# REFERENCE: report:www:requests-by-timeslot
__( q{% Total} );
# REFERENCE: report:www:requests-by-useragent
__( q{Requests By User Agent WWW Report} );
# REFERENCE: report:www:requests-by-useragent
__( q{This report shows the number of requests for each user agent.} );
# REFERENCE: report:www:requests-by-useragent
__( q{Requests By User Agent} );
# REFERENCE: report:www:requests-by-useragent
__( q{Requests} );
# REFERENCE: report:www:requests-by-useragent
__( q{% Total} );
# REFERENCE: report:www:requests-by-version
__( q{Requests By HTTP Protocol Version WWW Report} );
# REFERENCE: report:www:requests-by-version
__( q{This report shows the number of requests for each HTTP Protocol Version.} );
# REFERENCE: report:www:requests-by-version
__( q{Requests By HTTP Protocol Version} );
# REFERENCE: report:www:requests-by-version
__( q{Requests} );
# REFERENCE: report:www:requests-by-version
__( q{% Total} );
# REFERENCE: report:www:top-avg-compression-by-file-type
__( q{Average Compression By File Type WWW Report} );
# REFERENCE: report:www:top-avg-compression-by-file-type
__( q{This report lists show the file extension which are on average most compressed. } );
# REFERENCE: report:www:top-avg-compression-by-file-type
__( q{This parameter controls the number of different extension to display in the report. } );
# REFERENCE: report:www:top-avg-compression-by-file-type
__( q{File Types With Highest Average Compression Level, Top $file_type_to_show} );
# REFERENCE: report:www:top-avg-compression-by-file-type
__( q{Compression is in percent.} );
# REFERENCE: report:www:top-avg-compression-by-file-type
__( q{Avg} );
# REFERENCE: report:www:top-avg-compression-by-url
__( q{Most Averaged Compressed Requested File WWW Report} );
# REFERENCE: report:www:top-avg-compression-by-url
__( q{This report lists show the files with the most compression. } );
# REFERENCE: report:www:top-avg-compression-by-url
__( q{This parameter controls the number of URL to display in the report. } );
# REFERENCE: report:www:top-avg-compression-by-url
__( q{Most Average Compressed Requested URL, Top $url_to_show} );
# REFERENCE: report:www:top-avg-compression-by-url
__( q{Compression is in percent.} );
# REFERENCE: report:www:top-avg-compression-by-url
__( q{Avg} );
# REFERENCE: report:www:top-client_host-by-result
__( q{Top Client By HTTP Result WWW Report} );
# REFERENCE: report:www:top-client_host-by-result
__( q{This report lists the client hosts with the most requests for each HTTP results.} );
# REFERENCE: report:www:top-client_host-by-result
__( q{This parameter controls the number of client hosts to display in the report. } );
# REFERENCE: report:www:top-client_host-by-result
__( q{Requests by Client Hosts By HTTP Result, Top $client_to_show Clients} );
# REFERENCE: report:www:top-client_host-by-result
__( q{Requests} );
# REFERENCE: report:www:top-client_host-by-result
__( q{% Total} );
# REFERENCE: report:www:top-client_host-by-result
__( q{% Group} );
# REFERENCE: report:www:top-client_host-by-size
__( q{Top Client by Size WWW Report} );
# REFERENCE: report:www:top-client_host-by-size
__( q{This report lists the client hosts with the most nof bytes requested.} );
# REFERENCE: report:www:top-client_host-by-size
__( q{This parameter controls the number of client hosts to display in the report. } );
# REFERENCE: report:www:top-client_host-by-size
__( q{Total size of requests by Client Hosts, Top $client_to_show} );
# REFERENCE: report:www:top-client_host-by-size
__( q{Bytes} );
# REFERENCE: report:www:top-client_host-by-size
__( q{% Total} );
# REFERENCE: report:www:top-client_host
__( q{Top Client WWW Report} );
# REFERENCE: report:www:top-client_host
__( q{This report lists the client hosts with the most requests.} );
# REFERENCE: report:www:top-client_host
__( q{This parameter controls the number of client hosts to display in the report. } );
# REFERENCE: report:www:top-client_host
__( q{Number of Requests by Client Hosts, Top $client_to_show} );
# REFERENCE: report:www:top-client_host
__( q{Requests} );
# REFERENCE: report:www:top-client_host
__( q{% Total} );
# REFERENCE: report:www:top-first_page
__( q{First Pages By Session WWW Report} );
# REFERENCE: report:www:top-first_page
__( q{This report shows the requested pages (this excludes pictures) which were the first page to be visited in a user session. } );
# REFERENCE: report:www:top-first_page
__( q{This parameter controls the number of last pages to display. } );
# REFERENCE: report:www:top-first_page
__( q{First Page In User Session, Top $page_to_show} );
# REFERENCE: report:www:top-first_page
__( q{<literal>-</literal> means that only images were requested.} );
# REFERENCE: report:www:top-first_page
__( q{Requests} );
# REFERENCE: report:www:top-first_page
__( q{% Total} );
# REFERENCE: report:www:top-last_page
__( q{Last Pages By Session WWW Report} );
# REFERENCE: report:www:top-last_page
__( q{This report shows the requested pages (this excludes pictures) which were the last page to be visited in a user session. } );
# REFERENCE: report:www:top-last_page
__( q{This parameter controls the number of last pages to display. } );
# REFERENCE: report:www:top-last_page
__( q{Last Page In User Session, Top $page_to_show} );
# REFERENCE: report:www:top-last_page
__( q{<literal>-</literal> means that only images were requested.} );
# REFERENCE: report:www:top-last_page
__( q{Requests} );
# REFERENCE: report:www:top-last_page
__( q{% Total} );
# REFERENCE: report:www:top-referer-page-connections
__( q{Most Travelled Referer -> Page Connections WWW Report} );
# REFERENCE: report:www:top-referer-page-connections
__( q{This report lists the connections between a referers and a pages with the most requests.} );
# REFERENCE: report:www:top-referer-page-connections
__( q{This parameter contains a regular expression which is used to filter out images as targets. } );
# REFERENCE: report:www:top-referer-page-connections
__( q{This parameter can be used to exclude referers from the report. For example, it can be used to exclude internal links by setting it to "^http://www.yourdomain.com/$". It defaults to "^-$" which excludes all records for which the referer wasn't specified. } );
# REFERENCE: report:www:top-referer-page-connections
__( q{This parameter controls the number of connections to display in the report. } );
# REFERENCE: report:www:top-referer-page-connections
__( q{Most Travelled Referer -> Pages Connection, Top $connection_to_show} );
# REFERENCE: report:www:top-referer-page-connections
__( q{Requests} );
# REFERENCE: report:www:top-referer-page-connections
__( q{% Total} );
# REFERENCE: report:www:top-referers-by-page
__( q{Top Referring Pages By Requested Page WWW Report} );
# REFERENCE: report:www:top-referers-by-page
__( q{This report shows the top referring pages for the top requested page. } );
# REFERENCE: report:www:top-referers-by-page
__( q{This parameter can be used to exclude referers from the report. For example, it can be used to exclude internal links by setting it to "^http://www.yourdomain.com/$". It defaults to "^-$" which excludes all records for which the referer wasn't specified. } );
# REFERENCE: report:www:top-referers-by-page
__( q{This parameter controls the number of referring pages to show for each requested page. } );
# REFERENCE: report:www:top-referers-by-page
__( q{This parameter controls the number of requested pages to display. } );
# REFERENCE: report:www:top-referers-by-page
__( q{This parameter contains a regular expression which is used to filter out images. } );
# REFERENCE: report:www:top-referers-by-page
__( q{Top Referring Pages By Requested Page, Top $referer_to_show Referrers, Top $page_to_show Pages} );
# REFERENCE: report:www:top-referers-by-page
__( q{Requests} );
# REFERENCE: report:www:top-referers-by-page
__( q{% Total} );
# REFERENCE: report:www:top-referers-by-page
__( q{% Group} );
# REFERENCE: report:www:top-referers
__( q{Top Referring Pages WWW Report} );
# REFERENCE: report:www:top-referers
__( q{This report shows the top referring pages to your site. } );
# REFERENCE: report:www:top-referers
__( q{This parameter can be used to exclude referers from the report. For example, it can be used to exclude internal links by setting it to "^http://www.yourdomain.com/$". It defaults to "^-$" which excludes all records for which the referer wasn't specified. } );
# REFERENCE: report:www:top-referers
__( q{This parameter controls the number of referring pages to show. } );
# REFERENCE: report:www:top-referers
__( q{Top $referer_to_show Referring Pages} );
# REFERENCE: report:www:top-referers
__( q{Requests} );
# REFERENCE: report:www:top-referers
__( q{% Total} );
# REFERENCE: report:www:top-referring_sites
__( q{Top Referring Sites WWW Report} );
# REFERENCE: report:www:top-referring_sites
__( q{This report shows the top referring sites to your site. } );
# REFERENCE: report:www:top-referring_sites
__( q{This parameter controls the number of referring sites to show. } );
# REFERENCE: report:www:top-referring_sites
__( q{Top $site_to_show Referring Sites} );
# REFERENCE: report:www:top-referring_sites
__( q{Requests} );
# REFERENCE: report:www:top-referring_sites
__( q{% Total} );
# REFERENCE: report:www:top-requested-page
__( q{Most Requested Pages WWW Report} );
# REFERENCE: report:www:top-requested-page
__( q{This report lists the most requested pages.} );
# REFERENCE: report:www:top-requested-page
__( q{This parameter controls the number of pages to display in the report. } );
# REFERENCE: report:www:top-requested-page
__( q{Most Requested Pages, Top $page_to_show} );
# REFERENCE: report:www:top-requested-page
__( q{Requests} );
# REFERENCE: report:www:top-requested-page
__( q{% Total} );
# REFERENCE: report:www:top-traversals
__( q{Top Traversals WWW Report} );
# REFERENCE: report:www:top-traversals
__( q{This report shows the most visited paths used by your users when they visit your website. } );
# REFERENCE: report:www:top-traversals
__( q{This parameter controls the number of third page to show.} );
# REFERENCE: report:www:top-traversals
__( q{This parameter controls the number entry points to display. } );
# REFERENCE: report:www:top-traversals
__( q{This parameter controls the number of second page to show.} );
# REFERENCE: report:www:top-traversals
__( q{Top Traversals, Top $level1_to_show Start Page, Top $level2_to_show 2nd Pages, Top $level3_to_show 3rd Page} );
# REFERENCE: report:www:top-traversals
__( q{Requests} );
# REFERENCE: report:www:top-traversals
__( q{% Parent} );
# REFERENCE: report:www:top-urls-by-client_host
__( q{Most Requested URLs By Client Host WWW Report} );
# REFERENCE: report:www:top-urls-by-client_host
__( q{This report shows the most requested URLs by client host.} );
# REFERENCE: report:www:top-urls-by-client_host
__( q{This parameter controls the number of client host to display. } );
# REFERENCE: report:www:top-urls-by-client_host
__( q{This parameter controls the number of URLs to display for each client host. } );
# REFERENCE: report:www:top-urls-by-client_host
__( q{Most Requested URLs, Top $client_to_show, Top $url_to_show URLs} );
# REFERENCE: report:www:top-urls-by-client_host
__( q{Requests} );
# REFERENCE: report:www:top-urls-by-client_host
__( q{% Total} );
# REFERENCE: report:www:top-urls-by-client_host
__( q{% Group} );
# REFERENCE: report:www:top-urls-by-result
__( q{Top URLs By HTTP Result WWW Report} );
# REFERENCE: report:www:top-urls-by-result
__( q{This report shows for each HTTP result the URLs with the most requests that ended in that result. This report is useful to find broken links and pages with access problem. } );
# REFERENCE: report:www:top-urls-by-result
__( q{This parameter controls the number of URLs to display in the report for each HTTP result. } );
# REFERENCE: report:www:top-urls-by-result
__( q{Requests by URL By HTTP Result, Top $url_to_show URLs} );
# REFERENCE: report:www:top-urls-by-result
__( q{Requests} );
# REFERENCE: report:www:top-urls-by-result
__( q{% Total} );
# REFERENCE: report:www:top-urls-by-result
__( q{% Group} );
# REFERENCE: report:www:user_session-page_counts
__( q{Page Counts User Session WWW Report} );
# REFERENCE: report:www:user_session-page_counts
__( q{This report shows the number of pages for the visits.} );
# REFERENCE: report:www:user_session-page_counts
__( q{This parameter controls the ranges over which the number of pages per visit are aggregated. } );
# REFERENCE: report:www:user_session-page_counts
__( q{Number of Pages per Visit} );
# REFERENCE: report:www:user_session-page_counts
__( q{Pages} );
# REFERENCE: report:www:user_session-page_counts
__( q{Sessions} );
# REFERENCE: report:www:user_session-page_counts
__( q{% Total} );
# REFERENCE: report:www:user_sessions-by-period
__( q{User Sessions By Period WWW Report} );
# REFERENCE: report:www:user_sessions-by-period
__( q{This report shows the number of user sessions by time period.} );
# REFERENCE: report:www:user_sessions-by-period
__( q{This parameter controls the time period over which the user sessions are aggregated. } );
# REFERENCE: report:www:user_sessions-by-period
__( q{User Sessions By $period Period} );
# REFERENCE: report:www:user_sessions-by-period
__( q{Period} );
# REFERENCE: report:www:user_sessions-by-period
__( q{Sessions} );
# REFERENCE: report:www:user_sessions-by-period
__( q{%} );
# REFERENCE: report:www:user_session-visit_number
__( q{Recurring Visitors WWW Report} );
# REFERENCE: report:www:user_session-visit_number
__( q{This report shows the number of sessions for recurring users.} );
# REFERENCE: report:www:user_session-visit_number
__( q{User Sessions by Their Recurrence} );
# REFERENCE: report:www:user_session-visit_number
__( q{Visit #} );
# REFERENCE: report:www:user_session-visit_number
__( q{Sessions} );
# REFERENCE: report:www:user_session-visit_number
__( q{% Total} );
# REFERENCE: report:www:user_session-visit-times
__( q{Visit times User Session WWW Report} );
# REFERENCE: report:www:user_session-visit-times
__( q{This report shows the time a user took to visit the website.} );
# REFERENCE: report:www:user_session-visit-times
__( q{This parameter controls the time period over which the visit times are aggregated. } );
# REFERENCE: report:www:user_session-visit-times
__( q{Visit Duration} );
# REFERENCE: report:www:user_session-visit-times
__( q{Duration is given in seconds.} );
# REFERENCE: report:www:user_session-visit-times
__( q{Duration} );
# REFERENCE: report:www:user_session-visit-times
__( q{Sessions} );
# REFERENCE: report:www:user_session-visit-times
__( q{% Total} );
# REFERENCE: filter:www:exclude-client_host
__( q{Exclude Client Host Filter} );
# REFERENCE: filter:www:exclude-client_host
__( q{This filter specification can be used to exclude requests coming from particular hosts from the repots. } );
# REFERENCE: filter:www:exclude-client_host
__( q{This parameter contains the regular expression that will be used to filter out the client. Requests made by a client host matching that regexp will be excluded from the subreports. } );
# REFERENCE: filter:www:exclude-client_host
__( q{excluded requests with a client_host matching "$client_match"} );
# REFERENCE: filter:www:exclude-referer
__( q{Exclude Referer Filter} );
# REFERENCE: filter:www:exclude-referer
__( q{This filter specification can be used to exclude requests with a particular referrer. </para> <para>For example, this filter could be used to exclude internal referral from your subreports. } );
# REFERENCE: filter:www:exclude-referer
__( q{This parameter contains the regular expression that will be used to filter out the referrer. Requests for which the <type>referer</type> field matches that regexp will be excluded from the subreports. } );
# REFERENCE: filter:www:exclude-referer
__( q{excluded requests with a referer matching "$referer_match"} );
# REFERENCE: filter:www:exclude-sessions-by-page
__( q{Exclude Sessions by Page Filter} );
# REFERENCE: filter:www:exclude-sessions-by-page
__( q{This filter specification can be used to exclude sessions that include pages matching a regular expression. The filter is applied on all fields that contains page information. } );
# REFERENCE: filter:www:exclude-sessions-by-page
__( q{This parameter contains the regular expression that will be used to filter out the sessions. Sessions for which one of the page fields (<type>first_page</type>, <type>last_page</type>, <type>page_2</type>, etc.) match the regexp will be excluded. } );
# REFERENCE: filter:www:exclude-sessions-by-page
__( q{excluded sessions containing a page matching "$page_match"} );
# REFERENCE: filter:www:exclude-url
__( q{Exclude URL Filter} );
# REFERENCE: filter:www:exclude-url
__( q{This filter specification can be used to exclude requests for particular URLs. </para> <para>For example, this filter could be use to create subreports excluding images or other multimedia file. } );
# REFERENCE: filter:www:exclude-url
__( q{This parameter contains the regular expression that will be used to filter out the requests. Requests made for a URL matching that regexp will be excluded from the subreports. } );
# REFERENCE: filter:www:exclude-url
__( q{excluded requests matching "$url_match"} );
# REFERENCE: filter:www:select-client_host
__( q{Select Client Host Filter} );
# REFERENCE: filter:www:select-client_host
__( q{This filter specification can be used to select only the requests by a particular client. } );
# REFERENCE: filter:www:select-client_host
__( q{This parameter contains the regular expression that will be used to select the client. Only requests made by a client host matching that regexp will be included in the subreports. } );
# REFERENCE: filter:www:select-client_host
__( q{selected requests with a client_host matching $client_match} );
# REFERENCE: filter:www:select-sessions-by-page
__( q{Select Sessions by Page Filter} );
# REFERENCE: filter:www:select-sessions-by-page
__( q{This filter specification can be used to select sessions that include pages matching a regular expression. The filter is applied on all fields that contains page information. } );
# REFERENCE: filter:www:select-sessions-by-page
__( q{This parameter contains the regular expression that will be used to select the sessions. Sessions for which one of the page fields (<type>first_page</type>, <type>last_page</type>, <type>page_2</type>, etc.) match the regexp will be selected. } );
# REFERENCE: filter:www:select-sessions-by-page
__( q{selected  sessions containing a page matching "$page_match"} );
# REFERENCE: filter:www:select-url
__( q{Select URL Filter} );
# REFERENCE: filter:www:select-url
__( q{This filter specification can be used to select only the requests for particular URL. </para>  <para>For example, this filter could be used to create subreports about downloadable files from your website. } );
# REFERENCE: filter:www:select-url
__( q{This parameter contains the regular expression that will be used to select the requests. Only requests where URL matches that regexp will be included in the subreports. } );
# REFERENCE: filter:www:select-url
__( q{selected requests matching $url_match} );
