diff options
author | Translations <translations@dino.im> | 2018-07-05 08:07:49 -0600 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2018-07-05 09:22:44 -0600 |
commit | 3a00177a51e48d6bafc1e67bab26bc510e6400d8 (patch) | |
tree | 446d1440b9013309b2dedaa266b8636bff31e682 /main/data/im.dino.Dino.appdata.xml.in | |
parent | df8b5fcb722c4a33ed18cbbaafecb206f127b849 (diff) | |
download | dino-3a00177a51e48d6bafc1e67bab26bc510e6400d8.tar.gz dino-3a00177a51e48d6bafc1e67bab26bc510e6400d8.zip |
Update translations
Basque: Aitor Beriain <beriain@bitmessage.ch>
Dutch: Nathan Follens <nathan@email.is>
Finnish: mjlapin <muu@kapsi.fi>
Flemish: Nathan Follens <nthn@unseen.is>
Italian: Valerio Baldisserotto <svalo@libersoft.it>
Luxembourgish: Dennis Fink <dennis.fink@c3l.lu>
Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no>
Portugese (Brazil): 5lm31d5 <jeanrk15@gmail.com>
Romanian: Licaon Kter <licaon.kter@protonmail.com>
Russian: nvlgit <nvlbox@gmail.com>, Alexander <ilabdsf@gmail.com>
Spanish: mgueji <miguejim@mailbox.org>
Diffstat (limited to 'main/data/im.dino.Dino.appdata.xml.in')
-rw-r--r-- | main/data/im.dino.Dino.appdata.xml.in | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/main/data/im.dino.Dino.appdata.xml.in b/main/data/im.dino.Dino.appdata.xml.in new file mode 100644 index 00000000..cf748d9b --- /dev/null +++ b/main/data/im.dino.Dino.appdata.xml.in @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop"> + <id>im.dino.Dino</id> + <launchable type="desktop-id">im.dino.Dino.desktop</launchable> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-3.0+</project_license> + <name>Dino</name> + <summary>Modern XMPP Chat Client</summary> + <description> + <p> + Dino is a modern open-source chat client for the desktop. It focuses on providing a clean and reliable + Jabber/XMPP experience while having your privacy in mind. + </p> + <p> + It supports end-to-end encryption with OMEMO and OpenPGP and allows configuring privacy-related features + such as read receipts and typing notifications. + </p> + <p> + Dino fetches history from the server and synchronizes messages with other devices. + </p> + </description> + <screenshots> + <screenshot type="default"> + <caption>Main window with conversations</caption> + <image height="900" width="1600">https://dino.im/img/appdata/main.png</image> + </screenshot> + <screenshot> + <caption>Start Conversation</caption> + <image height="900" width="1600">https://dino.im/img/appdata/start_chat.png</image> + </screenshot> + <screenshot> + <caption>Contact Details</caption> + <image height="900" width="1600">https://dino.im/img/appdata/contact_details.png</image> + </screenshot> + </screenshots> + <translation type="gettext">dino</translation> + <developer_name>Dino Development Team</developer_name> + <url type="homepage">https://dino.im</url> + <url type="bugtracker">https://github.com/dino/dino/issues</url> + <url type="donation">https://liberapay.com/Dino</url> + <url type="translate">https://hosted.weblate.org/projects/dino/</url> + <!-- TODO: Point this to a webpage with documentation when there is one + <url type="help">http://dino.im/help/</url> + --> + <update_contact>appstream@dino.im</update_contact> + + <!-- TODO: Write this when Dino is released + <releases> + <release date="XXXX-XX-XX" version="X.X"> + <description> + <p> + This is our first release. It comes with a clean UI, notifications, + end-to-end encryption support (OMEMO and GnuPG), multi-user chats, + and more! + </p> + </description> + </release> + </releases> + --> +</component> |