This file is indexed.

/usr/share/phpbb3/www/language/da/search_synonyms.php is in phpbb3-l10n 3.0.10-4+deb7u3.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?php
/**
*
* search_synonyms [Danish]
*
* @package language
* @version Id: search_synonyms.php 8479 2008-03-29 00:22:48Z naderman $
* @versions $Id: search_synonyms.php 10 2010-02-06 18:13:13Z jan skovsgaard $
* @source file is copyright (c) 2005 phpBB Group
* @modified and translated by Olympus DK Team
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
*
* This file is part of the Danish language package for phpBB 3.x.x.
* Copyright (c) 2006, 2007, 2008 Olympus DK Team
*
* The package is free software; you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, version 2 of the License.
*
* The Danish language package is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with this language
* package. If not, see <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

$synonyms = array(
	'alså'			=> 'altså',
	'bensin'			=> 'benzin',
	'blvier'			=> 'bliver',
	'desvære'			=> 'desværre',
	'fjel'			=> 'fejl',
	'feler'			=> 'flere',
	'helelr'			=> 'heller',
	'iagtage'			=> 'iagttage',
	'jepser'			=> 'jesper',
	'linje'				=> 'linie',
	'majonæse'			=> 'mayonnaise',
	'mayonaise'			=> 'mayonnaise',
	'meny'			=> 'menu',
	'muglig'			=> 'mulig',
	'orginal'			=> 'original',
	'sattelit'			=> 'satellit',
	'seperat'			=> 'separat',
	'sikekr'			=> 'sikker',
	'standart'			=> 'standard',
	'statestik'			=> 'statistik',
	'tastetur'			=> 'tastatur',
	'suplere'			=> 'supplere',
	'suplement'			=> 'supplement',
	'unskyld'			=> 'undskyld',
);
?>