diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-08 15:07:47 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-08 15:07:47 -0500 |
commit | acf3941b4aa95bff9e80aa03e22dc064036e69cf (patch) | |
tree | fa00598349637eb125c8eb132f3dd74a2e3e9e6f /app/Locale/de_DE/translations.php | |
parent | 813b7c4c0036a73c3bb5ef31f98e83cce2630e9e (diff) |
Improve js and add native language support for datepicker and calendar
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-rw-r--r-- | app/Locale/de_DE/translations.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 6570f154..bd388342 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -650,44 +650,6 @@ return array( 'Filter by column' => 'Spalte filtern', 'Filter by status' => 'Status filtern', 'Calendar' => 'Kalender', - 'Today' => 'Heute', - 'Jan ' => 'Jan', - 'Feb' => 'Feb', - 'Mar' => 'Mar', - 'Apr' => 'Apr', - 'May' => 'Mai', - 'Jun' => 'Jun', - 'Jul' => 'Jul', - 'Aug' => 'Aug', - 'Sep' => 'Sep', - 'Oct' => 'Okt', - 'Nov' => 'Nov', - 'Dec' => 'Dez', - 'January' => 'Januar', - 'February' => 'Februar', - 'March' => 'März', - 'April' => 'April', - 'June' => 'Juni', - 'July' => 'Juli', - 'August' => 'August', - 'September' => 'September', - 'October' => 'Oktober', - 'November' => 'November', - 'December' => 'Dezember', - 'Sunday' => 'Sonntag', - 'Monday' => 'Montag', - 'Tuesday' => 'Dienstag', - 'Wednesday' => 'Mittwoch', - 'Thursday' => 'Donnerstag', - 'Friday' => 'Freitag', - 'Saturday' => 'Samstag', - 'Sun' => 'So', - 'Mon' => 'Mo', - 'Tue' => 'Di', - 'Wed' => 'Mi', - 'Thu' => 'Do', - 'Fri' => 'Fr', - 'Sat' => 'Sa', 'Next' => 'Nächste', // '#%d' => '', 'Filter by color' => 'Farbe filtern', |