Subversion Repositories oidplus

Rev

Rev 938 | Rev 1127 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 938 Rev 1116
Line 107... Line 107...
107
 
107
 
108
        $stats_total = 0;
108
        $stats_total = 0;
109
        $stats_translated = 0;
109
        $stats_translated = 0;
110
        $stats_not_translated = 0;
110
        $stats_not_translated = 0;
111
 
111
 
112
        $cont = '';
-
 
113
        $cont .= '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>'."\n";
112
        $cont  = '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>'."\n";
114
        $cont .= '<translation'."\n";
113
        $cont .= '<translation'."\n";
115
        $cont .= '      xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.4.1"'."\n";
114
        $cont .= '      xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.4.1"'."\n";
116
        $cont .= '      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"'."\n";
115
        $cont .= '      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"'."\n";
117
        $cont .= '      xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.4.1 https://oidplus.viathinksoft.com/oidplus/plugins/messages.xsd">'."\n";
116
        $cont .= '      xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.4.1 https://oidplus.viathinksoft.com/oidplus/plugins/messages.xsd">'."\n";
118
        $cont .= "\n";
117
        $cont .= "\n";