aboutsummaryrefslogtreecommitdiffstats
path: root/languages/german.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-22 03:45:33 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-22 03:45:33 +0000
commitcfde005f011663c9b19f53384398e6bbf9a364c7 (patch)
tree51fc79ab03d7e11c9860cd04a7874533a37ac032 /languages/german.inc.php
parent6407f1bedb91a8c9d35b00ff2d1756c0759f2bd0 (diff)
downloadphpicalendar-cfde005f011663c9b19f53384398e6bbf9a364c7.tar.gz
phpicalendar-cfde005f011663c9b19f53384398e6bbf9a364c7.tar.bz2
phpicalendar-cfde005f011663c9b19f53384398e6bbf9a364c7.zip
Updated files for 1.0.
Diffstat (limited to 'languages/german.inc.php')
-rw-r--r--languages/german.inc.php200
1 files changed, 1 insertions, 199 deletions
diff --git a/languages/german.inc.php b/languages/german.inc.php
index 4ced298..ba1dcbd 100644
--- a/languages/german.inc.php
+++ b/languages/german.inc.php
@@ -1,199 +1 @@
-<?php
-
-// German language include
-// For version 0.9.5 PHP iCalendar
-//
-// Translation by David Reindl (dre@andare.ch)
-// Corrected by whippersnapper slomo (mail@slomo.de)
-//
-// 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';
-$event_lang = 'Eintrag';
-$event_start_lang = 'Beginn';
-$event_end_lang = 'Ende';
-$this_months_lang = 'Alle Eintr&auml;ge in diesem Monat';
-$date_lang = 'Datum';
-$summary_lang = 'Beschreibung';
-$all_day_lang = 'Tagesereignis';
-$notes_lang = 'Notiz';
-$this_years_lang = 'Eintr&auml;ge in diesem Jahr';
-$today_lang = 'Heute';
-$this_week_lang = 'Diese Woche';
-$this_month_lang = 'Diesen Monat';
-$jump_lang = 'Gehe zu';
-$tomorrows_lang = 'Morgige Eintr&auml;ge';
-$goday_lang = 'Gehe zum heutigen Tag';
-$goweek_lang = 'Gehe zur aktuellen Woche';
-$gomonth_lang = 'Gehe zum aktuellen Monat';
-$goyear_lang = 'Gehe zum aktuellen Jahr';
-$search_lang = 'Suchen'; // the verb
-$results_lang = 'Suchresultate';
-$query_lang = 'Suche: '; // will be followed by the search query
-$no_results_lang = 'Keine Eintr&auml;ge gefunden';
-$goprint_lang = 'Druckversion';
-$time_lang = 'Zeit';
-$summary_lang = 'Zusammenfassung';
-$description_lang = 'Beschreibung';
-$this_site_is_lang = 'Diese Site ist';
-$no_events_day_lang = 'Keine Eintr&auml;ge f&uuml;r heute.';
-$no_events_week_lang = 'Keine Eintr&auml;ge in dieser Woche.';
-$no_events_month_lang = 'Keine Eintr&auml;ge in diesem Monat.';
-$rss_day_date = 'H:i'; // Lists just the time
-$rss_week_date = '%e. %b'; // Lists just the day
-$rss_month_date = '%e. %b'; // Lists just the day
-$rss_language = 'en-us';
-$search_took_lang = 'Suche dauerte %s Sekunden';
-$recurring_event_lang = 'Wiederkehrender Eintrag';
-$exception_lang = 'Ausnahme';
-$no_query_lang = 'Kein Suchbegriff';
-$preferences_lang = 'Einstellungen';
-$printer_lang = 'Drucker';
-$select_lang_lang = 'Standardsprache w&auml;hlen:';
-$select_cal_lang = 'Standardkalender w&auml;hlen:';
-$select_view_lang = 'Standardansicht w&auml;hlen:';
-$select_time_lang = 'Tag beginnt um:';
-$select_day_lang = 'Woche beginnt mit:';
-$select_style_lang = 'Standardstil w&auml;hlen:';
-$set_prefs_lang = 'Einstellungen speichern';
-$completed_date_lang = 'Erledigt am';
-$completed_lang = 'Erledigt';
-$created_lang = 'Erstellt:';
-$due_lang = 'F&auml;llig:';
-$priority_lang = 'Priorit&auml;t:';
-$priority_high_lang = 'hoch';
-$priority_low_lang = 'tief';
-$priority_medium_lang = 'mittel';
-$priority_none_lang = 'keine';
-$status_lang = 'Status:';
-$todo_lang = 'Aufgaben';
-$unfinished_lang = 'Pendent';
-$prefs_set_lang = 'Your preferences have been set.';
-$prefs_unset_lang = 'Preferences unset. Changes will take place next page load.';
-$unset_prefs_lang = 'Unset preferences:';
-$organizer_lang = 'Organizer';
-$attendee_lang = 'Attendee';
-$status_lang = 'Status';
-$location_lang = 'Location';
-$admin_header_lang = 'PHP iCalendar Administration';
-$username_lang = 'Username';
-$password_lang = 'Password';
-$login_lang = 'Login';
-$invalid_login_lang = 'Wrong username or password.';
-$addupdate_cal_lang = 'Add or Update a Calendar';
-$addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
-$delete_cal_lang = 'Delete a Calendar';
-$logout_lang = 'Logout';
-$cal_file_lang = 'Calendar File';
-$php_error_lang = 'PHP Error';
-$upload_error_gen_lang = 'There was a problem with your upload.';
-$upload_error_lang[0] = 'There was a problem with your upload.';
-$upload_error_lang[1] = 'The file you are trying to upload is too big.';
-$upload_error_lang[2] = 'The file you are trying to upload is too big.';
-$upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.';
-$upload_error_lang[4] = 'You must select a file for upload.';
-$upload_error_type_lang = 'Only .ics files may be uploaded.';
-$copy_error_lang = 'Failed to copy file';
-$delete_error_lang = 'Failed to delete file';
-$delete_success_lang = 'was deleted successfully.';
-$action_success_lang = 'Your action was successful.';
-$submit_lang = 'Submit';
-$delete_lang = 'Delete';
-
-// ----- New for 0.9.5
-$all_cal_comb_lang = 'All calendars combined';
-
-// - navigation
-$back_lang = 'Back';
-$next_lang = 'Next';
-$prev_lang = 'Prev';
-$day_view_lang = 'Day View';
-$week_view_lang = 'Week View';
-$month_view_lang = 'Month View';
-$year_view_lang = 'Year View';
-
-// ---------------------------------
-
-// $format_recur, items enclosed in % will be substituted with variables
-$format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three'
-
-$format_recur_lang['yearly'] = array('Jahr','Jahre'); // for these, put singular
-$format_recur_lang['monthly'] = array('Monat','Monate'); // and plural forms
-$format_recur_lang['weekly'] = array('Woche','Wochen'); // these will be %freq%
-$format_recur_lang['daily'] = array('Tag','Tage'); // in the replacement below
-$format_recur_lang['hourly'] = array('Stunde','Stunden');
-$format_recur_lang['minutely'] = array('Minute','Minuten');
-$format_recur_lang['secondly'] = array('Sekunde','Sekunden');
-
-$format_recur_lang['start'] = 'Jeden %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5'
-$format_recur_lang['until'] = 'bis %date%'; // ie, 'until January 4'
-$format_recur_lang['count'] = 'f&uuml;r %int% Mal'; // ie, 'for 5 times'
-
-$format_recur_lang['bymonth'] = 'In den Monaten: %list%'; // ie, 'In months: January, February, March'
-$format_recur_lang['bymonthday'] = 'An den Daten: %list%'; // ie, 'On dates: 1, 2, 3, 4'
-$format_recur_lang['byday'] = 'An den Tagen: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs'
-
-// ---------------------------------
-
-$daysofweek_lang = array ('Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag');
-$daysofweekshort_lang = array ('Son','Mon','Die','Mit','Don','Fre','Sam');
-$daysofweekreallyshort_lang = array ('S','M','D','M','D','F','S');
-$monthsofyear_lang = array ('Januar','Februar','M&auml;rz','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember');
-$monthsofyearshort_lang = array ('Jan','Feb','M&auml;r','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Dez');
-
-// For time formatting, check out: http://www.php.net/manual/en/function.date.php
-$timeFormat = 'H:i';
-$timeFormat_small = 'H:i';
-
-// For date formatting, see note below
-$dateFormat_day = '%A, %e. %B';
-$dateFormat_week = '%B %e';
-$dateFormat_week_list = '%a, %e. %b';
-$dateFormat_week_jump = ' %e. %b';
-$dateFormat_month = '%B %Y';
-$dateFormat_month_list = '%A, %e. %B';
-
-/*
-Notes about dateFormat_*
- The pieces are similar to that of the PHP function strftime(),
- however only the following is supported at this time:
-
- %A - the full week day name as specified in $daysofweek_lang
- %a - the shortened week day name as specified in $daysofweekshort_lang
- %B - the full month name as specified in $monthsofyear_lang
- %b - the shortened month name as specified in $monthsofyearshort_lang
- %e - the day of the month as a decimal number (1 to 31)
- %Y - the 4-digit year
-
- If this causes problems with representing your language accurately, let
- us know. We will be happy to modify this if needed.
-*/
-
-// Error messages - %s will be replaced with a variable
-$error_title_lang = 'Fehler!';
-$error_window_lang = 'Es ist ein Fehler aufgetreten!';
-$error_calendar_lang = 'Der Kalender "%s" wurde bearbeitet, als dieser Fehler auftrat.';
-$error_path_lang = 'Der Pfad "%s" kann nicht ge&ouml;ffnet werden.';
-$error_back_lang = 'Bitte klicken Sie die "Zur&uuml;ck" Schaltfl&auml;che des Browsers um zur&uuml;ckzuspringen.';
-$error_remotecal_lang = 'Dieser Server blockiert entfernte Kalender, welche nicht freigegeben wurden.';
-$error_restrictedcal_lang = 'Sie haben versucht einen Kalender mit eingeschr&auml;nktem Zugriff auf diesem Server aufzurufen.';
-$error_invalidcal_lang = 'Dieser Kalender enth&auml;lt Fehler. Bitte w&auml;hlen Sie einen anderen aus.';
-
-?> \ No newline at end of file
+<?php // German language include // For version 1.0 PHP iCalendar // // Translation by David Reindl (dre@andare.ch) // Corrected by whippersnapper slomo (mail@slomo.de) // // 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'; $event_lang = 'Eintrag'; $event_start_lang = 'Beginn'; $event_end_lang = 'Ende'; $this_months_lang = 'Alle Eintr&auml;ge in diesem Monat'; $date_lang = 'Datum'; $summary_lang = 'Beschreibung'; $all_day_lang = 'Tagesereignis'; $notes_lang = 'Notiz'; $this_years_lang = 'Eintr&auml;ge in diesem Jahr'; $today_lang = 'Heute'; $this_week_lang = 'Diese Woche'; $this_month_lang = 'Diesen Monat'; $jump_lang = 'Gehe zu'; $tomorrows_lang = 'Morgige Eintr&auml;ge'; $goday_lang = 'Gehe zum heutigen Tag'; $goweek_lang = 'Gehe zur aktuellen Woche'; $gomonth_lang = 'Gehe zum aktuellen Monat'; $goyear_lang = 'Gehe zum aktuellen Jahr'; $search_lang = 'Suchen'; // the verb $results_lang = 'Suchresultate'; $query_lang = 'Suche: '; // will be followed by the search query $no_results_lang = 'Keine Eintr&auml;ge gefunden'; $goprint_lang = 'Druckversion'; $time_lang = 'Zeit'; $summary_lang = 'Zusammenfassung'; $description_lang = 'Beschreibung'; $this_site_is_lang = 'Diese Site ist'; $no_events_day_lang = 'Keine Eintr&auml;ge f&uuml;r heute.'; $no_events_week_lang = 'Keine Eintr&auml;ge in dieser Woche.'; $no_events_month_lang = 'Keine Eintr&auml;ge in diesem Monat.'; $rss_day_date = 'H:i'; // Lists just the time $rss_week_date = '%e. %b'; // Lists just the day $rss_month_date = '%e. %b'; // Lists just the day $rss_language = 'de-de'; $search_took_lang = 'Suche dauerte %s Sekunden'; $recurring_event_lang = 'Wiederkehrender Eintrag'; $exception_lang = 'Ausnahme'; $no_query_lang = 'Kein Suchbegriff'; $preferences_lang = 'Einstellungen'; $printer_lang = 'Drucker'; $select_lang_lang = 'Standardsprache w&auml;hlen:'; $select_cal_lang = 'Standardkalender w&auml;hlen:'; $select_view_lang = 'Standardansicht w&auml;hlen:'; $select_time_lang = 'Tag beginnt um:'; $select_day_lang = 'Woche beginnt mit:'; $select_style_lang = 'Standardstil w&auml;hlen:'; $set_prefs_lang = 'Einstellungen speichern'; $completed_date_lang = 'Erledigt am'; $completed_lang = 'Erledigt'; $created_lang = 'Erstellt:'; $due_lang = 'F&auml;llig:'; $priority_lang = 'Priorit&auml;t:'; $priority_high_lang = 'hoch'; $priority_low_lang = 'tief'; $priority_medium_lang = 'mittel'; $priority_none_lang = 'keine'; $status_lang = 'Status:'; $todo_lang = 'Aufgaben'; $unfinished_lang = 'Pendent'; $prefs_set_lang = 'Einstellungen wurden gespeichert.'; $prefs_unset_lang = 'Einstellungen gel&ouml;scht. &Auml;nderungen werden beim Aufruf der n&auml;chsten Seite aktiv.'; $unset_prefs_lang = 'Einstellungen l&ouml;schen:'; $organizer_lang = 'Organisator'; $attendee_lang = 'Teilnehmer'; $status_lang = 'Status'; $location_lang = 'Ort'; $admin_header_lang = 'PHP iCalendar Administration'; $username_lang = 'Benutzername'; $password_lang = 'Passwort'; $login_lang = 'Anmelden'; $invalid_login_lang = 'Falscher Benutzername oder Passwort.'; $addupdate_cal_lang = 'Kalender aktualisieren oder hochladen'; $addupdate_desc_lang = 'Um einen Kalendar hinzuzuf&uuml;gen, laden Sie ein neues Kalender Dokument hoch. Um einen Kalender zu aktualisieren, laden Sie ein Kalender Dokument mit dem selben Namen hoch.'; $delete_cal_lang = 'Einen Kalender l&ouml;schen'; $logout_lang = 'Abmelden'; $cal_file_lang = 'Kalender Dokument'; $php_error_lang = 'PHP Fehler'; $upload_error_gen_lang = 'Es ist ein Problem beim Hochladen aufgetreten.'; $upload_error_lang[0] = 'Fehler beim Hochladen des Dokuments.'; $upload_error_lang[1] = 'Das hochzuladende Dokument ist zu gross.'; $upload_error_lang[2] = 'Das Dokument, welches Sie versuchen hochzuladen, ist zu gross.'; $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; $upload_error_lang[4] = 'Sie m&uuml;ssen ein Dokument zum Hochladen ausw&auml;hlen.'; $upload_error_type_lang = 'Nur Dokumente mit der Suffix .ics d&uuml;rfen hochgeladen werden.'; $copy_error_lang = 'Kopieren des Dokuments nicht erfolgreich'; $delete_error_lang = 'L&ouml;schen des Dokuments nicht erfolgreich'; $delete_success_lang = 'wurde gel&ouml;scht.'; $action_success_lang = 'Die Aktion war erfolgreich.'; $submit_lang = 'Absenden'; $delete_lang = 'L&ouml;schen'; // ----- New for 0.9.5 $all_cal_comb_lang = 'Alle Kalender zusammen'; // - navigation $back_lang = 'Zur&uuml;ck'; $next_lang = 'N&auml;chste'; $prev_lang = 'Vorherige'; $day_view_lang = 'Tagesansicht'; $week_view_lang = 'Wochenansicht'; $month_view_lang = 'Monatsansicht'; $year_view_lang = 'Jahresansicht'; // --------------------------------- // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' $format_recur_lang['yearly'] = array('Jahr','Jahre'); // for these, put singular $format_recur_lang['monthly'] = array('Monat','Monate'); // and plural forms $format_recur_lang['weekly'] = array('Woche','Wochen'); // these will be %freq% $format_recur_lang['daily'] = array('Tag','Tage'); // in the replacement below $format_recur_lang['hourly'] = array('Stunde','Stunden'); $format_recur_lang['minutely'] = array('Minute','Minuten'); $format_recur_lang['secondly'] = array('Sekunde','Sekunden'); $format_recur_lang['start'] = 'Jeden %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'bis %date%'; // ie, 'until January 4' $format_recur_lang['count'] = 'f&uuml;r %int% Mal'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'In den Monaten: %list%'; // ie, 'In months: January, February, March' $format_recur_lang['bymonthday'] = 'An den Daten: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'An den Tagen: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' // --------------------------------- $daysofweek_lang = array ('Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'); $daysofweekshort_lang = array ('Son','Mon','Die','Mit','Don','Fre','Sam'); $daysofweekreallyshort_lang = array ('S','M','D','M','D','F','S'); $monthsofyear_lang = array ('Januar','Februar','M&auml;rz','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'); $monthsofyearshort_lang = array ('Jan','Feb','M&auml;r','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Dez'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'H:i'; $timeFormat_small = 'H:i'; // For date formatting, see note below $dateFormat_day = '%A, %e. %B'; $dateFormat_week = '%B %e'; $dateFormat_week_list = '%a, %e. %b'; $dateFormat_week_jump = ' %e. %b'; $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e. %B'; /* Notes about dateFormat_* The pieces are similar to that of the PHP function strftime(), however only the following is supported at this time: %A - the full week day name as specified in $daysofweek_lang %a - the shortened week day name as specified in $daysofweekshort_lang %B - the full month name as specified in $monthsofyear_lang %b - the shortened month name as specified in $monthsofyearshort_lang %e - the day of the month as a decimal number (1 to 31) %Y - the 4-digit year If this causes problems with representing your language accurately, let us know. We will be happy to modify this if needed. */ // Error messages - %s will be replaced with a variable $error_title_lang = 'Fehler!'; $error_window_lang = 'Es ist ein Fehler aufgetreten!'; $error_calendar_lang = 'Der Kalender "%s" wurde bearbeitet, als dieser Fehler auftrat.'; $error_path_lang = 'Der Pfad "%s" kann nicht ge&ouml;ffnet werden.'; $error_back_lang = 'Bitte klicken Sie die "Zur&uuml;ck" Schaltfl&auml;che des Browsers um zur&uuml;ckzuspringen.'; $error_remotecal_lang = 'Dieser Server blockiert entfernte Kalender, welche nicht freigegeben wurden.'; $error_restrictedcal_lang = 'Sie haben versucht einen Kalender mit eingeschr&auml;nktem Zugriff auf diesem Server aufzurufen.'; $error_invalidcal_lang = 'Dieser Kalender enth&auml;lt Fehler. Bitte w&auml;hlen Sie einen anderen aus.'; ?> \ No newline at end of file

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