diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-23 18:02:36 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-23 18:02:36 +0200 |
commit | bf68cd8ba439da871fd466702aef75f7a1174e5e (patch) | |
tree | 00cf76b6c2646b869aaa072c003a88a5bc5ad7e8 /apps/calendar/l10n | |
parent | b2fddc408cbb8c08831859355d4c7b604567ee01 (diff) | |
download | nextcloud-server-bf68cd8ba439da871fd466702aef75f7a1174e5e.tar.gz nextcloud-server-bf68cd8ba439da871fd466702aef75f7a1174e5e.zip |
better multiple language support, first integration of new calendar class
Diffstat (limited to 'apps/calendar/l10n')
-rw-r--r-- | apps/calendar/l10n/de.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/calendar/l10n/de.php b/apps/calendar/l10n/de.php index 82d9f86073a..325a323d57a 100644 --- a/apps/calendar/l10n/de.php +++ b/apps/calendar/l10n/de.php @@ -63,6 +63,16 @@ "Calendars" => "Kalender", "Time" => "Uhrzeit", "All day" => "Ganztägig", +"Does not repeat" => "Keine Wiederholung", +"Daily" => "Täglich", +"Weekly" => "Wöchentlich", +"Every Weekday" => "jeden Wochentag", +"Bi-Weekly" => "jede 2. Woche", +"Monthly" => "Monatlich", +"Yearly" => "Jährlich", +"Description of the Event" => "Beschreibung des Termins", +"" => "", +"" => "", "" => "" ); ?>
\ No newline at end of file |