Changeset 756

Show
Ignore:
Timestamp:
12/30/08 15:42:06 (4 years ago)
Author:
MDMAN
Message:

bugfix snowfall-PlugIn?

Location:
de.mdman.snowfall
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • de.mdman.snowfall/de-informal.xml

    r745 r756  
    44 
    55        <category name="wcf.user.option"> 
    6                 <item name="wcf.user.option.schneefall_aktiv"><![CDATA[Schneefall aktivieren]]></item> 
    7                 <item name="wcf.user.option.schneefall_aktiv.description"><![CDATA[Wähle diese Option, wenn du möchtest das es schneien soll.<br><font color='RED'>ACHTUNG: Sollte der Administrator das PlugIn im Administrator-Panel abgeschaltet haben, werden trotz dieser Einstellung keine Schneeflocken fallen!</font>]]></item> 
     6                <item name="wcf.user.option.user_snowfall_aktiv"><![CDATA[Schneefall aktivieren]]></item> 
     7                <item name="wcf.user.option.user_snowfall_aktiv.description"><![CDATA[Wähle diese Option, wenn du möchtest das es schneien soll.<br><font color='RED'>ACHTUNG: Sollte der Administrator das PlugIn im Administrator-Panel abgeschaltet haben, werden trotz dieser Einstellung keine Schneeflocken fallen!</font>]]></item> 
    88                <item name="wcf.user.option.snowfall_setting"><![CDATA[Schneefallmenge]]></item> 
    99                <item name="wcf.user.option.snowfall_setting.description"><![CDATA[Hier kannst du einstellen, wieviele Schneeflocken fallen sollen.]]></item> 
  • de.mdman.snowfall/de.xml

    r745 r756  
    44 
    55        <category name="wcf.user.option"> 
    6                 <item name="wcf.user.option.schneefall_aktiv"><![CDATA[Schneefall aktivieren]]></item> 
    7                 <item name="wcf.user.option.schneefall_aktiv.description"><![CDATA[WÀhlen Sie diese Option, wenn Sie möchten das es schneien soll.]]></item> 
     6                <item name="wcf.user.option.user_snowfall_aktiv"><![CDATA[Schneefall aktivieren]]></item> 
     7                <item name="wcf.user.option.user_snowfall_aktiv.description"><![CDATA[WÀhlen Sie diese Option, wenn Sie möchten das es schneien soll.]]></item> 
    88                <item name="wcf.user.option.snowfall_setting"><![CDATA[Schneefallmenge]]></item> 
    99                <item name="wcf.user.option.snowfall_setting.description"><![CDATA[Stellen Sie hier ein, wieviele Schneeflocken fallen sollen.]]></item> 
  • de.mdman.snowfall/en.xml

    r747 r756  
    44 
    55        <category name="wcf.user.option"> 
    6                 <item name="wcf.user.option.schneefall_aktiv"><![CDATA[Enable Snowfall]]></item> 
    7                 <item name="wcf.user.option.schneefall_aktiv.description"><![CDATA[Enable this option if you want it to snow.]]></item> 
     6                <item name="wcf.user.option.user_snowfall_aktiv"><![CDATA[Enable Snowfall]]></item> 
     7                <item name="wcf.user.option.user_snowfall_aktiv.description"><![CDATA[Enable this option if you want it to snow.]]></item> 
    88                <item name="wcf.user.option.snowfall_setting"><![CDATA[Snow amount]]></item> 
    99                <item name="wcf.user.option.snowfall_setting.description"><![CDATA[Specify how many snowflakes should fall.]]></item> 
  • de.mdman.snowfall/files/lib/system/event/listener/SnowfallListener.class.php

    r754 r756  
    1717                 
    1818                 
    19                 if (WCF::getUser()->getPermission('user.snowfall.activation.canseesnow') == 1 && SNOWFALL_AKTIV == 1 && WCF::getUser()->schneefall_aktiv == 1 || SNOWFALL_AKTIV == 1 && WCF::getUser()->userID == 0 && WCF::getUser()->getPermission('user.snowfall.activation.canseesnow')) { 
     19                if (WCF::getUser()->getPermission('user.snowfall.activation.canseesnow') == 1 && SNOWFALL_AKTIV == 1 && WCF::getUser()->user_snowfall_aktiv == 1 || SNOWFALL_AKTIV == 1 && WCF::getUser()->userID == 0 && WCF::getUser()->getPermission('user.snowfall.activation.canseesnow')) { 
    2020                 
    2121                        //Hier wird das Template in dem Platzhalter userMessages integriert. 
  • de.mdman.snowfall/hr.xml

    r754 r756  
    44 
    55        <category name="wcf.user.option"> 
    6                 <item name="wcf.user.option.schneefall_aktiv"><![CDATA[Aktivirati padanje snijega]]></item> 
    7                 <item name="wcf.user.option.schneefall_aktiv.description"><![CDATA[Odaberite ovu opciju ako zelite da pada snijeg.]]></item> 
     6                <item name="wcf.user.option.user_snowfall_aktiv"><![CDATA[Aktivirati padanje snijega]]></item> 
     7                <item name="wcf.user.option.user_snowfall_aktiv.description"><![CDATA[Odaberite ovu opciju ako zelite da pada snijeg.]]></item> 
    88                <item name="wcf.user.option.snowfall_setting"><![CDATA[Kolicina pahuljica]]></item> 
    99                <item name="wcf.user.option.snowfall_setting.description"><![CDATA[Odaberite koliko pahuljica zelite da pada.]]></item> 
  • de.mdman.snowfall/useroptions_update.xml

    r745 r756  
    1515                </categories> 
    1616                <options> 
    17                         <option name="schneefall_aktiv"> 
     17                        <option name="user_snowfall_aktiv"> 
    1818                                <categoryname>settings.display.snowfall</categoryname> 
    1919                                <optiontype>boolean</optiontype>