6 Commits
v1.3.0 ... gtk4

Author SHA1 Message Date
Martin Wagner
1e972fb25a removed unneeded connect 2021-05-15 14:11:50 +02:00
Martin Wagner
456d9f8344 ported GenreSelect to GtkDropDown 2021-05-15 14:01:42 +02:00
Martin Wagner
33c51ce520 removed redundant function 2021-05-15 12:45:13 +02:00
Martin Wagner
d2a1dda454 removed some unneeded TODOs 2021-05-15 12:38:43 +02:00
Martin Wagner
c90314d24b use gio settings bind where possible 2021-05-15 12:28:03 +02:00
Martin Wagner
6d9db0cfd1 initial gtk4 port 2021-05-15 11:34:38 +02:00
11 changed files with 1743 additions and 2036 deletions

View File

@@ -2,7 +2,7 @@ README for mpdevil
================== ==================
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. 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.
![ScreenShot](screenshots/mainwindow_1.3.0.png) ![ScreenShot](screenshots/mainwindow_1.1.0.png)
Features Features
-------- --------

File diff suppressed because it is too large Load Diff

View File

@@ -23,12 +23,12 @@
</ul> </ul>
</description> </description>
<releases> <releases>
<release version="1.3.0" date="2021-07-24"/> <release version="1.2.1" date="2021-05-04"/>
</releases> </releases>
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable> <launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image type="source" width="1058" height="1089">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.3.0/screenshots/mainwindow_1.3.0.png</image> <image type="source" width="1008" height="1039">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.1.0/screenshots/mainwindow_1.1.0.png</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<url type="homepage">https://github.com/SoongNoonien/mpdevil</url> <url type="homepage">https://github.com/SoongNoonien/mpdevil</url>

View File

@@ -51,6 +51,11 @@
<summary>Size of icons in main control bar</summary> <summary>Size of icons in main control bar</summary>
<description></description> <description></description>
</key> </key>
<key type="i" name="icon-size-sec">
<default>16</default>
<summary>Size of icons in secondary control bars</summary>
<description></description>
</key>
<key type="b" name="use-csd"> <key type="b" name="use-csd">
<default>true</default> <default>true</default>
<summary>Use Client-side decoration</summary> <summary>Use Client-side decoration</summary>
@@ -61,11 +66,6 @@
<summary>Show stop button</summary> <summary>Show stop button</summary>
<description></description> <description></description>
</key> </key>
<key type="b" name="show-audio-format">
<default>true</default>
<summary>Show audio format</summary>
<description></description>
</key>
<key type="b" name="show-lyrics-button"> <key type="b" name="show-lyrics-button">
<default>true</default> <default>true</default>
<summary>Show lyrics button</summary> <summary>Show lyrics button</summary>
@@ -101,11 +101,6 @@
<summary>Provide MPRIS</summary> <summary>Provide MPRIS</summary>
<description></description> <description></description>
</key> </key>
<key type="b" name="rewind-mode">
<default>false</default>
<summary>Classic previous button behavior</summary>
<description></description>
</key>
<key type="ai" name="column-permutation"> <key type="ai" name="column-permutation">
<default>[0, 1, 2, 3, 4, 5, 6, 7]</default> <default>[0, 1, 2, 3, 4, 5, 6, 7]</default>
<summary>Column order in playlist</summary> <summary>Column order in playlist</summary>

538
po/de.po
View File

