This file is indexed.

/usr/share/roundcube/plugins/listcommands/localization/nl_NL.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
11
12
<?php

$labels = array();
$labels['listcommands_mailinglist'] = 'Email Lijst';
$labels['listcommands_help'] = 'Hulp';
$labels['listcommands_subscribe'] = 'Aanmelden';
$labels['listcommands_unsubscribe'] = 'Afmelden';
$labels['listcommands_post'] = 'Nieuw Bericht';
$labels['listcommands_admin'] = 'Email Beheerder';
$labels['listcommands_archive'] = 'Lijst Archief';

?>