diff --git a/FHEM/57_CALVIEW.pm b/FHEM/57_CALVIEW.pm
index 502cdd236..e598c1bbb 100644
--- a/FHEM/57_CALVIEW.pm
+++ b/FHEM/57_CALVIEW.pm
@@ -195,11 +195,11 @@ sub getsummery($)
Attribute
maxreadings
- bestimmt die Anzahl der Termine als Readings
+ defines the number of max term as readings
oldStyledReadings
- 1 aktiviert die Termindarstellung im "alten" Format "2015.06.21-00:00" with value "Start of Summer"
- 0 aktivert die Standarddarstellung bdate, btime, usw
+ 1 readings look like "2015.06.21-00:00" with value "Start of Summer"
+ 0 the default style of readings
=end html
@@ -207,7 +207,7 @@ sub getsummery($)
CALVIEW
-Dieses Modul erstellt ein Device welches als Readings Termine eines Kalenders, basierend auf dem 57_Calendar.pm Module, besitzt.
+Dieses Modul erstellt ein Device welches als Readings Termine eines Kalenders, basierend auf dem 57_Calendar.pm Modul, besitzt.
Define
define <Name> CALVIEW <Kalendername> <0 für modeStarted Termine; 1 für modeStarted;modeUpcoming Termine>
define myView CALVIEW Googlekalender 1
@@ -221,11 +221,11 @@ sub getsummery($)
Attributes
maxreadings
- defines the number of max term as readings
+ bestimmt die Anzahl der Termine als Readings
oldStyledReadings
- 1 readings look like "2015.06.21-00:00" with value "Start of Summer"
- 0 the default style of readings
+ 1 aktiviert die Termindarstellung im "alten" Format "2015.06.21-00:00" mit Wert "Start of Summer"
+ 0 aktivert die Standarddarstellung bdate, btime, usw
=end html_DE
=cut
\ No newline at end of file