/usr/share/IlohaMail/lang/eo/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/<lang>/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"] = "Addicu Veturplano";
$calStr["edit_schedule"] = "Editu Veturplano";
$calStr["weekof"] = "Semajno de : %d";
$calStr["title"] = "Titolo:";
$calStr["color"] = "Koloro:";
$calStr["colors"] = array("#990000"=>"Malhuma Ruĝo", "#FF0000"=>"Ruĝo", "#000099"=>"Malhuma Bluo", "#0000FF"=>"Bluo",
"#006600"=>"Malhuma Verdo", "#00FF00"=>"Verdo", "#9900FF"=>"Purpuro", "#00FFFF"=>"Blua Verdo",
"#FF6600"=>"Oranĝo", "#FFFF00"=>"Flavo", "#FF00FF"=>"Purpura Ruĝo", ""=>"Sen koloro");
$calStr["starts"] = "Iniciati en:";
$calStr["ends"] = "Finiĝi en:";
$calStr["from"] = "de:";
$calStr["until"] = "ĝis:";
$calStr["repeat_on"] = "Ripetu en";
$calStr["of"] = "de ĉiam";
$calStr["weeks"] = array(1=>"unua semajno", 2=>"dua semajno", 3=>"tria semajno", 4=>"kvara semajno");
$calStr["week_blurb"] = "...de ĉiam monato (ĝis finiĝa dato).<br>Ripetos en ĉiam semanjojn se nenio elektis."; #elekti?
$calStr["monthly"] = "Ripetu monate";
$calStr["yearly"] = "Ripetu jare";
$calStr["place"] = "Loko:";
$calStr["description"] = "Priskribo:";
$calStr["add"] = "Addicu";
$calStr["update"] = "Ĝisdatigu";
$calStr["Delete"] = "Foriŝu";
$calStr["go"] = "Iru";
$calStr["disabled"] = "La kalendara trajto elŝaltas.";
?>
|