| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE language SYSTEM "http://www.woltlab.com/DTDs/language.dtd"> |
|---|
| 3 | <language languagecode="en"> |
|---|
| 4 | |
|---|
| 5 | <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> |
|---|
| 8 | <item name="wcf.user.option.snowfall_setting"><![CDATA[Snow amount]]></item> |
|---|
| 9 | <item name="wcf.user.option.snowfall_setting.description"><![CDATA[Specify how many snowflakes should fall.]]></item> |
|---|
| 10 | <item name="wcf.user.option.category.settings.display.snowfall"><![CDATA[Snowfall plugin]]></item> |
|---|
| 11 | </category> |
|---|
| 12 | |
|---|
| 13 | <category name="settings.display.content"> |
|---|
| 14 | <item name="settings.display.content.snowfall_setting.1"><![CDATA[2 Snowflakes]]></item> |
|---|
| 15 | <item name="settings.display.content.snowfall_setting.2"><![CDATA[5 Snowflakes]]></item> |
|---|
| 16 | <item name="settings.display.content.snowfall_setting.3"><![CDATA[10 Snowflakes]]></item> |
|---|
| 17 | <item name="settings.display.content.snowfall_setting.4"><![CDATA[15 Snowflakes]]></item> |
|---|
| 18 | <item name="settings.display.content.snowfall_setting.5"><![CDATA[20 Snowflakes]]></item> |
|---|
| 19 | <item name="settings.display.content.snowfall_setting.6"><![CDATA[25 Snowflakes]]></item> |
|---|
| 20 | </category> |
|---|
| 21 | |
|---|
| 22 | <category name="wcf.acp.option"> |
|---|
| 23 | <item name="wcf.acp.option.category.index.snowfall"><![CDATA[Snowfall plugin]]></item> |
|---|
| 24 | <item name="wcf.acp.option.category.index.snowfall.description"><![CDATA[Here you can globally enable/disable the snowfall plugin.]]></item> |
|---|
| 25 | <item name="wcf.acp.option.snowfall_aktiv"><![CDATA[Globally enable/disable the snowfall plugin]]></item> |
|---|
| 26 | <item name="wcf.acp.option.snowfall_aktiv.description"><![CDATA[Would you like to globally enable the snowfall plugin? Users can manually turn it off if they desire.]]></item> |
|---|
| 27 | </category> |
|---|
| 28 | |
|---|
| 29 | <category name="wcf.acp.group"> |
|---|
| 30 | <item name="wcf.acp.group.option.category.user.snowfall.activation"><![CDATA[Snowfall plugin]]></item> |
|---|
| 31 | <item name="wcf.acp.group.option.category.user.snowfall.activation.description"><![CDATA[Here you can specify if users are allowed to see snowfall. PMake sure every user is a member of the EVERYONE usergroup for this to work.]]></item> |
|---|
| 32 | <item name="wcf.acp.group.option.user.snowfall.activation.canseesnow"><![CDATA[Can use the snowfall plugin]]></item> |
|---|
| 33 | <item name="wcf.acp.group.option.user.snowfall.activation.canseesnow.description"><![CDATA[Members of this usergroup are allowed to use the snowfall plugin and can specify the amount of snowflakes.]]></item> |
|---|
| 34 | </category> |
|---|
| 35 | </language> |
|---|