Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-11-15 21:37:47 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-11-15 21:37:47 (GMT)
commit5df9cc5ee2afea77d8578dc7bf24569c21ad2e61 (patch)
treecc8258ac97bea62438bc6f57228b133b65d5f63e
parentb9cc59eb4ef0de4a5884724ae9b23d773b72d9ee (diff)
Updated CBR mime type description
-rw-r--r--comics/ev-cbr-mime.xml45
1 files changed, 28 insertions, 17 deletions
diff --git a/comics/ev-cbr-mime.xml b/comics/ev-cbr-mime.xml
index 8b1a54a..3500f38 100644
--- a/comics/ev-cbr-mime.xml
+++ b/comics/ev-cbr-mime.xml
@@ -1,18 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
- <mime-type type="application/cbr">
- <comment>CBR document</comment>
- <magic priority="50">
- <match value="Rar!" type="string" offset="0"/>
- </magic>
- <glob pattern="*.cbr"/>
- </mime-type>
- <mime-type type="application/cbz">
- <comment>CBZ document</comment>
- <magic priority="50">
- <match value="PK\003\004" type="string" offset="0"/>
- </magic>
- <glob pattern="*.cbz"/>
- </mime-type>
-</mime-info>
+<mime-type type="application/cbr">
+ <sub-class-of type="application/x-rar"/>
+ <comment>CBR document</comment>
+ <comment xml:lang="cy">Dogfen CBR</comment>
+ <comment xml:lang="da">CBR-dokument</comment>
+ <comment xml:lang="de">CBR-Dokument</comment>
+ <comment xml:lang="fi">CBR-asiakirja</comment>
+ <comment xml:lang="nn">CBR-dokument</comment>
+ <comment xml:lang="no">CBR-dokument</comment>
+ <comment xml:lang="ru">CBR документ</comment>
+ <comment xml:lang="sr">CBR документ</comment>
+ <comment xml:lang="sv">CBR-dokument</comment>
+ <glob pattern="*.cbr"/>
+</mime-type>
+<mime-type type="application/cbz">
+ <sub-class-of type="application/zip"/>
+ <comment>CBZ document</comment>
+ <comment xml:lang="cy">Dogfen CBZ</comment>
+ <comment xml:lang="da">CBZ-dokument</comment>
+ <comment xml:lang="de">CBZ-Dokument</comment>
+ <comment xml:lang="fi">CBZ-asiakirja</comment>
+ <comment xml:lang="nn">CBZ-dokument</comment>
+ <comment xml:lang="no">CBZ-dokument</comment>
+ <comment xml:lang="ru">CBZ-документ</comment>
+ <comment xml:lang="sr">CBZ-документ</comment>
+ <comment xml:lang="sv">CBZ-dokument</comment>
+ <glob pattern="*.cbz"/>
+</mime-type>