@@ -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: 2021-07-20 20:16+0200\n" "POT-Creation-Date: 2021-04-20 17:46+0200\n"
"PO-Revision-Date: 2021-07-20 20:17+0200\n" "PO-Revision-Date: 2021-04-20 17:47+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: de\n" "Language: de\n"
@@ -18,101 +18,90 @@ 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:448 #: mpdevil:442
#, python-brace-format #, python-brace-format
msgid "{days} day" msgid "{days} day"
msgid_plural "{days} days" msgid_plural "{days} days"
msgstr[0] "{days} Tag" msgstr[0] "{days} Tag"
msgstr[1] "{days} Tage" msgstr[1] "{days} Tage"
#: mpdevil:467 #: mpdevil:477
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} Kanal"
msgstr[1] "{channels} Kanäle"
#: mpdevil:499
msgid "Unknown Title" msgid "Unknown Title"
msgstr "Unbekannter Titel" msgstr "Unbekannter Titel"
#: mpdevil:965 #: mpdevil:938
msgid "Main cover size:" msgid "Main cover size:"
msgstr "Größe des Haupt-Covers:" msgstr "Größe des Haupt-Covers:"
#: mpdevil:966 #: mpdevil:939
msgid "Album view cover size:" msgid "Album view cover size:"
msgstr "Covergröße in Albumliste:" msgstr "Covergröße in Albumliste:"
#: mpdevil:967 #: mpdevil:940
msgid "Action bar icon size:" msgid "Action bar icon size:"
msgstr "Symbolgröße Aktionsleiste:" msgstr "Symbolgröße Aktionsleiste:"
#: mpdevil:977 #: mpdevil:941
msgid "Secondary icon size:"
msgstr "Sekundäre Symbolgröße:"
#: mpdevil:954
msgid "Use Client-side decoration" msgid "Use Client-side decoration"
msgstr "„Client-side decoration“ benutzen" msgstr "„Client-side decoration“ benutzen"
#: mpdevil:978 #: mpdevil:955
msgid "Show stop button" msgid "Show stop button"
msgstr "Stopp-Knopf anzeigen" msgstr "Stopp-Knopf anzeigen"
#: mpdevil:979 #: mpdevil:956
msgid "Show audio format"
msgstr "Audioformat anzeigen"
#: mpdevil:980
msgid "Show lyrics button" msgid "Show lyrics button"
msgstr "Liedtext-Knopf anzeigen" msgstr "Liedtext-Knopf anzeigen"
#: mpdevil:981 #: mpdevil:957
msgid "Place playlist at the side" msgid "Place playlist at the side"
msgstr "Wiedergabeliste seitlich anzeigen" msgstr "Wiedergabeliste seitlich anzeigen"
#: mpdevil:982 #: mpdevil:958
msgid "Use “Album Artist” tag" msgid "Use “Album Artist” tag"
msgstr "„Album Artist“ Tag benutzen" msgstr "„Album Artist“ Tag benutzen"
#: mpdevil:983 #: mpdevil:959
msgid "Send notification on title change" msgid "Send notification on title change"
msgstr "Über Titelwechsel benachrichtigen" msgstr "Über Titelwechsel benachrichtigen"
#: mpdevil:984 #: mpdevil:960
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "Wiedergabe beim Beenden stoppen" msgstr "Wiedergabe beim Beenden stoppen"
#: mpdevil:985 #: mpdevil:961
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:986 #: mpdevil:962
msgid "Sort albums by year" msgid "Sort albums by year"
msgstr "Alben nach Jahr sortieren" msgstr "Alben nach Jahr sortieren"
#: mpdevil:987 #: mpdevil:963
msgid "Support “MPRIS”" msgid "Support “MPRIS”"
msgstr "„MPRIS“ unterstützen" msgstr "„MPRIS“ unterstützen"
#: mpdevil:988 #: mpdevil:975
msgid "Rewind via previous button"
msgstr "Klassischer Rück­spul­knopf"
#: mpdevil:996
msgid "<b>View</b>" msgid "<b>View</b>"
msgstr "<b>Ansicht</b>" msgstr "<b>Ansicht</b>"
#: mpdevil:997 #: mpdevil:976
msgid "<b>Behavior</b>" msgid "<b>Behavior</b>"
msgstr "<b>Verhalten</b>" msgstr "<b>Verhalten</b>"
#: mpdevil:1011 mpdevil:1022 #: mpdevil:996 mpdevil:1006
msgid "(restart required)" msgid "(restart required)"
msgstr "(Neustart erforderlich)" msgstr "(Neustart erforderlich)"
#: mpdevil:1044 #: mpdevil:1046
msgid "_Connect" msgid "_Connect"
msgstr "_Verbinden" msgstr "_Verbinden"
#: mpdevil:1055 #: mpdevil:1062
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 "
@@ -122,170 +111,173 @@ 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:1059 #: mpdevil:1067
msgid "Profile:" msgid "Profile:"
msgstr "Profil:" msgstr "Profil:"
#: mpdevil:1060 #: mpdevil:1068
msgid "Name:"
msgstr "Name:"
#: mpdevil:1069
msgid "Host:" msgid "Host:"
msgstr "Host:" msgstr "Host:"
#: mpdevil:1061 #: mpdevil:1070
msgid "Password:" msgid "Password:"
msgstr "Passwort:" msgstr "Passwort:"
#: mpdevil:1062 #: mpdevil:1071
msgid "Music lib:" msgid "Music lib:"
msgstr "Musikverzeichnis:" msgstr "Musikverzeichnis:"
#: mpdevil:1063 #: mpdevil:1072
msgid "Cover regex:" msgid "Cover regex:"
msgstr "Cover-Regex:" msgstr "Cover-Regex:"
#: mpdevil:1167 #: mpdevil:1207
msgid "Choose directory" msgid "Choose directory"
msgstr "Verzeichnis wählen" msgstr "Verzeichnis wählen"
#: mpdevil:1194 #: mpdevil:1236
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:1211 mpdevil:1751 mpdevil:1877 mpdevil:2838 #: mpdevil:1253 mpdevil:1783 mpdevil:1910 mpdevil:2907
msgid "No" msgid "No"
msgstr "Nr." msgstr "Nr."
#: mpdevil:1211 mpdevil:2839 #: mpdevil:1253 mpdevil:2908
msgid "Disc" msgid "Disc"
msgstr "CD" msgstr "CD"
#: mpdevil:1211 mpdevil:1754 mpdevil:1882 mpdevil:2840 mpdevil:2954 #: mpdevil:1253 mpdevil:1786 mpdevil:1915 mpdevil:2909
#: mpdevil:2956
msgid "Title" msgid "Title"
msgstr "Titel" msgstr "Titel"
#: mpdevil:1211 mpdevil:1888 mpdevil:2841 #: mpdevil:1253 mpdevil:1921 mpdevil:2910
msgid "Artist" msgid "Artist"
msgstr "Interpret" msgstr "Interpret"
#: mpdevil:1211 mpdevil:1894 mpdevil:2842 #: mpdevil:1253 mpdevil:1927 mpdevil:2911
msgid "Album" msgid "Album"
msgstr "Album" msgstr "Album"
#: mpdevil:1211 mpdevil:1757 mpdevil:1900 mpdevil:2843 #: mpdevil:1253 mpdevil:1789 mpdevil:1933 mpdevil:2912
msgid "Length" msgid "Length"
msgstr "Länge" msgstr "Länge"
#: mpdevil:1211 mpdevil:2844 #: mpdevil:1253 mpdevil:2913
msgid "Year" msgid "Year"
msgstr "Jahr" msgstr "Jahr"
#: mpdevil:1211 mpdevil:2845 #: mpdevil:1253 mpdevil:2914
msgid "Genre" msgid "Genre"
msgstr "Genre" msgstr "Genre"
#: mpdevil:1301 mpdevil:1303 mpdevil:3721 mpdevil:3814 #: mpdevil:1369 mpdevil:1371 mpdevil:3853
msgid "Settings" msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
#: mpdevil:1316 mpdevil:1325 mpdevil:3658 #: mpdevil:1384 mpdevil:1393 mpdevil:3700
msgid "General" msgid "General"
msgstr "Allgemein" msgstr "Allgemein"
#: mpdevil:1317 mpdevil:1326 mpdevil:3825 #: mpdevil:1385 mpdevil:1394 mpdevil:3864
msgid "Profiles" msgid "Profiles"
msgstr "Profile" msgstr "Profile"
#: mpdevil:1318 mpdevil:1327 mpdevil:3662 #: mpdevil:1386 mpdevil:1395 mpdevil:3704
msgid "Playlist" msgid "Playlist"
msgstr "Wiedergabeliste" msgstr "Wiedergabeliste"
#: mpdevil:1344 #: mpdevil:1408
msgid "Stats" msgid "Stats"
msgstr "Statistik" msgstr "Statistik"
#: mpdevil:1354 #: mpdevil:1418
msgid "<b>Protocol:</b>" msgid "<b>Protocol:</b>"
msgstr "<b>Protokoll:</b>" msgstr "<b>Protokoll:</b>"
#: mpdevil:1355 #: mpdevil:1419
msgid "<b>Uptime:</b>" msgid "<b>Uptime:</b>"
msgstr "<b>Uptime:</b>" msgstr "<b>Uptime:</b>"
#: mpdevil:1356 #: mpdevil:1420
msgid "<b>Playtime:</b>" msgid "<b>Playtime:</b>"
msgstr "<b>Wiedergabezeit:</b>" msgstr "<b>Wiedergabezeit:</b>"
#: mpdevil:1357 #: mpdevil:1421
msgid "<b>Artists:</b>" msgid "<b>Artists:</b>"
msgstr "<b>Künstler:</b>" msgstr "<b>Künstler:</b>"
#: mpdevil:1358 #: mpdevil:1422
msgid "<b>Albums:</b>" msgid "<b>Albums:</b>"
msgstr "<b>Alben:</b>" msgstr "<b>Alben:</b>"
#: mpdevil:1359 #: mpdevil:1423
msgid "<b>Songs:</b>" msgid "<b>Songs:</b>"
msgstr "<b>Titel:</b>" msgstr "<b>Titel:</b>"
#: mpdevil:1360 #: mpdevil:1424
msgid "<b>Total Playtime:</b>" msgid "<b>Total Playtime:</b>"
msgstr "<b>Gesamtwiedergabezeit:</b>" msgstr "<b>Gesamtwiedergabezeit:</b>"
#: mpdevil:1361 #: mpdevil:1425
msgid "<b>Database Update:</b>" msgid "<b>Database Update:</b>"
msgstr "<b>Datenbankaktualisierung:</b>" msgstr "<b>Datenbankaktualisierung:</b>"
#: mpdevil:1385 #: mpdevil:1449
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:1494 #: mpdevil:1529
msgid "Open with…" msgid "Open with…"
msgstr "Öffnen mit…" msgstr "Öffnen mit…"
#: mpdevil:1509 mpdevil:1811 #: mpdevil:1544 mpdevil:1843
msgid "Append" msgid "Append"
msgstr "Anhängen" msgstr "Anhängen"
#: mpdevil:1510 mpdevil:1812 #: mpdevil:1545 mpdevil:1844
msgid "Play" msgid "Play"
msgstr "Abspielen" msgstr "Abspielen"
#: mpdevil:1511 mpdevil:1813 #: mpdevil:1546 mpdevil:1845
msgid "Enqueue" msgid "Enqueue"
msgstr "Einreihen" msgstr "Einreihen"
#: mpdevil:1529 #: mpdevil:1564
msgid "MPD-Tag" msgid "MPD-Tag"
msgstr "MPD-Tag" msgstr "MPD-Tag"
#: mpdevil:1532 #: mpdevil:1567
msgid "Value" msgid "Value"
msgstr "Wert" msgstr "Wert"
#: mpdevil:1686 #: mpdevil:1718
msgid "_Append" msgid "_Append"
msgstr "_Anhängen" msgstr "_Anhängen"
#: mpdevil:1686 #: mpdevil:1718 mpdevil:1843
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:1687 #: mpdevil:1719
msgid "_Play" msgid "_Play"
msgstr "Ab_spielen" msgstr "Ab_spielen"
#: mpdevil:1687 #: mpdevil:1719 mpdevil:1844
msgid "Directly play all titles" msgid "Directly play all titles"
msgstr "Alle Titel sofort abspielen" msgstr "Alle Titel sofort abspielen"
#: mpdevil:1688 #: mpdevil:1720
msgid "_Enqueue" msgid "_Enqueue"
msgstr "_Einreihen" msgstr "_Einreihen"
#: mpdevil:1688 #: mpdevil:1720 mpdevil:1845
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"
@@ -293,277 +285,253 @@ 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:1952 #: mpdevil:1981
msgid "all tags" msgid "all tags"
msgstr "Alle Tags" msgstr "Alle Tags"
#: mpdevil:1976 #: mpdevil:2005
#, python-brace-format #, python-brace-format
msgid "{hits} hit" msgid "{hits} hit"
msgid_plural "{hits} hits" msgid_plural "{hits} hits"
msgstr[0] "{hits} Treffer" msgstr[0] "{hits} Treffer"
msgstr[1] "{hits} Treffer" msgstr[1] "{hits} Treffer"
#: mpdevil:2116 #: mpdevil:2074
msgid "all genres" msgid "all genres"
msgstr "Alle Genres" msgstr "Alle Genres"
#: mpdevil:2141 #: mpdevil:2169
msgid "all artists" msgid "all artists"
msgstr "Alle Interpreten" msgstr "Alle Interpreten"
#: mpdevil:2367 #: mpdevil:2400 mpdevil:3009 mpdevil:3284 mpdevil:3285
#, python-brace-format #, python-brace-format
msgid "{number} songs on {discs} discs ({duration})" msgid "{titles} title"
msgstr "{number} Stücke auf {discs} CDs ({duration})" msgid_plural "{titles} titles"
msgstr[0] "{titles} Titel"
msgstr[1] "{titles} Titel"
#: mpdevil:2370 mpdevil:3056 #: mpdevil:2402
#, python-brace-format #, python-brace-format
msgid "{number} song ({duration})" msgid "on {discs} discs"
msgid_plural "{number} songs ({duration})" msgstr "auf {discs} CDs"
msgstr[0] "{number} Stück ({duration})"
msgstr[1] "{number} Stücke ({duration})"
#: mpdevil:2509 mpdevil:3681 #: mpdevil:2551 mpdevil:3723
msgid "Back to current album" msgid "Back to current album"
msgstr "Zurück zu aktuellem Album" msgstr "Zurück zu aktuellem Album"
#: mpdevil:2511 #: mpdevil:2553
msgid "Search" msgid "Search"
msgstr "Suche" msgstr "Suche"
#: mpdevil:2514 #: mpdevil:2715
msgid "Filter by genre" msgid "searching..."
msgstr "Nach Genre filtern" msgstr "suche..."
#: mpdevil:2704 #: mpdevil:2720
msgid "searching…"
msgstr "suche…"
#: mpdevil:2709
msgid "connection error" msgid "connection error"
msgstr "Verbindungsfehler" msgstr "Verbindungsfehler"
#: mpdevil:2711 #: mpdevil:2722
msgid "lyrics not found" msgid "lyrics not found"
msgstr "Liedtext nicht gefunden" msgstr "Liedtext nicht gefunden"
#: mpdevil:2816 #: mpdevil:2765
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} Kanal"
msgstr[1] "{channels} Kanäle"
#: mpdevil:2881
msgid "Scroll to current song" msgid "Scroll to current song"
msgstr "Gehe zu aktuellem Lied" msgstr "Gehe zu aktuellem Lied"
#: mpdevil:3117 #: mpdevil:2889 mpdevil:3739
msgid "Show lyrics"
msgstr "Zeige Liedtext"
#: mpdevil:3219 mpdevil:3220
#, python-brace-format
msgid "{number} song"
msgid_plural "{number} songs"
msgstr[0] "{number} Stück"
msgstr[1] "{number} Stücke"
#: mpdevil:3434
msgid "Repeat mode"
msgstr "Dauerschleife"
#: mpdevil:3435
msgid "Random mode"
msgstr "Zufallsmodus"
#: mpdevil:3436
msgid "Single mode"
msgstr "Einzelstückmodus"
#: mpdevil:3437
msgid "Consume mode"
msgstr "Wiedergabeliste verbrauchen"
#: mpdevil:3659
msgid "Window"
msgstr "Fenster"
#: mpdevil:3660
msgid "Playback"
msgstr "Wiedergabe"
#: mpdevil:3661
msgid "Search, Album Dialog, Album List and Artist List"
msgstr "Suche, Albumdialog, Albumliste und Interpretenliste"
#: mpdevil:3671
msgid "Open online help"
msgstr "Onlinehilfe öffnen"
#: mpdevil:3672
msgid "Open shortcuts window"
msgstr "Tastenkürzelfenster öffnen"
#: mpdevil:3673
msgid "Open menu"
msgstr "Menü öffnen"
#: mpdevil:3674 mpdevil:3820
msgid "Update database"
msgstr "Datenbank aktualisieren"
#: mpdevil:3675 mpdevil:3818
msgid "Quit"
msgstr "Beenden"
#: mpdevil:3676
msgid "Cycle through profiles"
msgstr "Profile durchschalten"
#: mpdevil:3677
msgid "Cycle through profiles in reversed order"
msgstr "Profile rückwärts durchschalten"
#: mpdevil:3678
msgid "Toggle mini player"
msgstr "Miniplayer ein-/ausschalten"
#: mpdevil:3679
msgid "Toggle lyrics"
msgstr "Liedtext ein-/ausblenden"
#: mpdevil:3680
msgid "Toggle search"
msgstr "Suche ein-/ausblenden"
#: mpdevil:3682
msgid "Play/Pause"
msgstr "Wiedergabe/Pause"
#: mpdevil:3683
msgid "Stop"
msgstr "Stopp"
#: mpdevil:3684
msgid "Next title"
msgstr "Nächster Titel"
#: mpdevil:3685
msgid "Previous title"
msgstr "Vorheriger Titel"
#: mpdevil:3686
msgid "Seek forward"
msgstr "Vorspulen"
#: mpdevil:3687
msgid "Seek backward"
msgstr "Zurückspulen"
#: mpdevil:3688
msgid "Toggle repeat mode"
msgstr "Dauerschleife ein-/ausschalten"
#: mpdevil:3689
msgid "Toggle random mode"
msgstr "Zufallsmodus ein-/ausschalten"
#: mpdevil:3690
msgid "Toggle single mode"
msgstr "Einzelstückmodus ein-/ausschalten"
#: mpdevil:3691
msgid "Toggle consume mode"
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
#: mpdevil:3692
msgid "Enqueue selected item"
msgstr "Ausgewähltes Element einreihen"
#: mpdevil:3693
msgid "Append selected item"
msgstr "Ausgewähltes Element anhängen"
#: mpdevil:3693 mpdevil:3696
msgid "Middle-click"
msgstr "Mittelklick"
#: mpdevil:3694
msgid "Play selected item immediately"
msgstr "Ausgewähltes Element sofort abspielen"
#: mpdevil:3694
msgid "Double-click"
msgstr "Doppelklick"
#: mpdevil:3695 mpdevil:3698
msgid "Show additional information"
msgstr "Zeige weitere Informationen"
#: mpdevil:3695 mpdevil:3698
msgid "Right-click"
msgstr "Rechtsklick"
#: mpdevil:3696
msgid "Remove selected song"
msgstr "Ausgewählten Titel entfernen"
#: mpdevil:3697
msgid "Clear playlist" msgid "Clear playlist"
msgstr "Wiedergabeliste leeren" msgstr "Wiedergabeliste leeren"
#: mpdevil:3177
msgid "Show lyrics"
msgstr "Zeige Liedtext"
#: mpdevil:3486
msgid "Random mode"
msgstr "Zufallsmodus"
#: mpdevil:3488
msgid "Repeat mode"
msgstr "Dauerschleife"
#: mpdevil:3490
msgid "Single mode"
msgstr "Einzelstückmodus"
#: mpdevil:3492
msgid "Consume mode"
msgstr "Wiedergabeliste verbrauchen"
#: mpdevil:3701
msgid "Window"
msgstr "Fenster"
#: mpdevil:3702
msgid "Playback"
msgstr "Wiedergabe"
#: mpdevil:3703
msgid "Search, Album Dialog, Album List and Artist List"
msgstr "Suche, Albumdialog, Albumliste und Interpretenliste"
#: mpdevil:3713
msgid "Open online help"
msgstr "Onlinehilfe öffnen"
#: mpdevil:3714
msgid "Open shortcuts window"
msgstr "Tastenkürzelfenster öffnen"
#: mpdevil:3715
msgid "Open menu"
msgstr "Menü öffnen"
#: mpdevil:3716 mpdevil:3859
msgid "Update database"
msgstr "Datenbank aktualisieren"
#: mpdevil:3717 mpdevil:3857
msgid "Quit"
msgstr "Beenden"
#: mpdevil:3718
msgid "Cycle through profiles"
msgstr "Profile durchschalten"
#: mpdevil:3719
msgid "Cycle through profiles in reversed order"
msgstr "Profile rückwärts durchschalten"
#: mpdevil:3720 #: mpdevil:3720
msgid "Toggle mini player"
msgstr "Miniplayer ein-/ausschalten"
#: mpdevil:3721
msgid "Toggle lyrics"
msgstr "Liedtext ein-/ausblenden"
#: mpdevil:3722
msgid "Toggle search"
msgstr "Suche ein-/ausblenden"
#: mpdevil:3724
msgid "Play/Pause"
msgstr "Wiedergabe/Pause"
#: mpdevil:3725
msgid "Stop"
msgstr "Stopp"
#: mpdevil:3726
msgid "Next title"
msgstr "Nächster Titel"
#: mpdevil:3727
msgid "Previous title"
msgstr "Vorheriger Titel"
#: mpdevil:3728
msgid "Seek forward"
msgstr "Vorspulen"
#: mpdevil:3729
msgid "Seek backward"
msgstr "Zurückspulen"
#: mpdevil:3730
msgid "Toggle repeat mode"
msgstr "Dauerschleife ein-/ausschalten"
#: mpdevil:3731
msgid "Toggle random mode"
msgstr "Zufallsmodus ein-/ausschalten"
#: mpdevil:3732
msgid "Toggle single mode"
msgstr "Einzelstückmodus ein-/ausschalten"
#: mpdevil:3733
msgid "Toggle consume mode"
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
#: mpdevil:3734
msgid "Enqueue selected item"
msgstr "Ausgewähltes Element einreihen"
#: mpdevil:3735
msgid "Append selected item"
msgstr "Ausgewähltes Element anhängen"
#: mpdevil:3735 mpdevil:3738
msgid "Middle-click"
msgstr "Mittelklick"
#: mpdevil:3736
msgid "Play selected item immediately"
msgstr "Ausgewähltes Element sofort abspielen"
#: mpdevil:3736
msgid "Double-click"
msgstr "Doppelklick"
#: mpdevil:3737 mpdevil:3740
msgid "Show additional information"
msgstr "Zeige weitere Informationen"
#: mpdevil:3737 mpdevil:3740
msgid "Right-click"
msgstr "Rechtsklick"
#: mpdevil:3738
msgid "Remove selected song"
msgstr "Ausgewählten Titel entfernen"
#: mpdevil:3762
msgid "Connect" msgid "Connect"
msgstr "Verbinden" msgstr "Verbinden"
#: mpdevil:3741 #: mpdevil:3780
#, 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:3815 #: mpdevil:3854
msgid "Keyboard shortcuts" msgid "Keyboard shortcuts"
msgstr "Tastenkürzel" msgstr "Tastenkürzel"
#: mpdevil:3816 #: mpdevil:3855
msgid "Help" msgid "Help"
msgstr "Hilfe" msgstr "Hilfe"
#: mpdevil:3817 #: mpdevil:3856
msgid "About" msgid "About"
msgstr "Über" msgstr "Über"
#: mpdevil:3821 #: mpdevil:3860
msgid "Server stats" msgid "Server stats"
msgstr "Serverstatistik" msgstr "Serverstatistik"
#: mpdevil:3826 #: mpdevil:3865
msgid "Mini player" msgid "Mini player"
msgstr "Miniplayer" msgstr "Miniplayer"
#: mpdevil:3831 #: mpdevil:3870
msgid "Menu" msgid "Menu"
msgstr "Menü" msgstr "Menü"
#: mpdevil:3882 mpdevil:3884 #: mpdevil:3920 mpdevil:3922
msgid "connecting…" msgid "connecting…"
msgstr "verbinden…" msgstr "verbinden…"
#: mpdevil:4049
msgid "Debug mode"
msgstr "Debugmodus"
#, python-brace-format
#~ msgid "{titles} title"
#~ msgid_plural "{titles} titles"
#~ msgstr[0] "{titles} Titel"
#~ msgstr[1] "{titles} Titel"
#~ msgid "Secondary icon size:"
#~ msgstr "Sekundäre Symbolgröße:"
#~ msgid "Name:"
#~ msgstr "Name:"
#, python-brace-format
#~ msgid "on {discs} discs"
#~ msgstr "auf {discs} CDs"
#~ msgid "Show initials in artist view" #~ msgid "Show initials in artist view"
#~ msgstr "Anfangsbuchstaben in Interpretenliste anzeigen" #~ msgstr "Anfangsbuchstaben in Interpretenliste anzeigen"
@@ -605,6 +573,10 @@ msgstr "Debugmodus"
#~ "{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} Kanäle, " #~ "{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} Kanäle, "
#~ "{file_type}" #~ "{file_type}"
#, python-brace-format
#~ msgid "{titles} titles on {discs} discs ({length})"
#~ msgstr "{titles} Titel auf {discs} CDs ({length})"
#, python-brace-format #, python-brace-format
#~ msgid "{titles} titles ({length})" #~ msgid "{titles} titles ({length})"
#~ msgstr "{titles} Titel ({length})" #~ msgstr "{titles} Titel ({length})"

