2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

95_Astro.pm: Bugfix Mondphase

git-svn-id: https://svn.fhem.de/fhem/trunk@15508 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
phenning 2017-11-27 15:24:42 +00:00
parent 8e2c65558b
commit 43d92f2553

View File

@ -47,7 +47,7 @@ my $deltaT = 65; # Correction time in s
my %Astro;
my %Date;
my $astroversion = 1.41;
my $astroversion = 1.42;
#-- These we may get on request
my %gets = (
@ -135,7 +135,7 @@ my %astro_transtable_EN = (
"phase" => "Phase",
"newmoon" => "New Moon",
"waxingcrescent" => "Waxing Crescent",
"firstquarter "=> "First Quarter",
"firstquarter" => "First Quarter",
"waxingmoon" => "Waxing Moon",
"fullmoon" => "Full Moon",
"waningmoon" => "Waning Moon",
@ -221,7 +221,7 @@ my %astro_transtable_EN = (
"phase" => "Phase",
"newmoon" => "Neumond",
"waxingcrescent" => "Zunehmende Sichel",
"firstquarter "=> "Erstes Viertel",
"firstquarter" => "Erstes Viertel",
"waxingmoon" => "Zunehmender Mond",
"fullmoon" => "Vollmond",
"waningmoon" => "Abnehmender Mond",