* made compatible with SMF 1.1rc3 * moved basic strings from Modifications.<lang>.php to sbox.<lang>.php so that there now is language fallback to English (and 1 file less to change) + check for lock before removing History file
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.12</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>
|