<?php // Texts added in website traffic data $lang_txt = array( 'ctable'=> '<h4>Table " %s " succesfully created</h4>', 'crowtab'=> '<h4>First row created in " %s " table</h4>', 'nopga'=> '0 pages', 'pgalast'=> 'Last accessed pages', 'pgatop_m'=> 'Top pages this month', 'pgatop'=> 'Top accessed pages', 'siteacc'=> 'Site access statistics', 'from'=> ' From: ', 'now'=> 'Now: ', 'totalv'=> 'Total site visits:', 'most'=> ' - Most: ', 'yesterday'=> ' • Yesterday: ', 'today'=> ' • Today: ', 'uniquev'=> '- Unique Visitors -', 'record'=> ' - Record: ', 'online'=> 'Online Now: ', 'mostyd'=> ' • Most-Yesterday: ', 'mosttd'=> ' • Most-Today: ', 'cpga'=> '- Current Page Access -', 'nrvi'=> ' Nr. visits: ', 'last'=> ' Last: ', 'yourip'=> 'Your IP: ', 'err'=> 'Error: ', 'erjson'=> 'Invalid JSON data in text file', 'notexi'=> ' - not exists', 'ersave'=> 'Unable to save traffic data in:' );
|