/usr/share/IlohaMail/lang/de/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"] = "Neue Wiederholung";
$calStr["edit_schedule"] = "Wiederholung ändern";
$calStr["weekof"] = "Woche vom: %d";
$calStr["title"] = "Titel:";
$calStr["color"] = "Farbe:";
$calStr["colors"] = array("#990000"=>"dunkelrot", "#FF0000"=>"rot", "#000099"=>"dunkelblau", "#0000FF"=>"blau",
"#006600"=>"dunkelgrün", "#00FF00"=>"grün", "#9900FF"=>"lila", "#00FFFF"=>"cyan",
"#FF6600"=>"orange", "#FFFF00"=>"gelb", "#FF00FF"=>"magenta", ""=>"keine Farbe");
$calStr["starts"] = "Beginnt am:";
$calStr["ends"] = "Endet am:";
$calStr["from"] = "von:";
$calStr["until"] = "bis:";
$calStr["repeat_on"] = "Wiederholen am";
$calStr["of"] = "jeder";
$calStr["weeks"] = array(1=>"ersten Woche", 2=>"zweiten Woche", 3=>"dritten Woche", 4=>"vierten Woche");
$calStr["week_blurb"] = "... des Monats (bis zum Enddatum).<br>Ohne Auswahl wird jede Woche wiederholt.";
$calStr["monthly"] = "Monatliche Wiederholung";
$calStr["yearly"] = "Jährliche Wiederholung";
$calStr["place"] = "Ort:";
$calStr["description"] = "Beschreibung:";
$calStr["add"] = "Hinzu";
$calStr["update"] = "Speichern";
$calStr["Delete"] = "Löschen";
$calStr["go"] = "Ok";
$calStr["disabled"] = "Die Kalender-Funktion ist nicht verfügbar.";
?>
|