View File

@@ -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: 2021-07-20 20:16+0200\n" "POT-Creation-Date: 2021-04-20 17:46+0200\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"
@@ -18,525 +18,509 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: mpdevil:448 #: mpdevil:442
#, python-brace-format #, python-brace-format
msgid "{days} day" msgid "{days} day"
msgid_plural "{days} days" msgid_plural "{days} days"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: mpdevil:467 #: mpdevil:477
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] ""
msgstr[1] ""
#: mpdevil:499
msgid "Unknown Title" msgid "Unknown Title"
msgstr "" msgstr ""
#: mpdevil:965 #: mpdevil:938
msgid "Main cover size:" msgid "Main cover size:"
msgstr "" msgstr ""
#: mpdevil:966 #: mpdevil:939
msgid "Album view cover size:" msgid "Album view cover size:"
msgstr "" msgstr ""
#: mpdevil:967 #: mpdevil:940
msgid "Action bar icon size:" msgid "Action bar icon size:"
msgstr "" msgstr ""
#: mpdevil:977 #: mpdevil:941
msgid "Secondary icon size:"
msgstr ""
#: mpdevil:954
msgid "Use Client-side decoration" msgid "Use Client-side decoration"
msgstr "" msgstr ""
#: mpdevil:978 #: mpdevil:955
msgid "Show stop button" msgid "Show stop button"
msgstr "" msgstr ""
#: mpdevil:979 #: mpdevil:956
msgid "Show audio format"
msgstr ""
#: mpdevil:980
msgid "Show lyrics button" msgid "Show lyrics button"
msgstr "" msgstr ""
#: mpdevil:981 #: mpdevil:957
msgid "Place playlist at the side" msgid "Place playlist at the side"
msgstr "" msgstr ""
#: mpdevil:982 #: mpdevil:958
msgid "Use “Album Artist” tag" msgid "Use “Album Artist” tag"
msgstr "" msgstr ""
#: mpdevil:983 #: mpdevil:959
msgid "Send notification on title change" msgid "Send notification on title change"
msgstr "" msgstr ""
#: mpdevil:984 #: mpdevil:960
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "" msgstr ""
#: mpdevil:985 #: mpdevil:961
msgid "Play selected albums and titles immediately" msgid "Play selected albums and titles immediately"
msgstr "" msgstr ""
#: mpdevil:986 #: mpdevil:962
msgid "Sort albums by year" msgid "Sort albums by year"
msgstr "" msgstr ""
#: mpdevil:987 #: mpdevil:963
msgid "Support “MPRIS”" msgid "Support “MPRIS”"
msgstr "" msgstr ""
#: mpdevil:988 #: mpdevil:975
msgid "Rewind via previous button"
msgstr ""
#: mpdevil:996
msgid "<b>View</b>" msgid "<b>View</b>"
msgstr "" msgstr ""
#: mpdevil:997 #: mpdevil:976
msgid "<b>Behavior</b>" msgid "<b>Behavior</b>"
msgstr "" msgstr ""
#: mpdevil:1011 mpdevil:1022 #: mpdevil:996 mpdevil:1006
msgid "(restart required)" msgid "(restart required)"
msgstr "" msgstr ""
#: mpdevil:1044 #: mpdevil:1046
msgid "_Connect" msgid "_Connect"
msgstr "" msgstr ""
#: mpdevil:1055 #: mpdevil:1062
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:1059 #: mpdevil:1067
msgid "Profile:" msgid "Profile:"
msgstr "" msgstr ""
#: mpdevil:1060 #: mpdevil:1068
msgid "Name:"
msgstr ""
#: mpdevil:1069
msgid "Host:" msgid "Host:"
msgstr "" msgstr ""
#: mpdevil:1061 #: mpdevil:1070
msgid "Password:" msgid "Password:"
msgstr "" msgstr ""
#: mpdevil:1062 #: mpdevil:1071
msgid "Music lib:" msgid "Music lib:"
msgstr "" msgstr ""
#: mpdevil:1063 #: mpdevil:1072
msgid "Cover regex:" msgid "Cover regex:"
msgstr "" msgstr ""
#: mpdevil:1167 #: mpdevil:1207
msgid "Choose directory" msgid "Choose directory"
msgstr "" msgstr ""
#: mpdevil:1194 #: mpdevil:1236
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:1211 mpdevil:1751 mpdevil:1877 mpdevil:2838 #: mpdevil:1253 mpdevil:1783 mpdevil:1910 mpdevil:2907
msgid "No" msgid "No"
msgstr "" msgstr ""
#: mpdevil:1211 mpdevil:2839 #: mpdevil:1253 mpdevil:2908
msgid "Disc" msgid "Disc"
msgstr "" msgstr ""
#: mpdevil:1211 mpdevil:1754 mpdevil:1882 mpdevil:2840 mpdevil:2954 #: mpdevil:1253 mpdevil:1786 mpdevil:1915 mpdevil:2909
#: mpdevil:2956
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: mpdevil:1211 mpdevil:1888 mpdevil:2841 #: mpdevil:1253 mpdevil:1921 mpdevil:2910
msgid "Artist" msgid "Artist"
msgstr "" msgstr ""
#: mpdevil:1211 mpdevil:1894 mpdevil:2842 #: mpdevil:1253 mpdevil:1927 mpdevil:2911
msgid "Album" msgid "Album"
msgstr "" msgstr ""
#: mpdevil:1211 mpdevil:1757 mpdevil:1900 mpdevil:2843 #: mpdevil:1253 mpdevil:1789 mpdevil:1933 mpdevil:2912
msgid "Length" msgid "Length"
msgstr "" msgstr ""
#: mpdevil:1211 mpdevil:2844 #: mpdevil:1253 mpdevil:2913
msgid "Year" msgid "Year"
msgstr "" msgstr ""
#: mpdevil:1211 mpdevil:2845 #: mpdevil:1253 mpdevil:2914
msgid "Genre" msgid "Genre"
msgstr "" msgstr ""
#: mpdevil:1301 mpdevil:1303 mpdevil:3721 mpdevil:3814 #: mpdevil:1369 mpdevil:1371 mpdevil:3853
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: mpdevil:1316 mpdevil:1325 mpdevil:3658 #: mpdevil:1384 mpdevil:1393 mpdevil:3700
msgid "General" msgid "General"
msgstr "" msgstr ""
#: mpdevil:1317 mpdevil:1326 mpdevil:3825 #: mpdevil:1385 mpdevil:1394 mpdevil:3864
msgid "Profiles" msgid "Profiles"
msgstr "" msgstr ""
#: mpdevil:1318 mpdevil:1327 mpdevil:3662 #: mpdevil:1386 mpdevil:1395 mpdevil:3704
msgid "Playlist" msgid "Playlist"
msgstr "" msgstr ""
#: mpdevil:1344 #: mpdevil:1408
msgid "Stats" msgid "Stats"
msgstr "" msgstr ""
#: mpdevil:1354 #: mpdevil:1418
msgid "<b>Protocol:</b>" msgid "<b>Protocol:</b>"
msgstr "" msgstr ""
#: mpdevil:1355 #: mpdevil:1419
msgid "<b>Uptime:</b>" msgid "<b>Uptime:</b>"
msgstr "" msgstr ""
#: mpdevil:1356 #: mpdevil:1420
msgid "<b>Playtime:</b>" msgid "<b>Playtime:</b>"
msgstr "" msgstr ""
#: mpdevil:1357 #: mpdevil:1421
msgid "<b>Artists:</b>" msgid "<b>Artists:</b>"
msgstr "" msgstr ""
#: mpdevil:1358 #: mpdevil:1422
msgid "<b>Albums:</b>" msgid "<b>Albums:</b>"
msgstr "" msgstr ""
#: mpdevil:1359 #: mpdevil:1423
msgid "<b>Songs:</b>" msgid "<b>Songs:</b>"
msgstr "" msgstr ""
#: mpdevil:1360 #: mpdevil:1424
msgid "<b>Total Playtime:</b>" msgid "<b>Total Playtime:</b>"
msgstr "" msgstr ""
#: mpdevil:1361 #: mpdevil:1425
msgid "<b>Database Update:</b>" msgid "<b>Database Update:</b>"
msgstr "" msgstr ""
#: mpdevil:1385 #: mpdevil:1449
msgid "A simple music browser for MPD" msgid "A simple music browser for MPD"
msgstr "" msgstr ""
#: mpdevil:1494 #: mpdevil:1529
msgid "Open with…" msgid "Open with…"
msgstr "" msgstr ""
#: mpdevil:1509 mpdevil:1811 #: mpdevil:1544 mpdevil:1843
msgid "Append" msgid "Append"
msgstr "" msgstr ""
#: mpdevil:1510 mpdevil:1812 #: mpdevil:1545 mpdevil:1844
msgid "Play" msgid "Play"
msgstr "" msgstr ""
#: mpdevil:1511 mpdevil:1813 #: mpdevil:1546 mpdevil:1845
msgid "Enqueue" msgid "Enqueue"
msgstr "" msgstr ""
#: mpdevil:1529 #: mpdevil:1564
msgid "MPD-Tag" msgid "MPD-Tag"
msgstr "" msgstr ""
#: mpdevil:1532 #: mpdevil:1567
msgid "Value" msgid "Value"
msgstr "" msgstr ""
#: mpdevil:1686 #: mpdevil:1718
msgid "_Append" msgid "_Append"
msgstr "" msgstr ""
#: mpdevil:1686 #: mpdevil:1718 mpdevil:1843
msgid "Add all titles to playlist" msgid "Add all titles to playlist"
msgstr "" msgstr ""
#: mpdevil:1687 #: mpdevil:1719
msgid "_Play" msgid "_Play"
msgstr "" msgstr ""
#: mpdevil:1687 #: mpdevil:1719 mpdevil:1844
msgid "Directly play all titles" msgid "Directly play all titles"
msgstr "" msgstr ""
#: mpdevil:1688 #: mpdevil:1720
msgid "_Enqueue" msgid "_Enqueue"
msgstr "" msgstr ""
#: mpdevil:1688 #: mpdevil:1720 mpdevil:1845
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:1952 #: mpdevil:1981
msgid "all tags" msgid "all tags"
msgstr "" msgstr ""
#: mpdevil:1976 #: mpdevil:2005
#, python-brace-format #, python-brace-format
msgid "{hits} hit" msgid "{hits} hit"
msgid_plural "{hits} hits" msgid_plural "{hits} hits"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: mpdevil:2116 #: mpdevil:2074
msgid "all genres" msgid "all genres"
msgstr "" msgstr ""
#: mpdevil:2141 #: mpdevil:2169
msgid "all artists" msgid "all artists"
msgstr "" msgstr ""
#: mpdevil:2367 #: mpdevil:2400 mpdevil:3009 mpdevil:3284 mpdevil:3285
#, python-brace-format #, python-brace-format
msgid "{number} songs on {discs} discs ({duration})" msgid "{titles} title"
msgstr "" msgid_plural "{titles} titles"
#: mpdevil:2370 mpdevil:3056
#, python-brace-format
msgid "{number} song ({duration})"
msgid_plural "{number} songs ({duration})"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: mpdevil:2509 mpdevil:3681 #: mpdevil:2402
#, python-brace-format
msgid "on {discs} discs"
msgstr ""
#: mpdevil:2551 mpdevil:3723
msgid "Back to current album" msgid "Back to current album"
msgstr "" msgstr ""
#: mpdevil:2511 #: mpdevil:2553
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: mpdevil:2514 #: mpdevil:2715
msgid "Filter by genre" msgid "searching..."
msgstr "" msgstr ""
#: mpdevil:2704 #: mpdevil:2720
msgid "searching…"
msgstr ""
#: mpdevil:2709
msgid "connection error" msgid "connection error"
msgstr "" msgstr ""
#: mpdevil:2711 #: mpdevil:2722
msgid "lyrics not found" msgid "lyrics not found"
msgstr "" msgstr ""
#: mpdevil:2816 #: mpdevil:2765
msgid "Scroll to current song"
msgstr ""
#: mpdevil:3117
msgid "Show lyrics"
msgstr ""
#: mpdevil:3219 mpdevil:3220
#, python-brace-format #, python-brace-format
msgid "{number} song" msgid "{channels} channel"
msgid_plural "{number} songs" msgid_plural "{channels} channels"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: mpdevil:3434 #: mpdevil:2881
msgid "Repeat mode" msgid "Scroll to current song"
msgstr "" msgstr ""
#: mpdevil:3435 #: mpdevil:2889 mpdevil:3739
msgid "Random mode"
msgstr ""
#: mpdevil:3436
msgid "Single mode"
msgstr ""
#: mpdevil:3437
msgid "Consume mode"
msgstr ""
#: mpdevil:3659
msgid "Window"
msgstr ""
#: mpdevil:3660
msgid "Playback"
msgstr ""
#: mpdevil:3661
msgid "Search, Album Dialog, Album List and Artist List"
msgstr ""
#: mpdevil:3671
msgid "Open online help"
msgstr ""
#: mpdevil:3672
msgid "Open shortcuts window"
msgstr ""
#: mpdevil:3673
msgid "Open menu"
msgstr ""
#: mpdevil:3674 mpdevil:3820
msgid "Update database"
msgstr ""
#: mpdevil:3675 mpdevil:3818
msgid "Quit"
msgstr ""
#: mpdevil:3676
msgid "Cycle through profiles"
msgstr ""
#: mpdevil:3677
msgid "Cycle through profiles in reversed order"
msgstr ""
#: mpdevil:3678
msgid "Toggle mini player"
msgstr ""
#: mpdevil:3679
msgid "Toggle lyrics"
msgstr ""
#: mpdevil:3680
msgid "Toggle search"
msgstr ""
#: mpdevil:3682
msgid "Play/Pause"
msgstr ""
#: mpdevil:3683
msgid "Stop"
msgstr ""
#: mpdevil:3684
msgid "Next title"
msgstr ""
#: mpdevil:3685
msgid "Previous title"
msgstr ""
#: mpdevil:3686
msgid "Seek forward"
msgstr ""
#: mpdevil:3687
msgid "Seek backward"
msgstr ""
#: mpdevil:3688
msgid "Toggle repeat mode"
msgstr ""
#: mpdevil:3689
msgid "Toggle random mode"
msgstr ""
#: mpdevil:3690
msgid "Toggle single mode"
msgstr ""
#: mpdevil:3691
msgid "Toggle consume mode"
msgstr ""
#: mpdevil:3692
msgid "Enqueue selected item"
msgstr ""
#: mpdevil:3693
msgid "Append selected item"
msgstr ""
#: mpdevil:3693 mpdevil:3696
msgid "Middle-click"
msgstr ""
#: mpdevil:3694
msgid "Play selected item immediately"
msgstr ""
#: mpdevil:3694
msgid "Double-click"
msgstr ""
#: mpdevil:3695 mpdevil:3698
msgid "Show additional information"
msgstr ""
#: mpdevil:3695 mpdevil:3698
msgid "Right-click"
msgstr ""
#: mpdevil:3696
msgid "Remove selected song"
msgstr ""
#: mpdevil:3697
msgid "Clear playlist" msgid "Clear playlist"
msgstr "" msgstr ""
#: mpdevil:3177
msgid "Show lyrics"
msgstr ""
#: mpdevil:3486
msgid "Random mode"
msgstr ""
#: mpdevil:3488
msgid "Repeat mode"
msgstr ""
#: mpdevil:3490
msgid "Single mode"
msgstr ""
#: mpdevil:3492
msgid "Consume mode"
msgstr ""
#: mpdevil:3701
msgid "Window"
msgstr ""
#: mpdevil:3702
msgid "Playback"
msgstr ""
#: mpdevil:3703
msgid "Search, Album Dialog, Album List and Artist List"
msgstr ""
#: mpdevil:3713
msgid "Open online help"
msgstr ""
#: mpdevil:3714
msgid "Open shortcuts window"
msgstr ""
#: mpdevil:3715
msgid "Open menu"
msgstr ""
#: mpdevil:3716 mpdevil:3859
msgid "Update database"
msgstr ""
#: mpdevil:3717 mpdevil:3857
msgid "Quit"
msgstr ""
#: mpdevil:3718
msgid "Cycle through profiles"
msgstr ""
#: mpdevil:3719
msgid "Cycle through profiles in reversed order"
msgstr ""
#: mpdevil:3720 #: mpdevil:3720
msgid "Toggle mini player"
msgstr ""
#: mpdevil:3721
msgid "Toggle lyrics"
msgstr ""
#: mpdevil:3722
msgid "Toggle search"
msgstr ""
#: mpdevil:3724
msgid "Play/Pause"
msgstr ""
#: mpdevil:3725
msgid "Stop"
msgstr ""
#: mpdevil:3726
msgid "Next title"
msgstr ""
#: mpdevil:3727
msgid "Previous title"
msgstr ""
#: mpdevil:3728
msgid "Seek forward"
msgstr ""
#: mpdevil:3729
msgid "Seek backward"
msgstr ""
#: mpdevil:3730
msgid "Toggle repeat mode"
msgstr ""
#: mpdevil:3731
msgid "Toggle random mode"
msgstr ""
#: mpdevil:3732
msgid "Toggle single mode"
msgstr ""
#: mpdevil:3733
msgid "Toggle consume mode"
msgstr ""
#: mpdevil:3734
msgid "Enqueue selected item"
msgstr ""
#: mpdevil:3735
msgid "Append selected item"
msgstr ""
#: mpdevil:3735 mpdevil:3738
msgid "Middle-click"
msgstr ""
#: mpdevil:3736
msgid "Play selected item immediately"
msgstr ""
#: mpdevil:3736
msgid "Double-click"
msgstr ""
#: mpdevil:3737 mpdevil:3740
msgid "Show additional information"
msgstr ""
#: mpdevil:3737 mpdevil:3740
msgid "Right-click"
msgstr ""
#: mpdevil:3738
msgid "Remove selected song"
msgstr ""
#: mpdevil:3762
msgid "Connect" msgid "Connect"
msgstr "" msgstr ""
#: mpdevil:3741 #: mpdevil:3780
#, python-brace-format #, python-brace-format
msgid "Connection to “{profile}” ({host}:{port}) failed" msgid "Connection to “{profile}” ({host}:{port}) failed"
msgstr "" msgstr ""
#: mpdevil:3815 #: mpdevil:3854
msgid "Keyboard shortcuts" msgid "Keyboard shortcuts"
msgstr "" msgstr ""
#: mpdevil:3816 #: mpdevil:3855
msgid "Help" msgid "Help"
msgstr "" msgstr ""
#: mpdevil:3817 #: mpdevil:3856
msgid "About" msgid "About"
msgstr "" msgstr ""
#: mpdevil:3821 #: mpdevil:3860
msgid "Server stats" msgid "Server stats"
msgstr "" msgstr ""
#: mpdevil:3826 #: mpdevil:3865
msgid "Mini player" msgid "Mini player"
msgstr "" msgstr ""
#: mpdevil:3831 #: mpdevil:3870
msgid "Menu" msgid "Menu"
msgstr "" msgstr ""
#: mpdevil:3882 mpdevil:3884 #: mpdevil:3920 mpdevil:3922
msgid "connecting…" msgid "connecting…"
msgstr "" msgstr ""
#: mpdevil:4049
msgid "Debug mode"
msgstr ""

