1<?PHP
2
3$lang['err1']    = 'An error on Accscounter plugin: Cannot open the log directory\'s this file; ';
4$lang['err2']    = 'An error on Accscounter plugin: Set a valid argument (today, yesterday, or total).';
5$lang['err3']    = 'An error on Accscounter plugin: Set a valid argument (today, yesterday, or allperiod).';
6$lang['err4']    = 'An error on Accscounter plugin: This directory is not found or not readable; ';
7$lang['noitems'] = 'There are no items to be shown.';
8
9$lang['datanotice'] = '[Accscounter Plugin] The saving destination of this plugin\'s data has been changed.  Old datas are not still moved to the new destination.  <a href="?do=accscounter_datatransfer">Click here to move or delete the data.</a>';
10$lang['datanotice2'] = '[Accscounter Plugin] The saving destination of this plugin\'s data has been changed <b>AGAIN</b>.  Old datas are not still moved to the new destination.  I\'m sorry to trouble you, but <a href="?do=accscounter_datatransfer">click here to move or delete the data.</a>';
11$lang['moveiplog'] = 'Move log data of IP addresses';
12$lang['success'] = 'succeeded';
13$lang['failiplog'] = 'failed (Confirm the permission to access <code>/lib/plugins/accscounter/log/iplogs/</code>.  If you don\'t understand what it says, move or delete the directory by yourself with tools like a FTP tool.)';
14$lang['movenmlog'] = 'Move log data of the number of accesses';
15$lang['failnmdir'] = 'failed to read the directory (Confirm the permission to access <code>/lib/plugins/accscounter/log/</code>.  If you don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.)';
16$lang['failnmload'] = 'failed to read the file (Confirm the permission to access files inside <code>/lib/plugins/accscounter/log/</code>.  If you don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.)';
17$lang['failnmsave'] = 'succeeded reading, but failed writing (Confirm the permission to access the directory where the system saves meta files.  If you don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.)';
18$lang['failnmdel'] = 'succeeded reading and writing, but failed deleting (Confirm the permission to access files inside <code>/lib/plugins/accscounter/log/</code>.  If you don\'t understand what it says, delete the files by yourself with tools like a FTP tool.)';
19$lang['failnmload2'] = 'failed to read the file (Confirm the permission to access files inside the directory where the system saves meta files.  If you don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.)';
20$lang['failnmdel2'] = 'succeeded reading and writing, but failed deleting (Confirm the permission to access files inside the directory where the system saves meta files.  If you don\'t understand what it says, delete the files by yourself with tools like a FTP tool.)';
21$lang['complete'] = 'Completed moving files.  Deleted the directory of the old destination.';
22$lang['remaining'] = 'Failed deleting the directory of the old destination, <code>/lib/plugins/accscounter/log/</code>.  There may be still some file(s) in the directory, so please check.  If you don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.';
23$lang['allloaded'] = 'The plugin tried loading and moving all log files existing.';
24$lang['nothing'] = 'There is no log file to be moved.  Maybe no need to run this function.';
25$lang['funcend'] = 'Functions were all done.';
26$lang['successdel'] = 'Succeeded deleting directory <code>/lib/plugins/accscounter/log/</code>.';
27$lang['faildel'] = 'Failed deleting directory <code>/lib/plugins/accscounter/log/</code>.  There may be still some file(s) in the directory, so please check.  If you don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.';
28$lang['successdellog'] = 'succeeded deleting';
29$lang['faildellog'] = 'failed deleting (Confirm the permission to access files inside the directory where the system saves meta files.  If you don\'t understand what it says, delete the files by yourself with tools like a FTP tool.)';
30$lang['alldeleted'] = 'The plugin tried deleting all old log files existing.';
31$lang['nothingtodelete'] = 'There is no log file to be deleted.  Maybe no need to run this function.';
32
33$lang['menu'] = 'Access Counter - Data Manager';
34
35$lang['selectall'] = 'Tick all';
36$lang['pagename'] = 'page name';
37$lang['sofar'] = 'PVs so far';
38$lang['lastdate'] = 'Last accessed on';
39$lang['today'] = 'Today\'s PVs';
40$lang['yest'] = 'Yesterday\'s PVs';
41$lang['ipadd'] = 'IP address of the last visitor';
42$lang['pleasechoose'] = '**CHOOSE**';
43$lang['sfscheck'] = 'Spammer Check';
44$lang['delete'] = 'Delete the Log';
45$lang['run'] = 'Run';
46
47$lang['sfstried'] = 'Page %s has been accessed by a spammer (IP address: %s) for %d times, so the system deducted the number of the spammer\'s access(es) from PVs so far and today\'s PVs.  Please comfirm.';
48$lang['sfsfinish'] = 'Finished the spammer check.';
49
50$lang['mngfaileddel'] = 'Failed deleting the log file of page %s .  Confirm the permission to access files inside the directory where the system saves meta files.  If you don\'t understand what it says, delete the files by yourself with tools like a FTP tool.';
51$lang['mngdelfinish'] = 'Finished deleting the log.';
52