/usr/share/xcache/coverager/common-zh-simplified-gb2312.lang.php is in php5-xcache 1.3.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24  | <?php
$strings = array(
		'root'
		=> '¿ªÊ¼',
		'Directory'
		=> 'Ŀ¼',
		'File'
		=> 'Îļþ',
		'Percent'
		=> '¸²¸ÇÂÊ',
		'Hits'
		=> 'ÃüÖÐ',
		'Lines'
		=> 'ÐÐÊý',
		'TODO'
		=> 'ÏÐÖÃÎļþ',
		'XCache PHP Code Coverage Viewer'
		=> 'XCache PHP ´úÂ븲¸Ç²é¿´Æ÷',
		'module'
		=> 'Ä£¿é',
		''
		=> '',
		);
 |