This file is indexed.

/usr/share/php/kohana2/modules/payment/i18n/en_GB/payment.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
10
11
<?php defined('SYSPATH') OR die('No direct access allowed.');

$lang = array
(
	'driver_not_supported'     => 'The requested Payment driver, %s, was not found.',
	'required'                 => 'Some required fields were not supplied: %s',
	'gateway_connection_error' => 'An error occured connecting to the payment gateway. Please contact the webmaster if this problem persists.',
	'invalid_certificate'      => 'The certificate file is invalid: %s',
	'no_dlib'                  => 'Could not load the dynamic library: %s',
	'error'                    => 'There was an error processing the transaction: %s',
);