544
po/nl.po
View File

@@ -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: 2021-07-20 20:16+0200\n" "POT-Creation-Date: 2021-04-20 17:46+0200\n"
"PO-Revision-Date: 2021-07-20 20:17+0200\n" "PO-Revision-Date: 2021-04-20 17:47+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: nl\n" "Language: nl\n"
@@ -18,101 +18,90 @@ 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:448 #: mpdevil:442
#, python-brace-format #, python-brace-format
msgid "{days} day" msgid "{days} day"
msgid_plural "{days} days" msgid_plural "{days} days"
msgstr[0] "{days} dag" msgstr[0] "{days} dag"
msgstr[1] "{days} dagen" msgstr[1] "{days} dagen"
#: mpdevil:467 #: mpdevil:477
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} kanaal"
msgstr[1] "{channels} kanalen"
#: mpdevil:499
msgid "Unknown Title" msgid "Unknown Title"
msgstr "Onbekende titel" msgstr "Onbekende titel"
#: mpdevil:965 #: mpdevil:938
msgid "Main cover size:" msgid "Main cover size:"
msgstr "Grootte albumhoes:" msgstr "Grootte albumhoes:"
#: mpdevil:966 #: mpdevil:939
msgid "Album view cover size:" msgid "Album view cover size:"
msgstr "Hoesgrootte in albumlijst:" msgstr "Hoesgrootte in albumlijst:"
#: mpdevil:967 #: mpdevil:940
msgid "Action bar icon size:" msgid "Action bar icon size:"
msgstr "Grootte iconen werkbalk:" msgstr "Grootte iconen werkbalk:"
#: mpdevil:977 #: mpdevil:941
msgid "Secondary icon size:"
msgstr "Grootte overige iconen:"
#: mpdevil:954
msgid "Use Client-side decoration" msgid "Use Client-side decoration"
msgstr "Gebruik vensterdecoratie van mpdevil" msgstr "Gebruik vensterdecoratie van mpdevil"
#: mpdevil:978 #: mpdevil:955
msgid "Show stop button" msgid "Show stop button"
msgstr "Toon stopknop" msgstr "Toon stopknop"
#: mpdevil:979 #: mpdevil:956
msgid "Show audio format"
msgstr "Toon audioformaat"
#: mpdevil:980
msgid "Show lyrics button" msgid "Show lyrics button"
msgstr "Toon songtekstknop" msgstr "Toon songtekstknop"
#: mpdevil:981 #: mpdevil:957
msgid "Place playlist at the side" msgid "Place playlist at the side"
msgstr "Plaats afspeellijst aan de zijkant" msgstr "Plaats afspeellijst aan de zijkant"
#: mpdevil:982 #: mpdevil:958
msgid "Use “Album Artist” tag" msgid "Use “Album Artist” tag"
msgstr "Gebruik tag Album Artist" msgstr "Gebruik tag \"Album Artist\""
#: mpdevil:983 #: mpdevil:959
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:984 #: mpdevil:960
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "Stop afspelen bij afsluiten" msgstr "Stop afspelen bij afsluiten"
#: mpdevil:985 #: mpdevil:961
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:986 #: mpdevil:962
msgid "Sort albums by year" msgid "Sort albums by year"
msgstr "Sorteer albums op jaar" msgstr "Sorteer albums op jaar"
#: mpdevil:987 #: mpdevil:963
msgid "Support “MPRIS”" msgid "Support “MPRIS”"
msgstr "Ondersteun MPRIS" msgstr "Ondersteun \"MPRIS\""
#: mpdevil:988 #: mpdevil:975
msgid "Rewind via previous button"
msgstr "Terugspoelen met „vorige” knop"
#: mpdevil:996
msgid "<b>View</b>" msgid "<b>View</b>"
msgstr "<b>Beeld</b>" msgstr "<b>Beeld</b>"
#: mpdevil:997 #: mpdevil:976
msgid "<b>Behavior</b>" msgid "<b>Behavior</b>"
msgstr "<b>Gedrag</b>" msgstr "<b>Gedrag</b>"
#: mpdevil:1011 mpdevil:1022 #: mpdevil:996 mpdevil:1006
msgid "(restart required)" msgid "(restart required)"
msgstr "(herstart vereist)" msgstr "(herstart vereist)"
#: mpdevil:1044 #: mpdevil:1046
msgid "_Connect" msgid "_Connect"
msgstr "_Verbinden" msgstr "_Verbinden"
#: mpdevil:1055 #: mpdevil:1062
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 "
@@ -122,168 +111,171 @@ 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:1059 #: mpdevil:1067
msgid "Profile:" msgid "Profile:"
msgstr "Profiel:" msgstr "Profiel:"
#: mpdevil:1060 #: mpdevil:1068
msgid "Name:"
msgstr "Naam:"
#: mpdevil:1069
msgid "Host:" msgid "Host:"
msgstr "Host:" msgstr "Host:"
#: mpdevil:1061 #: mpdevil:1070
msgid "Password:" msgid "Password:"
msgstr "Wachtwoord:" msgstr "Wachtwoord:"
#: mpdevil:1062 #: mpdevil:1071
msgid "Music lib:" msgid "Music lib:"
msgstr "Muziekmap:" msgstr "Muziekmap:"
#: mpdevil:1063 #: mpdevil:1072
msgid "Cover regex:" msgid "Cover regex:"
msgstr "Regex albumhoes:" msgstr "Regex albumhoes:"
#: mpdevil:1167 #: mpdevil:1207
msgid "Choose directory" msgid "Choose directory"
msgstr "Kies een map" msgstr "Kies een map"
#: mpdevil:1194 #: mpdevil:1236
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:1211 mpdevil:1751 mpdevil:1877 mpdevil:2838 #: mpdevil:1253 mpdevil:1783 mpdevil:1910 mpdevil:2907
msgid "No" msgid "No"
msgstr "Nr" msgstr "Nr"
#: mpdevil:1211 mpdevil:2839 #: mpdevil:1253 mpdevil:2908
msgid "Disc" msgid "Disc"
msgstr "Disc" msgstr "Disc"
#: mpdevil:1211 mpdevil:1754 mpdevil:1882 mpdevil:2840 mpdevil:2954 #: mpdevil:1253 mpdevil:1786 mpdevil:1915 mpdevil:2909
#: mpdevil:2956
msgid "Title" msgid "Title"
msgstr "Titel" msgstr "Titel"
#: mpdevil:1211 mpdevil:1888 mpdevil:2841 #: mpdevil:1253 mpdevil:1921 mpdevil:2910
msgid "Artist" msgid "Artist"
msgstr "Artiest" msgstr "Artiest"
#: mpdevil:1211 mpdevil:1894 mpdevil:2842 #: mpdevil:1253 mpdevil:1927 mpdevil:2911
msgid "Album" msgid "Album"
msgstr "Album" msgstr "Album"
#: mpdevil:1211 mpdevil:1757 mpdevil:1900 mpdevil:2843 #: mpdevil:1253 mpdevil:1789 mpdevil:1933 mpdevil:2912
msgid "Length" msgid "Length"
msgstr "Lengte" msgstr "Lengte"
#: mpdevil:1211 mpdevil:2844 #: mpdevil:1253 mpdevil:2913
msgid "Year" msgid "Year"
msgstr "Jaar" msgstr "Jaar"
#: mpdevil:1211 mpdevil:2845 #: mpdevil:1253 mpdevil:2914
msgid "Genre" msgid "Genre"
msgstr "Genre" msgstr "Genre"
#: mpdevil:1301 mpdevil:1303 mpdevil:3721 mpdevil:3814 #: mpdevil:1369 mpdevil:1371 mpdevil:3853
msgid "Settings" msgid "Settings"
msgstr "Instellingen" msgstr "Instellingen"
#: mpdevil:1316 mpdevil:1325 mpdevil:3658 #: mpdevil:1384 mpdevil:1393 mpdevil:3700
msgid "General" msgid "General"
msgstr "Algemeen" msgstr "Algemeen"
#: mpdevil:1317 mpdevil:1326 mpdevil:3825 #: mpdevil:1385 mpdevil:1394 mpdevil:3864
msgid "Profiles" msgid "Profiles"
msgstr "Profielen" msgstr "Profielen"
#: mpdevil:1318 mpdevil:1327 mpdevil:3662 #: mpdevil:1386 mpdevil:1395 mpdevil:3704
msgid "Playlist" msgid "Playlist"
msgstr "Afspeellijst" msgstr "Afspeellijst"
#: mpdevil:1344 #: mpdevil:1408
msgid "Stats" msgid "Stats"
msgstr "Statistieken" msgstr "Statistieken"
#: mpdevil:1354 #: mpdevil:1418
msgid "<b>Protocol:</b>" msgid "<b>Protocol:</b>"
msgstr "<b>Protocol:</b>" msgstr "<b>Protocol:</b>"
#: mpdevil:1355 #: mpdevil:1419
msgid "<b>Uptime:</b>" msgid "<b>Uptime:</b>"
msgstr "<b>Uptime:</b>" msgstr "<b>Uptime:</b>"
#: mpdevil:1356 #: mpdevil:1420
msgid "<b>Playtime:</b>" msgid "<b>Playtime:</b>"
msgstr "<b>Afspeeltijd:</b>" msgstr "<b>Afspeeltijd:</b>"
#: mpdevil:1357 #: mpdevil:1421
msgid "<b>Artists:</b>" msgid "<b>Artists:</b>"
msgstr "<b>Artiesten:</b>" msgstr "<b>Artiesten:</b>"
#: mpdevil:1358 #: mpdevil:1422
msgid "<b>Albums:</b>" msgid "<b>Albums:</b>"
msgstr "<b>Albums:</b>" msgstr "<b>Albums:</b>"
#: mpdevil:1359 #: mpdevil:1423
msgid "<b>Songs:</b>" msgid "<b>Songs:</b>"
msgstr "<b>Titels:</b>" msgstr "<b>Titels:</b>"
#: mpdevil:1360 #: mpdevil:1424
msgid "<b>Total Playtime:</b>" msgid "<b>Total Playtime:</b>"
msgstr "<b>Totale speelduur:</b>" msgstr "<b>Totale speelduur:</b>"
#: mpdevil:1361 #: mpdevil:1425
msgid "<b>Database Update:</b>" msgid "<b>Database Update:</b>"
msgstr "<b>Database bijgewerkt:</b>" msgstr "<b>Database bijgewerkt:</b>"
#: mpdevil:1385 #: mpdevil:1449
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:1494 #: mpdevil:1529
msgid "Open with…" msgid "Open with…"
msgstr "Openen met…" msgstr "Openen met…"
#: mpdevil:1509 mpdevil:1811 #: mpdevil:1544 mpdevil:1843
msgid "Append" msgid "Append"
msgstr "Toevoegen" msgstr "Toevoegen"
#: mpdevil:1510 mpdevil:1812 #: mpdevil:1545 mpdevil:1844
msgid "Play" msgid "Play"
msgstr "Afspelen" msgstr "Afspelen"
#: mpdevil:1511 mpdevil:1813 #: mpdevil:1546 mpdevil:1845
msgid "Enqueue" msgid "Enqueue"
msgstr "In wachtrij plaatsen" msgstr "In wachtrij plaatsen"
#: mpdevil:1529 #: mpdevil:1564
msgid "MPD-Tag" msgid "MPD-Tag"
msgstr "MPD-Tag" msgstr "MPD-Tag"
#: mpdevil:1532 #: mpdevil:1567
msgid "Value" msgid "Value"
msgstr "Waarde" msgstr "Waarde"
#: mpdevil:1686 #: mpdevil:1718
msgid "_Append" msgid "_Append"
msgstr "_Toevoegen" msgstr "_Toevoegen"
#: mpdevil:1686 #: mpdevil:1718 mpdevil:1843
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:1687 #: mpdevil:1719
msgid "_Play" msgid "_Play"
msgstr "_Afspelen" msgstr "_Afspelen"
#: mpdevil:1687 #: mpdevil:1719 mpdevil:1844
msgid "Directly play all titles" msgid "Directly play all titles"
msgstr "Alle titels direct afspelen" msgstr "Alle titels direct afspelen"
#: mpdevil:1688 #: mpdevil:1720
msgid "_Enqueue" msgid "_Enqueue"
msgstr "_In wachtrij plaatsen" msgstr "_In wachtrij plaatsen"
#: mpdevil:1688 #: mpdevil:1720 mpdevil:1845
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"
@@ -291,277 +283,253 @@ 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:1952 #: mpdevil:1981
msgid "all tags" msgid "all tags"
msgstr "alle tags" msgstr "alle tags"
#: mpdevil:1976 #: mpdevil:2005
#, python-brace-format #, python-brace-format
msgid "{hits} hit" msgid "{hits} hit"
msgid_plural "{hits} hits" msgid_plural "{hits} hits"
msgstr[0] "{hits} hit" msgstr[0] "{hits} hit"
msgstr[1] "{hits} treffers" msgstr[1] "{hits} treffers"
#: mpdevil:2116 #: mpdevil:2074
msgid "all genres" msgid "all genres"
msgstr "alle genres" msgstr "alle genres"
#: mpdevil:2141 #: mpdevil:2169
msgid "all artists" msgid "all artists"
msgstr "alle artiesten" msgstr "alle artiesten"
#: mpdevil:2367 #: mpdevil:2400 mpdevil:3009 mpdevil:3284 mpdevil:3285
#, python-brace-format #, python-brace-format
msgid "{number} songs on {discs} discs ({duration})" msgid "{titles} title"
msgstr "{number} nummers op {discs} cds ({duration})" msgid_plural "{titles} titles"
msgstr[0] "{titles} titel"
msgstr[1] "{titles} titels"
#: mpdevil:2370 mpdevil:3056 #: mpdevil:2402
#, python-brace-format #, python-brace-format
msgid "{number} song ({duration})" msgid "on {discs} discs"
msgid_plural "{number} songs ({duration})" msgstr "op {discs} discs"
msgstr[0] "{number} nummer ({duration})"
msgstr[1] "{number} nummers ({duration})"
#: mpdevil:2509 mpdevil:3681 #: mpdevil:2551 mpdevil:3723
msgid "Back to current album" msgid "Back to current album"
msgstr "Terug naar huidige album" msgstr "Terug naar huidige album"
#: mpdevil:2511 #: mpdevil:2553
msgid "Search" msgid "Search"
msgstr "Zoeken" msgstr "Zoeken"
#: mpdevil:2514 #: mpdevil:2715
msgid "Filter by genre" msgid "searching..."
msgstr "Filter op genre" msgstr "bezig met zoeken..."
#: mpdevil:2704 #: mpdevil:2720
msgid "searching…"
msgstr "bezig met zoeken…"
#: mpdevil:2709
msgid "connection error" msgid "connection error"
msgstr "verbindingsfout" msgstr "verbindingsfout"
#: mpdevil:2711 #: mpdevil:2722
msgid "lyrics not found" msgid "lyrics not found"
msgstr "geen songtekst gevonden" msgstr "geen songtekst gevonden"
#: mpdevil:2816 #: mpdevil:2765
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} kanaal"
msgstr[1] "{channels} kanalen"
#: mpdevil:2881
msgid "Scroll to current song" msgid "Scroll to current song"
msgstr "Naar de huidige titel scrollen" msgstr "Naar de huidige titel scrollen"
#: mpdevil:3117 #: mpdevil:2889 mpdevil:3739
msgid "Show lyrics"
msgstr "Toon songtekst"
#: mpdevil:3219 mpdevil:3220
#, python-brace-format
msgid "{number} song"
msgid_plural "{number} songs"
msgstr[0] "{number} nummer"
msgstr[1] "{number} nummers"
#: mpdevil:3434
msgid "Repeat mode"
msgstr "Herhaalmodus"
#: mpdevil:3435
msgid "Random mode"
msgstr "Willekeurige modus"
#: mpdevil:3436
msgid "Single mode"
msgstr "Enkele modus"
#: mpdevil:3437
msgid "Consume mode"
msgstr "Verbruiksmodus"
#: mpdevil:3659
msgid "Window"
msgstr "Venster"
#: mpdevil:3660
msgid "Playback"
msgstr "Afspelen"
#: mpdevil:3661
msgid "Search, Album Dialog, Album List and Artist List"
msgstr "Zoeken, Albumdialoog, Albumlijst en Artiestenlijst"
#: mpdevil:3671
msgid "Open online help"
msgstr "Online hulp openen"
#: mpdevil:3672
msgid "Open shortcuts window"
msgstr "Venster met sneltoetsen openen"
#: mpdevil:3673
msgid "Open menu"
msgstr "Menu openen"
#: mpdevil:3674 mpdevil:3820
msgid "Update database"
msgstr "Database bijwerken"
#: mpdevil:3675 mpdevil:3818
msgid "Quit"
msgstr "Stoppen"
#: mpdevil:3676
msgid "Cycle through profiles"
msgstr "Profielen doorlopen"
#: mpdevil:3677
msgid "Cycle through profiles in reversed order"
msgstr "Profielen doorlopen in omgekeerde volgorde"
#: mpdevil:3678
msgid "Toggle mini player"
msgstr "Omschakelen naar minispeler"
#: mpdevil:3679
msgid "Toggle lyrics"
msgstr "Omschakelen naar songtekst"
#: mpdevil:3680
msgid "Toggle search"
msgstr "Omschakelen naar zoeken"
#: mpdevil:3682
msgid "Play/Pause"
msgstr "Afspelen/Pauzeren"
#: mpdevil:3683
msgid "Stop"
msgstr "Stoppen"
#: mpdevil:3684
msgid "Next title"
msgstr "Volgende titel"
#: mpdevil:3685
msgid "Previous title"
msgstr "Vorige titel"
#: mpdevil:3686
msgid "Seek forward"
msgstr "Vooruit spoelen"
#: mpdevil:3687
msgid "Seek backward"
msgstr "Achteruit spoelen"
#: mpdevil:3688
msgid "Toggle repeat mode"
msgstr "Omschakelen naar herhaalmodus"
#: mpdevil:3689
msgid "Toggle random mode"
msgstr "Omschakelen naar willekeurige modus"
#: mpdevil:3690
msgid "Toggle single mode"
msgstr "Omschakelen naar enkele modus"
#: mpdevil:3691
msgid "Toggle consume mode"
msgstr "Omschakelen naar verbruiksmodus"
#: mpdevil:3692
msgid "Enqueue selected item"
msgstr "Geselecteerde item in wachtrij plaatsen"
#: mpdevil:3693
msgid "Append selected item"
msgstr "Geselecteerde item toevoegen"
#: mpdevil:3693 mpdevil:3696
msgid "Middle-click"
msgstr "Middelklik"
#: mpdevil:3694
msgid "Play selected item immediately"
msgstr "Geselecteerde item direct afspelen"
#: mpdevil:3694
msgid "Double-click"
msgstr "Dubbelklik"
#: mpdevil:3695 mpdevil:3698
msgid "Show additional information"
msgstr "Toon extra informatie"
#: mpdevil:3695 mpdevil:3698
msgid "Right-click"
msgstr "Rechtsklik"
#: mpdevil:3696
msgid "Remove selected song"
msgstr "Geselecteerde titel verwijderen"
#: mpdevil:3697
msgid "Clear playlist" msgid "Clear playlist"
msgstr "Afspeellijst legen" msgstr "Afspeellijst legen"
#: mpdevil:3177
msgid "Show lyrics"
msgstr "Toon songtekst"
#: mpdevil:3486
msgid "Random mode"
msgstr "Willekeurige modus"
#: mpdevil:3488
msgid "Repeat mode"
msgstr "Herhaalmodus"
#: mpdevil:3490
msgid "Single mode"
msgstr "Enkele modus"
#: mpdevil:3492
msgid "Consume mode"
msgstr "Verbruiksmodus"
#: mpdevil:3701
msgid "Window"
msgstr "Venster"
#: mpdevil:3702
msgid "Playback"
msgstr "Afspelen"
#: mpdevil:3703
msgid "Search, Album Dialog, Album List and Artist List"
msgstr "Zoeken, Albumdialoog, Albumlijst en Artiestenlijst"
#: mpdevil:3713
msgid "Open online help"
msgstr "Online hulp openen"
#: mpdevil:3714
msgid "Open shortcuts window"
msgstr "Venster met sneltoetsen openen"
#: mpdevil:3715
msgid "Open menu"
msgstr "Menu openen"
#: mpdevil:3716 mpdevil:3859
msgid "Update database"
msgstr "Database bijwerken"
#: mpdevil:3717 mpdevil:3857
msgid "Quit"
msgstr "Stoppen"
#: mpdevil:3718
msgid "Cycle through profiles"
msgstr "Profielen doorlopen"
#: mpdevil:3719
msgid "Cycle through profiles in reversed order"
msgstr "Profielen doorlopen in omgekeerde volgorde"
#: mpdevil:3720 #: mpdevil:3720
msgid "Toggle mini player"
msgstr "Omschakelen naar minispeler"
#: mpdevil:3721
msgid "Toggle lyrics"
msgstr "Omschakelen naar songtekst"
#: mpdevil:3722
msgid "Toggle search"
msgstr "Omschakelen naar zoeken"
#: mpdevil:3724
msgid "Play/Pause"
msgstr "Afspelen/Pauzeren"
#: mpdevil:3725
msgid "Stop"
msgstr "Stoppen"
#: mpdevil:3726
msgid "Next title"
msgstr "Volgende titel"
#: mpdevil:3727
msgid "Previous title"
msgstr "Vorige titel"
#: mpdevil:3728
msgid "Seek forward"
msgstr "Vooruit spoelen"
#: mpdevil:3729
msgid "Seek backward"
msgstr "Achteruit spoelen"
#: mpdevil:3730
msgid "Toggle repeat mode"
msgstr "Omschakelen naar herhaalmodus"
#: mpdevil:3731
msgid "Toggle random mode"
msgstr "Omschakelen naar willekeurige modus"
#: mpdevil:3732
msgid "Toggle single mode"
msgstr "Omschakelen naar enkele modus"
#: mpdevil:3733
msgid "Toggle consume mode"
msgstr "Omschakelen naar verbruiksmodus"
#: mpdevil:3734
msgid "Enqueue selected item"
msgstr "Geselecteerde item in wachtrij plaatsen"
#: mpdevil:3735
msgid "Append selected item"
msgstr "Geselecteerde item toevoegen"
#: mpdevil:3735 mpdevil:3738
msgid "Middle-click"
msgstr "Middelklik"
#: mpdevil:3736
msgid "Play selected item immediately"
msgstr "Geselecteerde item direct afspelen"
#: mpdevil:3736
msgid "Double-click"
msgstr "Dubbelklik"
#: mpdevil:3737 mpdevil:3740
msgid "Show additional information"
msgstr "Toon extra informatie"
#: mpdevil:3737 mpdevil:3740
msgid "Right-click"
msgstr "Rechtsklik"
#: mpdevil:3738
msgid "Remove selected song"
msgstr "Geselecteerde titel verwijderen"
#: mpdevil:3762
msgid "Connect" msgid "Connect"
msgstr "Verbinden" msgstr "Verbinden"
#: mpdevil:3741 #: mpdevil:3780
#, 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:3815 #: mpdevil:3854
msgid "Keyboard shortcuts" msgid "Keyboard shortcuts"
msgstr "Sneltoetsen" msgstr "Sneltoetsen"
#: mpdevil:3816 #: mpdevil:3855
msgid "Help" msgid "Help"
msgstr "Hulp" msgstr "Hulp"
#: mpdevil:3817 #: mpdevil:3856
msgid "About" msgid "About"
msgstr "Over" msgstr "Over"
#: mpdevil:3821 #: mpdevil:3860
msgid "Server stats" msgid "Server stats"
msgstr "Serverstatistieken" msgstr "Serverstatistieken"
#: mpdevil:3826 #: mpdevil:3865
msgid "Mini player" msgid "Mini player"
msgstr "Minispeler" msgstr "Minispeler"
#: mpdevil:3831 #: mpdevil:3870
msgid "Menu" msgid "Menu"
msgstr "Menu" msgstr "Menu"
#: mpdevil:3882 mpdevil:3884 #: mpdevil:3920 mpdevil:3922
msgid "connecting…" msgid "connecting…"
msgstr "verbinding maken…" msgstr "verbinding maken…"
#: mpdevil:4049
msgid "Debug mode"
msgstr "Debugmodus"
#, python-brace-format
#~ msgid "{titles} title"
#~ msgid_plural "{titles} titles"
#~ msgstr[0] "{titles} titel"
#~ msgstr[1] "{titles} titels"
#~ msgid "Secondary icon size:"
#~ msgstr "Grootte overige iconen:"
#~ msgid "Name:"
#~ msgstr "Naam:"
#, python-brace-format
#~ msgid "on {discs} discs"
#~ msgstr "op {discs} discs"
#~ msgid "Show initials in artist view" #~ msgid "Show initials in artist view"
#~ msgstr "Toon beginletters in artiestenlijst" #~ msgstr "Toon beginletters in artiestenlijst"
@@ -603,5 +571,9 @@ msgstr "Debugmodus"
#~ "{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} kanalen, " #~ "{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} kanalen, "
#~ "{file_type}" #~ "{file_type}"
#, python-brace-format
#~ msgid "{titles} titles on {discs} discs ({length})"
#~ msgstr "{titles} titels op {discs} discs ({length})"
#~ msgid "Close" #~ msgid "Close"
#~ msgstr "Afsluiten" #~ msgstr "Afsluiten"

View File

@@ -1,4 +0,0 @@
beautifulsoup4
requests
python-mpd2 >=1.0
PyGObject

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -4,7 +4,7 @@ import DistUtilsExtra.auto
DistUtilsExtra.auto.setup( DistUtilsExtra.auto.setup(
name='mpdevil', name='mpdevil',
version='1.3.0', # sync with bin/mpdevil version='1.2.1', # 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'),