xref: /plugin/davcal/lang/de-informal/lang.php (revision c85f7c04fe9f60a75812f417f286bc819801e32f)
1e05a9e4cSAndreas Boehler<?php
2e05a9e4cSAndreas Boehler$lang['created_by_davcal'] = 'Erstellt von DAVCal für DokuWiki';
3e05a9e4cSAndreas Boehler$lang['unknown_error'] = 'Unbekannter Fehler';
4e05a9e4cSAndreas Boehler$lang['event_added'] = 'Eintrag hinzugefügt';
5e05a9e4cSAndreas Boehler$lang['event_edited'] = 'Eintrag bearbeitet';
6e05a9e4cSAndreas Boehler$lang['event_deleted'] = 'Eintrag entfernt';
7e05a9e4cSAndreas Boehler$lang['no_permission'] = 'Du hast nicht die erforderlichen Rechte, um den Eintrag zu bearbeiten';
8e05a9e4cSAndreas Boehler$lang['settings'] = 'Einstellungen/Sync';
9e05a9e4cSAndreas Boehler$lang['settings_saved'] = 'Einstellungen erfolgreich gespeichert';
10e05a9e4cSAndreas Boehler$lang['error_saving'] = 'Fehler beim Speichern der Einstellungen.';
11e05a9e4cSAndreas Boehler$lang['local_time'] = 'Lokale Zeit (Browser-basierend)';
12e05a9e4cSAndreas Boehler$lang['from'] = 'Von';
13e05a9e4cSAndreas Boehler$lang['to'] = 'Bis';
14e05a9e4cSAndreas Boehler$lang['at'] = 'Am';
15e05a9e4cSAndreas Boehler$lang['description'] = 'Beschreibung';
16e05a9e4cSAndreas Boehler$lang['title'] = 'Titel';
1782a48dfbSAndreas Boehler$lang['error_timezone_not_in_list'] = 'Die angegebene Zeitzone wird von PHP nicht unterstützt';
1882a48dfbSAndreas Boehler$lang['this_calendar_uses_timezone'] = 'Dieser Kalender wird in der Zeitzone %s angezeigt.';
19e05a9e4cSAndreas Boehler$lang['js']['create_new_event'] = 'Neuen Eintrag anlegen';
20e05a9e4cSAndreas Boehler$lang['js']['cancel'] = 'Abbrechen';
21e05a9e4cSAndreas Boehler$lang['js']['create'] = 'Anlegen';
22e05a9e4cSAndreas Boehler$lang['js']['save'] = 'Speichern';
23e05a9e4cSAndreas Boehler$lang['js']['settings'] = 'Einstellungen';
24e05a9e4cSAndreas Boehler$lang['js']['edit'] = 'Bearbeiten';
25e05a9e4cSAndreas Boehler$lang['js']['delete'] = 'Löschen';
26e05a9e4cSAndreas Boehler$lang['js']['edit_event'] = 'Eintrag bearbeiten';
27e05a9e4cSAndreas Boehler$lang['js']['allday'] = 'Ganzer Tag';
28e05a9e4cSAndreas Boehler$lang['js']['title'] = 'Titel';
29e05a9e4cSAndreas Boehler$lang['js']['from'] = 'Von';
30e05a9e4cSAndreas Boehler$lang['js']['to'] = 'Bis';
31e05a9e4cSAndreas Boehler$lang['js']['yes'] = 'Ja';
32e05a9e4cSAndreas Boehler$lang['js']['confirmation'] = 'Bestätigung';
33e05a9e4cSAndreas Boehler$lang['js']['ok'] = 'OK';
34e05a9e4cSAndreas Boehler$lang['js']['info'] = 'Info';
35e05a9e4cSAndreas Boehler$lang['js']['really_delete_this_event'] = 'Diesen Eintrag wirklich löschen?';
36e05a9e4cSAndreas Boehler$lang['js']['timezone'] = 'Zeitzone';
37e05a9e4cSAndreas Boehler$lang['js']['weeknumbers'] = 'Wochennummern';
38e05a9e4cSAndreas Boehler$lang['js']['use_lang_tz'] = 'Zeitzone der Spracheinstellung verwenden';
39e05a9e4cSAndreas Boehler$lang['js']['only_workweek'] = 'Zeige nur die Arbeitswoche';
40e05a9e4cSAndreas Boehler$lang['js']['sync_url'] = 'CalDAV URL';
41e05a9e4cSAndreas Boehler$lang['js']['error_retrieving_data'] = 'Beim Abfragen der Daten vom Kalenderserver ist ein Fehler aufgetreten.';
42e05a9e4cSAndreas Boehler$lang['js']['start_date_invalid'] = 'Beginnzeit/-datum ist ungültig';
43e05a9e4cSAndreas Boehler$lang['js']['end_date_invalid'] = 'Endzeit/-datum ist ungültig';
44e05a9e4cSAndreas Boehler$lang['js']['end_date_before_start_date'] = 'Endzeit/-datum liegt vor Startzeit/-datum';
45e05a9e4cSAndreas Boehler$lang['js']['end_date_is_same_as_start_date'] = 'Endzeit/-datum ist gleich wie Startzeit/-datum';
46e05a9e4cSAndreas Boehler$lang['js']['description'] = 'Beschreibung';
47e05a9e4cSAndreas Boehler$lang['js']['private_url'] = 'Private URL';
48e05a9e4cSAndreas Boehler$lang['js']['recurring_cant_edit'] = 'Das Bearbeiten wiederkehrender Einträge wird derzeit nicht unterstützt';
49e05a9e4cSAndreas Boehler$lang['js']['no_permission'] = 'Du hast nicht die erforderlichen Rechte, diesen Kalender zu bearbeiten';
50e05a9e4cSAndreas Boehler$lang['js']['calendar'] = 'Kalender';
51e05a9e4cSAndreas Boehler$lang['js']['start_monday'] = 'Die Woche beginnt am Montag';
52e05a9e4cSAndreas Boehler$lang['js']['nothing_to_show'] = 'Nichts anzuzeigen';
53*c85f7c04SAndreas Boehler$lang['js']['add_attachment'] = 'Link hinzufügen';
54*c85f7c04SAndreas Boehler$lang['js']['attachments'] = 'Angehängte Links';
55