mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Fixed hard coded language text in plugin.xml
Renamed language files to match standard approach
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Id: plugin.xml,v 1.4 2009-02-11 21:41:54 bugrain Exp $ -->
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.5 2009-05-04 20:09:45 bugrain Exp $ -->
|
||||
<e107Plugin name="Download" version="1.0" compatibility="0.8" installRequired="true">
|
||||
<author name="e107dev" url="http://e107.org"/>
|
||||
<description>This plugin is a fully featured Download system</description>
|
||||
<author name="bugrain" url="http://e107.org"/>
|
||||
<description>DOWLAN_DESCRIPTION</description>
|
||||
<folder>download</folder>
|
||||
<installLanguageFile filename="languages/--LAN--/admin_download.php" />
|
||||
<administration>
|
||||
<configFile>download_admin.php</configFile>
|
||||
<subMenuItem title="DOWLAN_29" description="" link="download_admin.php" icon="manage" />
|
||||
@@ -14,10 +15,10 @@
|
||||
<subMenuItem title="DOWLAN_128" description="" link="download_admin.php?mirror" icon="images/downloads_32.png" />
|
||||
<icon>images/downloads_32.png</icon>
|
||||
<iconSmall>images/downloads_16.png</iconSmall>
|
||||
<caption>Configure Download</caption>
|
||||
<installDone>Your download plugin is now installed</installDone>
|
||||
<caption>DOWLAN_CAPTION</caption>
|
||||
<installDone>DOWLAN_INSTALL_DONE</installDone>
|
||||
</administration>
|
||||
<menuLink name="Download" url="download/download.php" perm="everyone"/>
|
||||
<menuLink name="DOWLAN_29" url="download/download.php" perm="everyone"/>
|
||||
<mainPrefs>
|
||||
<pref name="download_php" value="" />
|
||||
<pref name="download_subsub" value="1" />
|
||||
|
Reference in New Issue
Block a user