aboutsummaryrefslogtreecommitdiff
path: root/mod/translation_editor/manifest.xml
blob: 7e1952d8cbfd2c37e33427eb5daff02299648e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
	<name>Translation Editor</name>
	<author>ColdTrick IT Solutions</author>
	<version>1.2.1</version>
	<description>Translation Editor provides an easy way to edit translations.</description>
	<website>http://www.coldtrick.com/</website>
	<copyright>(C) ColdTrick IT Solutions 2009 - 2011</copyright>
	<license>GNU Public License version 2</license>
	
	<requires>
		<type>elgg_version</type>
		<version>2011061200</version>
	</requires>
	
 	<category>ColdTrick</category>
</plugin_manifest>