Subversion Repositories oidplus

Rev

Rev 828 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
635 daniel-mar 1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.3.1"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.3.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_language.xsd">
6
 
1050 daniel-mar 7
        <type>ViaThinkSoft\OIDplus\OIDplusLanguagePlugin</type>
635 daniel-mar 8
 
9
        <info>
10
                <name>Deutsch</name>
11
                <author>ViaThinkSoft</author>
828 daniel-mar 12
                <license>Apache 2.0</license>
635 daniel-mar 13
                <version />
14
                <descriptionHTML />
15
                <oid>1.3.6.1.4.1.37476.2.5.2.4.9.2</oid>
16
        </info>
17
 
18
        <php>
1050 daniel-mar 19
                <mainclass>ViaThinkSoft\OIDplus\OIDplusLanguagePluginGerman</mainclass>
635 daniel-mar 20
        </php>
21
 
22
        <language>
23
                <code>dede</code>
800 daniel-mar 24
                <flag>img/flag.png</flag>
635 daniel-mar 25
                <messages>messages*.xml</messages>
26
        </language>
27
 
28
</manifest>