36251d4fac
* string cleanup - sorted strings by appearance * added separator lines to settings dialog x added missing 2nd and 3rd parameter do db_query() in sbox_setup.php + DROP TABLE before insert, so that updates to 1.1rc3 will be more easier + $sbox_NickPrefix and $sbox_NickSuffix in sboxDB.php + Guests are now shown as Guest-abcdef with abcdef being their IP in base36, this way you can differentiate guests easily + option to allow Global Moderators to delete shouts + option to disallow BBC for guests only + option to disable the "WhatsNew"-line
27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
|
|
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
|
|
<name>SMF Shoutbox LanguagePack German</name>
|
|
<id>Deep:SMF_Shoutbox:LangPack_German</id>
|
|
<type>modification</type>
|
|
<version>1.13</version>
|
|
<install>
|
|
<require-file name="sbox.german.php" destination="$languagedir" />
|
|
<readme type="inline">
|
|
<![CDATA[
|
|
This adds the german language pack for SMF shoutbox to your SMF forum.
|
|
|
|
Originally written By Deep (diem4@gmx.net), inspired by Matthew Wolf (a.k.a Grudge)
|
|
Heavily improved by Markus Birth (mbirth@webwriters.de)
|
|
Copyright 2006 - Neither this package or any of it's contents may be distributed without authorization.
|
|
]]>
|
|
</readme>
|
|
<modification type="file" format="boardmod">sbox_11rc3_german.mod</modification>
|
|
</install>
|
|
<uninstall>
|
|
<remove-file name="$languagedir/sbox.german.php" />
|
|
<readme type="inline">Uninstall will remove all the changes made by the SMF shoutbox german language pack. You must do this before upgrading!</readme>
|
|
<modification type="file" format="boardmod" reverse="true">sbox_11rc3_german.mod</modification>
|
|
</uninstall>
|
|
</package-info>
|