Imported Upstream version 1.6 87/128687/1
authorJiwoong Im <jiwoong.im@samsung.com>
Thu, 11 May 2017 00:39:09 +0000 (09:39 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Thu, 11 May 2017 00:40:52 +0000 (09:40 +0900)
Change-Id: I1c09f54a1caa62351ab8b1641add654ccb3bc552
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
ChangeLog
NEWS
aclocal.m4
configure
configure.ac
freedesktop.org.xml
freedesktop.org.xml.in
po/shared-mime-info.pot

index 84a7d09..ab8f762 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,123 @@
-commit 393414c9dbf101fd76fcba48d72df2b6cd25bb29
+commit f4e094740c36c629b5284ac270a0b08d8c75cb85 (HEAD -> master)
+Author: Bastien Nocera <hadess@hadess.net>
+Date:   Tue Feb 23 15:24:01 2016 +0100
+
+    1.6
+
+ NEWS         | 10 ++++++++++
+ configure.ac |  2 +-
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit ad6c09059ee31bf1c306755c5f0156f9088f37b9 (origin/master, origin/HEAD)
+Author: Bastien Nocera <hadess@hadess.net>
+Date:   Tue Feb 23 14:45:52 2016 +0100
+
+    Fix GPX test case
+    
+    The test case in commit 03ffba0ab5d1bd3897bd26621a20f05f69e707fb was
+    broken, missing the mime-type from the test definition line.
+
+ tests/list | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 02501a18ef73eb97da51051a941627ec484d5e5c
+Author: Alexander Larsson <alexl@redhat.com>
+Date:   Tue Feb 23 14:23:28 2016 +0100
+
+    Add application/vnd.xdgapp
+
+ freedesktop.org.xml.in |   8 ++++++++
+ tests/hello.xdgapp     | Bin 0 -> 1220 bytes
+ tests/list             |   1 +
+ 3 files changed, 9 insertions(+)
+
+commit 03ffba0ab5d1bd3897bd26621a20f05f69e707fb
+Author: Hashem Nasarat <hashem@riseup.net>
+Date:   Mon Feb 15 04:58:42 2016 -0500
+
+    Add GPX mime-type
+    
+    Add application/gpx+xml as specified at:
+    http://www.topografix.com/gpx.asp
+    https://en.wikipedia.org/wiki/GPS_Exchange_Format
+    
+    https://bugs.freedesktop.org/show_bug.cgi?id=94154
+
+ freedesktop.org.xml.in |  7 +++++++
+ tests/list             |  2 ++
+ tests/test.gpx         | 27 +++++++++++++++++++++++++++
+ 3 files changed, 36 insertions(+)
+
+commit 4961dc3e48d13c0c675ad7c135419b864813ca55
+Author: Bastien Nocera <hadess@hadess.net>
+Date:   Thu Jan 7 15:49:16 2016 +0100
+
+    Add magic for XHTML files
+
+ freedesktop.org.xml.in |  6 ++++++
+ tests/list             |  3 ++-
+ tests/test.xht         | 14 ++++++++++++++
+ 3 files changed, 22 insertions(+), 1 deletion(-)
+
+commit 6e5818deb54fdfa70f5798fc1df1d5c3eaba42df
+Author: Bastien Nocera <hadess@hadess.net>
+Date:   Thu Jan 7 15:48:47 2016 +0100
+
+    Add *.xht as a glob for XHTML files
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 10fc17ec61c5b5c6c0e6ea2c8d7a2123271d07e3
+Author: Bastien Nocera <hadess@hadess.net>
+Date:   Mon Jan 4 17:07:09 2016 +0100
+
+    Bump priority for archives mime-types magic
+    
+    When a long enough magic is available (4 characters in this case),
+    prefer the magic of the archive type to the one of the
+    maybe-not-compressed header of the first file in the archive.
+    
+    For example, in https://bugs.freedesktop.org/show_bug.cgi?id=93549
+    a PDF inside the RAR archive made the archive be detected as a PDF.
+
+ freedesktop.org.xml.in |  38 +++++++++++++++++++-------------------
+ tests/list             |   2 ++
+ tests/serafettin.rar   | Bin 0 -> 524288 bytes
+ 3 files changed, 21 insertions(+), 19 deletions(-)
+
+commit 4ed3648868a2c2dddfa8c31aaf660e9d5131fefd
+Author: Jonas Danielsson <jonas@threetimestwo.org>
+Date:   Fri Oct 23 22:22:52 2015 +0200
+
+    Add GeoJSON mime-type
+    
+    Add application/vnd.geo+json as specified by IANA at:
+    http://www.iana.org/assignments/media-types/application/vnd.geo+json
+    
+    https://bugs.freedesktop.org/show_bug.cgi?id=92654
+
+ freedesktop.org.xml.in | 6 ++++++
+ tests/list             | 3 +++
+ tests/test.geo.json    | 1 +
+ tests/test.geojson     | 1 +
+ 4 files changed, 11 insertions(+)
+
+commit 85bced9a503d0dcec06f24aa97e4ef587439e688
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date:   Fri Sep 25 12:53:37 2015 +0300
+
+    application/x-xar: Add XAR archive
+    
+    https://code.google.com/p/xar/wiki/xarformat
+    https://en.wikipedia.org/wiki/Installer_(OS_X)#Installer_package
+
+ freedesktop.org.xml.in |  12 ++++++++++++
+ tests/list             |   2 ++
+ tests/test.xar         | Bin 0 -> 310 bytes
+ 3 files changed, 14 insertions(+)
+
+commit 393414c9dbf101fd76fcba48d72df2b6cd25bb29 (tag: Release-1-5)
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Wed Sep 16 13:46:12 2015 +0200
 
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Wed Sep 16 13:46:12 2015 +0200
 
@@ -714,7 +833,7 @@ Date:   Mon Feb 9 18:16:28 2015 +0100
  po/zh_TW.po       | 1024 +++++++++----------
  69 files changed, 37758 insertions(+), 34404 deletions(-)
 
  po/zh_TW.po       | 1024 +++++++++----------
  69 files changed, 37758 insertions(+), 34404 deletions(-)
 
-commit c136fc2578aa8f7c0e098008da18d324033eb991
+commit c136fc2578aa8f7c0e098008da18d324033eb991 (tag: Release-1-4)
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Thu Feb 5 15:28:41 2015 +0100
 
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Thu Feb 5 15:28:41 2015 +0100
 
@@ -1323,7 +1442,7 @@ Date:   Tue Apr 15 10:43:36 2014 +0200
  freedesktop.org.xml.in | 1 +
  1 file changed, 1 insertion(+)
 
  freedesktop.org.xml.in | 1 +
  1 file changed, 1 insertion(+)
 
-commit 9e46e73c60d129a2367eb715ae55d9f503c26074
+commit 9e46e73c60d129a2367eb715ae55d9f503c26074 (tag: Release-1-3)
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Tue Apr 8 14:50:50 2014 +0200
 
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Tue Apr 8 14:50:50 2014 +0200
 
@@ -1648,7 +1767,7 @@ Date:   Sun Oct 6 22:43:08 2013 +0200
  freedesktop.org.xml.in | 2 ++
  1 file changed, 2 insertions(+)
 
  freedesktop.org.xml.in | 2 ++
  1 file changed, 2 insertions(+)
 
-commit 8176c639e18ab5a66a691a3f78a4b9e1077b2c9d
+commit 8176c639e18ab5a66a691a3f78a4b9e1077b2c9d (tag: Release-1-2)
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Mon Sep 30 12:17:09 2013 +0200
 
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Mon Sep 30 12:17:09 2013 +0200
 
@@ -2034,7 +2153,7 @@ Date:   Mon Feb 25 02:14:57 2013 -0500
  update-mime-database.c | 225 ++++++++++++++++++++++++++++++++++---------------
  1 file changed, 158 insertions(+), 67 deletions(-)
 
  update-mime-database.c | 225 ++++++++++++++++++++++++++++++++++---------------
  1 file changed, 158 insertions(+), 67 deletions(-)
 
-commit f9d4f260d78b263c9730786df5db20df998b734d
+commit f9d4f260d78b263c9730786df5db20df998b734d (tag: Release-1-1)
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Wed Feb 13 14:32:20 2013 +0100
 
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Wed Feb 13 14:32:20 2013 +0100
 
@@ -3048,7 +3167,7 @@ Date:   Wed Jan 18 11:22:14 2012 +0000
  tests/test.ccmx        | 18 ++++++++++++++++++
  3 files changed, 29 insertions(+)
 
  tests/test.ccmx        | 18 ++++++++++++++++++
  3 files changed, 29 insertions(+)
 
-commit cdf866acbee836578128bf652bd775f8f8225be9
+commit cdf866acbee836578128bf652bd775f8f8225be9 (tag: Release-1-0)
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Tue Jan 17 16:22:01 2012 +0000
 
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Tue Jan 17 16:22:01 2012 +0000
 
@@ -3396,7 +3515,7 @@ Date:   Thu Sep 22 23:02:13 2011 +0300
  freedesktop.org.xml.in | 7 +++++++
  1 file changed, 7 insertions(+)
 
  freedesktop.org.xml.in | 7 +++++++
  1 file changed, 7 insertions(+)
 
-commit 5ee6883cb0dda03e82c7555a032d88504d67de89
+commit 5ee6883cb0dda03e82c7555a032d88504d67de89 (tag: Release-0-91)
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Sun Sep 18 03:59:37 2011 +0100
 
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Sun Sep 18 03:59:37 2011 +0100
 
@@ -4223,7 +4342,7 @@ Date:   Thu Dec 2 20:31:25 2010 +0000
  tests/test.cbl | 25 +++++++++++++++++++++++++
  1 file changed, 25 insertions(+)
 
  tests/test.cbl | 25 +++++++++++++++++++++++++
  1 file changed, 25 insertions(+)
 
-commit 1b716d7f4d6548effb8473301acd72ed59cb358b
+commit 1b716d7f4d6548effb8473301acd72ed59cb358b (tag: Release-0-90)
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Wed Dec 1 17:34:00 2010 +0000
 
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Wed Dec 1 17:34:00 2010 +0000
 
@@ -4741,7 +4860,7 @@ Date:   Fri Oct 1 12:08:39 2010 +0000
  po/pl.po | 388 ++++++++++++++++++++++++++++++++-------------------------------
  1 file changed, 198 insertions(+), 190 deletions(-)
 
  po/pl.po | 388 ++++++++++++++++++++++++++++++++-------------------------------
  1 file changed, 198 insertions(+), 190 deletions(-)
 
-commit beca76ed2a757bbf74118e522d5a6e05f71fcbf4
+commit beca76ed2a757bbf74118e522d5a6e05f71fcbf4 (tag: Release-0-80)
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Thu Sep 30 18:12:51 2010 +0100
 
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Thu Sep 30 18:12:51 2010 +0100
 
@@ -6963,7 +7082,7 @@ Date:   Wed Feb 3 21:20:18 2010 +0000
  po/it.po | 1164 ++++++++++++++++++++++++++++++++------------------------------
  1 file changed, 609 insertions(+), 555 deletions(-)
 
  po/it.po | 1164 ++++++++++++++++++++++++++++++++------------------------------
  1 file changed, 609 insertions(+), 555 deletions(-)
 
-commit 009fd196ca1f13f3d8a4b9c24208244fa40b0af3
+commit 009fd196ca1f13f3d8a4b9c24208244fa40b0af3 (tag: Release-0-71)
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Mon Feb 1 17:40:40 2010 +0000
 
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Mon Feb 1 17:40:40 2010 +0000
 
diff --git a/NEWS b/NEWS
index c05fa33..882bd94 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+shared-mime-info 1.6 (2016-02-23)
+* Add XAR archive mime-type
+* Add GeoJSON mime-type
+* Add GPX mime-type
+* Add xdg-app mime-type
+* Add *.xht glob and magic for XHTML files
+* Bump priority of archive mime-types with long magics,
+  to avoid false positives when detecting files inside
+  the archive itself
+
 shared-mime-info 1.5 (2015-09-15)
 * Fix compilation with glib < 2.26
 * Update DTD
 shared-mime-info 1.5 (2015-09-15)
 * Fix compilation with glib < 2.26
 * Update DTD
index 5846daf..63fa2ed 100644 (file)
@@ -653,13 +653,13 @@ dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 dnl
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 dnl
-dnl This file can can be used in projects which are not available under
+dnl This file can be used in projects which are not available under
 dnl the GNU General Public License or the GNU Library General Public
 dnl License but which still want to provide support for the GNU gettext
 dnl functionality.
 dnl Please note that the actual code of the GNU gettext library is covered
 dnl by the GNU Library General Public License, and the rest of the GNU
 dnl the GNU General Public License or the GNU Library General Public
 dnl License but which still want to provide support for the GNU gettext
 dnl functionality.
 dnl Please note that the actual code of the GNU gettext library is covered
 dnl by the GNU Library General Public License, and the rest of the GNU
-dnl gettext package package is covered by the GNU General Public License.
+dnl gettext package is covered by the GNU General Public License.
 dnl They are *not* in the public domain.
 
 dnl Authors:
 dnl They are *not* in the public domain.
 
 dnl Authors:
index 26730b9..9ac2d68 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for shared-mime-info 1.5.
+# Generated by GNU Autoconf 2.69 for shared-mime-info 1.6.
 #
 # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info>.
 #
 #
 # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info>.
 #
@@ -581,8 +581,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='shared-mime-info'
 PACKAGE_TARNAME='shared-mime-info'
 # Identity of this package.
 PACKAGE_NAME='shared-mime-info'
 PACKAGE_TARNAME='shared-mime-info'
-PACKAGE_VERSION='1.5'
-PACKAGE_STRING='shared-mime-info 1.5'
+PACKAGE_VERSION='1.6'
+PACKAGE_STRING='shared-mime-info 1.6'
 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info'
 PACKAGE_URL=''
 
 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info'
 PACKAGE_URL=''
 
@@ -1341,7 +1341,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures shared-mime-info 1.5 to adapt to many kinds of systems.
+\`configure' configures shared-mime-info 1.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1408,7 +1408,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of shared-mime-info 1.5:";;
+     short | recursive ) echo "Configuration of shared-mime-info 1.6:";;
    esac
   cat <<\_ACEOF
 
    esac
   cat <<\_ACEOF
 
@@ -1513,7 +1513,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-shared-mime-info configure 1.5
+shared-mime-info configure 1.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1882,7 +1882,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by shared-mime-info $as_me 1.5, which was
+It was created by shared-mime-info $as_me 1.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2746,7 +2746,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='shared-mime-info'
 
 # Define the identity of the package.
  PACKAGE='shared-mime-info'
- VERSION='1.5'
+ VERSION='1.6'
 
 
 cat >>confdefs.h <<_ACEOF
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6679,7 +6679,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by shared-mime-info $as_me 1.5, which was
+This file was extended by shared-mime-info $as_me 1.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6745,7 +6745,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-shared-mime-info config.status 1.5
+shared-mime-info config.status 1.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 45221a4..1203ec6 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([shared-mime-info],[1.5],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info])
+AC_INIT([shared-mime-info],[1.6],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info])
 
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news])
 
 
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news])
 
index 5d400a6..c7097ac 100644 (file)
     <comment xml:lang="zh_CN">Microsoft CAB 归档文件</comment>
     <comment xml:lang="zh_TW">微軟 Cabinet 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">Microsoft CAB 归档文件</comment>
     <comment xml:lang="zh_TW">微軟 Cabinet 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="MSCF\0\0\0\0" type="string" offset="0"/>
     </magic>
     <glob pattern="*.cab"/>
       <match value="MSCF\0\0\0\0" type="string" offset="0"/>
     </magic>
     <glob pattern="*.cab"/>
     <comment xml:lang="zh_CN">7-zip 归档文件</comment>
     <comment xml:lang="zh_TW">7-zip 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">7-zip 归档文件</comment>
     <comment xml:lang="zh_TW">7-zip 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="7z\274\257\047\034" type="string" offset="0"/>
     </magic>
     <glob pattern="*.7z"/>
       <match value="7z\274\257\047\034" type="string" offset="0"/>
     </magic>
     <glob pattern="*.7z"/>
     <comment xml:lang="zh_CN">ARC 归档文件</comment>
     <comment xml:lang="zh_TW">ARC 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">ARC 归档文件</comment>
     <comment xml:lang="zh_TW">ARC 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="0x0000081a" type="little32" offset="0" mask="0x8080ffff"/>
       <match value="0x0000091a" type="little32" offset="0" mask="0x8080ffff"/>
       <match value="0x0000021a" type="little32" offset="0" mask="0x8080ffff"/>
       <match value="0x0000081a" type="little32" offset="0" mask="0x8080ffff"/>
       <match value="0x0000091a" type="little32" offset="0" mask="0x8080ffff"/>
       <match value="0x0000021a" type="little32" offset="0" mask="0x8080ffff"/>
     <comment xml:lang="zh_CN">Lrzip 归档文件</comment>
     <comment xml:lang="zh_TW">Lrzip 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">Lrzip 归档文件</comment>
     <comment xml:lang="zh_TW">Lrzip 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="LRZI" type="string" offset="0"/>
     </magic>
     <glob pattern="*.lrz"/>
       <match value="LRZI" type="string" offset="0"/>
     </magic>
     <glob pattern="*.lrz"/>
     <comment xml:lang="zh_CN">CPIO 归档文件</comment>
     <comment xml:lang="zh_TW">CPIO 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">CPIO 归档文件</comment>
     <comment xml:lang="zh_TW">CPIO 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="070707" type="host16" offset="0"/>
       <match value="070701" type="string" offset="0"/>
       <match value="070702" type="string" offset="0"/>
       <match value="070707" type="host16" offset="0"/>
       <match value="070701" type="string" offset="0"/>
       <match value="070702" type="string" offset="0"/>
     <comment xml:lang="zh_CN">Pack200 Java 归档文件</comment>
     <comment xml:lang="zh_TW">Pack200 Java 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">Pack200 Java 归档文件</comment>
     <comment xml:lang="zh_TW">Pack200 Java 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="0xcafed00d" type="big32" offset="0"/>
     </magic>
     <glob pattern="*.pack"/>
       <match value="0xcafed00d" type="big32" offset="0"/>
     </magic>
     <glob pattern="*.pack"/>
     <comment xml:lang="zh_CN">LHA 归档文件</comment>
     <comment xml:lang="zh_TW">LHA 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">LHA 归档文件</comment>
     <comment xml:lang="zh_TW">LHA 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="-lh -" type="string" offset="2"/>
       <match value="-lh0-" type="string" offset="2"/>
       <match value="-lh1-" type="string" offset="2"/>
       <match value="-lh -" type="string" offset="2"/>
       <match value="-lh0-" type="string" offset="2"/>
       <match value="-lh1-" type="string" offset="2"/>
     <comment xml:lang="zh_CN">LZ4 归档文件</comment>
     <comment xml:lang="zh_TW">LZ4 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">LZ4 归档文件</comment>
     <comment xml:lang="zh_TW">LZ4 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="0x184d2204" type="little32" offset="0"/>
       <match value="0x184c2102" type="little32" offset="0"/>
     </magic>
       <match value="0x184d2204" type="little32" offset="0"/>
       <match value="0x184c2102" type="little32" offset="0"/>
     </magic>
     <comment xml:lang="zh_CN">Lzip 归档文件</comment>
     <comment xml:lang="zh_TW">Lzip 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">Lzip 归档文件</comment>
     <comment xml:lang="zh_TW">Lzip 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="LZIP" type="string" offset="0"/>
     </magic>
     <glob pattern="*.lz"/>
       <match value="LZIP" type="string" offset="0"/>
     </magic>
     <glob pattern="*.lz"/>
     <acronym>LZO</acronym>
     <expanded-acronym>Lempel-Ziv-Oberhumer</expanded-acronym>
     <generic-icon name="package-x-generic"/>
     <acronym>LZO</acronym>
     <expanded-acronym>Lempel-Ziv-Oberhumer</expanded-acronym>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="\x89\x4c\x5a\x4f\x00\x0d\x0a\x1a\x0a" type="string" offset="0"/>
     </magic>
     <glob pattern="*.lzo"/>
       <match value="\x89\x4c\x5a\x4f\x00\x0d\x0a\x1a\x0a" type="string" offset="0"/>
     </magic>
     <glob pattern="*.lzo"/>
     <comment xml:lang="zh_CN">Qpress 归档文件</comment>
     <comment xml:lang="zh_TW">Qpress 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">Qpress 归档文件</comment>
     <comment xml:lang="zh_TW">Qpress 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="qpress10" type="string" offset="0"/>
     </magic>
     <glob pattern="*.qp"/>
   </mime-type>
       <match value="qpress10" type="string" offset="0"/>
     </magic>
     <glob pattern="*.qp"/>
   </mime-type>
+  <mime-type type="application/x-xar">
+    <comment>XAR archive</comment>
+    <acronym>XAR</acronym>
+    <expanded-acronym>eXtensible ARchive</expanded-acronym>
+    <generic-icon name="package-x-generic"/>
+    <magic priority="60">
+      <match value="0x78617221" type="big32" offset="0"/>
+    </magic>
+    <glob pattern="*.xar"/>
+    
+    <glob pattern="*.pkg"/>
+  </mime-type>
   <mime-type type="application/zlib">
     <comment>Zlib archive</comment>
     <comment xml:lang="ca">arxiu Zlib</comment>
   <mime-type type="application/zlib">
     <comment>Zlib archive</comment>
     <comment xml:lang="ca">arxiu Zlib</comment>
     <acronym>Parchive</acronym>
     <expanded-acronym>Parity Volume Set Archive</expanded-acronym>
     <generic-icon name="package-x-generic"/>
     <acronym>Parchive</acronym>
     <expanded-acronym>Parity Volume Set Archive</expanded-acronym>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="PAR2" type="string" offset="0"/>
     </magic>
     <glob pattern="*.PAR2"/>
       <match value="PAR2" type="string" offset="0"/>
     </magic>
     <glob pattern="*.PAR2"/>
     <expanded-acronym>Roshal ARchive</expanded-acronym>
     <alias type="application/x-rar-compressed"/>
     <generic-icon name="package-x-generic"/>
     <expanded-acronym>Roshal ARchive</expanded-acronym>
     <alias type="application/x-rar-compressed"/>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="Rar!" type="string" offset="0"/>
     </magic>
     <glob pattern="*.rar"/>
       <match value="Rar!" type="string" offset="0"/>
     </magic>
     <glob pattern="*.rar"/>
     <generic-icon name="package-x-generic"/>
     <alias type="application/stuffit"/>
     <alias type="application/x-sit"/>
     <generic-icon name="package-x-generic"/>
     <alias type="application/stuffit"/>
     <alias type="application/x-sit"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="StuffIt " type="string" offset="0"/>
       <match value="SIT!" type="string" offset="0"/>
     </magic>
       <match value="StuffIt " type="string" offset="0"/>
       <match value="SIT!" type="string" offset="0"/>
     </magic>
     <comment xml:lang="zh_TW">Tar 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <alias type="application/x-gtar"/>
     <comment xml:lang="zh_TW">Tar 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <alias type="application/x-gtar"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="ustar\0" type="string" offset="257"/>
       <match value="ustar\040\040\0" type="string" offset="257"/>
     </magic>
       <match value="ustar\0" type="string" offset="257"/>
       <match value="ustar\040\040\0" type="string" offset="257"/>
     </magic>
     <comment xml:lang="zh_CN">XZ 归档文件</comment>
     <comment xml:lang="zh_TW">XZ 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">XZ 归档文件</comment>
     <comment xml:lang="zh_TW">XZ 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="\xfd\x37\x7a\x58\x5a\x00" type="string" offset="0"/>
     </magic>
     <glob pattern="*.xz"/>
       <match value="\xfd\x37\x7a\x58\x5a\x00" type="string" offset="0"/>
     </magic>
     <glob pattern="*.xz"/>
     <comment xml:lang="zh_CN">Zoo 归档文件</comment>
     <comment xml:lang="zh_TW">Zoo 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">Zoo 归档文件</comment>
     <comment xml:lang="zh_TW">Zoo 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="0xfdc4a7dc" type="little32" offset="20"/>
     </magic>
     <glob pattern="*.zoo"/>
       <match value="0xfdc4a7dc" type="little32" offset="20"/>
     </magic>
     <glob pattern="*.zoo"/>
     <sub-class-of type="application/xml"/>
     <generic-icon name="text-html"/>
     <glob pattern="*.xhtml"/>
     <sub-class-of type="application/xml"/>
     <generic-icon name="text-html"/>
     <glob pattern="*.xhtml"/>
+    <glob pattern="*.xht"/>
+    <magic priority="60">
+      <match value="//W3C//DTD XHTML " type="string" offset="0:256"/>
+      <match value="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" type="string" offset="0:256"/>
+      <match value="&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml" type="string" offset="0:256"/>
+      <match value="&lt;HTML xmlns=&quot;http://www.w3.org/1999/xhtml" type="string" offset="0:256"/>
+    </magic>
     <root-XML namespaceURI='http://www.w3.org/1999/xhtml' localName='html'/>
   </mime-type>
   <mime-type type="application/zip">
     <root-XML namespaceURI='http://www.w3.org/1999/xhtml' localName='html'/>
   </mime-type>
   <mime-type type="application/zip">
     <comment xml:lang="zh_CN">ACE 归档文件</comment>
     <comment xml:lang="zh_TW">ACE 封存檔</comment>
     <generic-icon name="package-x-generic"/>
     <comment xml:lang="zh_CN">ACE 归档文件</comment>
     <comment xml:lang="zh_TW">ACE 封存檔</comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match value="**ACE**" type="string" offset="7"/>
     </magic>
     <glob pattern="*.ace"/>
       <match value="**ACE**" type="string" offset="7"/>
     </magic>
     <glob pattern="*.ace"/>
     <sub-class-of type="application/zip"/>
     <glob pattern="*.kmz"/>
   </mime-type>
     <sub-class-of type="application/zip"/>
     <glob pattern="*.kmz"/>
   </mime-type>
+  <mime-type type="application/vnd.geo+json">
+    <comment>GeoJSON geospatial data</comment>
+    <sub-class-of type="application/json"/>
+    <glob pattern="*.geojson"/>
+    <glob pattern="*.geo.json"/>
+  </mime-type>
+  <mime-type type="application/gpx+xml">
+    <comment>GPX geographic data</comment>
+    <acronym>GPX</acronym>
+    <expanded-acronym>GPS Exchange Format</expanded-acronym>
+    <sub-class-of type="application/xml"/>
+    <glob pattern="*.gpx"/>
+  </mime-type>
   <mime-type type="application/x-ica">
     <comment>Citrix ICA settings file</comment>
     <comment xml:lang="ar">ملف إعدادات Citrix ICA</comment>
   <mime-type type="application/x-ica">
     <comment>Citrix ICA settings file</comment>
     <comment xml:lang="ar">ملف إعدادات Citrix ICA</comment>
     <glob pattern="*.adf"/>
   </mime-type>
 
     <glob pattern="*.adf"/>
   </mime-type>
 
+  <mime-type type="application/vnd.xdgapp">
+    <comment>XDG application bundle</comment>
+    <magic priority="50">
+      <match value="xdg-app\x00\x01\x00\x89\xe5" type="string" offset="0"/>
+    </magic>
+    <glob pattern="*.xdgapp"/>
+  </mime-type>
+
 </mime-info>
\ No newline at end of file
 </mime-info>
\ No newline at end of file
index 38f0147..02cf266 100644 (file)
@@ -560,7 +560,7 @@ command to generate the output files.
   <mime-type type="application/vnd.ms-cab-compressed">
     <_comment>Microsoft Cabinet archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/vnd.ms-cab-compressed">
     <_comment>Microsoft Cabinet archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match offset="0" type="string" value="MSCF\0\0\0\0" />
     </magic>
     <glob pattern="*.cab"/>
       <match offset="0" type="string" value="MSCF\0\0\0\0" />
     </magic>
     <glob pattern="*.cab"/>
@@ -1312,7 +1312,7 @@ command to generate the output files.
   <mime-type type="application/x-7z-compressed">
     <_comment>7-zip archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-7z-compressed">
     <_comment>7-zip archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="7z\274\257\047\034" offset="0"/>
     </magic>
     <glob pattern="*.7z"/>
       <match type="string" value="7z\274\257\047\034" offset="0"/>
     </magic>
     <glob pattern="*.7z"/>
@@ -1377,7 +1377,7 @@ command to generate the output files.
   <mime-type type="application/x-arc">
     <_comment>ARC archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-arc">
     <_comment>ARC archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="little32" mask="0x8080ffff" value="0x0000081a" offset="0"/>
       <match type="little32" mask="0x8080ffff" value="0x0000091a" offset="0"/>
       <match type="little32" mask="0x8080ffff" value="0x0000021a" offset="0"/>
       <match type="little32" mask="0x8080ffff" value="0x0000081a" offset="0"/>
       <match type="little32" mask="0x8080ffff" value="0x0000091a" offset="0"/>
       <match type="little32" mask="0x8080ffff" value="0x0000021a" offset="0"/>
@@ -1522,7 +1522,7 @@ command to generate the output files.
   <mime-type type="application/x-lrzip">
     <_comment>Lrzip archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-lrzip">
     <_comment>Lrzip archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="LRZI" offset="0"/>
     </magic>
     <glob pattern="*.lrz"/>
       <match type="string" value="LRZI" offset="0"/>
     </magic>
     <glob pattern="*.lrz"/>
@@ -1629,7 +1629,7 @@ command to generate the output files.
   <mime-type type="application/x-cpio">
     <_comment>CPIO archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-cpio">
     <_comment>CPIO archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="host16" value="070707" offset="0"/>
       <match type="string" value="070701" offset="0"/>
       <match type="string" value="070702" offset="0"/>
       <match type="host16" value="070707" offset="0"/>
       <match type="string" value="070701" offset="0"/>
       <match type="string" value="070702" offset="0"/>
@@ -2249,7 +2249,7 @@ command to generate the output files.
   <mime-type type="application/x-java-pack200">
     <_comment>Pack200 Java archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-java-pack200">
     <_comment>Pack200 Java archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="big32" value="0xcafed00d" offset="0"/>
     </magic>
     <glob pattern="*.pack"/>
       <match type="big32" value="0xcafed00d" offset="0"/>
     </magic>
     <glob pattern="*.pack"/>
@@ -2530,7 +2530,7 @@ command to generate the output files.
   <mime-type type="application/x-lha">
     <_comment>LHA archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-lha">
     <_comment>LHA archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="-lh -" offset="2"/>
       <match type="string" value="-lh0-" offset="2"/>
       <match type="string" value="-lh1-" offset="2"/>
       <match type="string" value="-lh -" offset="2"/>
       <match type="string" value="-lh0-" offset="2"/>
       <match type="string" value="-lh1-" offset="2"/>
@@ -2575,7 +2575,7 @@ command to generate the output files.
   <mime-type type="application/x-lz4">
     <_comment>LZ4 archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-lz4">
     <_comment>LZ4 archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="little32" value="0x184d2204" offset="0"/>
       <match type="little32" value="0x184c2102" offset="0"/>
     </magic>
       <match type="little32" value="0x184d2204" offset="0"/>
       <match type="little32" value="0x184c2102" offset="0"/>
     </magic>
@@ -2584,7 +2584,7 @@ command to generate the output files.
   <mime-type type="application/x-lzip">
     <_comment>Lzip archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-lzip">
     <_comment>Lzip archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="LZIP" offset="0"/>
     </magic>
     <glob pattern="*.lz"/>
       <match type="string" value="LZIP" offset="0"/>
     </magic>
     <glob pattern="*.lz"/>
@@ -2608,7 +2608,7 @@ command to generate the output files.
     <acronym>LZO</acronym>
     <expanded-acronym>Lempel-Ziv-Oberhumer</expanded-acronym>
     <generic-icon name="package-x-generic"/>
     <acronym>LZO</acronym>
     <expanded-acronym>Lempel-Ziv-Oberhumer</expanded-acronym>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="\x89\x4c\x5a\x4f\x00\x0d\x0a\x1a\x0a" offset="0"/>
     </magic>
     <glob pattern="*.lzo"/>
       <match type="string" value="\x89\x4c\x5a\x4f\x00\x0d\x0a\x1a\x0a" offset="0"/>
     </magic>
     <glob pattern="*.lzo"/>
@@ -2616,11 +2616,23 @@ command to generate the output files.
   <mime-type type="application/x-qpress">
     <_comment>Qpress archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-qpress">
     <_comment>Qpress archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="qpress10" offset="0"/>
     </magic>
     <glob pattern="*.qp"/>
   </mime-type>
       <match type="string" value="qpress10" offset="0"/>
     </magic>
     <glob pattern="*.qp"/>
   </mime-type>
+  <mime-type type="application/x-xar">
+    <_comment>XAR archive</_comment>
+    <acronym>XAR</acronym>
+    <expanded-acronym>eXtensible ARchive</expanded-acronym>
+    <generic-icon name="package-x-generic"/>
+    <magic priority="60">
+      <match type="big32" value="0x78617221" offset="0"/>
+    </magic>
+    <glob pattern="*.xar"/>
+    <!-- OS X 10.5+ installer package -->
+    <glob pattern="*.pkg"/>
+  </mime-type>
   <mime-type type="application/zlib">
     <_comment>Zlib archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/zlib">
     <_comment>Zlib archive</_comment>
     <generic-icon name="package-x-generic"/>
@@ -3041,7 +3053,7 @@ command to generate the output files.
     <acronym>Parchive</acronym>
     <expanded-acronym>Parity Volume Set Archive</expanded-acronym>
     <generic-icon name="package-x-generic"/>
     <acronym>Parchive</acronym>
     <expanded-acronym>Parity Volume Set Archive</expanded-acronym>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match offset="0" type="string" value="PAR2" />
     </magic>
     <glob pattern="*.PAR2" />
       <match offset="0" type="string" value="PAR2" />
     </magic>
     <glob pattern="*.PAR2" />
@@ -3185,7 +3197,7 @@ command to generate the output files.
     <expanded-acronym>Roshal ARchive</expanded-acronym>
     <alias type="application/x-rar-compressed"/>
     <generic-icon name="package-x-generic"/>
     <expanded-acronym>Roshal ARchive</expanded-acronym>
     <alias type="application/x-rar-compressed"/>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="Rar!" offset="0"/>
     </magic>
     <glob pattern="*.rar"/>
       <match type="string" value="Rar!" offset="0"/>
     </magic>
     <glob pattern="*.rar"/>
@@ -3372,7 +3384,7 @@ command to generate the output files.
     <generic-icon name="package-x-generic"/>
     <alias type="application/stuffit"/>
     <alias type="application/x-sit"/>
     <generic-icon name="package-x-generic"/>
     <alias type="application/stuffit"/>
     <alias type="application/x-sit"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="StuffIt " offset="0"/>
       <match type="string" value="SIT!" offset="0"/>
     </magic>
       <match type="string" value="StuffIt " offset="0"/>
       <match type="string" value="SIT!" offset="0"/>
     </magic>
@@ -3511,7 +3523,7 @@ command to generate the output files.
     <_comment>Tar archive</_comment>
     <generic-icon name="package-x-generic"/>
     <alias type="application/x-gtar"/>
     <_comment>Tar archive</_comment>
     <generic-icon name="package-x-generic"/>
     <alias type="application/x-gtar"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="ustar\0" offset="257"/>
       <match type="string" value="ustar\040\040\0" offset="257"/>
     </magic>
       <match type="string" value="ustar\0" offset="257"/>
       <match type="string" value="ustar\040\040\0" offset="257"/>
     </magic>
@@ -3597,7 +3609,7 @@ command to generate the output files.
   <mime-type type="application/x-xz">
     <_comment>XZ archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-xz">
     <_comment>XZ archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="\xfd\x37\x7a\x58\x5a\x00" offset="0"/>
     </magic>
     <glob pattern="*.xz"/>
       <match type="string" value="\xfd\x37\x7a\x58\x5a\x00" offset="0"/>
     </magic>
     <glob pattern="*.xz"/>
@@ -3645,7 +3657,7 @@ command to generate the output files.
   <mime-type type="application/x-zoo">
     <_comment>Zoo archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-zoo">
     <_comment>Zoo archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="little32" value="0xfdc4a7dc" offset="20"/>
     </magic>
     <glob pattern="*.zoo"/>
       <match type="little32" value="0xfdc4a7dc" offset="20"/>
     </magic>
     <glob pattern="*.zoo"/>
@@ -3657,6 +3669,13 @@ command to generate the output files.
     <sub-class-of type="application/xml"/>
     <generic-icon name="text-html"/>
     <glob pattern="*.xhtml"/>
     <sub-class-of type="application/xml"/>
     <generic-icon name="text-html"/>
     <glob pattern="*.xhtml"/>
+    <glob pattern="*.xht"/>
+    <magic priority="60">
+      <match type="string" value="//W3C//DTD XHTML " offset="0:256"/>
+      <match type="string" value="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" offset="0:256"/>
+      <match type="string" value="&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml" offset="0:256"/>
+      <match type="string" value="&lt;HTML xmlns=&quot;http://www.w3.org/1999/xhtml" offset="0:256"/>
+    </magic>
     <root-XML namespaceURI='http://www.w3.org/1999/xhtml' localName='html'/>
   </mime-type>
   <mime-type type="application/zip">
     <root-XML namespaceURI='http://www.w3.org/1999/xhtml' localName='html'/>
   </mime-type>
   <mime-type type="application/zip">
@@ -5295,7 +5314,7 @@ command to generate the output files.
   <mime-type type="application/x-ace">
     <_comment>ACE archive</_comment>
     <generic-icon name="package-x-generic"/>
   <mime-type type="application/x-ace">
     <_comment>ACE archive</_comment>
     <generic-icon name="package-x-generic"/>
-    <magic priority="50">
+    <magic priority="60">
       <match type="string" value="**ACE**" offset="7"/>
     </magic>
     <glob pattern="*.ace"/>
       <match type="string" value="**ACE**" offset="7"/>
     </magic>
     <glob pattern="*.ace"/>
@@ -6183,6 +6202,19 @@ command to generate the output files.
     <sub-class-of type="application/zip"/>
     <glob pattern="*.kmz"/>
   </mime-type>
     <sub-class-of type="application/zip"/>
     <glob pattern="*.kmz"/>
   </mime-type>
+  <mime-type type="application/vnd.geo+json">
+    <_comment>GeoJSON geospatial data</_comment>
+    <sub-class-of type="application/json"/>
+    <glob pattern="*.geojson"/>
+    <glob pattern="*.geo.json"/>
+  </mime-type>
+  <mime-type type="application/gpx+xml">
+    <_comment>GPX geographic data</_comment>
+    <acronym>GPX</acronym>
+    <expanded-acronym>GPS Exchange Format</expanded-acronym>
+    <sub-class-of type="application/xml"/>
+    <glob pattern="*.gpx"/>
+  </mime-type>
   <mime-type type="application/x-ica">
     <_comment>Citrix ICA settings file</_comment>
     <acronym>ICA</acronym>
   <mime-type type="application/x-ica">
     <_comment>Citrix ICA settings file</_comment>
     <acronym>ICA</acronym>
@@ -6508,4 +6540,12 @@ command to generate the output files.
     <glob pattern="*.adf"/>
   </mime-type>
 
     <glob pattern="*.adf"/>
   </mime-type>
 
+  <mime-type type="application/vnd.xdgapp">
+    <_comment>XDG application bundle</_comment>
+    <magic priority="50">
+      <match type="string" value="xdg-app\x00\x01\x00\x89\xe5" offset="0"/>
+    </magic>
+    <glob pattern="*.xdgapp"/>
+  </mime-type>
+
 </mime-info>
 </mime-info>
index cbf44f4..99bd3f7 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-09-16 13:38+0200\n"
+"POT-Creation-Date: 2016-02-23 14:42+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1039,1834 +1039,1850 @@ msgid "Qpress archive"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:260
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:260
-msgid "Zlib archive"
+msgid "XAR archive"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:261
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:261
-msgid "MagicPoint presentation"
+msgid "Zlib archive"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:262
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:262
-msgid "Macintosh MacBinary file"
+msgid "MagicPoint presentation"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:263
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:263
-msgid "Matroska stream"
+msgid "Macintosh MacBinary file"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:264
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:264
-msgid "Matroska video"
+msgid "Matroska stream"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:265
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:265
-msgid "Matroska 3D video"
+msgid "Matroska video"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:266
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:266
-msgid "Matroska audio"
+msgid "Matroska 3D video"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:267
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:267
-msgid "WebM video"
+msgid "Matroska audio"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:268
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:268
-msgid "WebM audio"
+msgid "WebM video"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:269
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:269
-msgid "MHTML web archive"
+msgid "WebM audio"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:270
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:270
-msgid "MXF video"
+msgid "MHTML web archive"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:271
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:271
-msgid "OCL file"
+msgid "MXF video"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:272
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:272
-msgid "COBOL source file"
+msgid "OCL file"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:273
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:273
-msgid "Mobipocket e-book"
+msgid "COBOL source file"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:274
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:274
-msgid "Adobe FrameMaker MIF document"
+msgid "Mobipocket e-book"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:275
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:275
-msgid "Mozilla bookmarks"
+msgid "Adobe FrameMaker MIF document"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:276
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:276
-msgid "DOS/Windows executable"
+msgid "Mozilla bookmarks"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:277
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:277
-msgid "Internet shortcut"
+msgid "DOS/Windows executable"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:278
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:278
-msgid "WRI document"
+msgid "Internet shortcut"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:279
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:279
-msgid "MSX ROM"
+msgid "WRI document"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:280
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:280
-msgid "M4 macro"
+msgid "MSX ROM"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:281
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:281
-msgid "Nintendo64 ROM"
+msgid "M4 macro"
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:282
 msgstr ""
 
 #: ../freedesktop.org.xml.in.h:282
+msgid "Nintendo64 ROM"
+msgstr ""
+
+#: ../freedesktop.org.xml.in.h:283
 msgid "Nautilus link"
 msgstr ""
 
 #. Translate this to Famicom if the console was known as such in your locale
 msgid "Nautilus link"
 msgstr ""
 
 #. Translate this to Famicom if the console was known as such in your locale
-#: ../freedesktop.org.xml.in.h:284
+#: ../freedesktop.org.xml.in.h:285
 msgid "NES ROM"
 msgstr ""
 
 msgid "NES ROM"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:285
+#: ../freedesktop.org.xml.in.h:286
 msgid "Unidata NetCDF document"
 msgstr ""
 
 msgid "Unidata NetCDF document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:286
+#: ../freedesktop.org.xml.in.h:287
 msgid "NewzBin usenet index"
 msgstr ""
 
 msgid "NewzBin usenet index"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:287
+#: ../freedesktop.org.xml.in.h:288
 msgid "object code"
 msgstr ""
 
 msgid "object code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:288
+#: ../freedesktop.org.xml.in.h:289
 msgid "Annodex exchange format"
 msgstr ""
 
 msgid "Annodex exchange format"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:289
+#: ../freedesktop.org.xml.in.h:290
 msgid "Annodex Video"
 msgstr ""
 
 msgid "Annodex Video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:290
+#: ../freedesktop.org.xml.in.h:291
 msgid "Annodex Audio"
 msgstr ""
 
 msgid "Annodex Audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:291
+#: ../freedesktop.org.xml.in.h:292
 msgid "Ogg multimedia file"
 msgstr ""
 
 msgid "Ogg multimedia file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:292
+#: ../freedesktop.org.xml.in.h:293
 msgid "Ogg Audio"
 msgstr ""
 
 msgid "Ogg Audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:293
+#: ../freedesktop.org.xml.in.h:294
 msgid "Ogg Video"
 msgstr ""
 
 msgid "Ogg Video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:294
+#: ../freedesktop.org.xml.in.h:295
 msgid "Ogg Vorbis audio"
 msgstr ""
 
 msgid "Ogg Vorbis audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:295
+#: ../freedesktop.org.xml.in.h:296
 msgid "Ogg FLAC audio"
 msgstr ""
 
 msgid "Ogg FLAC audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:296
+#: ../freedesktop.org.xml.in.h:297
 msgid "Opus audio"
 msgstr ""
 
 msgid "Opus audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:297
+#: ../freedesktop.org.xml.in.h:298
 msgid "Ogg Speex audio"
 msgstr ""
 
 msgid "Ogg Speex audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:298
+#: ../freedesktop.org.xml.in.h:299
 msgid "Speex audio"
 msgstr ""
 
 msgid "Speex audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:299
+#: ../freedesktop.org.xml.in.h:300
 msgid "Ogg Theora video"
 msgstr ""
 
 msgid "Ogg Theora video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:300
+#: ../freedesktop.org.xml.in.h:301
 msgid "OGM video"
 msgstr ""
 
 msgid "OGM video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:301
+#: ../freedesktop.org.xml.in.h:302
 msgid "OLE2 compound document storage"
 msgstr ""
 
 msgid "OLE2 compound document storage"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:302
+#: ../freedesktop.org.xml.in.h:303
 msgid "Microsoft Publisher document"
 msgstr ""
 
 msgid "Microsoft Publisher document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:303
+#: ../freedesktop.org.xml.in.h:304
 msgid "Windows Installer package"
 msgstr ""
 
 msgid "Windows Installer package"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:304
+#: ../freedesktop.org.xml.in.h:305
 msgid "GNU Oleo spreadsheet"
 msgstr ""
 
 msgid "GNU Oleo spreadsheet"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:305
+#: ../freedesktop.org.xml.in.h:306
 msgid "PAK archive"
 msgstr ""
 
 msgid "PAK archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:306
+#: ../freedesktop.org.xml.in.h:307
 msgid "Palm OS database"
 msgstr ""
 
 msgid "Palm OS database"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:307
+#: ../freedesktop.org.xml.in.h:308
 msgid "Parchive archive"
 msgstr ""
 
 msgid "Parchive archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:308
+#: ../freedesktop.org.xml.in.h:309
 msgid "PEF executable"
 msgstr ""
 
 msgid "PEF executable"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:309
+#: ../freedesktop.org.xml.in.h:310
 msgid "Perl script"
 msgstr ""
 
 msgid "Perl script"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:310
+#: ../freedesktop.org.xml.in.h:311
 msgid "PHP script"
 msgstr ""
 
 msgid "PHP script"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:311
+#: ../freedesktop.org.xml.in.h:312
 msgid "PKCS#7 certificate bundle"
 msgstr ""
 
 msgid "PKCS#7 certificate bundle"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:312
+#: ../freedesktop.org.xml.in.h:313
 msgid "PKCS#12 certificate bundle"
 msgstr ""
 
 msgid "PKCS#12 certificate bundle"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:313
+#: ../freedesktop.org.xml.in.h:314
 msgid "PlanPerfect spreadsheet"
 msgstr ""
 
 msgid "PlanPerfect spreadsheet"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:314
+#: ../freedesktop.org.xml.in.h:315
 msgid "Pocket Word document"
 msgstr ""
 
 msgid "Pocket Word document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:315
+#: ../freedesktop.org.xml.in.h:316
 msgid "profiler results"
 msgstr ""
 
 msgid "profiler results"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:316
+#: ../freedesktop.org.xml.in.h:317
 msgid "Pathetic Writer document"
 msgstr ""
 
 msgid "Pathetic Writer document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:317
+#: ../freedesktop.org.xml.in.h:318
 msgid "Python bytecode"
 msgstr ""
 
 msgid "Python bytecode"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:318
+#: ../freedesktop.org.xml.in.h:319
 msgid "QtiPlot document"
 msgstr ""
 
 msgid "QtiPlot document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:319
+#: ../freedesktop.org.xml.in.h:320
 msgid "Quattro Pro spreadsheet"
 msgstr ""
 
 msgid "Quattro Pro spreadsheet"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:320
+#: ../freedesktop.org.xml.in.h:321
 msgid "QuickTime metalink playlist"
 msgstr ""
 
 msgid "QuickTime metalink playlist"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:321
+#: ../freedesktop.org.xml.in.h:322
 msgid "Quicken document"
 msgstr ""
 
 msgid "Quicken document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:322
+#: ../freedesktop.org.xml.in.h:323
 msgid "RAR archive"
 msgstr ""
 
 msgid "RAR archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:323
+#: ../freedesktop.org.xml.in.h:324
 msgid "DAR archive"
 msgstr ""
 
 msgid "DAR archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:324
+#: ../freedesktop.org.xml.in.h:325
 msgid "Alzip archive"
 msgstr ""
 
 msgid "Alzip archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:325
+#: ../freedesktop.org.xml.in.h:326
 msgid "rejected patch"
 msgstr ""
 
 msgid "rejected patch"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:326
+#: ../freedesktop.org.xml.in.h:327
 msgid "RPM package"
 msgstr ""
 
 msgid "RPM package"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:327
+#: ../freedesktop.org.xml.in.h:328
 msgid "Source RPM package"
 msgstr ""
 
 msgid "Source RPM package"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:328
+#: ../freedesktop.org.xml.in.h:329
 msgid "Ruby script"
 msgstr ""
 
 msgid "Ruby script"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:329
+#: ../freedesktop.org.xml.in.h:330
 msgid "Markaby script"
 msgstr ""
 
 msgid "Markaby script"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:330
+#: ../freedesktop.org.xml.in.h:331
 msgid "Rust source code"
 msgstr ""
 
 msgid "Rust source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:331
+#: ../freedesktop.org.xml.in.h:332
 msgid "SC/Xspread spreadsheet"
 msgstr ""
 
 msgid "SC/Xspread spreadsheet"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:332
+#: ../freedesktop.org.xml.in.h:333
 msgid "shell archive"
 msgstr ""
 
 msgid "shell archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:333
+#: ../freedesktop.org.xml.in.h:334
 msgid "libtool shared library"
 msgstr ""
 
 msgid "libtool shared library"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:334
+#: ../freedesktop.org.xml.in.h:335
 msgid "shared library"
 msgstr ""
 
 msgid "shared library"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:335
+#: ../freedesktop.org.xml.in.h:336
 msgid "shell script"
 msgstr ""
 
 msgid "shell script"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:336
+#: ../freedesktop.org.xml.in.h:337
 msgid "Shockwave Flash file"
 msgstr ""
 
 #. translators: "Shorten" is the name of an audio codec
 msgid "Shockwave Flash file"
 msgstr ""
 
 #. translators: "Shorten" is the name of an audio codec
-#: ../freedesktop.org.xml.in.h:338
+#: ../freedesktop.org.xml.in.h:339
 msgid "Shorten audio"
 msgstr ""
 
 msgid "Shorten audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:339
+#: ../freedesktop.org.xml.in.h:340
 msgid "Siag spreadsheet"
 msgstr ""
 
 msgid "Siag spreadsheet"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:340
+#: ../freedesktop.org.xml.in.h:341
 msgid "Skencil document"
 msgstr ""
 
 msgid "Skencil document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:341
+#: ../freedesktop.org.xml.in.h:342
 msgid "Stampede package"
 msgstr ""
 
 msgid "Stampede package"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:342
+#: ../freedesktop.org.xml.in.h:343
 msgid "Sega Master System/Game Gear ROM"
 msgstr ""
 
 #. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale
 msgid "Sega Master System/Game Gear ROM"
 msgstr ""
 
 #. Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale
-#: ../freedesktop.org.xml.in.h:344
+#: ../freedesktop.org.xml.in.h:345
 msgid "Super NES ROM"
 msgstr ""
 
 msgid "Super NES ROM"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:345
+#: ../freedesktop.org.xml.in.h:346
 msgid "StuffIt archive"
 msgstr ""
 
 msgid "StuffIt archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:346
+#: ../freedesktop.org.xml.in.h:347
 msgid "SubRip subtitles"
 msgstr ""
 
 msgid "SubRip subtitles"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:347
+#: ../freedesktop.org.xml.in.h:348
 msgid "WebVTT subtitles"
 msgstr ""
 
 msgid "WebVTT subtitles"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:348
+#: ../freedesktop.org.xml.in.h:349
 msgid "SAMI subtitles"
 msgstr ""
 
 msgid "SAMI subtitles"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:349
+#: ../freedesktop.org.xml.in.h:350
 msgid "MicroDVD subtitles"
 msgstr ""
 
 msgid "MicroDVD subtitles"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:350
+#: ../freedesktop.org.xml.in.h:351
 msgid "MPSub subtitles"
 msgstr ""
 
 msgid "MPSub subtitles"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:351
+#: ../freedesktop.org.xml.in.h:352
 msgid "SSA subtitles"
 msgstr ""
 
 msgid "SSA subtitles"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:352
+#: ../freedesktop.org.xml.in.h:353
 msgid "SubViewer subtitles"
 msgstr ""
 
 msgid "SubViewer subtitles"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:353
+#: ../freedesktop.org.xml.in.h:354
 msgid "iMelody ringtone"
 msgstr ""
 
 msgid "iMelody ringtone"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:354
+#: ../freedesktop.org.xml.in.h:355
 msgid "SMAF audio"
 msgstr ""
 
 msgid "SMAF audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:355
+#: ../freedesktop.org.xml.in.h:356
 msgid "MRML playlist"
 msgstr ""
 
 msgid "MRML playlist"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:356
+#: ../freedesktop.org.xml.in.h:357
 msgid "XMF audio"
 msgstr ""
 
 msgid "XMF audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:357
+#: ../freedesktop.org.xml.in.h:358
 msgid "SV4 CPIO archive"
 msgstr ""
 
 msgid "SV4 CPIO archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:358
+#: ../freedesktop.org.xml.in.h:359
 msgid "SV4 CPIO archive (with CRC)"
 msgstr ""
 
 msgid "SV4 CPIO archive (with CRC)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:359
+#: ../freedesktop.org.xml.in.h:360
 msgid "Tar archive"
 msgstr ""
 
 msgid "Tar archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:360
+#: ../freedesktop.org.xml.in.h:361
 msgid "Tar archive (compressed)"
 msgstr ""
 
 msgid "Tar archive (compressed)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:361
+#: ../freedesktop.org.xml.in.h:362
 msgid "generic font file"
 msgstr ""
 
 msgid "generic font file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:362
+#: ../freedesktop.org.xml.in.h:363
 msgid "packed font file"
 msgstr ""
 
 msgid "packed font file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:363
+#: ../freedesktop.org.xml.in.h:364
 msgid "TGIF document"
 msgstr ""
 
 msgid "TGIF document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:364
+#: ../freedesktop.org.xml.in.h:365
 msgid "theme"
 msgstr ""
 
 msgid "theme"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:365
+#: ../freedesktop.org.xml.in.h:366
 msgid "ToutDoux document"
 msgstr ""
 
 msgid "ToutDoux document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:366
+#: ../freedesktop.org.xml.in.h:367
 msgid "backup file"
 msgstr ""
 
 msgid "backup file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:367
+#: ../freedesktop.org.xml.in.h:368
 msgid "Troff document"
 msgstr ""
 
 msgid "Troff document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:368
+#: ../freedesktop.org.xml.in.h:369
 msgid "Manpage manual document"
 msgstr ""
 
 msgid "Manpage manual document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:369
+#: ../freedesktop.org.xml.in.h:370
 msgid "manual page (compressed)"
 msgstr ""
 
 msgid "manual page (compressed)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:370
+#: ../freedesktop.org.xml.in.h:371
 msgid "Tar archive (LZO-compressed)"
 msgstr ""
 
 msgid "Tar archive (LZO-compressed)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:371
+#: ../freedesktop.org.xml.in.h:372
 msgid "XZ archive"
 msgstr ""
 
 msgid "XZ archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:372
+#: ../freedesktop.org.xml.in.h:373
 msgid "Tar archive (XZ-compressed)"
 msgstr ""
 
 msgid "Tar archive (XZ-compressed)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:373
+#: ../freedesktop.org.xml.in.h:374
 msgid "PDF document (XZ-compressed)"
 msgstr ""
 
 msgid "PDF document (XZ-compressed)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:374
+#: ../freedesktop.org.xml.in.h:375
 msgid "Ustar archive"
 msgstr ""
 
 msgid "Ustar archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:375
+#: ../freedesktop.org.xml.in.h:376
 msgid "WAIS source code"
 msgstr ""
 
 msgid "WAIS source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:376
+#: ../freedesktop.org.xml.in.h:377
 msgid "WordPerfect/Drawperfect image"
 msgstr ""
 
 msgid "WordPerfect/Drawperfect image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:377
+#: ../freedesktop.org.xml.in.h:378
 msgid "DER/PEM/Netscape-encoded X.509 certificate"
 msgstr ""
 
 msgid "DER/PEM/Netscape-encoded X.509 certificate"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:378
+#: ../freedesktop.org.xml.in.h:379
 msgid "empty document"
 msgstr ""
 
 msgid "empty document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:379
+#: ../freedesktop.org.xml.in.h:380
 msgid "Zoo archive"
 msgstr ""
 
 msgid "Zoo archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:380
+#: ../freedesktop.org.xml.in.h:381
 msgid "XHTML page"
 msgstr ""
 
 msgid "XHTML page"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:381
+#: ../freedesktop.org.xml.in.h:382
 msgid "Zip archive"
 msgstr ""
 
 msgid "Zip archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:382
+#: ../freedesktop.org.xml.in.h:383
 msgid "WIM disk Image"
 msgstr ""
 
 msgid "WIM disk Image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:383
+#: ../freedesktop.org.xml.in.h:384
 msgid "Dolby Digital audio"
 msgstr ""
 
 msgid "Dolby Digital audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:384
+#: ../freedesktop.org.xml.in.h:385
 msgid "DTS audio"
 msgstr ""
 
 msgid "DTS audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:385
+#: ../freedesktop.org.xml.in.h:386
 msgid "DTSHD audio"
 msgstr ""
 
 msgid "DTSHD audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:386
+#: ../freedesktop.org.xml.in.h:387
 msgid "AMR audio"
 msgstr ""
 
 msgid "AMR audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:387
+#: ../freedesktop.org.xml.in.h:388
 msgid "AMR-WB audio"
 msgstr ""
 
 msgid "AMR-WB audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:388
+#: ../freedesktop.org.xml.in.h:389
 msgid "ULAW (Sun) audio"
 msgstr ""
 
 msgid "ULAW (Sun) audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:389
+#: ../freedesktop.org.xml.in.h:390
 msgid "Commodore 64 audio"
 msgstr ""
 
 msgid "Commodore 64 audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:390
+#: ../freedesktop.org.xml.in.h:391
 msgid "PCM audio"
 msgstr ""
 
 msgid "PCM audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:391
+#: ../freedesktop.org.xml.in.h:392
 msgid "AIFC audio"
 msgstr ""
 
 msgid "AIFC audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:392
+#: ../freedesktop.org.xml.in.h:393
 msgid "AIFF/Amiga/Mac audio"
 msgstr ""
 
 msgid "AIFF/Amiga/Mac audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:393
+#: ../freedesktop.org.xml.in.h:394
 msgid "Monkey's audio"
 msgstr ""
 
 msgid "Monkey's audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:394
+#: ../freedesktop.org.xml.in.h:395
 msgid "Impulse Tracker audio"
 msgstr ""
 
 msgid "Impulse Tracker audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:395
+#: ../freedesktop.org.xml.in.h:396
 msgid "FLAC audio"
 msgstr ""
 
 msgid "FLAC audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:396
+#: ../freedesktop.org.xml.in.h:397
 msgid "WavPack audio"
 msgstr ""
 
 msgid "WavPack audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:397
+#: ../freedesktop.org.xml.in.h:398
 msgid "WavPack audio correction file"
 msgstr ""
 
 msgid "WavPack audio correction file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:398
+#: ../freedesktop.org.xml.in.h:399
 msgid "MIDI audio"
 msgstr ""
 
 msgid "MIDI audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:399
+#: ../freedesktop.org.xml.in.h:400
 msgid "compressed Tracker audio"
 msgstr ""
 
 msgid "compressed Tracker audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:400
+#: ../freedesktop.org.xml.in.h:401
 msgid "AAC audio"
 msgstr ""
 
 msgid "AAC audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:401
+#: ../freedesktop.org.xml.in.h:402
 msgid "MPEG-4 audio"
 msgstr ""
 
 msgid "MPEG-4 audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:402
+#: ../freedesktop.org.xml.in.h:403
 msgid "MPEG-4 video"
 msgstr ""
 
 msgid "MPEG-4 video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:403
+#: ../freedesktop.org.xml.in.h:404
 msgid "MPEG-4 audio book"
 msgstr ""
 
 msgid "MPEG-4 audio book"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:404
+#: ../freedesktop.org.xml.in.h:405
 msgid "3GPP multimedia file"
 msgstr ""
 
 msgid "3GPP multimedia file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:405
+#: ../freedesktop.org.xml.in.h:406
 msgid "3GPP2 multimedia file"
 msgstr ""
 
 msgid "3GPP2 multimedia file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:406
+#: ../freedesktop.org.xml.in.h:407
 msgid "Amiga SoundTracker audio"
 msgstr ""
 
 msgid "Amiga SoundTracker audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:407
+#: ../freedesktop.org.xml.in.h:408
 msgid "MP2 audio"
 msgstr ""
 
 msgid "MP2 audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:408
+#: ../freedesktop.org.xml.in.h:409
 msgid "MP3 audio"
 msgstr ""
 
 msgid "MP3 audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:409
+#: ../freedesktop.org.xml.in.h:410
 msgid "MP3 audio (streamed)"
 msgstr ""
 
 msgid "MP3 audio (streamed)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:410
+#: ../freedesktop.org.xml.in.h:411
 msgid "HTTP Live Streaming playlist"
 msgstr ""
 
 msgid "HTTP Live Streaming playlist"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:411
+#: ../freedesktop.org.xml.in.h:412
 msgid "Microsoft ASX playlist"
 msgstr ""
 
 msgid "Microsoft ASX playlist"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:412
+#: ../freedesktop.org.xml.in.h:413
 msgid "PSF audio"
 msgstr ""
 
 msgid "PSF audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:413
+#: ../freedesktop.org.xml.in.h:414
 msgid "MiniPSF audio"
 msgstr ""
 
 msgid "MiniPSF audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:414
+#: ../freedesktop.org.xml.in.h:415
 msgid "PSFlib audio library"
 msgstr ""
 
 msgid "PSFlib audio library"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:415
+#: ../freedesktop.org.xml.in.h:416
 msgid "Windows Media audio"
 msgstr ""
 
 msgid "Windows Media audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:416
+#: ../freedesktop.org.xml.in.h:417
 msgid "Musepack audio"
 msgstr ""
 
 msgid "Musepack audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:417
+#: ../freedesktop.org.xml.in.h:418
 msgid "RealAudio document"
 msgstr ""
 
 msgid "RealAudio document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:418
+#: ../freedesktop.org.xml.in.h:419
 msgid "RealMedia Metafile"
 msgstr ""
 
 msgid "RealMedia Metafile"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:419
+#: ../freedesktop.org.xml.in.h:420
 msgid "RealVideo document"
 msgstr ""
 
 msgid "RealVideo document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:420
+#: ../freedesktop.org.xml.in.h:421
 msgid "RealMedia document"
 msgstr ""
 
 msgid "RealMedia document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:421
+#: ../freedesktop.org.xml.in.h:422
 msgid "RealPix document"
 msgstr ""
 
 msgid "RealPix document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:422
+#: ../freedesktop.org.xml.in.h:423
 msgid "RealText document"
 msgstr ""
 
 msgid "RealText document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:423
+#: ../freedesktop.org.xml.in.h:424
 msgid "RIFF audio"
 msgstr ""
 
 msgid "RIFF audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:424
+#: ../freedesktop.org.xml.in.h:425
 msgid "RIFF container"
 msgstr ""
 
 msgid "RIFF container"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:425
+#: ../freedesktop.org.xml.in.h:426
 msgid "Scream Tracker 3 audio"
 msgstr ""
 
 msgid "Scream Tracker 3 audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:426
+#: ../freedesktop.org.xml.in.h:427
 msgid "MP3 ShoutCast playlist"
 msgstr ""
 
 msgid "MP3 ShoutCast playlist"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:427
+#: ../freedesktop.org.xml.in.h:428
 msgid "Scream Tracker audio"
 msgstr ""
 
 msgid "Scream Tracker audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:428
+#: ../freedesktop.org.xml.in.h:429
 msgid "VOC audio"
 msgstr ""
 
 msgid "VOC audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:429
+#: ../freedesktop.org.xml.in.h:430
 msgid "WAV audio"
 msgstr ""
 
 msgid "WAV audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:430
+#: ../freedesktop.org.xml.in.h:431
 msgid "Scream Tracker instrument"
 msgstr ""
 
 msgid "Scream Tracker instrument"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:431
+#: ../freedesktop.org.xml.in.h:432
 msgid "FastTracker II audio"
 msgstr ""
 
 msgid "FastTracker II audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:432
+#: ../freedesktop.org.xml.in.h:433
 msgid "TrueAudio audio"
 msgstr ""
 
 msgid "TrueAudio audio"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:433
+#: ../freedesktop.org.xml.in.h:434
 msgid "Windows BMP image"
 msgstr ""
 
 msgid "Windows BMP image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:434
+#: ../freedesktop.org.xml.in.h:435
 msgid "WBMP image"
 msgstr ""
 
 msgid "WBMP image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:435
+#: ../freedesktop.org.xml.in.h:436
 msgid "Computer Graphics Metafile"
 msgstr ""
 
 msgid "Computer Graphics Metafile"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:436
+#: ../freedesktop.org.xml.in.h:437
 msgid "CCITT G3 fax"
 msgstr ""
 
 msgid "CCITT G3 fax"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:437
+#: ../freedesktop.org.xml.in.h:438
 msgid "G3 fax image"
 msgstr ""
 
 msgid "G3 fax image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:438
+#: ../freedesktop.org.xml.in.h:439
 msgid "GIF image"
 msgstr ""
 
 msgid "GIF image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:439
+#: ../freedesktop.org.xml.in.h:440
 msgid "IEF image"
 msgstr ""
 
 msgid "IEF image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:440
+#: ../freedesktop.org.xml.in.h:441
 msgid "JPEG image"
 msgstr ""
 
 msgid "JPEG image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:441
+#: ../freedesktop.org.xml.in.h:442
 msgid "JPEG-2000 image"
 msgstr ""
 
 msgid "JPEG-2000 image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:442
+#: ../freedesktop.org.xml.in.h:443
 msgid "OpenRaster archiving image"
 msgstr ""
 
 msgid "OpenRaster archiving image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:443
+#: ../freedesktop.org.xml.in.h:444
 msgid "DirectDraw surface"
 msgstr ""
 
 msgid "DirectDraw surface"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:444
+#: ../freedesktop.org.xml.in.h:445
 msgid "X11 cursor"
 msgstr ""
 
 msgid "X11 cursor"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:445
+#: ../freedesktop.org.xml.in.h:446
 msgid "EXR image"
 msgstr ""
 
 msgid "EXR image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:446
+#: ../freedesktop.org.xml.in.h:447
 msgid "Macintosh Quickdraw/PICT drawing"
 msgstr ""
 
 msgid "Macintosh Quickdraw/PICT drawing"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:447
+#: ../freedesktop.org.xml.in.h:448
 msgid "UFRaw ID image"
 msgstr ""
 
 msgid "UFRaw ID image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:448
+#: ../freedesktop.org.xml.in.h:449
 msgid "digital raw image"
 msgstr ""
 
 msgid "digital raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:449
+#: ../freedesktop.org.xml.in.h:450
 msgid "Adobe DNG negative"
 msgstr ""
 
 msgid "Adobe DNG negative"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:450
+#: ../freedesktop.org.xml.in.h:451
 msgid "Canon CRW raw image"
 msgstr ""
 
 msgid "Canon CRW raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:451
+#: ../freedesktop.org.xml.in.h:452
 msgid "Canon CR2 raw image"
 msgstr ""
 
 msgid "Canon CR2 raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:452
+#: ../freedesktop.org.xml.in.h:453
 msgid "Fuji RAF raw image"
 msgstr ""
 
 msgid "Fuji RAF raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:453
+#: ../freedesktop.org.xml.in.h:454
 msgid "Kodak DCR raw image"
 msgstr ""
 
 msgid "Kodak DCR raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:454
+#: ../freedesktop.org.xml.in.h:455
 msgid "Kodak K25 raw image"
 msgstr ""
 
 msgid "Kodak K25 raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:455
+#: ../freedesktop.org.xml.in.h:456
 msgid "Kodak KDC raw image"
 msgstr ""
 
 msgid "Kodak KDC raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:456
+#: ../freedesktop.org.xml.in.h:457
 msgid "Minolta MRW raw image"
 msgstr ""
 
 msgid "Minolta MRW raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:457
+#: ../freedesktop.org.xml.in.h:458
 msgid "Nikon NEF raw image"
 msgstr ""
 
 msgid "Nikon NEF raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:458
+#: ../freedesktop.org.xml.in.h:459
 msgid "Olympus ORF raw image"
 msgstr ""
 
 msgid "Olympus ORF raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:459
+#: ../freedesktop.org.xml.in.h:460
 msgid "Panasonic raw image"
 msgstr ""
 
 msgid "Panasonic raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:460
+#: ../freedesktop.org.xml.in.h:461
 msgid "Panasonic raw2 image"
 msgstr ""
 
 msgid "Panasonic raw2 image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:461
+#: ../freedesktop.org.xml.in.h:462
 msgid "Pentax PEF raw image"
 msgstr ""
 
 msgid "Pentax PEF raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:462
+#: ../freedesktop.org.xml.in.h:463
 msgid "Sigma X3F raw image"
 msgstr ""
 
 msgid "Sigma X3F raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:463
+#: ../freedesktop.org.xml.in.h:464
 msgid "Sony SRF raw image"
 msgstr ""
 
 msgid "Sony SRF raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:464
+#: ../freedesktop.org.xml.in.h:465
 msgid "Sony SR2 raw image"
 msgstr ""
 
 msgid "Sony SR2 raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:465
+#: ../freedesktop.org.xml.in.h:466
 msgid "Sony ARW raw image"
 msgstr ""
 
 msgid "Sony ARW raw image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:466
+#: ../freedesktop.org.xml.in.h:467
 msgid "PNG image"
 msgstr ""
 
 msgid "PNG image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:467
+#: ../freedesktop.org.xml.in.h:468
 msgid "Run Length Encoded bitmap image"
 msgstr ""
 
 msgid "Run Length Encoded bitmap image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:468
+#: ../freedesktop.org.xml.in.h:469
 msgid "SVG image"
 msgstr ""
 
 msgid "SVG image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:469
+#: ../freedesktop.org.xml.in.h:470
 msgid "compressed SVG image"
 msgstr ""
 
 msgid "compressed SVG image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:470
+#: ../freedesktop.org.xml.in.h:471
 msgid "TIFF image"
 msgstr ""
 
 msgid "TIFF image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:471
+#: ../freedesktop.org.xml.in.h:472
 msgid "Multi-page TIFF image"
 msgstr ""
 
 msgid "Multi-page TIFF image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:472
+#: ../freedesktop.org.xml.in.h:473
 msgid "AutoCAD image"
 msgstr ""
 
 msgid "AutoCAD image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:473
+#: ../freedesktop.org.xml.in.h:474
 msgid "DXF vector image"
 msgstr ""
 
 msgid "DXF vector image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:474
+#: ../freedesktop.org.xml.in.h:475
 msgid "Microsoft Document Imaging format"
 msgstr ""
 
 msgid "Microsoft Document Imaging format"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:475
+#: ../freedesktop.org.xml.in.h:476
 msgid "WebP image"
 msgstr ""
 
 msgid "WebP image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:476
+#: ../freedesktop.org.xml.in.h:477
 msgid "3D Studio image"
 msgstr ""
 
 msgid "3D Studio image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:477
+#: ../freedesktop.org.xml.in.h:478
 msgid "Applix Graphics image"
 msgstr ""
 
 msgid "Applix Graphics image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:478
+#: ../freedesktop.org.xml.in.h:479
 msgid "EPS image (bzip-compressed)"
 msgstr ""
 
 msgid "EPS image (bzip-compressed)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:479
+#: ../freedesktop.org.xml.in.h:480
 msgid "CMU raster image"
 msgstr ""
 
 msgid "CMU raster image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:480
+#: ../freedesktop.org.xml.in.h:481
 msgid "compressed GIMP image"
 msgstr ""
 
 msgid "compressed GIMP image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:481
+#: ../freedesktop.org.xml.in.h:482
 msgid "DICOM image"
 msgstr ""
 
 msgid "DICOM image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:482
+#: ../freedesktop.org.xml.in.h:483
 msgid "DocBook document"
 msgstr ""
 
 msgid "DocBook document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:483
+#: ../freedesktop.org.xml.in.h:484
 msgid "DIB image"
 msgstr ""
 
 msgid "DIB image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:484
+#: ../freedesktop.org.xml.in.h:485
 msgid "DjVu image"
 msgstr ""
 
 msgid "DjVu image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:485
+#: ../freedesktop.org.xml.in.h:486
 msgid "DjVu document"
 msgstr ""
 
 msgid "DjVu document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:486
+#: ../freedesktop.org.xml.in.h:487
 msgid "DPX image"
 msgstr ""
 
 msgid "DPX image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:487
+#: ../freedesktop.org.xml.in.h:488
 msgid "EPS image"
 msgstr ""
 
 msgid "EPS image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:488
+#: ../freedesktop.org.xml.in.h:489
 msgid "FITS document"
 msgstr ""
 
 msgid "FITS document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:489
+#: ../freedesktop.org.xml.in.h:490
 msgid "FPX image"
 msgstr ""
 
 msgid "FPX image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:490
+#: ../freedesktop.org.xml.in.h:491
 msgid "EPS image (gzip-compressed)"
 msgstr ""
 
 msgid "EPS image (gzip-compressed)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:491
+#: ../freedesktop.org.xml.in.h:492
 msgid "Windows icon"
 msgstr ""
 
 msgid "Windows icon"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:492
+#: ../freedesktop.org.xml.in.h:493
 msgid "MacOS X icon"
 msgstr ""
 
 msgid "MacOS X icon"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:493
+#: ../freedesktop.org.xml.in.h:494
 msgid "ILBM image"
 msgstr ""
 
 msgid "ILBM image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:494
+#: ../freedesktop.org.xml.in.h:495
 msgid "JNG image"
 msgstr ""
 
 msgid "JNG image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:495
+#: ../freedesktop.org.xml.in.h:496
 msgid "LightWave object"
 msgstr ""
 
 msgid "LightWave object"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:496
+#: ../freedesktop.org.xml.in.h:497
 msgid "LightWave scene"
 msgstr ""
 
 msgid "LightWave scene"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:497
+#: ../freedesktop.org.xml.in.h:498
 msgid "MacPaint Bitmap image"
 msgstr ""
 
 msgid "MacPaint Bitmap image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:498
+#: ../freedesktop.org.xml.in.h:499
 msgid "Office drawing"
 msgstr ""
 
 msgid "Office drawing"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:499
+#: ../freedesktop.org.xml.in.h:500
 msgid "NIFF image"
 msgstr ""
 
 msgid "NIFF image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:500
+#: ../freedesktop.org.xml.in.h:501
 msgid "PCX image"
 msgstr ""
 
 msgid "PCX image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:501
+#: ../freedesktop.org.xml.in.h:502
 msgid "PCD image"
 msgstr ""
 
 msgid "PCD image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:502
+#: ../freedesktop.org.xml.in.h:503
 msgid "PNM image"
 msgstr ""
 
 msgid "PNM image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:503
+#: ../freedesktop.org.xml.in.h:504
 msgid "PBM image"
 msgstr ""
 
 msgid "PBM image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:504
+#: ../freedesktop.org.xml.in.h:505
 msgid "PGM image"
 msgstr ""
 
 msgid "PGM image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:505
+#: ../freedesktop.org.xml.in.h:506
 msgid "PPM image"
 msgstr ""
 
 msgid "PPM image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:506
+#: ../freedesktop.org.xml.in.h:507
 msgid "Photoshop image"
 msgstr ""
 
 msgid "Photoshop image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:507
+#: ../freedesktop.org.xml.in.h:508
 msgid "RGB image"
 msgstr ""
 
 msgid "RGB image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:508
+#: ../freedesktop.org.xml.in.h:509
 msgid "SGI image"
 msgstr ""
 
 msgid "SGI image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:509
+#: ../freedesktop.org.xml.in.h:510
 msgid "Sun raster image"
 msgstr ""
 
 msgid "Sun raster image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:510
+#: ../freedesktop.org.xml.in.h:511
 msgid "TGA image"
 msgstr ""
 
 msgid "TGA image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:511
+#: ../freedesktop.org.xml.in.h:512
 msgid "Windows cursor"
 msgstr ""
 
 msgid "Windows cursor"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:512
+#: ../freedesktop.org.xml.in.h:513
 msgid "Windows animated cursor"
 msgstr ""
 
 msgid "Windows animated cursor"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:513
+#: ../freedesktop.org.xml.in.h:514
 msgid "EMF image"
 msgstr ""
 
 msgid "EMF image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:514
+#: ../freedesktop.org.xml.in.h:515
 msgid "WMF image"
 msgstr ""
 
 msgid "WMF image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:515
+#: ../freedesktop.org.xml.in.h:516
 msgid "XBM image"
 msgstr ""
 
 msgid "XBM image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:516
+#: ../freedesktop.org.xml.in.h:517
 msgid "GIMP image"
 msgstr ""
 
 msgid "GIMP image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:517
+#: ../freedesktop.org.xml.in.h:518
 msgid "XFig image"
 msgstr ""
 
 msgid "XFig image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:518
+#: ../freedesktop.org.xml.in.h:519
 msgid "XPM image"
 msgstr ""
 
 msgid "XPM image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:519
+#: ../freedesktop.org.xml.in.h:520
 msgid "X window image"
 msgstr ""
 
 msgid "X window image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:520
+#: ../freedesktop.org.xml.in.h:521
 msgid "block device"
 msgstr ""
 
 msgid "block device"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:521
+#: ../freedesktop.org.xml.in.h:522
 msgid "character device"
 msgstr ""
 
 msgid "character device"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:522
+#: ../freedesktop.org.xml.in.h:523
 msgid "folder"
 msgstr ""
 
 msgid "folder"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:523
+#: ../freedesktop.org.xml.in.h:524
 msgid "pipe"
 msgstr ""
 
 msgid "pipe"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:524
+#: ../freedesktop.org.xml.in.h:525
 msgid "mount point"
 msgstr ""
 
 msgid "mount point"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:525
+#: ../freedesktop.org.xml.in.h:526
 msgid "socket"
 msgstr ""
 
 msgid "socket"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:526
+#: ../freedesktop.org.xml.in.h:527
 msgid "symbolic link"
 msgstr ""
 
 msgid "symbolic link"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:527
+#: ../freedesktop.org.xml.in.h:528
 msgid "mail delivery report"
 msgstr ""
 
 msgid "mail delivery report"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:528
+#: ../freedesktop.org.xml.in.h:529
 msgid "mail disposition report"
 msgstr ""
 
 msgid "mail disposition report"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:529
+#: ../freedesktop.org.xml.in.h:530
 msgid "reference to remote file"
 msgstr ""
 
 msgid "reference to remote file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:530
+#: ../freedesktop.org.xml.in.h:531
 msgid "Usenet news message"
 msgstr ""
 
 msgid "Usenet news message"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:531
+#: ../freedesktop.org.xml.in.h:532
 msgid "partial email message"
 msgstr ""
 
 msgid "partial email message"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:532
+#: ../freedesktop.org.xml.in.h:533
 msgid "email message"
 msgstr ""
 
 msgid "email message"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:533
+#: ../freedesktop.org.xml.in.h:534
 msgid "GNU mail message"
 msgstr ""
 
 msgid "GNU mail message"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:534
+#: ../freedesktop.org.xml.in.h:535
 msgid "VRML document"
 msgstr ""
 
 msgid "VRML document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:535
+#: ../freedesktop.org.xml.in.h:536
 msgid "message in several formats"
 msgstr ""
 
 msgid "message in several formats"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:536
+#: ../freedesktop.org.xml.in.h:537
 msgid "Macintosh AppleDouble-encoded file"
 msgstr ""
 
 msgid "Macintosh AppleDouble-encoded file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:537
+#: ../freedesktop.org.xml.in.h:538
 msgid "message digest"
 msgstr ""
 
 msgid "message digest"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:538
+#: ../freedesktop.org.xml.in.h:539
 msgid "encrypted message"
 msgstr ""
 
 msgid "encrypted message"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:539
+#: ../freedesktop.org.xml.in.h:540
 msgid "compound documents"
 msgstr ""
 
 msgid "compound documents"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:540
+#: ../freedesktop.org.xml.in.h:541
 msgid "compound document"
 msgstr ""
 
 msgid "compound document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:541
+#: ../freedesktop.org.xml.in.h:542
 msgid "mail system report"
 msgstr ""
 
 msgid "mail system report"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:542
+#: ../freedesktop.org.xml.in.h:543
 msgid "signed message"
 msgstr ""
 
 msgid "signed message"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:543
+#: ../freedesktop.org.xml.in.h:544
 msgid "stream of data (server push)"
 msgstr ""
 
 msgid "stream of data (server push)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:544
+#: ../freedesktop.org.xml.in.h:545
 msgid "VCS/ICS calendar"
 msgstr ""
 
 msgid "VCS/ICS calendar"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:545
+#: ../freedesktop.org.xml.in.h:546
 msgid "CSS stylesheet"
 msgstr ""
 
 msgid "CSS stylesheet"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:546
+#: ../freedesktop.org.xml.in.h:547
 msgid "electronic business card"
 msgstr ""
 
 msgid "electronic business card"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:547
+#: ../freedesktop.org.xml.in.h:548
 msgid "Turtle document"
 msgstr ""
 
 msgid "Turtle document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:548
+#: ../freedesktop.org.xml.in.h:549
 msgid "txt2tags document"
 msgstr ""
 
 msgid "txt2tags document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:549
+#: ../freedesktop.org.xml.in.h:550
 msgid "Verilog source code"
 msgstr ""
 
 msgid "Verilog source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:550
+#: ../freedesktop.org.xml.in.h:551
 msgid "SystemVerilog header"
 msgstr ""
 
 msgid "SystemVerilog header"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:551
+#: ../freedesktop.org.xml.in.h:552
 msgid "SystemVerilog source code"
 msgstr ""
 
 msgid "SystemVerilog source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:552
+#: ../freedesktop.org.xml.in.h:553
 msgid "VHDL source code"
 msgstr ""
 
 msgid "VHDL source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:553
+#: ../freedesktop.org.xml.in.h:554
 msgid "enriched text document"
 msgstr ""
 
 msgid "enriched text document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:554
+#: ../freedesktop.org.xml.in.h:555
 msgid "help page"
 msgstr ""
 
 msgid "help page"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:555
+#: ../freedesktop.org.xml.in.h:556
 msgid "plain text document"
 msgstr ""
 
 msgid "plain text document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:556
+#: ../freedesktop.org.xml.in.h:557
 msgid "RDF file"
 msgstr ""
 
 msgid "RDF file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:557
+#: ../freedesktop.org.xml.in.h:558
 msgid "OWL XML file"
 msgstr ""
 
 msgid "OWL XML file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:558
+#: ../freedesktop.org.xml.in.h:559
 msgid "email headers"
 msgstr ""
 
 msgid "email headers"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:559
+#: ../freedesktop.org.xml.in.h:560
 msgid "rich text document"
 msgstr ""
 
 msgid "rich text document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:560
+#: ../freedesktop.org.xml.in.h:561
 msgid "RSS summary"
 msgstr ""
 
 msgid "RSS summary"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:561
+#: ../freedesktop.org.xml.in.h:562
 msgid "Atom syndication feed"
 msgstr ""
 
 msgid "Atom syndication feed"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:562
+#: ../freedesktop.org.xml.in.h:563
 msgid "OPML syndication feed"
 msgstr ""
 
 msgid "OPML syndication feed"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:563
+#: ../freedesktop.org.xml.in.h:564
 msgid "SGML document"
 msgstr ""
 
 msgid "SGML document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:564
+#: ../freedesktop.org.xml.in.h:565
 msgid "spreadsheet interchange document"
 msgstr ""
 
 msgid "spreadsheet interchange document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:565
+#: ../freedesktop.org.xml.in.h:566
 msgid "TSV document"
 msgstr ""
 
 msgid "TSV document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:566
+#: ../freedesktop.org.xml.in.h:567
 msgid "Graphviz DOT graph"
 msgstr ""
 
 msgid "Graphviz DOT graph"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:567
+#: ../freedesktop.org.xml.in.h:568
 msgid "JAD document"
 msgstr ""
 
 msgid "JAD document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:568
+#: ../freedesktop.org.xml.in.h:569
 msgid "WML document"
 msgstr ""
 
 msgid "WML document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:569
+#: ../freedesktop.org.xml.in.h:570
 msgid "WMLScript program"
 msgstr ""
 
 msgid "WMLScript program"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:570
+#: ../freedesktop.org.xml.in.h:571
 msgid "ACE archive"
 msgstr ""
 
 msgid "ACE archive"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:571
+#: ../freedesktop.org.xml.in.h:572
 msgid "Ada source code"
 msgstr ""
 
 msgid "Ada source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:572
+#: ../freedesktop.org.xml.in.h:573
 msgid "author list"
 msgstr ""
 
 msgid "author list"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:573
+#: ../freedesktop.org.xml.in.h:574
 msgid "BibTeX document"
 msgstr ""
 
 msgid "BibTeX document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:574
+#: ../freedesktop.org.xml.in.h:575
 msgid "C++ header"
 msgstr ""
 
 msgid "C++ header"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:575
+#: ../freedesktop.org.xml.in.h:576
 msgid "C++ source code"
 msgstr ""
 
 msgid "C++ source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:576
+#: ../freedesktop.org.xml.in.h:577
 msgid "ChangeLog document"
 msgstr ""
 
 msgid "ChangeLog document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:577
+#: ../freedesktop.org.xml.in.h:578
 msgid "C header"
 msgstr ""
 
 msgid "C header"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:578
+#: ../freedesktop.org.xml.in.h:579
 msgid "CMake source code"
 msgstr ""
 
 msgid "CMake source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:579
+#: ../freedesktop.org.xml.in.h:580
 msgid "CSV document"
 msgstr ""
 
 msgid "CSV document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:580
+#: ../freedesktop.org.xml.in.h:581
 msgid "CSV Schema document"
 msgstr ""
 
 msgid "CSV Schema document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:581
+#: ../freedesktop.org.xml.in.h:582
 msgid "license terms"
 msgstr ""
 
 msgid "license terms"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:582
+#: ../freedesktop.org.xml.in.h:583
 msgid "author credits"
 msgstr ""
 
 msgid "author credits"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:583
+#: ../freedesktop.org.xml.in.h:584
 msgid "C source code"
 msgstr ""
 
 msgid "C source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:584
+#: ../freedesktop.org.xml.in.h:585
 msgid "C# source code"
 msgstr ""
 
 msgid "C# source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:585
+#: ../freedesktop.org.xml.in.h:586
 msgid "Vala source code"
 msgstr ""
 
 msgid "Vala source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:586
+#: ../freedesktop.org.xml.in.h:587
 msgid "OOC source code"
 msgstr ""
 
 msgid "OOC source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:587
+#: ../freedesktop.org.xml.in.h:588
 msgid "DCL script"
 msgstr ""
 
 msgid "DCL script"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:588
+#: ../freedesktop.org.xml.in.h:589
 msgid "DSSSL document"
 msgstr ""
 
 msgid "DSSSL document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:589
+#: ../freedesktop.org.xml.in.h:590
 msgid "D source code"
 msgstr ""
 
 msgid "D source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:590
+#: ../freedesktop.org.xml.in.h:591
 msgid "DTD file"
 msgstr ""
 
 msgid "DTD file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:591
+#: ../freedesktop.org.xml.in.h:592
 msgid "Eiffel source code"
 msgstr ""
 
 msgid "Eiffel source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:592
+#: ../freedesktop.org.xml.in.h:593
 msgid "Emacs Lisp source code"
 msgstr ""
 
 msgid "Emacs Lisp source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:593
+#: ../freedesktop.org.xml.in.h:594
 msgid "Erlang source code"
 msgstr ""
 
 msgid "Erlang source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:594
+#: ../freedesktop.org.xml.in.h:595
 msgid "Fortran source code"
 msgstr ""
 
 msgid "Fortran source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:595
+#: ../freedesktop.org.xml.in.h:596
 msgid "Genie source code"
 msgstr ""
 
 msgid "Genie source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:596
+#: ../freedesktop.org.xml.in.h:597
 msgid "translation file"
 msgstr ""
 
 msgid "translation file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:597
+#: ../freedesktop.org.xml.in.h:598
 msgid "translation template"
 msgstr ""
 
 msgid "translation template"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:598
+#: ../freedesktop.org.xml.in.h:599
 msgid "HTML document"
 msgstr ""
 
 msgid "HTML document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:599
+#: ../freedesktop.org.xml.in.h:600
 msgid "Web application cache manifest"
 msgstr ""
 
 msgid "Web application cache manifest"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:600
+#: ../freedesktop.org.xml.in.h:601
 msgid "Google Video Pointer"
 msgstr ""
 
 msgid "Google Video Pointer"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:601
+#: ../freedesktop.org.xml.in.h:602
 msgid "Haskell source code"
 msgstr ""
 
 msgid "Haskell source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:602
+#: ../freedesktop.org.xml.in.h:603
 msgid "IDL document"
 msgstr ""
 
 msgid "IDL document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:603
+#: ../freedesktop.org.xml.in.h:604
 msgid "installation instructions"
 msgstr ""
 
 msgid "installation instructions"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:604
+#: ../freedesktop.org.xml.in.h:605
 msgid "Java source code"
 msgstr ""
 
 msgid "Java source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:605
+#: ../freedesktop.org.xml.in.h:606
 msgid "LDIF address book"
 msgstr ""
 
 msgid "LDIF address book"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:606
+#: ../freedesktop.org.xml.in.h:607
 msgid "Lilypond music sheet"
 msgstr ""
 
 msgid "Lilypond music sheet"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:607
+#: ../freedesktop.org.xml.in.h:608
 msgid "LHS source code"
 msgstr ""
 
 msgid "LHS source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:608
+#: ../freedesktop.org.xml.in.h:609
 msgid "application log"
 msgstr ""
 
 msgid "application log"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:609
+#: ../freedesktop.org.xml.in.h:610
 msgid "Makefile"
 msgstr ""
 
 msgid "Makefile"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:610
+#: ../freedesktop.org.xml.in.h:611
 msgid "Markdown document"
 msgstr ""
 
 msgid "Markdown document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:611
+#: ../freedesktop.org.xml.in.h:612
 msgid "Qt MOC file"
 msgstr ""
 
 msgid "Qt MOC file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:612
+#: ../freedesktop.org.xml.in.h:613
 msgid "Windows Registry extract"
 msgstr ""
 
 msgid "Windows Registry extract"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:613
+#: ../freedesktop.org.xml.in.h:614
 msgid "Managed Object Format"
 msgstr ""
 
 msgid "Managed Object Format"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:614
+#: ../freedesktop.org.xml.in.h:615
 msgid "Mup publication"
 msgstr ""
 
 msgid "Mup publication"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:615
+#: ../freedesktop.org.xml.in.h:616
 msgid "Objective-C source code"
 msgstr ""
 
 msgid "Objective-C source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:616
+#: ../freedesktop.org.xml.in.h:617
 msgid "OCaml source code"
 msgstr ""
 
 msgid "OCaml source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:617
+#: ../freedesktop.org.xml.in.h:618
 msgid "MATLAB script/function"
 msgstr ""
 
 msgid "MATLAB script/function"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:618
+#: ../freedesktop.org.xml.in.h:619
 msgid "Meson source code"
 msgstr ""
 
 msgid "Meson source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:619
+#: ../freedesktop.org.xml.in.h:620
 msgid "Modelica model"
 msgstr ""
 
 msgid "Modelica model"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:620
+#: ../freedesktop.org.xml.in.h:621
 msgid "Pascal source code"
 msgstr ""
 
 msgid "Pascal source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:621
+#: ../freedesktop.org.xml.in.h:622
 msgid "differences between files"
 msgstr ""
 
 msgid "differences between files"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:622
+#: ../freedesktop.org.xml.in.h:623
 msgid "Go source code"
 msgstr ""
 
 msgid "Go source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:623
+#: ../freedesktop.org.xml.in.h:624
 msgid "SCons configuration file"
 msgstr ""
 
 msgid "SCons configuration file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:624
+#: ../freedesktop.org.xml.in.h:625
 msgid "Python script"
 msgstr ""
 
 msgid "Python script"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:625
+#: ../freedesktop.org.xml.in.h:626
 msgid "Lua script"
 msgstr ""
 
 msgid "Lua script"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:626
+#: ../freedesktop.org.xml.in.h:627
 msgid "README document"
 msgstr ""
 
 msgid "README document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:627
+#: ../freedesktop.org.xml.in.h:628
 msgid "NFO document"
 msgstr ""
 
 msgid "NFO document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:628
+#: ../freedesktop.org.xml.in.h:629
 msgid "RPM spec file"
 msgstr ""
 
 msgid "RPM spec file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:629
+#: ../freedesktop.org.xml.in.h:630
 msgid "Scala source code"
 msgstr ""
 
 msgid "Scala source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:630
+#: ../freedesktop.org.xml.in.h:631
 msgid "Scheme source code"
 msgstr ""
 
 msgid "Scheme source code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:631
+#: ../freedesktop.org.xml.in.h:632
 msgid "Setext document"
 msgstr ""
 
 msgid "Setext document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:632
+#: ../freedesktop.org.xml.in.h:633
 msgid "SQL code"
 msgstr ""
 
 msgid "SQL code"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:633
+#: ../freedesktop.org.xml.in.h:634
 msgid "Tcl script"
 msgstr ""
 
 msgid "Tcl script"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:634
+#: ../freedesktop.org.xml.in.h:635
 msgid "TeX document"
 msgstr ""
 
 msgid "TeX document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:635
+#: ../freedesktop.org.xml.in.h:636
 msgid "TeXInfo document"
 msgstr ""
 
 msgid "TeXInfo document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:636
+#: ../freedesktop.org.xml.in.h:637
 msgid "Troff ME input document"
 msgstr ""
 
 msgid "Troff ME input document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:637
+#: ../freedesktop.org.xml.in.h:638
 msgid "Troff MM input document"
 msgstr ""
 
 msgid "Troff MM input document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:638
+#: ../freedesktop.org.xml.in.h:639
 msgid "Troff MS input document"
 msgstr ""
 
 msgid "Troff MS input document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:639
+#: ../freedesktop.org.xml.in.h:640
 msgid "X-Motif UIL table"
 msgstr ""
 
 msgid "X-Motif UIL table"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:640
+#: ../freedesktop.org.xml.in.h:641
 msgid "resource location"
 msgstr ""
 
 msgid "resource location"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:641
+#: ../freedesktop.org.xml.in.h:642
 msgid "uuencoded file"
 msgstr ""
 
 msgid "uuencoded file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:642
+#: ../freedesktop.org.xml.in.h:643
 msgid "XMI file"
 msgstr ""
 
 msgid "XMI file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:643
+#: ../freedesktop.org.xml.in.h:644
 msgid "XSL FO file"
 msgstr ""
 
 msgid "XSL FO file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:644
+#: ../freedesktop.org.xml.in.h:645
 msgid "iptables configuration file"
 msgstr ""
 
 msgid "iptables configuration file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:645
+#: ../freedesktop.org.xml.in.h:646
 msgid "XSLT stylesheet"
 msgstr ""
 
 msgid "XSLT stylesheet"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:646
+#: ../freedesktop.org.xml.in.h:647
 msgid "XMCD CD database"
 msgstr ""
 
 msgid "XMCD CD database"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:647
+#: ../freedesktop.org.xml.in.h:648
 msgid "XML document"
 msgstr ""
 
 msgid "XML document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:648
+#: ../freedesktop.org.xml.in.h:649
 msgid "XML entities document"
 msgstr ""
 
 msgid "XML entities document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:649
+#: ../freedesktop.org.xml.in.h:650
 msgid "DV video"
 msgstr ""
 
 msgid "DV video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:650
+#: ../freedesktop.org.xml.in.h:651
 msgid "ISI video"
 msgstr ""
 
 msgid "ISI video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:651
+#: ../freedesktop.org.xml.in.h:652
 msgid "MPEG-2 transport stream"
 msgstr ""
 
 msgid "MPEG-2 transport stream"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:652
+#: ../freedesktop.org.xml.in.h:653
 msgid "MPEG video"
 msgstr ""
 
 msgid "MPEG video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:653
+#: ../freedesktop.org.xml.in.h:654
 msgid "MPEG video (streamed)"
 msgstr ""
 
 msgid "MPEG video (streamed)"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:654
+#: ../freedesktop.org.xml.in.h:655
 msgid "QuickTime video"
 msgstr ""
 
 msgid "QuickTime video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:655
+#: ../freedesktop.org.xml.in.h:656
 msgid "QuickTime image"
 msgstr ""
 
 msgid "QuickTime image"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:656
+#: ../freedesktop.org.xml.in.h:657
 msgid "Vivo video"
 msgstr ""
 
 msgid "Vivo video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:657
+#: ../freedesktop.org.xml.in.h:658
 msgid "Wavelet video"
 msgstr ""
 
 msgid "Wavelet video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:658
+#: ../freedesktop.org.xml.in.h:659
 msgid "ANIM animation"
 msgstr ""
 
 msgid "ANIM animation"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:659
+#: ../freedesktop.org.xml.in.h:660
 msgid "FLIC animation"
 msgstr ""
 
 msgid "FLIC animation"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:660
+#: ../freedesktop.org.xml.in.h:661
 msgid "Haansoft Hangul document"
 msgstr ""
 
 msgid "Haansoft Hangul document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:661
+#: ../freedesktop.org.xml.in.h:662
 msgid "Haansoft Hangul document template"
 msgstr ""
 
 msgid "Haansoft Hangul document template"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:662
+#: ../freedesktop.org.xml.in.h:663
 msgid "MNG animation"
 msgstr ""
 
 msgid "MNG animation"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:663
+#: ../freedesktop.org.xml.in.h:664
 msgid "ASF video"
 msgstr ""
 
 msgid "ASF video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:664
+#: ../freedesktop.org.xml.in.h:665
 msgid "Windows Media Station file"
 msgstr ""
 
 msgid "Windows Media Station file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:665
+#: ../freedesktop.org.xml.in.h:666
 msgid "Windows Media video"
 msgstr ""
 
 msgid "Windows Media video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:666
+#: ../freedesktop.org.xml.in.h:667
 msgid "AVI video"
 msgstr ""
 
 msgid "AVI video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:667
+#: ../freedesktop.org.xml.in.h:668
 msgid "NullSoft video"
 msgstr ""
 
 msgid "NullSoft video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:668
+#: ../freedesktop.org.xml.in.h:669
 msgid "SDP multicast stream file"
 msgstr ""
 
 msgid "SDP multicast stream file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:669
+#: ../freedesktop.org.xml.in.h:670
 msgid "SGI video"
 msgstr ""
 
 msgid "SGI video"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:670
+#: ../freedesktop.org.xml.in.h:671
 msgid "eMusic download package"
 msgstr ""
 
 msgid "eMusic download package"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:671
+#: ../freedesktop.org.xml.in.h:672
 msgid "KML geographic data"
 msgstr ""
 
 msgid "KML geographic data"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:672
+#: ../freedesktop.org.xml.in.h:673
 msgid "KML geographic compressed data"
 msgstr ""
 
 msgid "KML geographic compressed data"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:673
+#: ../freedesktop.org.xml.in.h:674
+msgid "GeoJSON geospatial data"
+msgstr ""
+
+#: ../freedesktop.org.xml.in.h:675
+msgid "GPX geographic data"
+msgstr ""
+
+#: ../freedesktop.org.xml.in.h:676
 msgid "Citrix ICA settings file"
 msgstr ""
 
 msgid "Citrix ICA settings file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:674
+#: ../freedesktop.org.xml.in.h:677
 msgid "XUL interface document"
 msgstr ""
 
 msgid "XUL interface document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:675
+#: ../freedesktop.org.xml.in.h:678
 msgid "XPInstall installer module"
 msgstr ""
 
 msgid "XPInstall installer module"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:676
+#: ../freedesktop.org.xml.in.h:679
 msgid "Word 2007 document"
 msgstr ""
 
 msgid "Word 2007 document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:677
+#: ../freedesktop.org.xml.in.h:680
 msgid "Word 2007 document template"
 msgstr ""
 
 msgid "Word 2007 document template"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:678
+#: ../freedesktop.org.xml.in.h:681
 msgid "PowerPoint 2007 presentation"
 msgstr ""
 
 msgid "PowerPoint 2007 presentation"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:679
+#: ../freedesktop.org.xml.in.h:682
 msgid "PowerPoint 2007 slide"
 msgstr ""
 
 msgid "PowerPoint 2007 slide"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:680
+#: ../freedesktop.org.xml.in.h:683
 msgid "PowerPoint 2007 show"
 msgstr ""
 
 msgid "PowerPoint 2007 show"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:681
+#: ../freedesktop.org.xml.in.h:684
 msgid "PowerPoint 2007 presentation template"
 msgstr ""
 
 msgid "PowerPoint 2007 presentation template"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:682
+#: ../freedesktop.org.xml.in.h:685
 msgid "Excel 2007 spreadsheet"
 msgstr ""
 
 msgid "Excel 2007 spreadsheet"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:683
+#: ../freedesktop.org.xml.in.h:686
 msgid "Excel 2007 spreadsheet template"
 msgstr ""
 
 msgid "Excel 2007 spreadsheet template"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:684
+#: ../freedesktop.org.xml.in.h:687
 msgid "T602 document"
 msgstr ""
 
 msgid "T602 document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:685
+#: ../freedesktop.org.xml.in.h:688
 msgid "Cisco VPN Settings"
 msgstr ""
 
 msgid "Cisco VPN Settings"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:686
+#: ../freedesktop.org.xml.in.h:689
 msgid "ICC profile"
 msgstr ""
 
 msgid "ICC profile"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:687
+#: ../freedesktop.org.xml.in.h:690
 msgid "IT 8.7 color calibration file"
 msgstr ""
 
 msgid "IT 8.7 color calibration file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:688
+#: ../freedesktop.org.xml.in.h:691
 msgid "CCMX color correction file"
 msgstr ""
 
 msgid "CCMX color correction file"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:689
+#: ../freedesktop.org.xml.in.h:692
 msgid "WinHelp help file"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system
 msgid "WinHelp help file"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system
-#: ../freedesktop.org.xml.in.h:691
+#: ../freedesktop.org.xml.in.h:694
 msgid "digital photos"
 msgstr ""
 
 #. TRANSLATORS: This is a brand-name, not a generic term. Please see
 #. http://en.wikipedia.org/wiki/Video_CD
 #. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html
 msgid "digital photos"
 msgstr ""
 
 #. TRANSLATORS: This is a brand-name, not a generic term. Please see
 #. http://en.wikipedia.org/wiki/Video_CD
 #. http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html
-#: ../freedesktop.org.xml.in.h:695
+#: ../freedesktop.org.xml.in.h:698
 msgid "Video CD"
 msgstr ""
 
 #. TRANSLATORS: This is a brand-name, not a generic term. Please see
 #. http://en.wikipedia.org/wiki/Super_Video_CD
 #. http://everything2.com/index.pl?node_id=1009222
 msgid "Video CD"
 msgstr ""
 
 #. TRANSLATORS: This is a brand-name, not a generic term. Please see
 #. http://en.wikipedia.org/wiki/Super_Video_CD
 #. http://everything2.com/index.pl?node_id=1009222
-#: ../freedesktop.org.xml.in.h:699
+#: ../freedesktop.org.xml.in.h:702
 msgid "Super Video CD"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/DVD-Video
 msgid "Super Video CD"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/DVD-Video
-#: ../freedesktop.org.xml.in.h:701
+#: ../freedesktop.org.xml.in.h:704
 msgid "video DVD"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard)
 msgid "video DVD"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard)
-#: ../freedesktop.org.xml.in.h:703
+#: ../freedesktop.org.xml.in.h:706
 msgid "audio CD"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/Compact_Disc
 msgid "audio CD"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/Compact_Disc
-#: ../freedesktop.org.xml.in.h:705
+#: ../freedesktop.org.xml.in.h:708
 msgid "blank CD disc"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/DVD
 msgid "blank CD disc"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/DVD
-#: ../freedesktop.org.xml.in.h:707
+#: ../freedesktop.org.xml.in.h:710
 msgid "blank DVD disc"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/Blu-ray_Disc
 msgid "blank DVD disc"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/Blu-ray_Disc
-#: ../freedesktop.org.xml.in.h:709
+#: ../freedesktop.org.xml.in.h:712
 msgid "blank Blu-ray disc"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/HD_DVD
 msgid "blank Blu-ray disc"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/HD_DVD
-#: ../freedesktop.org.xml.in.h:711
+#: ../freedesktop.org.xml.in.h:714
 msgid "blank HD DVD disc"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/DVD-Audio
 msgid "blank HD DVD disc"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/DVD-Audio
-#: ../freedesktop.org.xml.in.h:713
+#: ../freedesktop.org.xml.in.h:716
 msgid "audio DVD"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/Blu-ray_Disc
 #. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html
 msgid "audio DVD"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/Blu-ray_Disc
 #. http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html
-#: ../freedesktop.org.xml.in.h:716
+#: ../freedesktop.org.xml.in.h:719
 msgid "Blu-ray video disc"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/HD_DVD
 #. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder
 msgid "Blu-ray video disc"
 msgstr ""
 
 #. http://en.wikipedia.org/wiki/HD_DVD
 #. http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder
-#: ../freedesktop.org.xml.in.h:719
+#: ../freedesktop.org.xml.in.h:722
 msgid "HD DVD video disc"
 msgstr ""
 
 #. see fd.o hal spec
 msgid "HD DVD video disc"
 msgstr ""
 
 #. see fd.o hal spec
-#: ../freedesktop.org.xml.in.h:721
+#: ../freedesktop.org.xml.in.h:724
 msgid "e-book reader"
 msgstr ""
 
 #. TRANSLATORS: This is a brand-name, not a generic term. Please see
 #. http://en.wikipedia.org/wiki/Picture_CD
 #. http://www.re.org/kristin/picturecd.html
 msgid "e-book reader"
 msgstr ""
 
 #. TRANSLATORS: This is a brand-name, not a generic term. Please see
 #. http://en.wikipedia.org/wiki/Picture_CD
 #. http://www.re.org/kristin/picturecd.html
-#: ../freedesktop.org.xml.in.h:725
+#: ../freedesktop.org.xml.in.h:728
 msgid "Picture CD"
 msgstr ""
 
 #. see fd.o hal spec
 msgid "Picture CD"
 msgstr ""
 
 #. see fd.o hal spec
-#: ../freedesktop.org.xml.in.h:727
+#: ../freedesktop.org.xml.in.h:730
 msgid "portable audio player"
 msgstr ""
 
 #. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
 #. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3
 msgid "portable audio player"
 msgstr ""
 
 #. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
 #. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3
-#: ../freedesktop.org.xml.in.h:730
+#: ../freedesktop.org.xml.in.h:733
 msgid "software"
 msgstr ""
 
 #. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
 #. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3
 msgid "software"
 msgstr ""
 
 #. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
 #. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3
-#: ../freedesktop.org.xml.in.h:733
+#: ../freedesktop.org.xml.in.h:736
 msgid "UNIX software"
 msgstr ""
 
 #. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
 #. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3
 msgid "UNIX software"
 msgstr ""
 
 #. http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
 #. http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3
-#: ../freedesktop.org.xml.in.h:736
+#: ../freedesktop.org.xml.in.h:739
 msgid "Windows software"
 msgstr ""
 
 #. http://www4.wiwiss.fu-berlin.de/bizer/TriG/
 msgid "Windows software"
 msgstr ""
 
 #. http://www4.wiwiss.fu-berlin.de/bizer/TriG/
-#: ../freedesktop.org.xml.in.h:738
+#: ../freedesktop.org.xml.in.h:741
 msgid "TriG RDF document"
 msgstr ""
 
 msgid "TriG RDF document"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:739
+#: ../freedesktop.org.xml.in.h:742
 msgid "Apple Keynote 5 presentation"
 msgstr ""
 
 msgid "Apple Keynote 5 presentation"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:740
+#: ../freedesktop.org.xml.in.h:743
 msgid "Adobe PageMaker"
 msgstr ""
 
 msgid "Adobe PageMaker"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:741
+#: ../freedesktop.org.xml.in.h:744
 msgid "Doom WAD"
 msgstr ""
 
 msgid "Doom WAD"
 msgstr ""
 
-#: ../freedesktop.org.xml.in.h:742
+#: ../freedesktop.org.xml.in.h:745
 msgid "Amiga disk image"
 msgstr ""
 msgid "Amiga disk image"
 msgstr ""
+
+#: ../freedesktop.org.xml.in.h:746
+msgid "XDG application bundle"
+msgstr ""