aboutsummaryrefslogtreecommitdiffstats
path: root/languages/german.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-25 03:07:07 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-25 03:07:07 +0000
commit8132ff08117d78817a20a16a4a6ed008257126db (patch)
tree0e0d6c2b1a61fe58d7ace9cb4e1ffca3298ef8a1 /languages/german.inc.php
parentdd35121b2851b6e3a3fe6298825dffb5e2438b67 (diff)
downloadphpicalendar-8132ff08117d78817a20a16a4a6ed008257126db.tar.gz
phpicalendar-8132ff08117d78817a20a16a4a6ed008257126db.tar.bz2
phpicalendar-8132ff08117d78817a20a16a4a6ed008257126db.zip
Language files for 0.5
Diffstat (limited to 'languages/german.inc.php')
-rw-r--r--languages/german.inc.php55
1 files changed, 54 insertions, 1 deletions
diff --git a/languages/german.inc.php b/languages/german.inc.php
index 6d19c0e..48f0f13 100644
--- a/languages/german.inc.php
+++ b/languages/german.inc.php
@@ -1 +1,54 @@
-<?php // German language include // For version 0.5 PHP iCalendar // // Translation by David Reindl (dre@andare.ch) // // Submit new translations to chad@chadsdomain.com $day_lang = "Tag"; $week_lang = "Woche"; $month_lang = "Monat"; $year_lang = "Jahr"; $calendar_lang = "Kalender"; $next_day_lang = "Folgender Tag"; $next_month_lang = "Folgender Monat"; $next_week_lang = "Folgende Woche"; $next_year_lang = "Folgendes Jahr"; $last_day_lang = "Vorhergehender Tag"; $last_month_lang = "Vorhergehender Monat"; $last_week_lang = "Vorhergehende Woche"; $last_year_lang = "Vorhergehendes Jahr"; $subscribe_lang = "Abonnieren"; $download_lang = "Herunterladen"; $powered_by_lang = "Powered by"; $version_lang = "0.5"; $event_lang = "Event"; $event_start_lang = "Start Time"; $event_end_lang = "End Time"; $this_months_lang = "This Month's Events"; $date_lang = "Date"; $summary_lang = "Summary"; // Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php setlocale (LC_TIME, 'ch_DE'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = "H:i"; // For date formatting, cehck out: http://www.php.net/manual/en/function.strftime.php $dateFormat_day = "%A, %B %e"; $dateFormat_week = "%B %e"; $dateFormat_week_list = "%a, %b %e"; $dateFormat_month = "%B %Y"; $dateFormat_month_list = "%A, %B %e"; ?> \ No newline at end of file
+<?
+
+// German language include
+// For version 0.5 PHP iCalendar
+//
+// Translation by David Reindl (dre@andare.ch)
+//
+
+
+
+$day_lang = "Tag";
+$week_lang = "Woche";
+$month_lang = "Monat";
+$year_lang = "Jahr";
+$calendar_lang = "Kalender";
+$next_day_lang = "Folgender Tag";
+$next_month_lang = "Folgender Monat";
+$next_week_lang = "Folgende Woche";
+$next_year_lang = "Folgendes Jahr";
+$last_day_lang = "Vorhergehender Tag";
+$last_month_lang = "Vorhergehender Monat";
+$last_week_lang = "Vorhergehende Woche";
+$last_year_lang = "Vorhergehendes Jahr";
+$subscribe_lang = "Abonnieren";
+$download_lang = "Herunterladen";
+$powered_by_lang = "Powered by";
+$version_lang = "0.5";
+$event_lang = "Eintrag";
+$event_start_lang = "Beginn";
+$event_end_lang = "Ende";
+$this_months_lang = "Alle Einträge in diesem Monat";
+$date_lang = "Datum";
+$summary_lang = "Beschreibung";
+
+// Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php
+// for Switzerland
+setlocale (LC_TIME, 'ch_DE');
+// for Germany
+// setlocale (LC_TIME, 'de_DE');
+// for Austria
+// setlocale (LC_TIME, 'at_DE');
+
+// For time formatting, check out: http://www.php.net/manual/en/function.date.php
+$timeFormat = "H:i";
+
+// For date formatting, check out: http://www.php.net/manual/en/function.strftime.php
+$dateFormat_day = "%A, %e. %B";
+$dateFormat_week = "%B %e";
+$dateFormat_week_list = "%a, %e. %b";
+$dateFormat_month = "%B %Y";
+$dateFormat_month_list = "%A, %e. %B";
+
+
+?> \ No newline at end of file

© 2014-2024 Faster IT GmbH | imprint | privacy policy