This file is indexed.

/usr/share/php/kohana2/modules/archive/i18n/zh_CN/archive.php is in libkohana2-modules-php 2.3.4-2.

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
<?php defined('SYSPATH') OR die('No direct access allowed.');

$lang = array
(
	'driver_not_supported' => '请求的 %s 驱动,不支持.',
	'driver_implements'    => '请求的 %s 驱动, 未实现Archive_Driver接口.',
	'directory_unwritable' => '请求写目录 %s 权限不足, 无写权限. 请设置好权限后重试.',
	'filename_conflict'    => '请求的文件 %s, 已存在且只读. 请删除冲突文件后重试.'
);