Update and translate description text

This commit is contained in:
coderkun 2017-04-26 12:19:09 +02:00
parent b8169ee721
commit fcdd8b1501
9 changed files with 18 additions and 14 deletions

View file

@ -1,4 +1,4 @@
MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks.
MPDCoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks.
Copyright ® 2013 2016 coderkun <olli@coderkun.de>
This program is free software: you can redistribute it and/or modify

View file

@ -1,6 +1,6 @@
h1. MPDCoverGrid
h1. CoverGrid
MPDCoverGrid (mcg) is a client for the "Music Player Daemon":http://www.musicpd.org (MPD), focusing on albums instead of single tracks. It is not intended to be a replacement for your favorite MPD client but an addition to get a better album-experience.
CoverGrid (mcg) is a client for the "Music Player Daemon":http://www.musicpd.org (MPD), focusing on albums instead of single tracks. It is not intended to be a replacement for your favorite MPD client but an addition to get a better album-experience.
Website: https://www.coderkun.de/codes/mcg

View file

@ -1319,7 +1319,7 @@
<property name="transient_for">appwindow</property>
<property name="program_name">CoverGrid</property>
<property name="version">0.6</property>
<property name="comments" translatable="yes">CoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks.</property>
<property name="comments" translatable="yes">CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks.</property>
<property name="website">http://www.coderkun.de/codes/mcg</property>
<property name="logo">mcg.svg</property>
<property name="license_type">gpl-3-0</property>

Binary file not shown.

View file

@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: MPDCoverGrid\n"
"POT-Creation-Date: 2017-04-26 12:08+0200\n"
"PO-Revision-Date: 2017-04-26 12:11+0200\n"
"POT-Creation-Date: 2017-04-26 12:15+0200\n"
"PO-Revision-Date: 2017-04-26 12:17+0200\n"
"Last-Translator: coderkun <olli@coderkun.de>\n"
"Language-Team: \n"
"Language: de\n"
@ -135,9 +135,11 @@ msgstr "Die Bibliothek durchsuchen"
#: data/gtk.glade:1322
msgid ""
"CoverGrid is a client for the Music Player Daemon, focused on albums instead "
"of single tracks."
"CoverGrid is a client for the Music Player Daemon, focusing on albums "
"instead of single tracks."
msgstr ""
"CoverGrid ist ein ein Client für den Music Player Daemon, der sich "
"auf Alben anstellen von einzelnen Songs fokussiert."
#: data/gtk.menu.ui:7
msgid "Connect"

Binary file not shown.

View file

@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: MPDCoverGrid\n"
"POT-Creation-Date: 2017-04-26 12:08+0200\n"
"PO-Revision-Date: 2017-04-26 12:11+0200\n"
"POT-Creation-Date: 2017-04-26 12:15+0200\n"
"PO-Revision-Date: 2017-04-26 12:17+0200\n"
"Last-Translator: coderkun <olli@coderkun.de>\n"
"Language-Team: \n"
"Language: en\n"
@ -134,9 +134,11 @@ msgstr "Search the library"
#: data/gtk.glade:1322
msgid ""
"CoverGrid is a client for the Music Player Daemon, focused on albums instead "
"of single tracks."
"CoverGrid is a client for the Music Player Daemon, focusing on albums "
"instead of single tracks."
msgstr ""
"CoverGrid is a client for the Music Player Daemon, focusing on albums "
"instead of single tracks."
#: data/gtk.menu.ui:7
msgid "Connect"

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks."""
"""MPDCoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks."""
import sys

View file

@ -33,7 +33,7 @@ setup(
cmdclass = {'build_py': build_mcg},
name = "CoverGrid",
version = 0.6,
description = "CoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks.",
description = "CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks.",
url = "http://www.coderkun.de/codes/mcg",
author = "coderkun",
author_email = "olli@coderkun.de",