This file is indexed.

/usr/share/IlohaMail/lang/si/calendar.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
<?php
/********************************************************
	lang/si/calendar.inc
	(C)2003 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

********************************************************/

//TRANSLATORS:  Uncomment next line for all non-English languages!!
include("../lang/eng/calendar.inc");

$calStr["add_schedule"] = "Dodajanje urnika";
$calStr["edit_schedule"] = "Urejanje urnika";
$calStr["weekof"] = "Teden: %d";
$calStr["title"] = "Naslov:";
$calStr["color"] = "Barva:";
$calStr["colors"] = array("#990000"=>"Temnorde�a", "#FF0000"=>"Rde�a", "#000099"=>"Temnomodra", "#0000FF"=>"Modra", 
					"#006600"=>"Temnozelena", "#00FF00"=>"Zelena", "#9900FF"=>"Violi�na", "#00FFFF"=>"Cyan",
					"#FF6600"=>"Oran�na", "#FFFF00"=>"Rumena", "#FF00FF"=>"Magenta", ""=>"Brez barve");
$calStr["starts"] = "Se za�ne ob:";
$calStr["ends"] = "Se kon�a ob:";
$calStr["from"] = "od:";
$calStr["until"] = "do:";
$calStr["repeat_on"] = "Ponavljaj";
$calStr["of"] = "vsakih";
$calStr["weeks"] = array(1=>"prvi teden", 2=>"drugi teden", 3=>"tretji teden", 4=>"�etrti teden"); 
$calStr["week_blurb"] = "...vsakega meseca (do kon�nega datuma).<br>Ponavljalo se bo vsak teden, �e ni nobeden izbran..";
$calStr["monthly"] = "Ponavljaj mese�no";
$calStr["yearly"] = "Ponavljaj letno";
$calStr["place"] = "Mesto:";
$calStr["description"] = "Opis:";
$calStr["add"] = "Dodajanje";
$calStr["update"] = "Obnavljanje";
$calStr["Delete"] = "Izbris";
$calStr["go"] = "Pojdi";
$calStr["disabled"] = "Mo�nost koledarja je izklju�ena";
?>