From e93ad55e803f990d74bd3f183c9ccbb8eec549f9 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Thu, 25 Jan 2018 12:16:46 +0000
Subject: [PATCH] 98_SVG.pm: fix german documentation
git-svn-id: https://svn.fhem.de/fhem/trunk@15985 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/98_SVG.pm | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/fhem/FHEM/98_SVG.pm b/fhem/FHEM/98_SVG.pm
index 49c596011..482939da7 100644
--- a/fhem/FHEM/98_SVG.pm
+++ b/fhem/FHEM/98_SVG.pm
@@ -2487,7 +2487,7 @@ plotAsPng(@)
In plotmode gnuplot-scroll(-svg) or SVG the given time-range will be
used, and no scrolling for this SVG will be possible. Needed e.g. for
looking at last-years data without scrolling.
If the value is
- one of hour, day, <N>days, week, month, year than set the zoom
+ one of hour, day, <N>days, week, month, year then set the zoom
level for this SVG independently of the user specified zoom-level. This
is useful for pages with multiple plots: one of the plots is best
viewed in with the default (day) zoom, the other one with a week
@@ -2711,23 +2711,21 @@ plotAsPng(@)
fixedrange year -1
,
- vorgestern: fixedrange day -2
).
+ über eine Woche. Der optionale ganzzahlige Parameter [offset] setzt
+ ein anderes Zeitintervall (z.B. letztes Jahr: fixedrange year
+ -1
, vorgestern: fixedrange day -2
).