This file is indexed.

/usr/share/IlohaMail/lang/no/prefs.inc is in ilohamail 0.8.14-0rc3sid6.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
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
include("../lang/eng/prefs.inc"); // <-- do not delete
/********************************************************
	lang/no/prefs.inc
	(C)2001-2002 Ryo Chijiiwa <Ryo@IlohaMail.org>

	This file is part of IlohaMail, and released under GPL.
	See COPYING, or http://www.fsf.org/copyleft/gpl.html

	Translated by Tor Olsen <tor@monet.no>
********************************************************/

$prefHeaderStrings[0] = "Innstillinger";
$prefHeaderStrings[1] = "Generelle";
$prefHeaderStrings[2] = "Farger";

											
$prefsStrings["0.0"] = "Identitet";
$prefsStrings["0.1"] = "Navn: ";
$prefsStrings["0.2"] = "E-post: ";
$prefsStrings["1.0"] = "Internasjonal";
$prefsStrings["1.1"] = "Grensesnitt: ";
$prefsStrings["1.2"] = "Tegnsetting: ";
$prefsStrings["1.3"] = "Tidssone: ";
$prefsStrings["2.0"] = "Innstilling for oversikt";
$prefsStrings["2.1"] = "Vis opp til ";
$prefsStrings["2.2"] = " poster";
$prefsStrings["2.3"] = "Vis størrelse";
$prefsStrings["2.4"] = "Sorter etter: ";
$prefsStrings["2.5"] = "";
$prefsStrings["2.6"] = "Sorteringsorden: ";
$prefsStrings["2.7"] = "";
$prefsStrings["2.8"] = "Vis mappeliste ";
$prefsStrings["3.0"] = "Auto-Lagre valg";
$prefsStrings["3.1"] = "Lagre sendte poster.";
$prefsStrings["3.2"] = "Lagre sendte beskjeder i mappen: ";
$prefsStrings["3.3"] = "";
$prefsStrings["3.4"] = "Slett søppel automatisk";
$prefsStrings["3.5"] = "Flytt slettede poster til: ";
$prefsStrings["3.6"] = "";
$prefsStrings["3.7"] = "Rotmappen: ";
$prefsStrings["3.8"] = "Annen";
$prefsStrings["4.0"] = "Egenskaper for meldingsvisning";
$prefsStrings["4.1"] = "Se i ramme";
$prefsStrings["4.2"] = "Fargemerk anførselstegn";
$prefsStrings["4.3"] = "Dette valget gjør systemet tregere.";
$prefsStrings["4.4"] = "Konverter URLer til lenker";
$prefsStrings["4.5"] = "Vis HTML beskjeder";
$prefsStrings["4.6"] = "Vis bilder på rekke";
$prefsStrings["5.0"] = "Signatur";
$prefsStrings["5.1"] = "Vis signatur som standard";
$prefsStrings["5.2"] = "";


$sort_fields=array("DATE"=>"Dato", "SUBJECT"=>"Emne", "SIZE"=>"Størrelse");
$sort_orders=array("ASC"=>"Stigende", "DESC"=>"Fallende");

$prefsButtonStrings = array( 0=> "Oppdater", 1=>"Bruk", 2=> "Avbryt", 3=> "Standard");

$prefs_new_user = "Det ser ut som du logger på for første gang...velkommen!<br>";
$prefs_new_user .= "Vennligst gå igjennom følgende innstillinger og klikk, \"Bruk\"";
?>