This file is indexed.

/usr/share/roundcube/plugins/zipdownload/localization/cs_CZ.inc is in roundcube-plugins-extra 0.7-20120110.

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
<?php
/* Author: Tomáš Šafařík */

$labels = array();
$labels['downloadall'] = 'Stáhnout všechny přílohy';
$labels['downloadfolder'] = 'Stáhnout složku';

$messages = array();

?>