Compare commits
53 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e8191eab7c | ||
![]() |
5db00fcd27 | ||
![]() |
7ab40d5049 | ||
![]() |
a695d829d8 | ||
![]() |
ac749a10dd | ||
![]() |
f7ada87104 | ||
![]() |
4925b0288c | ||
![]() |
d920da9e52 | ||
![]() |
fb60e4701f | ||
![]() |
35ef3deaab | ||
![]() |
62c30b1b01 | ||
![]() |
2f28b91865 | ||
![]() |
72588b5b66 | ||
![]() |
838e421466 | ||
![]() |
2d6e2aa3f5 | ||
![]() |
6fe8fa9d37 | ||
![]() |
2493255643 | ||
![]() |
d86a52d1d3 | ||
![]() |
36c25b54c4 | ||
![]() |
d2bb684253 | ||
![]() |
8d01ba7501 | ||
![]() |
780469e2c9 | ||
![]() |
656767e249 | ||
![]() |
60113344e0 | ||
![]() |
170c7e6db8 | ||
![]() |
8ad3ffe826 | ||
![]() |
ae0ade98a5 | ||
![]() |
0269fa87f0 | ||
![]() |
170165e0fd | ||
![]() |
612493ba90 | ||
![]() |
b6be0f0430 | ||
![]() |
7ae0f1e216 | ||
![]() |
5953d73389 | ||
![]() |
604b17ea3a | ||
![]() |
70ca48b7cc | ||
![]() |
b407f0466d | ||
![]() |
e6c292f658 | ||
![]() |
ebe73cc4ea | ||
![]() |
9e4068f399 | ||
![]() |
fd822aad94 | ||
![]() |
4257369486 | ||
![]() |
d2fc1aff18 | ||
![]() |
79e7ea5973 | ||
![]() |
33e57b9e7f | ||
![]() |
58a7385186 | ||
![]() |
d60d600df2 | ||
![]() |
090c7c814c | ||
![]() |
b76631e98a | ||
![]() |
2633c841cd | ||
![]() |
e8d19066fb | ||
![]() |
7e7d6c673f | ||
![]() |
2cd18d931f | ||
![]() |
52de223b0f |
27
README.md
@@ -1,21 +1,23 @@
|
|||||||
README for mpdevil
|
README for mpdevil
|
||||||
==================
|
==================
|
||||||
mpdevil is focused on playing your local music directly instead of managing playlists or playing network streams. So it neither supports saving playlists nor restoring them. Therefore mpdevil is mainly a music browser which aims to be easy to use. mpdevil dosen't store any client side database of your music library. Instead all tags and covers get presented to you in real time. So you'll never see any outdated information in your browser. mpdevil strongly relies on tags.
|
Mpdevil is a simple music browser for the Music Player Daemon (MPD) which is focused on playing local music without the need of managing playlists. Instead of maintaining a client side database of your music library mpdevil loads all tags and covers on demand. So you'll never see any outdated information in the browser. Mpdevil strongly relies on tags.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
- play songs without doubleclicking
|
- display large covers
|
||||||
- search songs in your music library
|
- play songs without doubleclick
|
||||||
- manage multiple mpd servers
|
- lyrics from 'www.letras.mus.br'
|
||||||
- filter by genre
|
|
||||||
- control with media keys
|
|
||||||
- displays covers
|
|
||||||
- sends notifications on title change
|
|
||||||
- fetches lyrics from 'www.letras.mus.br'
|
|
||||||
- MPRIS interface (based on mpDris2)
|
- MPRIS interface (based on mpDris2)
|
||||||
|
- notifications on title change
|
||||||
|
- basic queue manipulation (move and delete single tracks)
|
||||||
|
- search songs
|
||||||
|
- filter by genre
|
||||||
|
- media keys support
|
||||||
|
- many shortcuts
|
||||||
|
- manage multiple mpd servers
|
||||||
|
|
||||||
See: https://github.com/SoongNoonien/mpdevil/wiki/Usage
|
See: https://github.com/SoongNoonien/mpdevil/wiki/Usage
|
||||||
|
|
||||||
@@ -44,6 +46,10 @@ Gentoo (see: https://wiki.gentoo.org/wiki/Custom_repository):
|
|||||||
- Generate manifest file
|
- Generate manifest file
|
||||||
- Run: `emerge mpdevil`
|
- Run: `emerge mpdevil`
|
||||||
|
|
||||||
|
Flatpak:
|
||||||
|
|
||||||
|
<a href='https://flathub.org/apps/details/org.mpdevil.mpdevil'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
|
||||||
|
|
||||||
Building
|
Building
|
||||||
--------
|
--------
|
||||||
|
|
||||||
@@ -59,7 +65,6 @@ Python modules:
|
|||||||
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify)
|
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify)
|
||||||
- requests
|
- requests
|
||||||
- bs4 (beautifulsoup)
|
- bs4 (beautifulsoup)
|
||||||
- dbus
|
|
||||||
|
|
||||||
Run:
|
Run:
|
||||||
```bash
|
```bash
|
||||||
@@ -74,5 +79,5 @@ sudo update-desktop-database
|
|||||||
Translation
|
Translation
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
mpdevil is currently available in English, German and Dutch. If you speek another language you can easily translate mpdevil by using `poedit`. Just import `po/mpdevil.pot` from this repo into `poedit`. To test your translation copy the new `.po` file into the `po` directory of your cloned mpdevil repo and proceed as described in the Building section. To get your translation integrated into mpdevil just send me an e-mail or create a pull request. Link to `poedit`: https://poedit.net/
|
Mpdevil is currently available in English, German and Dutch. If you speek another language you can easily translate mpdevil by using `poedit`. Just import `po/mpdevil.pot` from this repo into `poedit`. To test your translation copy the new `.po` file into the `po` directory of your cloned mpdevil repo and proceed as described in the Building section. To get your translation integrated into mpdevil just send me an e-mail or create a pull request. Link to `poedit`: https://poedit.net/
|
||||||
|
|
||||||
|
1224
bin/mpdevil
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
41
data/org.mpdevil.mpdevil.appdata.xml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Copyright 2020 Martin Wagner <martin.wagner.dev@gmail.com> -->
|
||||||
|
<component type="desktop-application">
|
||||||
|
<id>org.mpdevil.mpdevil</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<project_license>GPL-3.0</project_license>
|
||||||
|
<name>mpdevil</name>
|
||||||
|
<summary>A simple music browser for MPD</summary>
|
||||||
|
<description>
|
||||||
|
<p>Mpdevil is a simple music browser for the Music Player Daemon (MPD) which is focused on playing local music without the need of managing playlists. Instead of maintaining a client side database of your music library mpdevil loads all tags and covers on demand. So you'll never see any outdated information in the browser. Mpdevil strongly relies on tags.</p>
|
||||||
|
<ul>
|
||||||
|
<li>display large covers</li>
|
||||||
|
<li>play songs without doubleclick</li>
|
||||||
|
<li>fetch lyrics</li>
|
||||||
|
<li>MPRIS interface</li>
|
||||||
|
<li>notifications on title change</li>
|
||||||
|
<li>basic queue manipulation (move and delete single tracks)</li>
|
||||||
|
<li>search songs</li>
|
||||||
|
<li>filter by genre</li>
|
||||||
|
<li>media keys support</li>
|
||||||
|
<li>many shortcuts</li>
|
||||||
|
<li>manage multiple mpd servers</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
<releases>
|
||||||
|
<release version="1.0.0" date="2021-01-02"/>
|
||||||
|
</releases>
|
||||||
|
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
|
||||||
|
<screenshots>
|
||||||
|
<screenshot type="default">
|
||||||
|
<image type="source" width="1016" height="1024">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v0.9.7/screenshots/mainwindow_0.9.5.png</image>
|
||||||
|
</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
<url type="homepage">https://github.com/SoongNoonien/mpdevil</url>
|
||||||
|
<url type="bugtracker">https://github.com/SoongNoonien/mpdevil/issues</url>
|
||||||
|
<content_rating type="oars-1.1" />
|
||||||
|
<provides>
|
||||||
|
<binary>mpdevil</binary>
|
||||||
|
</provides>
|
||||||
|
<update_contact>martin.wagner.dev@gmail.com</update_contact>
|
||||||
|
</component>
|
@@ -3,7 +3,7 @@ Name=mpdevil
|
|||||||
GenericName=MPD Client
|
GenericName=MPD Client
|
||||||
_Comment=A simple music browser for MPD
|
_Comment=A simple music browser for MPD
|
||||||
Exec=mpdevil
|
Exec=mpdevil
|
||||||
Icon=mpdevil
|
Icon=org.mpdevil.mpdevil
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<schemalist>
|
<schemalist>
|
||||||
<schema id="org.mpdevil" path="/org/mpdevil/">
|
<schema id="org.mpdevil.mpdevil" path="/org/mpdevil/mpdevil/">
|
||||||
<key type="b" name="maximize">
|
<key type="b" name="maximize">
|
||||||
<default>false</default>
|
<default>false</default>
|
||||||
<summary>Maximize mpdevil on startup</summary>
|
<summary>Maximize mpdevil on startup</summary>
|
@@ -1,4 +1,4 @@
|
|||||||
[encoding: UTF-8]
|
[encoding: UTF-8]
|
||||||
bin/mpdevil
|
bin/mpdevil
|
||||||
data/mpdevil.desktop.in
|
data/org.mpdevil.mpdevil.desktop.in
|
||||||
|
|
||||||
|
271
po/de.po
@@ -7,8 +7,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-10-20 18:10+0200\n"
|
"POT-Creation-Date: 2021-01-02 11:47+0100\n"
|
||||||
"PO-Revision-Date: 2020-10-20 18:14+0200\n"
|
"PO-Revision-Date: 2021-01-02 11:48+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
@@ -18,103 +18,103 @@ msgstr ""
|
|||||||
"X-Generator: Poedit 2.3.1\n"
|
"X-Generator: Poedit 2.3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: mpdevil:419
|
#: mpdevil:470
|
||||||
msgid "Unknown Title"
|
msgid "Unknown Title"
|
||||||
msgstr "Unbekannter Titel"
|
msgstr "Unbekannter Titel"
|
||||||
|
|
||||||
#: mpdevil:719
|
#: mpdevil:799
|
||||||
msgid "Main cover size:"
|
msgid "Main cover size:"
|
||||||
msgstr "Größe des Haupt-Covers:"
|
msgstr "Größe des Haupt-Covers:"
|
||||||
|
|
||||||
#: mpdevil:720
|
#: mpdevil:800
|
||||||
msgid "Album view cover size:"
|
msgid "Album view cover size:"
|
||||||
msgstr "Covergröße in Albumliste:"
|
msgstr "Covergröße in Albumliste:"
|
||||||
|
|
||||||
#: mpdevil:721
|
#: mpdevil:801
|
||||||
msgid "Action bar icon size:"
|
msgid "Action bar icon size:"
|
||||||
msgstr "Symbolgröße Aktionsleiste:"
|
msgstr "Symbolgröße Aktionsleiste:"
|
||||||
|
|
||||||
#: mpdevil:722
|
#: mpdevil:802
|
||||||
msgid "Secondary icon size:"
|
msgid "Secondary icon size:"
|
||||||
msgstr "Sekundäre Symbolgröße:"
|
msgstr "Sekundäre Symbolgröße:"
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:815
|
||||||
msgid "Sort albums by:"
|
msgid "Sort albums by:"
|
||||||
msgstr "Sortiere Alben nach:"
|
msgstr "Sortiere Alben nach:"
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:815
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr "Name"
|
msgstr "Name"
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:815
|
||||||
msgid "year"
|
msgid "year"
|
||||||
msgstr "Jahr"
|
msgstr "Jahr"
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:816
|
||||||
msgid "Position of playlist:"
|
msgid "Position of playlist:"
|
||||||
msgstr "Wiedergabelistenposition:"
|
msgstr "Wiedergabelistenposition:"
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:816
|
||||||
msgid "bottom"
|
msgid "bottom"
|
||||||
msgstr "unten"
|
msgstr "unten"
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:816
|
||||||
msgid "right"
|
msgid "right"
|
||||||
msgstr "rechts"
|
msgstr "rechts"
|
||||||
|
|
||||||
#: mpdevil:754
|
#: mpdevil:834
|
||||||
msgid "Use Client-side decoration"
|
msgid "Use Client-side decoration"
|
||||||
msgstr "Benutze „Client-side decoration“"
|
msgstr "Benutze „Client-side decoration“"
|
||||||
|
|
||||||
#: mpdevil:755
|
#: mpdevil:835
|
||||||
msgid "Show stop button"
|
msgid "Show stop button"
|
||||||
msgstr "Zeige Stopp-Knopf"
|
msgstr "Zeige Stopp-Knopf"
|
||||||
|
|
||||||
#: mpdevil:756
|
#: mpdevil:836
|
||||||
msgid "Show lyrics button"
|
msgid "Show lyrics button"
|
||||||
msgstr "Zeige Liedtext-Knopf"
|
msgstr "Zeige Liedtext-Knopf"
|
||||||
|
|
||||||
#: mpdevil:757
|
#: mpdevil:837
|
||||||
msgid "Show initials in artist view"
|
msgid "Show initials in artist view"
|
||||||
msgstr "Zeige Anfangsbuchstaben in Interpretenliste"
|
msgstr "Zeige Anfangsbuchstaben in Interpretenliste"
|
||||||
|
|
||||||
#: mpdevil:758
|
#: mpdevil:838
|
||||||
msgid "Show tooltips in album view"
|
msgid "Show tooltips in album view"
|
||||||
msgstr "Zeige Tooltips in Albumliste"
|
msgstr "Zeige Tooltips in Albumliste"
|
||||||
|
|
||||||
#: mpdevil:759
|
#: mpdevil:839
|
||||||
msgid "Use “Album Artist” tag"
|
msgid "Use “Album Artist” tag"
|
||||||
msgstr "Benutze „Album Artist“ Tag"
|
msgstr "Benutze „Album Artist“ Tag"
|
||||||
|
|
||||||
#: mpdevil:760
|
#: mpdevil:840
|
||||||
msgid "Send notification on title change"
|
msgid "Send notification on title change"
|
||||||
msgstr "Sende Benachrichtigung bei Titelwechsel"
|
msgstr "Sende Benachrichtigung bei Titelwechsel"
|
||||||
|
|
||||||
#: mpdevil:761
|
#: mpdevil:841
|
||||||
msgid "Stop playback on quit"
|
msgid "Stop playback on quit"
|
||||||
msgstr "Wiedergabe beim Beenden stoppen"
|
msgstr "Wiedergabe beim Beenden stoppen"
|
||||||
|
|
||||||
#: mpdevil:762
|
#: mpdevil:842
|
||||||
msgid "Play selected albums and titles immediately"
|
msgid "Play selected albums and titles immediately"
|
||||||
msgstr "Ausgewählte Alben und Titel sofort abspielen"
|
msgstr "Ausgewählte Alben und Titel sofort abspielen"
|
||||||
|
|
||||||
#: mpdevil:775
|
#: mpdevil:855
|
||||||
msgid "<b>View</b>"
|
msgid "<b>View</b>"
|
||||||
msgstr "<b>Ansicht</b>"
|
msgstr "<b>Ansicht</b>"
|
||||||
|
|
||||||
#: mpdevil:776
|
#: mpdevil:856
|
||||||
msgid "<b>Behavior</b>"
|
msgid "<b>Behavior</b>"
|
||||||
msgstr "<b>Verhalten</b>"
|
msgstr "<b>Verhalten</b>"
|
||||||
|
|
||||||
#: mpdevil:808
|
#: mpdevil:888
|
||||||
msgid "(restart required)"
|
msgid "(restart required)"
|
||||||
msgstr "(Neustart erforderlich)"
|
msgstr "(Neustart erforderlich)"
|
||||||
|
|
||||||
#: mpdevil:870 mpdevil:3409
|
#: mpdevil:950
|
||||||
msgid "Connect"
|
msgid "_Connect"
|
||||||
msgstr "Verbinden"
|
msgstr "_Verbinden"
|
||||||
|
|
||||||
#: mpdevil:886
|
#: mpdevil:966
|
||||||
msgid ""
|
msgid ""
|
||||||
"The first image in the same directory as the song file matching this regex "
|
"The first image in the same directory as the song file matching this regex "
|
||||||
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
||||||
@@ -124,157 +124,161 @@ msgstr ""
|
|||||||
"regulären Ausdruck entspricht, wird angezeigt. %AlbumArtist% und %Album% "
|
"regulären Ausdruck entspricht, wird angezeigt. %AlbumArtist% und %Album% "
|
||||||
"werden durch die entsprechenden Tags des Liedes ersetzt."
|
"werden durch die entsprechenden Tags des Liedes ersetzt."
|
||||||
|
|
||||||
#: mpdevil:891
|
#: mpdevil:971
|
||||||
msgid "Profile:"
|
msgid "Profile:"
|
||||||
msgstr "Profil:"
|
msgstr "Profil:"
|
||||||
|
|
||||||
#: mpdevil:892
|
#: mpdevil:972
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
msgstr "Name:"
|
msgstr "Name:"
|
||||||
|
|
||||||
#: mpdevil:893
|
#: mpdevil:973
|
||||||
msgid "Host:"
|
msgid "Host:"
|
||||||
msgstr "Host:"
|
msgstr "Host:"
|
||||||
|
|
||||||
#: mpdevil:894
|
#: mpdevil:974
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Passwort:"
|
msgstr "Passwort:"
|
||||||
|
|
||||||
#: mpdevil:895
|
#: mpdevil:975
|
||||||
msgid "Music lib:"
|
msgid "Music lib:"
|
||||||
msgstr "Musikverzeichnis:"
|
msgstr "Musikverzeichnis:"
|
||||||
|
|
||||||
#: mpdevil:896
|
#: mpdevil:976
|
||||||
msgid "Cover regex:"
|
msgid "Cover regex:"
|
||||||
msgstr "Cover-Regex:"
|
msgstr "Cover-Regex:"
|
||||||
|
|
||||||
#: mpdevil:1029
|
#: mpdevil:1111
|
||||||
msgid "Choose directory"
|
msgid "Choose directory"
|
||||||
msgstr "Verzeichnis Wählen"
|
msgstr "Verzeichnis wählen"
|
||||||
|
|
||||||
#: mpdevil:1065
|
#: mpdevil:1142
|
||||||
msgid "Choose the order of information to appear in the playlist:"
|
msgid "Choose the order of information to appear in the playlist:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Lege die Reihenfolge fest, in der Informationen in der Wiedergabeliste "
|
"Lege die Reihenfolge fest, in der Informationen in der Wiedergabeliste "
|
||||||
"angezeigt werden sollen:"
|
"angezeigt werden sollen:"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1604 mpdevil:1930 mpdevil:2633
|
#: mpdevil:1159 mpdevil:1712 mpdevil:1807 mpdevil:2759
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "Nr."
|
msgstr "Nr."
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:2634
|
#: mpdevil:1159 mpdevil:2760
|
||||||
msgid "Disc"
|
msgid "Disc"
|
||||||
msgstr "CD"
|
msgstr "CD"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1609 mpdevil:1933 mpdevil:2635
|
#: mpdevil:1159 mpdevil:1715 mpdevil:1812 mpdevil:2761
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Titel"
|
msgstr "Titel"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1615 mpdevil:2636
|
#: mpdevil:1159 mpdevil:1818 mpdevil:2762
|
||||||
msgid "Artist"
|
msgid "Artist"
|
||||||
msgstr "Interpret"
|
msgstr "Interpret"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1621 mpdevil:2637
|
#: mpdevil:1159 mpdevil:1824 mpdevil:2763
|
||||||
msgid "Album"
|
msgid "Album"
|
||||||
msgstr "Album"
|
msgstr "Album"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1627 mpdevil:1937 mpdevil:2638
|
#: mpdevil:1159 mpdevil:1719 mpdevil:1830 mpdevil:2764
|
||||||
msgid "Length"
|
msgid "Length"
|
||||||
msgstr "Länge"
|
msgstr "Länge"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:2639
|
#: mpdevil:1159 mpdevil:2765
|
||||||
msgid "Year"
|
msgid "Year"
|
||||||
msgstr "Jahr"
|
msgstr "Jahr"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:2640
|
#: mpdevil:1159 mpdevil:2766
|
||||||
msgid "Genre"
|
msgid "Genre"
|
||||||
msgstr "Genre"
|
msgstr "Genre"
|
||||||
|
|
||||||
#: mpdevil:1198 mpdevil:1200 mpdevil:3498
|
#: mpdevil:1275 mpdevil:1277 mpdevil:3718
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Einstellungen"
|
msgstr "Einstellungen"
|
||||||
|
|
||||||
#: mpdevil:1213 mpdevil:1222 mpdevil:3345
|
#: mpdevil:1290 mpdevil:1299 mpdevil:3564
|
||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr "Allgemein"
|
msgstr "Allgemein"
|
||||||
|
|
||||||
#: mpdevil:1214 mpdevil:1223 mpdevil:3509
|
#: mpdevil:1291 mpdevil:1300 mpdevil:3729
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr "Profile"
|
msgstr "Profile"
|
||||||
|
|
||||||
#: mpdevil:1215 mpdevil:1224 mpdevil:3349
|
#: mpdevil:1292 mpdevil:1301 mpdevil:3568
|
||||||
msgid "Playlist"
|
msgid "Playlist"
|
||||||
msgstr "Wiedergabeliste"
|
msgstr "Wiedergabeliste"
|
||||||
|
|
||||||
#: mpdevil:1238
|
#: mpdevil:1314
|
||||||
msgid "Stats"
|
msgid "Stats"
|
||||||
msgstr "Statistik"
|
msgstr "Statistik"
|
||||||
|
|
||||||
#: mpdevil:1248
|
#: mpdevil:1324
|
||||||
msgid "<b>Protocol:</b>"
|
msgid "<b>Protocol:</b>"
|
||||||
msgstr "<b>Protokoll:</b>"
|
msgstr "<b>Protokoll:</b>"
|
||||||
|
|
||||||
#: mpdevil:1249
|
#: mpdevil:1325
|
||||||
msgid "<b>Uptime:</b>"
|
msgid "<b>Uptime:</b>"
|
||||||
msgstr "<b>Uptime:</b>"
|
msgstr "<b>Uptime:</b>"
|
||||||
|
|
||||||
#: mpdevil:1250
|
#: mpdevil:1326
|
||||||
msgid "<b>Playtime:</b>"
|
msgid "<b>Playtime:</b>"
|
||||||
msgstr "<b>Wiedergabezeit:</b>"
|
msgstr "<b>Wiedergabezeit:</b>"
|
||||||
|
|
||||||
#: mpdevil:1251
|
#: mpdevil:1327
|
||||||
msgid "<b>Artists:</b>"
|
msgid "<b>Artists:</b>"
|
||||||
msgstr "<b>Künstler:</b>"
|
msgstr "<b>Künstler:</b>"
|
||||||
|
|
||||||
#: mpdevil:1252
|
#: mpdevil:1328
|
||||||
msgid "<b>Albums:</b>"
|
msgid "<b>Albums:</b>"
|
||||||
msgstr "<b>Alben:</b>"
|
msgstr "<b>Alben:</b>"
|
||||||
|
|
||||||
#: mpdevil:1253
|
#: mpdevil:1329
|
||||||
msgid "<b>Songs:</b>"
|
msgid "<b>Songs:</b>"
|
||||||
msgstr "<b>Titel:</b>"
|
msgstr "<b>Titel:</b>"
|
||||||
|
|
||||||
#: mpdevil:1254
|
#: mpdevil:1330
|
||||||
msgid "<b>Total Playtime:</b>"
|
msgid "<b>Total Playtime:</b>"
|
||||||
msgstr "<b>Gesamt Wiedergabezeit:</b>"
|
msgstr "<b>Gesamt Wiedergabezeit:</b>"
|
||||||
|
|
||||||
#: mpdevil:1255
|
#: mpdevil:1331
|
||||||
msgid "<b>Database Update:</b>"
|
msgid "<b>Database Update:</b>"
|
||||||
msgstr "<b>Datenbankaktualisierung:</b>"
|
msgstr "<b>Datenbankaktualisierung:</b>"
|
||||||
|
|
||||||
#: mpdevil:1280
|
#: mpdevil:1355
|
||||||
msgid "A simple music browser for MPD"
|
msgid "A simple music browser for MPD"
|
||||||
msgstr "Ein einfacher Musikbrowser für MPD"
|
msgstr "Ein einfacher Musikbrowser für MPD"
|
||||||
|
|
||||||
#: mpdevil:1360
|
#: mpdevil:1453
|
||||||
|
msgid "Open with…"
|
||||||
|
msgstr "Öffnen mit…"
|
||||||
|
|
||||||
|
#: mpdevil:1471
|
||||||
msgid "MPD-Tag"
|
msgid "MPD-Tag"
|
||||||
msgstr "MPD-Tag"
|
msgstr "MPD-Tag"
|
||||||
|
|
||||||
#: mpdevil:1363
|
#: mpdevil:1474
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
msgstr "Wert"
|
msgstr "Wert"
|
||||||
|
|
||||||
#: mpdevil:1522
|
#: mpdevil:1605
|
||||||
msgid "_Append"
|
msgid "_Append"
|
||||||
msgstr "_Anhängen"
|
msgstr "_Anhängen"
|
||||||
|
|
||||||
#: mpdevil:1524
|
#: mpdevil:1607
|
||||||
msgid "Add all titles to playlist"
|
msgid "Add all titles to playlist"
|
||||||
msgstr "Alle Titel der Wiedergabeliste anhängen"
|
msgstr "Alle Titel der Wiedergabeliste anhängen"
|
||||||
|
|
||||||
#: mpdevil:1525
|
#: mpdevil:1608
|
||||||
msgid "_Play"
|
msgid "_Play"
|
||||||
msgstr "Ab_spielen"
|
msgstr "Ab_spielen"
|
||||||
|
|
||||||
#: mpdevil:1527
|
#: mpdevil:1610
|
||||||
msgid "Directly play all titles"
|
msgid "Directly play all titles"
|
||||||
msgstr "Alle Titel sofort abspielen"
|
msgstr "Alle Titel sofort abspielen"
|
||||||
|
|
||||||
#: mpdevil:1528
|
#: mpdevil:1611
|
||||||
msgid "_Enqueue"
|
msgid "_Enqueue"
|
||||||
msgstr "_Einreihen"
|
msgstr "_Einreihen"
|
||||||
|
|
||||||
#: mpdevil:1530
|
#: mpdevil:1613
|
||||||
msgid ""
|
msgid ""
|
||||||
"Append all titles after the currently playing track and clear the playlist "
|
"Append all titles after the currently playing track and clear the playlist "
|
||||||
"from all other songs"
|
"from all other songs"
|
||||||
@@ -282,58 +286,54 @@ msgstr ""
|
|||||||
"Alle Titel hinter dem aktuellen Stück einreihen und die weitere "
|
"Alle Titel hinter dem aktuellen Stück einreihen und die weitere "
|
||||||
"Wiedergabeliste leeren"
|
"Wiedergabeliste leeren"
|
||||||
|
|
||||||
#: mpdevil:1665
|
#: mpdevil:1868
|
||||||
msgid "all tags"
|
msgid "all tags"
|
||||||
msgstr "Alle Tags"
|
msgstr "Alle Tags"
|
||||||
|
|
||||||
#: mpdevil:1689
|
#: mpdevil:1896
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{num} hits"
|
msgid "{num} hits"
|
||||||
msgstr "{num} Treffer"
|
msgstr "{num} Treffer"
|
||||||
|
|
||||||
#: mpdevil:1727
|
#: mpdevil:1934
|
||||||
msgid "all genres"
|
msgid "all genres"
|
||||||
msgstr "Alle Genres"
|
msgstr "Alle Genres"
|
||||||
|
|
||||||
#: mpdevil:1830
|
#: mpdevil:2036
|
||||||
msgid "all artists"
|
msgid "all artists"
|
||||||
msgstr "Alle Interpreten"
|
msgstr "Alle Interpreten"
|
||||||
|
|
||||||
#: mpdevil:1942
|
#: mpdevil:2228
|
||||||
msgid "Close"
|
|
||||||
msgstr "Schließen"
|
|
||||||
|
|
||||||
#: mpdevil:2113
|
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} titles on {discs} discs ({length})"
|
msgid "{titles} titles on {discs} discs ({length})"
|
||||||
msgstr "{titles} Titel auf {discs} CDs ({length})"
|
msgstr "{titles} Titel auf {discs} CDs ({length})"
|
||||||
|
|
||||||
#: mpdevil:2116 mpdevil:2728
|
#: mpdevil:2231 mpdevil:2863 mpdevil:3149 mpdevil:3150
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} titles ({length})"
|
msgid "{titles} titles ({length})"
|
||||||
msgstr "{titles} Titel ({length})"
|
msgstr "{titles} Titel ({length})"
|
||||||
|
|
||||||
#: mpdevil:2242 mpdevil:3368
|
#: mpdevil:2371 mpdevil:3587
|
||||||
msgid "Back to current album"
|
msgid "Back to current album"
|
||||||
msgstr "Zurück zu aktuellem Album"
|
msgstr "Zurück zu aktuellem Album"
|
||||||
|
|
||||||
#: mpdevil:2244
|
#: mpdevil:2373
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Suche"
|
msgstr "Suche"
|
||||||
|
|
||||||
#: mpdevil:2421
|
#: mpdevil:2548
|
||||||
msgid "searching..."
|
msgid "searching..."
|
||||||
msgstr "suche..."
|
msgstr "suche..."
|
||||||
|
|
||||||
#: mpdevil:2426
|
#: mpdevil:2553
|
||||||
msgid "connection error"
|
msgid "connection error"
|
||||||
msgstr "Verbindungsfehler"
|
msgstr "Verbindungsfehler"
|
||||||
|
|
||||||
#: mpdevil:2428
|
#: mpdevil:2555
|
||||||
msgid "lyrics not found"
|
msgid "lyrics not found"
|
||||||
msgstr "Liedtext nicht gefunden"
|
msgstr "Liedtext nicht gefunden"
|
||||||
|
|
||||||
#: mpdevil:2476
|
#: mpdevil:2603
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
||||||
@@ -342,199 +342,206 @@ msgstr ""
|
|||||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} Kanäle, "
|
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} Kanäle, "
|
||||||
"{file_type}"
|
"{file_type}"
|
||||||
|
|
||||||
#: mpdevil:2606
|
#: mpdevil:2733
|
||||||
msgid "Scroll to current song"
|
msgid "Scroll to current song"
|
||||||
msgstr "Gehe zu aktuellem Lied"
|
msgstr "Gehe zu aktuellem Lied"
|
||||||
|
|
||||||
#: mpdevil:2614 mpdevil:3384
|
#: mpdevil:2741 mpdevil:3603
|
||||||
msgid "Clear playlist"
|
msgid "Clear playlist"
|
||||||
msgstr "Wiedergabeliste leeren"
|
msgstr "Wiedergabeliste leeren"
|
||||||
|
|
||||||
#: mpdevil:2883
|
#: mpdevil:3035
|
||||||
msgid "Show lyrics"
|
msgid "Show lyrics"
|
||||||
msgstr "Zeige Liedtext"
|
msgstr "Zeige Liedtext"
|
||||||
|
|
||||||
#: mpdevil:3161
|
#: mpdevil:3355
|
||||||
msgid "Random mode"
|
msgid "Random mode"
|
||||||
msgstr "Zufallsmodus"
|
msgstr "Zufallsmodus"
|
||||||
|
|
||||||
#: mpdevil:3163
|
#: mpdevil:3357
|
||||||
msgid "Repeat mode"
|
msgid "Repeat mode"
|
||||||
msgstr "Dauerschleife"
|
msgstr "Dauerschleife"
|
||||||
|
|
||||||
#: mpdevil:3165
|
#: mpdevil:3359
|
||||||
msgid "Single mode"
|
msgid "Single mode"
|
||||||
msgstr "Einzelstückmodus"
|
msgstr "Einzelstückmodus"
|
||||||
|
|
||||||
#: mpdevil:3167
|
#: mpdevil:3361
|
||||||
msgid "Consume mode"
|
msgid "Consume mode"
|
||||||
msgstr "Wiedergabeliste verbrauchen"
|
msgstr "Wiedergabeliste verbrauchen"
|
||||||
|
|
||||||
#: mpdevil:3346
|
#: mpdevil:3565
|
||||||
msgid "Window"
|
msgid "Window"
|
||||||
msgstr "Fenster"
|
msgstr "Fenster"
|
||||||
|
|
||||||
#: mpdevil:3347
|
#: mpdevil:3566
|
||||||
msgid "Playback"
|
msgid "Playback"
|
||||||
msgstr "Wiedergabe"
|
msgstr "Wiedergabe"
|
||||||
|
|
||||||
#: mpdevil:3348
|
#: mpdevil:3567
|
||||||
msgid "Search, Album Dialog and Album List"
|
msgid "Search, Album Dialog and Album List"
|
||||||
msgstr "Suche, Albumdialog und Albumliste"
|
msgstr "Suche, Albumdialog und Albumliste"
|
||||||
|
|
||||||
#: mpdevil:3358
|
#: mpdevil:3577
|
||||||
msgid "Open online help"
|
msgid "Open online help"
|
||||||
msgstr "Onlinehilfe öffnen"
|
msgstr "Onlinehilfe öffnen"
|
||||||
|
|
||||||
#: mpdevil:3359
|
#: mpdevil:3578
|
||||||
msgid "Open shortcuts window"
|
msgid "Open shortcuts window"
|
||||||
msgstr "Tastenkürzelfenster öffnen"
|
msgstr "Tastenkürzelfenster öffnen"
|
||||||
|
|
||||||
#: mpdevil:3360
|
#: mpdevil:3579
|
||||||
msgid "Open menu"
|
msgid "Open menu"
|
||||||
msgstr "Menü öffnen"
|
msgstr "Menü öffnen"
|
||||||
|
|
||||||
#: mpdevil:3361 mpdevil:3504
|
#: mpdevil:3580 mpdevil:3724
|
||||||
msgid "Update database"
|
msgid "Update database"
|
||||||
msgstr "Datenbank aktualisieren"
|
msgstr "Datenbank aktualisieren"
|
||||||
|
|
||||||
#: mpdevil:3362 mpdevil:3502
|
#: mpdevil:3581 mpdevil:3722
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Beenden"
|
msgstr "Beenden"
|
||||||
|
|
||||||
#: mpdevil:3363
|
#: mpdevil:3582
|
||||||
msgid "Cycle through profiles"
|
msgid "Cycle through profiles"
|
||||||
msgstr "Profile durchschalten"
|
msgstr "Profile durchschalten"
|
||||||
|
|
||||||
#: mpdevil:3364
|
#: mpdevil:3583
|
||||||
msgid "Cycle through profiles in reversed order"
|
msgid "Cycle through profiles in reversed order"
|
||||||
msgstr "Profile rückwärts durchschalten"
|
msgstr "Profile rückwärts durchschalten"
|
||||||
|
|
||||||
#: mpdevil:3365
|
#: mpdevil:3584
|
||||||
msgid "Toggle mini player"
|
msgid "Toggle mini player"
|
||||||
msgstr "Miniplayer ein-/ausschalten"
|
msgstr "Miniplayer ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3366
|
#: mpdevil:3585
|
||||||
msgid "Toggle lyrics"
|
msgid "Toggle lyrics"
|
||||||
msgstr "Liedtext ein-/ausblenden"
|
msgstr "Liedtext ein-/ausblenden"
|
||||||
|
|
||||||
#: mpdevil:3367
|
#: mpdevil:3586
|
||||||
msgid "Toggle search"
|
msgid "Toggle search"
|
||||||
msgstr "Suche ein-/ausblenden"
|
msgstr "Suche ein-/ausblenden"
|
||||||
|
|
||||||
#: mpdevil:3369
|
#: mpdevil:3588
|
||||||
msgid "Play/Pause"
|
msgid "Play/Pause"
|
||||||
msgstr "Wiedergabe/Pause"
|
msgstr "Wiedergabe/Pause"
|
||||||
|
|
||||||
#: mpdevil:3370
|
#: mpdevil:3589
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Stopp"
|
msgstr "Stopp"
|
||||||
|
|
||||||
#: mpdevil:3371
|
#: mpdevil:3590
|
||||||
msgid "Next title"
|
msgid "Next title"
|
||||||
msgstr "Nächster Titel"
|
msgstr "Nächster Titel"
|
||||||
|
|
||||||
#: mpdevil:3372
|
#: mpdevil:3591
|
||||||
msgid "Previous title"
|
msgid "Previous title"
|
||||||
msgstr "Vorheriger Titel"
|
msgstr "Vorheriger Titel"
|
||||||
|
|
||||||
#: mpdevil:3373
|
#: mpdevil:3592
|
||||||
msgid "Seek forward"
|
msgid "Seek forward"
|
||||||
msgstr "Vorspulen"
|
msgstr "Vorspulen"
|
||||||
|
|
||||||
#: mpdevil:3374
|
#: mpdevil:3593
|
||||||
msgid "Seek backward"
|
msgid "Seek backward"
|
||||||
msgstr "Zurückspulen"
|
msgstr "Zurückspulen"
|
||||||
|
|
||||||
#: mpdevil:3375
|
#: mpdevil:3594
|
||||||
msgid "Toggle repeat mode"
|
msgid "Toggle repeat mode"
|
||||||
msgstr "Dauerschleife ein-/ausschalten"
|
msgstr "Dauerschleife ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3376
|
#: mpdevil:3595
|
||||||
msgid "Toggle random mode"
|
msgid "Toggle random mode"
|
||||||
msgstr "Zufallsmodus ein-/ausschalten"
|
msgstr "Zufallsmodus ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3377
|
#: mpdevil:3596
|
||||||
msgid "Toggle single mode"
|
msgid "Toggle single mode"
|
||||||
msgstr "Einzelstückmodus ein-/ausschalten"
|
msgstr "Einzelstückmodus ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3378
|
#: mpdevil:3597
|
||||||
msgid "Toggle consume mode"
|
msgid "Toggle consume mode"
|
||||||
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
|
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3379
|
#: mpdevil:3598
|
||||||
msgid "Play selected item (next)"
|
msgid "Play selected item (next)"
|
||||||
msgstr "Ausgewähltes Element (als Nächstes) abspielen"
|
msgstr "Ausgewähltes Element (als Nächstes) abspielen"
|
||||||
|
|
||||||
#: mpdevil:3379
|
#: mpdevil:3598
|
||||||
msgid "Left-click"
|
msgid "Left-click"
|
||||||
msgstr "Linksklick"
|
msgstr "Linksklick"
|
||||||
|
|
||||||
#: mpdevil:3380
|
#: mpdevil:3599
|
||||||
msgid "Append selected item"
|
msgid "Append selected item"
|
||||||
msgstr "Ausgewähltes Element anhängen"
|
msgstr "Ausgewähltes Element anhängen"
|
||||||
|
|
||||||
#: mpdevil:3380 mpdevil:3383
|
#: mpdevil:3599 mpdevil:3602
|
||||||
msgid "Middle-click"
|
msgid "Middle-click"
|
||||||
msgstr "Mittelklick"
|
msgstr "Mittelklick"
|
||||||
|
|
||||||
#: mpdevil:3381
|
#: mpdevil:3600
|
||||||
msgid "Play selected item immediately"
|
msgid "Play selected item immediately"
|
||||||
msgstr "Ausgewähltes Element sofort abspielen"
|
msgstr "Ausgewähltes Element sofort abspielen"
|
||||||
|
|
||||||
#: mpdevil:3381
|
#: mpdevil:3600
|
||||||
msgid "Double-click"
|
msgid "Double-click"
|
||||||
msgstr "Doppelklick"
|
msgstr "Doppelklick"
|
||||||
|
|
||||||
#: mpdevil:3382 mpdevil:3385
|
#: mpdevil:3601 mpdevil:3604
|
||||||
msgid "Show additional information"
|
msgid "Show additional information"
|
||||||
msgstr "Zeige weitere Informationen"
|
msgstr "Zeige weitere Informationen"
|
||||||
|
|
||||||
#: mpdevil:3382 mpdevil:3385
|
#: mpdevil:3601 mpdevil:3604
|
||||||
msgid "Right-click"
|
msgid "Right-click"
|
||||||
msgstr "Rechtsklick"
|
msgstr "Rechtsklick"
|
||||||
|
|
||||||
#: mpdevil:3383
|
#: mpdevil:3602
|
||||||
msgid "Remove selected song"
|
msgid "Remove selected song"
|
||||||
msgstr "Ausgewählten Titel entfernen"
|
msgstr "Ausgewählten Titel entfernen"
|
||||||
|
|
||||||
#: mpdevil:3427
|
#: mpdevil:3628
|
||||||
|
msgid "Connect"
|
||||||
|
msgstr "Verbinden"
|
||||||
|
|
||||||
|
#: mpdevil:3646
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
||||||
msgstr "Verbindung zu „{profile}“ ({host}:{port}) fehlgeschlagen"
|
msgstr "Verbindung zu „{profile}“ ({host}:{port}) fehlgeschlagen"
|
||||||
|
|
||||||
#: mpdevil:3499
|
#: mpdevil:3719
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr "Tastenkürzel"
|
msgstr "Tastenkürzel"
|
||||||
|
|
||||||
#: mpdevil:3500
|
#: mpdevil:3720
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr "Hilfe"
|
msgstr "Hilfe"
|
||||||
|
|
||||||
#: mpdevil:3501
|
#: mpdevil:3721
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr "Über"
|
msgstr "Über"
|
||||||
|
|
||||||
#: mpdevil:3505
|
#: mpdevil:3725
|
||||||
msgid "Server stats"
|
msgid "Server stats"
|
||||||
msgstr "Serverstatistik"
|
msgstr "Serverstatistik"
|
||||||
|
|
||||||
#: mpdevil:3510
|
#: mpdevil:3730
|
||||||
msgid "Mini player"
|
msgid "Mini player"
|
||||||
msgstr "Miniplayer"
|
msgstr "Miniplayer"
|
||||||
|
|
||||||
#: mpdevil:3511
|
#: mpdevil:3731
|
||||||
msgid "Save window layout"
|
msgid "Save window layout"
|
||||||
msgstr "Fensterlayout speichern"
|
msgstr "Fensterlayout speichern"
|
||||||
|
|
||||||
#: mpdevil:3516
|
#: mpdevil:3736
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr "Menü"
|
msgstr "Menü"
|
||||||
|
|
||||||
#: mpdevil:3566 mpdevil:3568
|
#: mpdevil:3784 mpdevil:3786
|
||||||
msgid "connecting…"
|
msgid "connecting…"
|
||||||
msgstr "verbinden…"
|
msgstr "verbinden…"
|
||||||
|
|
||||||
|
#~ msgid "Close"
|
||||||
|
#~ msgstr "Schließen"
|
||||||
|
|
||||||
#~ msgid "Album Artist"
|
#~ msgid "Album Artist"
|
||||||
#~ msgstr "Albuminterpret"
|
#~ msgstr "Albuminterpret"
|
||||||
|
|
||||||
|
262
po/mpdevil.pot
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-10-20 18:10+0200\n"
|
"POT-Creation-Date: 2021-01-02 11:47+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -17,510 +17,514 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: mpdevil:419
|
#: mpdevil:470
|
||||||
msgid "Unknown Title"
|
msgid "Unknown Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:719
|
#: mpdevil:799
|
||||||
msgid "Main cover size:"
|
msgid "Main cover size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:720
|
#: mpdevil:800
|
||||||
msgid "Album view cover size:"
|
msgid "Album view cover size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:721
|
#: mpdevil:801
|
||||||
msgid "Action bar icon size:"
|
msgid "Action bar icon size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:722
|
#: mpdevil:802
|
||||||
msgid "Secondary icon size:"
|
msgid "Secondary icon size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:815
|
||||||
msgid "Sort albums by:"
|
msgid "Sort albums by:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:815
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:815
|
||||||
msgid "year"
|
msgid "year"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:816
|
||||||
msgid "Position of playlist:"
|
msgid "Position of playlist:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:816
|
||||||
msgid "bottom"
|
msgid "bottom"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:816
|
||||||
msgid "right"
|
msgid "right"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:754
|
#: mpdevil:834
|
||||||
msgid "Use Client-side decoration"
|
msgid "Use Client-side decoration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:755
|
#: mpdevil:835
|
||||||
msgid "Show stop button"
|
msgid "Show stop button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:756
|
#: mpdevil:836
|
||||||
msgid "Show lyrics button"
|
msgid "Show lyrics button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:757
|
#: mpdevil:837
|
||||||
msgid "Show initials in artist view"
|
msgid "Show initials in artist view"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:758
|
#: mpdevil:838
|
||||||
msgid "Show tooltips in album view"
|
msgid "Show tooltips in album view"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:759
|
#: mpdevil:839
|
||||||
msgid "Use “Album Artist” tag"
|
msgid "Use “Album Artist” tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:760
|
#: mpdevil:840
|
||||||
msgid "Send notification on title change"
|
msgid "Send notification on title change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:761
|
#: mpdevil:841
|
||||||
msgid "Stop playback on quit"
|
msgid "Stop playback on quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:762
|
#: mpdevil:842
|
||||||
msgid "Play selected albums and titles immediately"
|
msgid "Play selected albums and titles immediately"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:775
|
#: mpdevil:855
|
||||||
msgid "<b>View</b>"
|
msgid "<b>View</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:776
|
#: mpdevil:856
|
||||||
msgid "<b>Behavior</b>"
|
msgid "<b>Behavior</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:808
|
#: mpdevil:888
|
||||||
msgid "(restart required)"
|
msgid "(restart required)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:870 mpdevil:3409
|
#: mpdevil:950
|
||||||
msgid "Connect"
|
msgid "_Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:886
|
#: mpdevil:966
|
||||||
msgid ""
|
msgid ""
|
||||||
"The first image in the same directory as the song file matching this regex "
|
"The first image in the same directory as the song file matching this regex "
|
||||||
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
||||||
"corresponding tags of the song."
|
"corresponding tags of the song."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:891
|
#: mpdevil:971
|
||||||
msgid "Profile:"
|
msgid "Profile:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:892
|
#: mpdevil:972
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:893
|
#: mpdevil:973
|
||||||
msgid "Host:"
|
msgid "Host:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:894
|
#: mpdevil:974
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:895
|
#: mpdevil:975
|
||||||
msgid "Music lib:"
|
msgid "Music lib:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:896
|
#: mpdevil:976
|
||||||
msgid "Cover regex:"
|
msgid "Cover regex:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1029
|
#: mpdevil:1111
|
||||||
msgid "Choose directory"
|
msgid "Choose directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1065
|
#: mpdevil:1142
|
||||||
msgid "Choose the order of information to appear in the playlist:"
|
msgid "Choose the order of information to appear in the playlist:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1604 mpdevil:1930 mpdevil:2633
|
#: mpdevil:1159 mpdevil:1712 mpdevil:1807 mpdevil:2759
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:2634
|
#: mpdevil:1159 mpdevil:2760
|
||||||
msgid "Disc"
|
msgid "Disc"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1609 mpdevil:1933 mpdevil:2635
|
#: mpdevil:1159 mpdevil:1715 mpdevil:1812 mpdevil:2761
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1615 mpdevil:2636
|
#: mpdevil:1159 mpdevil:1818 mpdevil:2762
|
||||||
msgid "Artist"
|
msgid "Artist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1621 mpdevil:2637
|
#: mpdevil:1159 mpdevil:1824 mpdevil:2763
|
||||||
msgid "Album"
|
msgid "Album"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1627 mpdevil:1937 mpdevil:2638
|
#: mpdevil:1159 mpdevil:1719 mpdevil:1830 mpdevil:2764
|
||||||
msgid "Length"
|
msgid "Length"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:2639
|
#: mpdevil:1159 mpdevil:2765
|
||||||
msgid "Year"
|
msgid "Year"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:2640
|
#: mpdevil:1159 mpdevil:2766
|
||||||
msgid "Genre"
|
msgid "Genre"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1198 mpdevil:1200 mpdevil:3498
|
#: mpdevil:1275 mpdevil:1277 mpdevil:3718
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1213 mpdevil:1222 mpdevil:3345
|
#: mpdevil:1290 mpdevil:1299 mpdevil:3564
|
||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1214 mpdevil:1223 mpdevil:3509
|
#: mpdevil:1291 mpdevil:1300 mpdevil:3729
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1215 mpdevil:1224 mpdevil:3349
|
#: mpdevil:1292 mpdevil:1301 mpdevil:3568
|
||||||
msgid "Playlist"
|
msgid "Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1238
|
#: mpdevil:1314
|
||||||
msgid "Stats"
|
msgid "Stats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1248
|
#: mpdevil:1324
|
||||||
msgid "<b>Protocol:</b>"
|
msgid "<b>Protocol:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1249
|
#: mpdevil:1325
|
||||||
msgid "<b>Uptime:</b>"
|
msgid "<b>Uptime:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1250
|
#: mpdevil:1326
|
||||||
msgid "<b>Playtime:</b>"
|
msgid "<b>Playtime:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1251
|
#: mpdevil:1327
|
||||||
msgid "<b>Artists:</b>"
|
msgid "<b>Artists:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1252
|
#: mpdevil:1328
|
||||||
msgid "<b>Albums:</b>"
|
msgid "<b>Albums:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1253
|
#: mpdevil:1329
|
||||||
msgid "<b>Songs:</b>"
|
msgid "<b>Songs:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1254
|
#: mpdevil:1330
|
||||||
msgid "<b>Total Playtime:</b>"
|
msgid "<b>Total Playtime:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1255
|
#: mpdevil:1331
|
||||||
msgid "<b>Database Update:</b>"
|
msgid "<b>Database Update:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1280
|
#: mpdevil:1355
|
||||||
msgid "A simple music browser for MPD"
|
msgid "A simple music browser for MPD"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1360
|
#: mpdevil:1453
|
||||||
|
msgid "Open with…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1471
|
||||||
msgid "MPD-Tag"
|
msgid "MPD-Tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1363
|
#: mpdevil:1474
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1522
|
#: mpdevil:1605
|
||||||
msgid "_Append"
|
msgid "_Append"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1524
|
#: mpdevil:1607
|
||||||
msgid "Add all titles to playlist"
|
msgid "Add all titles to playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1525
|
#: mpdevil:1608
|
||||||
msgid "_Play"
|
msgid "_Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1527
|
#: mpdevil:1610
|
||||||
msgid "Directly play all titles"
|
msgid "Directly play all titles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1528
|
#: mpdevil:1611
|
||||||
msgid "_Enqueue"
|
msgid "_Enqueue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1530
|
#: mpdevil:1613
|
||||||
msgid ""
|
msgid ""
|
||||||
"Append all titles after the currently playing track and clear the playlist "
|
"Append all titles after the currently playing track and clear the playlist "
|
||||||
"from all other songs"
|
"from all other songs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1665
|
#: mpdevil:1868
|
||||||
msgid "all tags"
|
msgid "all tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1689
|
#: mpdevil:1896
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{num} hits"
|
msgid "{num} hits"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1727
|
#: mpdevil:1934
|
||||||
msgid "all genres"
|
msgid "all genres"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1830
|
#: mpdevil:2036
|
||||||
msgid "all artists"
|
msgid "all artists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1942
|
#: mpdevil:2228
|
||||||
msgid "Close"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: mpdevil:2113
|
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} titles on {discs} discs ({length})"
|
msgid "{titles} titles on {discs} discs ({length})"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2116 mpdevil:2728
|
#: mpdevil:2231 mpdevil:2863 mpdevil:3149 mpdevil:3150
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} titles ({length})"
|
msgid "{titles} titles ({length})"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2242 mpdevil:3368
|
#: mpdevil:2371 mpdevil:3587
|
||||||
msgid "Back to current album"
|
msgid "Back to current album"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2244
|
#: mpdevil:2373
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2421
|
#: mpdevil:2548
|
||||||
msgid "searching..."
|
msgid "searching..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2426
|
#: mpdevil:2553
|
||||||
msgid "connection error"
|
msgid "connection error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2428
|
#: mpdevil:2555
|
||||||
msgid "lyrics not found"
|
msgid "lyrics not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2476
|
#: mpdevil:2603
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
||||||
"{file_type}"
|
"{file_type}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2606
|
#: mpdevil:2733
|
||||||
msgid "Scroll to current song"
|
msgid "Scroll to current song"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2614 mpdevil:3384
|
#: mpdevil:2741 mpdevil:3603
|
||||||
msgid "Clear playlist"
|
msgid "Clear playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2883
|
#: mpdevil:3035
|
||||||
msgid "Show lyrics"
|
msgid "Show lyrics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3161
|
#: mpdevil:3355
|
||||||
msgid "Random mode"
|
msgid "Random mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3163
|
#: mpdevil:3357
|
||||||
msgid "Repeat mode"
|
msgid "Repeat mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3165
|
#: mpdevil:3359
|
||||||
msgid "Single mode"
|
msgid "Single mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3167
|
#: mpdevil:3361
|
||||||
msgid "Consume mode"
|
msgid "Consume mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3346
|
#: mpdevil:3565
|
||||||
msgid "Window"
|
msgid "Window"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3347
|
#: mpdevil:3566
|
||||||
msgid "Playback"
|
msgid "Playback"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3348
|
#: mpdevil:3567
|
||||||
msgid "Search, Album Dialog and Album List"
|
msgid "Search, Album Dialog and Album List"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3358
|
#: mpdevil:3577
|
||||||
msgid "Open online help"
|
msgid "Open online help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3359
|
#: mpdevil:3578
|
||||||
msgid "Open shortcuts window"
|
msgid "Open shortcuts window"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3360
|
#: mpdevil:3579
|
||||||
msgid "Open menu"
|
msgid "Open menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3361 mpdevil:3504
|
#: mpdevil:3580 mpdevil:3724
|
||||||
msgid "Update database"
|
msgid "Update database"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3362 mpdevil:3502
|
#: mpdevil:3581 mpdevil:3722
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3363
|
#: mpdevil:3582
|
||||||
msgid "Cycle through profiles"
|
msgid "Cycle through profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3364
|
#: mpdevil:3583
|
||||||
msgid "Cycle through profiles in reversed order"
|
msgid "Cycle through profiles in reversed order"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3365
|
#: mpdevil:3584
|
||||||
msgid "Toggle mini player"
|
msgid "Toggle mini player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3366
|
#: mpdevil:3585
|
||||||
msgid "Toggle lyrics"
|
msgid "Toggle lyrics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3367
|
#: mpdevil:3586
|
||||||
msgid "Toggle search"
|
msgid "Toggle search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3369
|
#: mpdevil:3588
|
||||||
msgid "Play/Pause"
|
msgid "Play/Pause"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3370
|
#: mpdevil:3589
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3371
|
#: mpdevil:3590
|
||||||
msgid "Next title"
|
msgid "Next title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3372
|
#: mpdevil:3591
|
||||||
msgid "Previous title"
|
msgid "Previous title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3373
|
#: mpdevil:3592
|
||||||
msgid "Seek forward"
|
msgid "Seek forward"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3374
|
#: mpdevil:3593
|
||||||
msgid "Seek backward"
|
msgid "Seek backward"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3375
|
#: mpdevil:3594
|
||||||
msgid "Toggle repeat mode"
|
msgid "Toggle repeat mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3376
|
#: mpdevil:3595
|
||||||
msgid "Toggle random mode"
|
msgid "Toggle random mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3377
|
#: mpdevil:3596
|
||||||
msgid "Toggle single mode"
|
msgid "Toggle single mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3378
|
#: mpdevil:3597
|
||||||
msgid "Toggle consume mode"
|
msgid "Toggle consume mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3379
|
#: mpdevil:3598
|
||||||
msgid "Play selected item (next)"
|
msgid "Play selected item (next)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3379
|
#: mpdevil:3598
|
||||||
msgid "Left-click"
|
msgid "Left-click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3380
|
#: mpdevil:3599
|
||||||
msgid "Append selected item"
|
msgid "Append selected item"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3380 mpdevil:3383
|
#: mpdevil:3599 mpdevil:3602
|
||||||
msgid "Middle-click"
|
msgid "Middle-click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3381
|
#: mpdevil:3600
|
||||||
msgid "Play selected item immediately"
|
msgid "Play selected item immediately"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3381
|
#: mpdevil:3600
|
||||||
msgid "Double-click"
|
msgid "Double-click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3382 mpdevil:3385
|
#: mpdevil:3601 mpdevil:3604
|
||||||
msgid "Show additional information"
|
msgid "Show additional information"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3382 mpdevil:3385
|
#: mpdevil:3601 mpdevil:3604
|
||||||
msgid "Right-click"
|
msgid "Right-click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3383
|
#: mpdevil:3602
|
||||||
msgid "Remove selected song"
|
msgid "Remove selected song"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3427
|
#: mpdevil:3628
|
||||||
|
msgid "Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:3646
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3499
|
#: mpdevil:3719
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3500
|
#: mpdevil:3720
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3501
|
#: mpdevil:3721
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3505
|
#: mpdevil:3725
|
||||||
msgid "Server stats"
|
msgid "Server stats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3510
|
#: mpdevil:3730
|
||||||
msgid "Mini player"
|
msgid "Mini player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3511
|
#: mpdevil:3731
|
||||||
msgid "Save window layout"
|
msgid "Save window layout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3516
|
#: mpdevil:3736
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3566 mpdevil:3568
|
#: mpdevil:3784 mpdevil:3786
|
||||||
msgid "connecting…"
|
msgid "connecting…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
269
po/nl.po
@@ -7,8 +7,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-10-20 18:10+0200\n"
|
"POT-Creation-Date: 2021-01-02 11:47+0100\n"
|
||||||
"PO-Revision-Date: 2020-11-03 16:53+0100\n"
|
"PO-Revision-Date: 2021-01-02 11:48+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
@@ -18,103 +18,103 @@ msgstr ""
|
|||||||
"X-Generator: Poedit 2.3.1\n"
|
"X-Generator: Poedit 2.3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: mpdevil:419
|
#: mpdevil:470
|
||||||
msgid "Unknown Title"
|
msgid "Unknown Title"
|
||||||
msgstr "Onbekende titel"
|
msgstr "Onbekende titel"
|
||||||
|
|
||||||
#: mpdevil:719
|
#: mpdevil:799
|
||||||
msgid "Main cover size:"
|
msgid "Main cover size:"
|
||||||
msgstr "Grootte albumhoes:"
|
msgstr "Grootte albumhoes:"
|
||||||
|
|
||||||
#: mpdevil:720
|
#: mpdevil:800
|
||||||
msgid "Album view cover size:"
|
msgid "Album view cover size:"
|
||||||
msgstr "Hoesgrootte in albumlijst:"
|
msgstr "Hoesgrootte in albumlijst:"
|
||||||
|
|
||||||
#: mpdevil:721
|
#: mpdevil:801
|
||||||
msgid "Action bar icon size:"
|
msgid "Action bar icon size:"
|
||||||
msgstr "Grootte iconen werkbalk:"
|
msgstr "Grootte iconen werkbalk:"
|
||||||
|
|
||||||
#: mpdevil:722
|
#: mpdevil:802
|
||||||
msgid "Secondary icon size:"
|
msgid "Secondary icon size:"
|
||||||
msgstr "Grootte overige iconen:"
|
msgstr "Grootte overige iconen:"
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:815
|
||||||
msgid "Sort albums by:"
|
msgid "Sort albums by:"
|
||||||
msgstr "Albums sorteren op:"
|
msgstr "Albums sorteren op:"
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:815
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr "naam"
|
msgstr "naam"
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:815
|
||||||
msgid "year"
|
msgid "year"
|
||||||
msgstr "jaar"
|
msgstr "jaar"
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:816
|
||||||
msgid "Position of playlist:"
|
msgid "Position of playlist:"
|
||||||
msgstr "Positie afspeellijst:"
|
msgstr "Positie afspeellijst:"
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:816
|
||||||
msgid "bottom"
|
msgid "bottom"
|
||||||
msgstr "onder"
|
msgstr "onder"
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:816
|
||||||
msgid "right"
|
msgid "right"
|
||||||
msgstr "rechts"
|
msgstr "rechts"
|
||||||
|
|
||||||
#: mpdevil:754
|
#: mpdevil:834
|
||||||
msgid "Use Client-side decoration"
|
msgid "Use Client-side decoration"
|
||||||
msgstr "Gebruik vensterdecoratie van mpdevil"
|
msgstr "Gebruik vensterdecoratie van mpdevil"
|
||||||
|
|
||||||
#: mpdevil:755
|
#: mpdevil:835
|
||||||
msgid "Show stop button"
|
msgid "Show stop button"
|
||||||
msgstr "Toon stopknop"
|
msgstr "Toon stopknop"
|
||||||
|
|
||||||
#: mpdevil:756
|
#: mpdevil:836
|
||||||
msgid "Show lyrics button"
|
msgid "Show lyrics button"
|
||||||
msgstr "Toon songtekstknop"
|
msgstr "Toon songtekstknop"
|
||||||
|
|
||||||
#: mpdevil:757
|
#: mpdevil:837
|
||||||
msgid "Show initials in artist view"
|
msgid "Show initials in artist view"
|
||||||
msgstr "Toon beginletters in artiestenlijst"
|
msgstr "Toon beginletters in artiestenlijst"
|
||||||
|
|
||||||
#: mpdevil:758
|
#: mpdevil:838
|
||||||
msgid "Show tooltips in album view"
|
msgid "Show tooltips in album view"
|
||||||
msgstr "Toon tooltip in albumlijst"
|
msgstr "Toon tooltip in albumlijst"
|
||||||
|
|
||||||
#: mpdevil:759
|
#: mpdevil:839
|
||||||
msgid "Use “Album Artist” tag"
|
msgid "Use “Album Artist” tag"
|
||||||
msgstr "Gebruik tag \"Album Artist\""
|
msgstr "Gebruik tag \"Album Artist\""
|
||||||
|
|
||||||
#: mpdevil:760
|
#: mpdevil:840
|
||||||
msgid "Send notification on title change"
|
msgid "Send notification on title change"
|
||||||
msgstr "Verstuur een melding bij titelwisseling"
|
msgstr "Verstuur een melding bij titelwisseling"
|
||||||
|
|
||||||
#: mpdevil:761
|
#: mpdevil:841
|
||||||
msgid "Stop playback on quit"
|
msgid "Stop playback on quit"
|
||||||
msgstr "Stop afspelen bij afsluiten"
|
msgstr "Stop afspelen bij afsluiten"
|
||||||
|
|
||||||
#: mpdevil:762
|
#: mpdevil:842
|
||||||
msgid "Play selected albums and titles immediately"
|
msgid "Play selected albums and titles immediately"
|
||||||
msgstr "Geselecteerde albums en titels direct afspelen"
|
msgstr "Geselecteerde albums en titels direct afspelen"
|
||||||
|
|
||||||
#: mpdevil:775
|
#: mpdevil:855
|
||||||
msgid "<b>View</b>"
|
msgid "<b>View</b>"
|
||||||
msgstr "<b>Beeld</b>"
|
msgstr "<b>Beeld</b>"
|
||||||
|
|
||||||
#: mpdevil:776
|
#: mpdevil:856
|
||||||
msgid "<b>Behavior</b>"
|
msgid "<b>Behavior</b>"
|
||||||
msgstr "<b>Gedrag</b>"
|
msgstr "<b>Gedrag</b>"
|
||||||
|
|
||||||
#: mpdevil:808
|
#: mpdevil:888
|
||||||
msgid "(restart required)"
|
msgid "(restart required)"
|
||||||
msgstr "(herstart vereist)"
|
msgstr "(herstart vereist)"
|
||||||
|
|
||||||
#: mpdevil:870 mpdevil:3409
|
#: mpdevil:950
|
||||||
msgid "Connect"
|
msgid "_Connect"
|
||||||
msgstr "Verbinden"
|
msgstr "_Verbinden"
|
||||||
|
|
||||||
#: mpdevil:886
|
#: mpdevil:966
|
||||||
msgid ""
|
msgid ""
|
||||||
"The first image in the same directory as the song file matching this regex "
|
"The first image in the same directory as the song file matching this regex "
|
||||||
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
||||||
@@ -124,155 +124,159 @@ msgstr ""
|
|||||||
"met deze regex wordt getoond. %AlbumArtist% en %Album% worden vervangen door "
|
"met deze regex wordt getoond. %AlbumArtist% en %Album% worden vervangen door "
|
||||||
"de bijbehorende tags van het muziekbestand."
|
"de bijbehorende tags van het muziekbestand."
|
||||||
|
|
||||||
#: mpdevil:891
|
#: mpdevil:971
|
||||||
msgid "Profile:"
|
msgid "Profile:"
|
||||||
msgstr "Profiel:"
|
msgstr "Profiel:"
|
||||||
|
|
||||||
#: mpdevil:892
|
#: mpdevil:972
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
msgstr "Naam:"
|
msgstr "Naam:"
|
||||||
|
|
||||||
#: mpdevil:893
|
#: mpdevil:973
|
||||||
msgid "Host:"
|
msgid "Host:"
|
||||||
msgstr "Host:"
|
msgstr "Host:"
|
||||||
|
|
||||||
#: mpdevil:894
|
#: mpdevil:974
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Wachtwoord:"
|
msgstr "Wachtwoord:"
|
||||||
|
|
||||||
#: mpdevil:895
|
#: mpdevil:975
|
||||||
msgid "Music lib:"
|
msgid "Music lib:"
|
||||||
msgstr "Muziekmap:"
|
msgstr "Muziekmap:"
|
||||||
|
|
||||||
#: mpdevil:896
|
#: mpdevil:976
|
||||||
msgid "Cover regex:"
|
msgid "Cover regex:"
|
||||||
msgstr "Regex albumhoes:"
|
msgstr "Regex albumhoes:"
|
||||||
|
|
||||||
#: mpdevil:1029
|
#: mpdevil:1111
|
||||||
msgid "Choose directory"
|
msgid "Choose directory"
|
||||||
msgstr "Kies een map"
|
msgstr "Kies een map"
|
||||||
|
|
||||||
#: mpdevil:1065
|
#: mpdevil:1142
|
||||||
msgid "Choose the order of information to appear in the playlist:"
|
msgid "Choose the order of information to appear in the playlist:"
|
||||||
msgstr "Kies de volgorde van de informatie getoond in de afspeellijst:"
|
msgstr "Kies de volgorde van de informatie getoond in de afspeellijst:"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1604 mpdevil:1930 mpdevil:2633
|
#: mpdevil:1159 mpdevil:1712 mpdevil:1807 mpdevil:2759
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "Nr"
|
msgstr "Nr"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:2634
|
#: mpdevil:1159 mpdevil:2760
|
||||||
msgid "Disc"
|
msgid "Disc"
|
||||||
msgstr "Disc"
|
msgstr "Disc"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1609 mpdevil:1933 mpdevil:2635
|
#: mpdevil:1159 mpdevil:1715 mpdevil:1812 mpdevil:2761
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Titel"
|
msgstr "Titel"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1615 mpdevil:2636
|
#: mpdevil:1159 mpdevil:1818 mpdevil:2762
|
||||||
msgid "Artist"
|
msgid "Artist"
|
||||||
msgstr "Artiest"
|
msgstr "Artiest"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1621 mpdevil:2637
|
#: mpdevil:1159 mpdevil:1824 mpdevil:2763
|
||||||
msgid "Album"
|
msgid "Album"
|
||||||
msgstr "Album"
|
msgstr "Album"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:1627 mpdevil:1937 mpdevil:2638
|
#: mpdevil:1159 mpdevil:1719 mpdevil:1830 mpdevil:2764
|
||||||
msgid "Length"
|
msgid "Length"
|
||||||
msgstr "Lengte"
|
msgstr "Lengte"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:2639
|
#: mpdevil:1159 mpdevil:2765
|
||||||
msgid "Year"
|
msgid "Year"
|
||||||
msgstr "Jaar"
|
msgstr "Jaar"
|
||||||
|
|
||||||
#: mpdevil:1082 mpdevil:2640
|
#: mpdevil:1159 mpdevil:2766
|
||||||
msgid "Genre"
|
msgid "Genre"
|
||||||
msgstr "Genre"
|
msgstr "Genre"
|
||||||
|
|
||||||
#: mpdevil:1198 mpdevil:1200 mpdevil:3498
|
#: mpdevil:1275 mpdevil:1277 mpdevil:3718
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Instellingen"
|
msgstr "Instellingen"
|
||||||
|
|
||||||
#: mpdevil:1213 mpdevil:1222 mpdevil:3345
|
#: mpdevil:1290 mpdevil:1299 mpdevil:3564
|
||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr "Algemeen"
|
msgstr "Algemeen"
|
||||||
|
|
||||||
#: mpdevil:1214 mpdevil:1223 mpdevil:3509
|
#: mpdevil:1291 mpdevil:1300 mpdevil:3729
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr "Profielen"
|
msgstr "Profielen"
|
||||||
|
|
||||||
#: mpdevil:1215 mpdevil:1224 mpdevil:3349
|
#: mpdevil:1292 mpdevil:1301 mpdevil:3568
|
||||||
msgid "Playlist"
|
msgid "Playlist"
|
||||||
msgstr "Afspeellijst"
|
msgstr "Afspeellijst"
|
||||||
|
|
||||||
#: mpdevil:1238
|
#: mpdevil:1314
|
||||||
msgid "Stats"
|
msgid "Stats"
|
||||||
msgstr "Statistieken"
|
msgstr "Statistieken"
|
||||||
|
|
||||||
#: mpdevil:1248
|
#: mpdevil:1324
|
||||||
msgid "<b>Protocol:</b>"
|
msgid "<b>Protocol:</b>"
|
||||||
msgstr "<b>Protocol:</b>"
|
msgstr "<b>Protocol:</b>"
|
||||||
|
|
||||||
#: mpdevil:1249
|
#: mpdevil:1325
|
||||||
msgid "<b>Uptime:</b>"
|
msgid "<b>Uptime:</b>"
|
||||||
msgstr "<b>Uptime:</b>"
|
msgstr "<b>Uptime:</b>"
|
||||||
|
|
||||||
#: mpdevil:1250
|
#: mpdevil:1326
|
||||||
msgid "<b>Playtime:</b>"
|
msgid "<b>Playtime:</b>"
|
||||||
msgstr "<b>Afspeeltijd:</b>"
|
msgstr "<b>Afspeeltijd:</b>"
|
||||||
|
|
||||||
#: mpdevil:1251
|
#: mpdevil:1327
|
||||||
msgid "<b>Artists:</b>"
|
msgid "<b>Artists:</b>"
|
||||||
msgstr "<b>Artiesten:</b>"
|
msgstr "<b>Artiesten:</b>"
|
||||||
|
|
||||||
#: mpdevil:1252
|
#: mpdevil:1328
|
||||||
msgid "<b>Albums:</b>"
|
msgid "<b>Albums:</b>"
|
||||||
msgstr "<b>Albums:</b>"
|
msgstr "<b>Albums:</b>"
|
||||||
|
|
||||||
#: mpdevil:1253
|
#: mpdevil:1329
|
||||||
msgid "<b>Songs:</b>"
|
msgid "<b>Songs:</b>"
|
||||||
msgstr "<b>Titels:</b>"
|
msgstr "<b>Titels:</b>"
|
||||||
|
|
||||||
#: mpdevil:1254
|
#: mpdevil:1330
|
||||||
msgid "<b>Total Playtime:</b>"
|
msgid "<b>Total Playtime:</b>"
|
||||||
msgstr "<b>Totale speelduur:</b>"
|
msgstr "<b>Totale speelduur:</b>"
|
||||||
|
|
||||||
#: mpdevil:1255
|
#: mpdevil:1331
|
||||||
msgid "<b>Database Update:</b>"
|
msgid "<b>Database Update:</b>"
|
||||||
msgstr "<b>Database bijgewerkt:</b>"
|
msgstr "<b>Database bijgewerkt:</b>"
|
||||||
|
|
||||||
#: mpdevil:1280
|
#: mpdevil:1355
|
||||||
msgid "A simple music browser for MPD"
|
msgid "A simple music browser for MPD"
|
||||||
msgstr "Een simpele muziekspeler voor MPD"
|
msgstr "Een simpele muziekspeler voor MPD"
|
||||||
|
|
||||||
#: mpdevil:1360
|
#: mpdevil:1453
|
||||||
|
msgid "Open with…"
|
||||||
|
msgstr "Openen met…"
|
||||||
|
|
||||||
|
#: mpdevil:1471
|
||||||
msgid "MPD-Tag"
|
msgid "MPD-Tag"
|
||||||
msgstr "MPD-Tag"
|
msgstr "MPD-Tag"
|
||||||
|
|
||||||
#: mpdevil:1363
|
#: mpdevil:1474
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
msgstr "Waarde"
|
msgstr "Waarde"
|
||||||
|
|
||||||
#: mpdevil:1522
|
#: mpdevil:1605
|
||||||
msgid "_Append"
|
msgid "_Append"
|
||||||
msgstr "_Toevoegen"
|
msgstr "_Toevoegen"
|
||||||
|
|
||||||
#: mpdevil:1524
|
#: mpdevil:1607
|
||||||
msgid "Add all titles to playlist"
|
msgid "Add all titles to playlist"
|
||||||
msgstr "Voeg alle titels toe aan de afspeellijst"
|
msgstr "Voeg alle titels toe aan de afspeellijst"
|
||||||
|
|
||||||
#: mpdevil:1525
|
#: mpdevil:1608
|
||||||
msgid "_Play"
|
msgid "_Play"
|
||||||
msgstr "_Afspelen"
|
msgstr "_Afspelen"
|
||||||
|
|
||||||
#: mpdevil:1527
|
#: mpdevil:1610
|
||||||
msgid "Directly play all titles"
|
msgid "Directly play all titles"
|
||||||
msgstr "Alle titels direct afspelen"
|
msgstr "Alle titels direct afspelen"
|
||||||
|
|
||||||
#: mpdevil:1528
|
#: mpdevil:1611
|
||||||
msgid "_Enqueue"
|
msgid "_Enqueue"
|
||||||
msgstr "_In wachtrij plaatsen"
|
msgstr "_In wachtrij plaatsen"
|
||||||
|
|
||||||
#: mpdevil:1530
|
#: mpdevil:1613
|
||||||
msgid ""
|
msgid ""
|
||||||
"Append all titles after the currently playing track and clear the playlist "
|
"Append all titles after the currently playing track and clear the playlist "
|
||||||
"from all other songs"
|
"from all other songs"
|
||||||
@@ -280,58 +284,54 @@ msgstr ""
|
|||||||
"Alle titels toevoegen na de nu spelende titel en alle overige titels uit de "
|
"Alle titels toevoegen na de nu spelende titel en alle overige titels uit de "
|
||||||
"afspeellijst verwijderen"
|
"afspeellijst verwijderen"
|
||||||
|
|
||||||
#: mpdevil:1665
|
#: mpdevil:1868
|
||||||
msgid "all tags"
|
msgid "all tags"
|
||||||
msgstr "alle tags"
|
msgstr "alle tags"
|
||||||
|
|
||||||
#: mpdevil:1689
|
#: mpdevil:1896
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{num} hits"
|
msgid "{num} hits"
|
||||||
msgstr "{num} hits"
|
msgstr "{num} hits"
|
||||||
|
|
||||||
#: mpdevil:1727
|
#: mpdevil:1934
|
||||||
msgid "all genres"
|
msgid "all genres"
|
||||||
msgstr "alle genres"
|
msgstr "alle genres"
|
||||||
|
|
||||||
#: mpdevil:1830
|
#: mpdevil:2036
|
||||||
msgid "all artists"
|
msgid "all artists"
|
||||||
msgstr "alle artiesten"
|
msgstr "alle artiesten"
|
||||||
|
|
||||||
#: mpdevil:1942
|
#: mpdevil:2228
|
||||||
msgid "Close"
|
|
||||||
msgstr "Afsluiten"
|
|
||||||
|
|
||||||
#: mpdevil:2113
|
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} titles on {discs} discs ({length})"
|
msgid "{titles} titles on {discs} discs ({length})"
|
||||||
msgstr "{titles} titels op {discs} discs ({length})"
|
msgstr "{titles} titels op {discs} discs ({length})"
|
||||||
|
|
||||||
#: mpdevil:2116 mpdevil:2728
|
#: mpdevil:2231 mpdevil:2863 mpdevil:3149 mpdevil:3150
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} titles ({length})"
|
msgid "{titles} titles ({length})"
|
||||||
msgstr "{titles} titels ({length})"
|
msgstr "{titles} titels ({length})"
|
||||||
|
|
||||||
#: mpdevil:2242 mpdevil:3368
|
#: mpdevil:2371 mpdevil:3587
|
||||||
msgid "Back to current album"
|
msgid "Back to current album"
|
||||||
msgstr "Terug naar huidige album"
|
msgstr "Terug naar huidige album"
|
||||||
|
|
||||||
#: mpdevil:2244
|
#: mpdevil:2373
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Zoeken"
|
msgstr "Zoeken"
|
||||||
|
|
||||||
#: mpdevil:2421
|
#: mpdevil:2548
|
||||||
msgid "searching..."
|
msgid "searching..."
|
||||||
msgstr "bezig met zoeken..."
|
msgstr "bezig met zoeken..."
|
||||||
|
|
||||||
#: mpdevil:2426
|
#: mpdevil:2553
|
||||||
msgid "connection error"
|
msgid "connection error"
|
||||||
msgstr "verbindingsfout"
|
msgstr "verbindingsfout"
|
||||||
|
|
||||||
#: mpdevil:2428
|
#: mpdevil:2555
|
||||||
msgid "lyrics not found"
|
msgid "lyrics not found"
|
||||||
msgstr "geen songtekst gevonden"
|
msgstr "geen songtekst gevonden"
|
||||||
|
|
||||||
#: mpdevil:2476
|
#: mpdevil:2603
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
||||||
@@ -340,195 +340,202 @@ msgstr ""
|
|||||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} kanalen, "
|
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} kanalen, "
|
||||||
"{file_type}"
|
"{file_type}"
|
||||||
|
|
||||||
#: mpdevil:2606
|
#: mpdevil:2733
|
||||||
msgid "Scroll to current song"
|
msgid "Scroll to current song"
|
||||||
msgstr "Naar de huidige titel scrollen"
|
msgstr "Naar de huidige titel scrollen"
|
||||||
|
|
||||||
#: mpdevil:2614 mpdevil:3384
|
#: mpdevil:2741 mpdevil:3603
|
||||||
msgid "Clear playlist"
|
msgid "Clear playlist"
|
||||||
msgstr "Afspeellijst legen"
|
msgstr "Afspeellijst legen"
|
||||||
|
|
||||||
#: mpdevil:2883
|
#: mpdevil:3035
|
||||||
msgid "Show lyrics"
|
msgid "Show lyrics"
|
||||||
msgstr "Toon songtekst"
|
msgstr "Toon songtekst"
|
||||||
|
|
||||||
#: mpdevil:3161
|
#: mpdevil:3355
|
||||||
msgid "Random mode"
|
msgid "Random mode"
|
||||||
msgstr "Willekeurige modus"
|
msgstr "Willekeurige modus"
|
||||||
|
|
||||||
#: mpdevil:3163
|
#: mpdevil:3357
|
||||||
msgid "Repeat mode"
|
msgid "Repeat mode"
|
||||||
msgstr "Herhaalmodus"
|
msgstr "Herhaalmodus"
|
||||||
|
|
||||||
#: mpdevil:3165
|
#: mpdevil:3359
|
||||||
msgid "Single mode"
|
msgid "Single mode"
|
||||||
msgstr "Enkele modus"
|
msgstr "Enkele modus"
|
||||||
|
|
||||||
#: mpdevil:3167
|
#: mpdevil:3361
|
||||||
msgid "Consume mode"
|
msgid "Consume mode"
|
||||||
msgstr "Verbruiksmodus"
|
msgstr "Verbruiksmodus"
|
||||||
|
|
||||||
#: mpdevil:3346
|
#: mpdevil:3565
|
||||||
msgid "Window"
|
msgid "Window"
|
||||||
msgstr "Venster"
|
msgstr "Venster"
|
||||||
|
|
||||||
#: mpdevil:3347
|
#: mpdevil:3566
|
||||||
msgid "Playback"
|
msgid "Playback"
|
||||||
msgstr "Afspelen"
|
msgstr "Afspelen"
|
||||||
|
|
||||||
#: mpdevil:3348
|
#: mpdevil:3567
|
||||||
msgid "Search, Album Dialog and Album List"
|
msgid "Search, Album Dialog and Album List"
|
||||||
msgstr "Zoeken, Albumdialoog en Albumlijst"
|
msgstr "Zoeken, Albumdialoog en Albumlijst"
|
||||||
|
|
||||||
#: mpdevil:3358
|
#: mpdevil:3577
|
||||||
msgid "Open online help"
|
msgid "Open online help"
|
||||||
msgstr "Online hulp openen"
|
msgstr "Online hulp openen"
|
||||||
|
|
||||||
#: mpdevil:3359
|
#: mpdevil:3578
|
||||||
msgid "Open shortcuts window"
|
msgid "Open shortcuts window"
|
||||||
msgstr "Venster met sneltoetsen openen"
|
msgstr "Venster met sneltoetsen openen"
|
||||||
|
|
||||||
#: mpdevil:3360
|
#: mpdevil:3579
|
||||||
msgid "Open menu"
|
msgid "Open menu"
|
||||||
msgstr "Menu openen"
|
msgstr "Menu openen"
|
||||||
|
|
||||||
#: mpdevil:3361 mpdevil:3504
|
#: mpdevil:3580 mpdevil:3724
|
||||||
msgid "Update database"
|
msgid "Update database"
|
||||||
msgstr "Database bijwerken"
|
msgstr "Database bijwerken"
|
||||||
|
|
||||||
#: mpdevil:3362 mpdevil:3502
|
#: mpdevil:3581 mpdevil:3722
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Stoppen"
|
msgstr "Stoppen"
|
||||||
|
|
||||||
#: mpdevil:3363
|
#: mpdevil:3582
|
||||||
msgid "Cycle through profiles"
|
msgid "Cycle through profiles"
|
||||||
msgstr "Profielen doorlopen"
|
msgstr "Profielen doorlopen"
|
||||||
|
|
||||||
#: mpdevil:3364
|
#: mpdevil:3583
|
||||||
msgid "Cycle through profiles in reversed order"
|
msgid "Cycle through profiles in reversed order"
|
||||||
msgstr "Profielen doorlopen in omgekeerde volgorde"
|
msgstr "Profielen doorlopen in omgekeerde volgorde"
|
||||||
|
|
||||||
#: mpdevil:3365
|
#: mpdevil:3584
|
||||||
msgid "Toggle mini player"
|
msgid "Toggle mini player"
|
||||||
msgstr "Omschakelen naar minispeler"
|
msgstr "Omschakelen naar minispeler"
|
||||||
|
|
||||||
#: mpdevil:3366
|
#: mpdevil:3585
|
||||||
msgid "Toggle lyrics"
|
msgid "Toggle lyrics"
|
||||||
msgstr "Omschakelen naar songtekst"
|
msgstr "Omschakelen naar songtekst"
|
||||||
|
|
||||||
#: mpdevil:3367
|
#: mpdevil:3586
|
||||||
msgid "Toggle search"
|
msgid "Toggle search"
|
||||||
msgstr "Omschakelen naar zoeken"
|
msgstr "Omschakelen naar zoeken"
|
||||||
|
|
||||||
#: mpdevil:3369
|
#: mpdevil:3588
|
||||||
msgid "Play/Pause"
|
msgid "Play/Pause"
|
||||||
msgstr "Afspelen/Pauzeren"
|
msgstr "Afspelen/Pauzeren"
|
||||||
|
|
||||||
#: mpdevil:3370
|
#: mpdevil:3589
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Stoppen"
|
msgstr "Stoppen"
|
||||||
|
|
||||||
#: mpdevil:3371
|
#: mpdevil:3590
|
||||||
msgid "Next title"
|
msgid "Next title"
|
||||||
msgstr "Volgende titel"
|
msgstr "Volgende titel"
|
||||||
|
|
||||||
#: mpdevil:3372
|
#: mpdevil:3591
|
||||||
msgid "Previous title"
|
msgid "Previous title"
|
||||||
msgstr "Vorige titel"
|
msgstr "Vorige titel"
|
||||||
|
|
||||||
#: mpdevil:3373
|
#: mpdevil:3592
|
||||||
msgid "Seek forward"
|
msgid "Seek forward"
|
||||||
msgstr "Vooruit spoelen"
|
msgstr "Vooruit spoelen"
|
||||||
|
|
||||||
#: mpdevil:3374
|
#: mpdevil:3593
|
||||||
msgid "Seek backward"
|
msgid "Seek backward"
|
||||||
msgstr "Achteruit spoelen"
|
msgstr "Achteruit spoelen"
|
||||||
|
|
||||||
#: mpdevil:3375
|
#: mpdevil:3594
|
||||||
msgid "Toggle repeat mode"
|
msgid "Toggle repeat mode"
|
||||||
msgstr "Omschakelen naar herhaalmodus"
|
msgstr "Omschakelen naar herhaalmodus"
|
||||||
|
|
||||||
#: mpdevil:3376
|
#: mpdevil:3595
|
||||||
msgid "Toggle random mode"
|
msgid "Toggle random mode"
|
||||||
msgstr "Omschakelen naar willekeurige modus"
|
msgstr "Omschakelen naar willekeurige modus"
|
||||||
|
|
||||||
#: mpdevil:3377
|
#: mpdevil:3596
|
||||||
msgid "Toggle single mode"
|
msgid "Toggle single mode"
|
||||||
msgstr "Omschakelen naar enkele modus"
|
msgstr "Omschakelen naar enkele modus"
|
||||||
|
|
||||||
#: mpdevil:3378
|
#: mpdevil:3597
|
||||||
msgid "Toggle consume mode"
|
msgid "Toggle consume mode"
|
||||||
msgstr "Omschakelen naar verbruiksmodus"
|
msgstr "Omschakelen naar verbruiksmodus"
|
||||||
|
|
||||||
#: mpdevil:3379
|
#: mpdevil:3598
|
||||||
msgid "Play selected item (next)"
|
msgid "Play selected item (next)"
|
||||||
msgstr "Geselecteerde item afspelen (volgende)"
|
msgstr "Geselecteerde item afspelen (volgende)"
|
||||||
|
|
||||||
#: mpdevil:3379
|
#: mpdevil:3598
|
||||||
msgid "Left-click"
|
msgid "Left-click"
|
||||||
msgstr "Linksklik"
|
msgstr "Linksklik"
|
||||||
|
|
||||||
#: mpdevil:3380
|
#: mpdevil:3599
|
||||||
msgid "Append selected item"
|
msgid "Append selected item"
|
||||||
msgstr "Geselecteerde item toevoegen"
|
msgstr "Geselecteerde item toevoegen"
|
||||||
|
|
||||||
#: mpdevil:3380 mpdevil:3383
|
#: mpdevil:3599 mpdevil:3602
|
||||||
msgid "Middle-click"
|
msgid "Middle-click"
|
||||||
msgstr "Middelklik"
|
msgstr "Middelklik"
|
||||||
|
|
||||||
#: mpdevil:3381
|
#: mpdevil:3600
|
||||||
msgid "Play selected item immediately"
|
msgid "Play selected item immediately"
|
||||||
msgstr "Geselecteerde item direct afspelen"
|
msgstr "Geselecteerde item direct afspelen"
|
||||||
|
|
||||||
#: mpdevil:3381
|
#: mpdevil:3600
|
||||||
msgid "Double-click"
|
msgid "Double-click"
|
||||||
msgstr "Dubbelklik"
|
msgstr "Dubbelklik"
|
||||||
|
|
||||||
#: mpdevil:3382 mpdevil:3385
|
#: mpdevil:3601 mpdevil:3604
|
||||||
msgid "Show additional information"
|
msgid "Show additional information"
|
||||||
msgstr "Toon extra informatie"
|
msgstr "Toon extra informatie"
|
||||||
|
|
||||||
#: mpdevil:3382 mpdevil:3385
|
#: mpdevil:3601 mpdevil:3604
|
||||||
msgid "Right-click"
|
msgid "Right-click"
|
||||||
msgstr "Rechtsklik"
|
msgstr "Rechtsklik"
|
||||||
|
|
||||||
#: mpdevil:3383
|
#: mpdevil:3602
|
||||||
msgid "Remove selected song"
|
msgid "Remove selected song"
|
||||||
msgstr "Geselecteerde titel verwijderen"
|
msgstr "Geselecteerde titel verwijderen"
|
||||||
|
|
||||||
#: mpdevil:3427
|
#: mpdevil:3628
|
||||||
|
msgid "Connect"
|
||||||
|
msgstr "Verbinden"
|
||||||
|
|
||||||
|
#: mpdevil:3646
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
||||||
msgstr "Verbinding met “{profile}” ({host}:{port}) mislukt"
|
msgstr "Verbinding met “{profile}” ({host}:{port}) mislukt"
|
||||||
|
|
||||||
#: mpdevil:3499
|
#: mpdevil:3719
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr "Sneltoetsen"
|
msgstr "Sneltoetsen"
|
||||||
|
|
||||||
#: mpdevil:3500
|
#: mpdevil:3720
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr "Hulp"
|
msgstr "Hulp"
|
||||||
|
|
||||||
#: mpdevil:3501
|
#: mpdevil:3721
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr "Over"
|
msgstr "Over"
|
||||||
|
|
||||||
#: mpdevil:3505
|
#: mpdevil:3725
|
||||||
msgid "Server stats"
|
msgid "Server stats"
|
||||||
msgstr "Serverstatistieken"
|
msgstr "Serverstatistieken"
|
||||||
|
|
||||||
#: mpdevil:3510
|
#: mpdevil:3730
|
||||||
msgid "Mini player"
|
msgid "Mini player"
|
||||||
msgstr "Minispeler"
|
msgstr "Minispeler"
|
||||||
|
|
||||||
#: mpdevil:3511
|
#: mpdevil:3731
|
||||||
msgid "Save window layout"
|
msgid "Save window layout"
|
||||||
msgstr "Vensterindeling opslaan"
|
msgstr "Vensterindeling opslaan"
|
||||||
|
|
||||||
#: mpdevil:3516
|
#: mpdevil:3736
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr "Menu"
|
msgstr "Menu"
|
||||||
|
|
||||||
#: mpdevil:3566 mpdevil:3568
|
#: mpdevil:3784 mpdevil:3786
|
||||||
msgid "connecting…"
|
msgid "connecting…"
|
||||||
msgstr "verbinding maken…"
|
msgstr "verbinding maken…"
|
||||||
|
|
||||||
|
#~ msgid "Close"
|
||||||
|
#~ msgstr "Afsluiten"
|
||||||
|
21
setup.py
@@ -4,22 +4,23 @@ import DistUtilsExtra.auto
|
|||||||
|
|
||||||
DistUtilsExtra.auto.setup(
|
DistUtilsExtra.auto.setup(
|
||||||
name='mpdevil',
|
name='mpdevil',
|
||||||
version='0.9.6', # sync with bin/mpdevil
|
version='1.0.0', # sync with bin/mpdevil
|
||||||
author="Martin Wagner",
|
author="Martin Wagner",
|
||||||
author_email="martin.wagner.dev@gmail.com",
|
author_email="martin.wagner.dev@gmail.com",
|
||||||
description=('A simple music browser for MPD'),
|
description=('A simple music browser for MPD'),
|
||||||
url="https://github.com/SoongNoonien/mpdevil",
|
url="https://github.com/SoongNoonien/mpdevil",
|
||||||
license='GPL-3.0',
|
license='GPL-3.0',
|
||||||
data_files=[
|
data_files=[
|
||||||
('share/icons/hicolor/16x16/apps/', ['data/icons/16x16/mpdevil.png']),
|
('share/metainfo/', ['data/org.mpdevil.mpdevil.appdata.xml']),
|
||||||
('share/icons/hicolor/22x22/apps/', ['data/icons/22x22/mpdevil.png']),
|
('share/icons/hicolor/16x16/apps/', ['data/icons/16x16/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/24x24/apps/', ['data/icons/24x24/mpdevil.png']),
|
('share/icons/hicolor/22x22/apps/', ['data/icons/22x22/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/32x32/apps/', ['data/icons/32x32/mpdevil.png']),
|
('share/icons/hicolor/24x24/apps/', ['data/icons/24x24/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/48x48/apps/', ['data/icons/48x48/mpdevil.png']),
|
('share/icons/hicolor/32x32/apps/', ['data/icons/32x32/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/64x64/apps/', ['data/icons/64x64/mpdevil.png']),
|
('share/icons/hicolor/48x48/apps/', ['data/icons/48x48/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/128x128/apps/', ['data/icons/128x128/mpdevil.png']),
|
('share/icons/hicolor/64x64/apps/', ['data/icons/64x64/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/256x256/apps/', ['data/icons/256x256/mpdevil.png']),
|
('share/icons/hicolor/128x128/apps/', ['data/icons/128x128/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/scalable/apps/', ['data/icons/scalable/mpdevil.svg'])
|
('share/icons/hicolor/256x256/apps/', ['data/icons/256x256/org.mpdevil.mpdevil.png']),
|
||||||
|
('share/icons/hicolor/scalable/apps/', ['data/icons/scalable/org.mpdevil.mpdevil.svg'])
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|