Login   Register  
PHP Classes
elePHPant
Icontem

File: siteaccess/lang.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of MarPlo  >  Web Site Traffic and Pages Access  >  siteaccess/lang.php  >  Download  
File: siteaccess/lang.php
Role: Configuration script
Content type: text/plain
Description: Texts for the script, that can be translated in other language
Class: Web Site Traffic and Pages Access
Record visits of real users to Web site pages
Author: By
Last change:
Date: 2013-08-16 00:02
Size: 1,020 bytes
 

Contents

Class file image Download
<?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'=> ' &nbsp; - Most: ',
 
'yesterday'=> ' &nbsp; &bull;&nbsp; Yesterday: ',
 
'today'=> ' &nbsp; &bull;&nbsp; Today: ',
 
'uniquev'=> '- Unique Visitors -',
 
'record'=> ' &nbsp; - Record: ',
 
'online'=> 'Online Now: ',
 
'mostyd'=> ' &nbsp; &bull;&nbsp; Most-Yesterday: ',
 
'mosttd'=> ' &nbsp; &bull;&nbsp; Most-Today: ',
 
'cpga'=> '- Current Page Access -',
 
'nrvi'=> ' &nbsp; Nr. visits: ',
 
'last'=> ' &nbsp; Last: ',
 
'yourip'=> 'Your IP: &nbsp; ',
 
'err'=> 'Error: ',
 
'erjson'=> 'Invalid JSON data in text file',
 
'notexi'=> ' - not exists',
 
'ersave'=> 'Unable to save traffic data in:'
);