xsl/common mime-for-human: zip

This commit is contained in:
Astro 2010-07-07 01:16:09 +02:00
parent 3b8569bf2b
commit fe8376b88b
1 changed files with 2 additions and 0 deletions

View File

@ -314,6 +314,8 @@
<xsl:when test="$mime = 'application/x-gtar'">Komprimierter Tarball</xsl:when>
<xsl:when test="$mime = 'application/x-tar'">Tarball</xsl:when>
<xsl:when test="$mime = 'application/x-bittorrent'">BitTorrent-Metainformationen</xsl:when>
<xsl:when test="$mime = 'application/zip'">ZIP-Archiv</xsl:when>
<xsl:when test="$mime = 'multipart/x-zip'">ZIP-Archiv</xsl:when>
<xsl:otherwise>Datei</xsl:otherwise>
</xsl:choose>
</xsl:template>