home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / calendar-2010-08-23.tar.gz / calendar-2010-08-23.tar / calendar / languages / german.inc.php < prev    next >
PHP Script  |  2003-10-12  |  9KB  |  199 lines

  1. <?php
  2.  
  3. // German language include
  4. // For version 0.9.4 PHP iCalendar
  5. //
  6. // Translation by David Reindl (dre@andare.ch)
  7. // Corrected by whippersnapper slomo (mail@slomo.de)
  8. //
  9. // Submit new translations to chad@chadsdomain.com
  10.  
  11.  
  12.  
  13. $day_lang            = 'Tag';
  14. $week_lang            = 'Woche';
  15. $month_lang            = 'Monat';
  16. $year_lang            = 'Jahr';
  17. $calendar_lang        = 'Kalender';
  18. $next_day_lang        = 'Folgender Tag';
  19. $next_month_lang    = 'Folgender Monat';
  20. $next_week_lang        = 'Folgende Woche';
  21. $next_year_lang        = 'Folgendes Jahr';
  22. $last_day_lang        = 'Vorhergehender Tag';
  23. $last_month_lang    = 'Vorhergehender Monat';
  24. $last_week_lang        = 'Vorhergehende Woche';
  25. $last_year_lang        = 'Vorhergehendes Jahr';
  26. $subscribe_lang        = 'Abonnieren';
  27. $download_lang        = 'Herunterladen';
  28. $powered_by_lang     = 'Powered by';
  29. $event_lang            = 'Eintrag';
  30. $event_start_lang    = 'Beginn';
  31. $event_end_lang        = 'Ende';
  32. $this_months_lang    = 'Alle Einträge in diesem Monat';
  33. $date_lang            = 'Datum';
  34. $summary_lang        = 'Beschreibung';
  35. $all_day_lang        = 'Tagesereignis';
  36. $notes_lang            = 'Notiz';
  37. $this_years_lang    = 'Einträge in diesem Jahr';
  38. $today_lang            = 'Heute';
  39. $this_week_lang        = 'Diese Woche';
  40. $this_month_lang    = 'Diesen Monat';
  41. $jump_lang            = 'Gehe zu';
  42. $tomorrows_lang        = 'Morgige Einträge';
  43. $goday_lang            = 'Gehe zum heutigen Tag';
  44. $goweek_lang        = 'Gehe zur aktuellen Woche';
  45. $gomonth_lang        = 'Gehe zum aktuellen Monat';
  46. $goyear_lang        = 'Gehe zum aktuellen Jahr';
  47. $search_lang        = 'Suchen'; // the verb
  48. $results_lang        = 'Suchresultate';
  49. $query_lang            = 'Suche: '; // will be followed by the search query
  50. $no_results_lang    = 'Keine Einträge gefunden';
  51. $goprint_lang        = 'Druckversion';
  52. $time_lang            = 'Zeit';
  53. $summary_lang        = 'Zusammenfassung';
  54. $description_lang    = 'Beschreibung';
  55. $this_site_is_lang        = 'Diese Site ist';
  56. $no_events_day_lang        = 'Keine Einträge für heute.';
  57. $no_events_week_lang    = 'Keine Einträge in dieser Woche.';
  58. $no_events_month_lang    = 'Keine Einträge in diesem Monat.';
  59. $rss_day_date            = 'H:i';  // Lists just the time
  60. $rss_week_date            = '%e. %b';  // Lists just the day
  61. $rss_month_date            = '%e. %b';  // Lists just the day
  62. $rss_language            = 'en-us';
  63. $search_took_lang        = 'Suche dauerte %s Sekunden';
  64. $recurring_event_lang    = 'Wiederkehrender Eintrag';
  65. $exception_lang            = 'Ausnahme';
  66. $no_query_lang            = 'Kein Suchbegriff';
  67. $preferences_lang        = 'Einstellungen';
  68. $printer_lang            = 'Drucker';
  69. $select_lang_lang        = 'Standardsprache wählen:';
  70. $select_cal_lang        = 'Standardkalender wählen:';
  71. $select_view_lang        = 'Standardansicht  wählen:';
  72. $select_time_lang        = 'Tag beginnt um:';
  73. $select_day_lang        = 'Woche beginnt mit:';
  74. $select_style_lang        = 'Standardstil wählen:';
  75. $set_prefs_lang            = 'Einstellungen speichern';
  76. $completed_date_lang    = 'Erledigt am';
  77. $completed_lang            = 'Erledigt';
  78. $created_lang            = 'Erstellt:';
  79. $due_lang                = 'Fällig:';
  80. $priority_lang            = 'Priorität:';
  81. $priority_high_lang        = 'hoch';
  82. $priority_low_lang        = 'tief';
  83. $priority_medium_lang    = 'mittel';
  84. $priority_none_lang        = 'keine';
  85. $status_lang            = 'Status:';
  86. $todo_lang                = 'Aufgaben';
  87. $unfinished_lang        = 'Pendent';
  88. $prefs_set_lang         = 'Your preferences have been set.';
  89. $prefs_unset_lang         = 'Preferences unset. Changes will take place next page load.';
  90. $unset_prefs_lang         = 'Unset preferences:';
  91. $organizer_lang            = 'Organizer';
  92. $attendee_lang            = 'Attendee';
  93. $status_lang            = 'Status';
  94. $location_lang            = 'Location';
  95. $admin_header_lang        = 'PHP iCalendar Administration';
  96. $username_lang            = 'Username';
  97. $password_lang            = 'Password';
  98. $login_lang                = 'Login';
  99. $invalid_login_lang        = 'Wrong username or password.';
  100. $addupdate_cal_lang        = 'Add or Update a Calendar';
  101. $addupdate_desc_lang    = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
  102. $delete_cal_lang        = 'Delete a Calendar';
  103. $logout_lang            = 'Logout';
  104. $cal_file_lang            = 'Calendar File';
  105. $php_error_lang            = 'PHP Error';
  106. $upload_error_gen_lang    = 'There was a problem with your upload.';
  107. $upload_error_lang[0]    = 'There was a problem with your upload.';
  108. $upload_error_lang[1]    = 'The file you are trying to upload is too big.';
  109. $upload_error_lang[2]    = 'The file you are trying to upload is too big.';
  110. $upload_error_lang[3]    = 'The file you are trying upload was only partially uploaded.';
  111. $upload_error_lang[4]    = 'You must select a file for upload.';
  112. $upload_error_type_lang = 'Only .ics files may be uploaded.';
  113. $copy_error_lang        = 'Failed to copy file';
  114. $delete_error_lang        = 'Failed to delete file';
  115. $delete_success_lang    = 'was deleted successfully.';
  116. $action_success_lang    = 'Your action was successful.';
  117. $submit_lang            = 'Submit';
  118. $delete_lang            = 'Delete';
  119.  
  120. // ----- New for 0.9.4
  121. $all_cal_comb_lang        = 'All calendars combined';
  122.  
  123. // - navigation
  124. $back_lang = 'Back';
  125. $next_lang = 'Next';
  126. $prev_lang = 'Prev';
  127. $day_view_lang = 'Day View';
  128. $week_view_lang = 'Week View';
  129. $month_view_lang = 'Month View';
  130. $year_view_lang = 'Year View';
  131.  
  132. // ---------------------------------
  133.  
  134. // $format_recur, items enclosed in % will be substituted with variables
  135. $format_recur_lang['delimiter']    = ', ';                                // ie, 'one, two, three'
  136.  
  137. $format_recur_lang['yearly']        = array('Jahr','Jahre');        // for these, put singular
  138. $format_recur_lang['monthly']        = array('Monat','Monate');        // and plural forms
  139. $format_recur_lang['weekly']        = array('Woche','Wochen');        // these will be %freq%
  140. $format_recur_lang['daily']            = array('Tag','Tage');            // in the replacement below
  141. $format_recur_lang['hourly']        = array('Stunde','Stunden');
  142. $format_recur_lang['minutely']        = array('Minute','Minuten');
  143. $format_recur_lang['secondly']        = array('Sekunde','Sekunden');
  144.  
  145. $format_recur_lang['start']            = 'Jeden %int% %freq% %for%';    // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5'
  146. $format_recur_lang['until']            = 'bis %date%';                // ie, 'until January 4'
  147. $format_recur_lang['count']            = 'für %int% Mal';        // ie, 'for 5 times'
  148.  
  149. $format_recur_lang['bymonth']        = 'In den Monaten: %list%';            // ie, 'In months: January, February, March'
  150. $format_recur_lang['bymonthday']    = 'An den Daten: %list%';            // ie, 'On dates: 1, 2, 3, 4'
  151. $format_recur_lang['byday']            = 'An den Tagen: %list%';            // ie, 'On days: Mon, Tues, Wed, Thurs'
  152.  
  153. // ---------------------------------
  154.  
  155. $daysofweek_lang            = array ('Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag');
  156. $daysofweekshort_lang        = array ('Son','Mon','Die','Mit','Don','Fre','Sam');
  157. $daysofweekreallyshort_lang    = array ('S','M','D','M','D','F','S');
  158. $monthsofyear_lang            = array ('Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember');
  159. $monthsofyearshort_lang        = array ('Jan','Feb','Mär','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Dez');
  160.  
  161. // For time formatting, check out: http://www.php.net/manual/en/function.date.php
  162. $timeFormat = 'H:i';
  163. $timeFormat_small = 'H:i';
  164.  
  165. // For date formatting, see note below
  166. $dateFormat_day = '%A, %e. %B';
  167. $dateFormat_week = '%B %e';
  168. $dateFormat_week_list = '%a, %e. %b';
  169. $dateFormat_week_jump = ' %e. %b';
  170. $dateFormat_month = '%B %Y';
  171. $dateFormat_month_list = '%A, %e. %B';
  172.  
  173. /*
  174. Notes about dateFormat_*
  175.     The pieces are similar to that of the PHP function strftime(), 
  176.     however only the following is supported at this time:
  177.     
  178.     %A - the full week day name as specified in $daysofweek_lang
  179.     %a - the shortened week day name as specified in $daysofweekshort_lang
  180.     %B - the full month name as specified in $monthsofyear_lang
  181.     %b - the shortened month name as specified in $monthsofyearshort_lang
  182.     %e - the day of the month as a decimal number (1 to 31)
  183.     %Y - the 4-digit year
  184.  
  185.     If this causes problems with representing your language accurately, let
  186.     us know. We will be happy to modify this if needed.
  187. */
  188.  
  189. // Error messages - %s will be replaced with a variable
  190. $error_title_lang = 'Fehler!';
  191. $error_window_lang = 'Es ist ein Fehler aufgetreten!';
  192. $error_calendar_lang = 'Der Kalender "%s" wurde bearbeitet, als dieser Fehler auftrat.';
  193. $error_path_lang = 'Der Pfad "%s" kann nicht geöffnet werden.';
  194. $error_back_lang = 'Bitte klicken Sie die "Zurück" Schaltfläche des Browsers um zurückzuspringen.';
  195. $error_remotecal_lang = 'Dieser Server blockiert entfernte Kalender, welche nicht freigegeben wurden.';
  196. $error_restrictedcal_lang = 'Sie haben versucht einen Kalender mit eingeschränktem Zugriff auf diesem Server aufzurufen.';
  197. $error_invalidcal_lang = 'Dieser Kalender enthält Fehler. Bitte wählen Sie einen anderen aus.';
  198.  
  199. ?>