aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar/l10n
diff options
context:
space:
mode:
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-08-20 15:19:43 +0200
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-08-20 15:19:43 +0200
commit8e32cfbf1587198e755ce7e1a887f269169c05da (patch)
treed95273074bf634225705c31965320c85f4c78737 /apps/calendar/l10n
parentb3f6eb22249408e927c8c83e66d60d2aba52ccaf (diff)
downloadnextcloud-server-8e32cfbf1587198e755ce7e1a887f269169c05da.tar.gz
nextcloud-server-8e32cfbf1587198e755ce7e1a887f269169c05da.zip
bug/style fixes, multiple language support, german language pack
Diffstat (limited to 'apps/calendar/l10n')
-rw-r--r--apps/calendar/l10n/de.php68
-rw-r--r--apps/calendar/l10n/xgettextfiles7
2 files changed, 75 insertions, 0 deletions
diff --git a/apps/calendar/l10n/de.php b/apps/calendar/l10n/de.php
new file mode 100644
index 00000000000..82d9f86073a
--- /dev/null
+++ b/apps/calendar/l10n/de.php
@@ -0,0 +1,68 @@
+<?php $TRANSLATIONS = array(
+"Calendar" => "Kalender",
+"Location" => "Ort",
+"Category" => "Kategorie",
+"Create a new event" => "Neuen Termin erstellen",
+"Title of the Event" => "Titel des Termins",
+"Location of the Event" => "Ort des Termins",
+"All Day Event" => "Ganztägig",
+"From" => "Von",
+"To" => "Bis",
+"Repeat" => "Wiederhol.",
+"Attendees" => "Teilnehmer",
+"Description" => "Beschreibung",
+"Submit" => "Speichern",
+"Reset" => "Zurücksetzen",
+"Title" => "Titel",
+"Sunday" => "Sonntag",
+"Monday" => "Montag",
+"Tuesday" => "Dienstag",
+"Wednesday" => "Mittwoch",
+"Thursday" => "Donnerstag",
+"Friday" => "Freitag",
+"Saturday" => "Samstag",
+"CW" => "KW",
+"CWs" => "KW",
+"Sun." => "So.",
+"Mon." => "Mo.",
+"Tue." => "Di.",
+"Wed." => "Mi.",
+"Thu." => "Do.",
+"Fri." => "Fr.",
+"Sat." => "Sa.",
+"January" => "Januar",
+"February" => "Februar",
+"March" => "März",
+"April" => "April",
+"May" => "Mai",
+"June" => "Juni",
+"July" => "Juli",
+"August" => "August",
+"September" => "September",
+"October" => "Oktober",
+"November" => "November",
+"December" => "Dezember",
+"Jan." => "Jan.",
+"Feb." => "Feb.",
+"Mar." => "März",
+"Apr." => "Apr.",
+"May" => "Mai",
+"Jun." => "Juni",
+"Jul." => "Juli",
+"Aug." => "Aug.",
+"Sep." => "Sep.",
+"Oct." => "Okt.",
+"Nov." => "Nov.",
+"Dec." => "Dez.",
+"Day" => "Tag",
+"Week" => "Woche",
+"Weeks" => "Wochen",
+"Month" => "Monat",
+"Listview" => "Liste",
+"Today" => "Heute",
+"Calendars" => "Kalender",
+"Time" => "Uhrzeit",
+"All day" => "Ganztägig",
+"" => ""
+);
+?> \ No newline at end of file
diff --git a/apps/calendar/l10n/xgettextfiles b/apps/calendar/l10n/xgettextfiles
new file mode 100644
index 00000000000..37f68b82062
--- /dev/null
+++ b/apps/calendar/l10n/xgettextfiles
@@ -0,0 +1,7 @@
+../appinfo/app.php
+../templates/calendar.php
+../templates/part.editevent.php
+../templates/part.eventinfo.php
+../templates/part.newevent.php
+../js/calendar.js
+../js/calendar_init.js \ No newline at end of file