34 Commits

Author SHA1 Message Date
Martin Wagner
c3bf66e618 preparations for 0.9.2 2020-09-20 20:33:10 +02:00
Martin Wagner
f6c06c5da1 removed unneeded int convert in SeekBar 2020-09-19 14:03:13 +02:00
Martin Wagner
96b6490855 reworked SeekBar 2020-09-18 22:28:51 +02:00
Martin Wagner
dd5cb4f4fa fixed typo in german translation 2020-09-17 16:29:12 +02:00
Martin Wagner
6a6ca88d79 translation update 2020-09-17 13:00:00 +02:00
Martin Wagner
27a304b0e0 removed hard coded keyval's 2020-09-17 12:52:07 +02:00
Martin Wagner
87149addac made back_to_current_album private 2020-09-17 12:44:10 +02:00
Martin Wagner
d8f9ec2676 added search shortcut 2020-09-17 12:38:54 +02:00
Martin Wagner
515a2a210e extended shortcuts window 2020-09-17 12:31:25 +02:00
Martin Wagner
04613d62e8 fixed main cover 2020-09-16 20:56:43 +02:00
Martin Wagner
7d9d28518c added shortcut window 2020-09-16 19:15:17 +02:00
Martin Wagner
e043c45965 improved lyrics window 2020-09-16 16:57:58 +02:00
Martin Wagner
a118ba806c sorted classes 2020-09-16 15:08:56 +02:00
Martin Wagner
db5200e246 simplified custom signal definitions 2020-09-16 14:51:28 +02:00
Martin Wagner
b4e8ad0eb8 improved global key bindings 2020-09-16 14:38:58 +02:00
Martin Wagner
b685885563 fixed maximize restore after leaving mini mode 2020-09-15 19:50:07 +02:00
Martin Wagner
96f89c6c8b unmaximize window in mini player mode 2020-09-15 19:28:40 +02:00
Martin Wagner
68160fc4c7 added mini player mode 2020-09-15 18:45:30 +02:00
Martin Wagner
79ce749f61 preparations for 0.9.1 2020-09-14 13:59:45 +02:00
Martin Wagner
75a08b6254 fixed .desktop file 2020-09-13 22:06:08 +02:00
Martin Wagner
ce350bca83 changed description 2020-09-13 21:40:47 +02:00
Martin Wagner
6d3def7d62 small style fixes 2020-09-12 15:00:36 +02:00
Martin Wagner
1b96ea30f5 wrapped long lines (>150 chars) 2020-09-12 14:31:17 +02:00
Martin Wagner
20566566cd removed mpris related stuff from MainWindow 2020-09-11 18:15:27 +02:00
Martin Wagner
12da5321b8 fixed version number 2020-09-11 14:00:48 +02:00
Martin Wagner
03f2ccd747 improved audio_output_format parsing 2020-09-11 13:57:39 +02:00
Martin Wagner
e79b6f8d6f fixed main menu 2020-09-11 13:48:40 +02:00
Martin Wagner
c953bfa8b3 fixed ProfileSelect 2020-09-11 00:24:22 +02:00
Martin Wagner
423a123f79 fixed wrong title 2020-09-10 23:40:27 +02:00
Martin Wagner
7a2c8cbf12 fixed race condition in AlbumWindow 2020-09-10 23:35:10 +02:00
Martin Wagner
4cc8c46055 minor fixes 2020-09-10 23:07:00 +02:00
Martin Wagner
053dbbe08f fixed gui stall caused by auto reconnect 2020-09-10 21:45:57 +02:00
Martin Wagner
291507ca1c fixed type error in _main_loop fixing problems with .ogg files 2020-09-10 17:00:56 +02:00
Martin Wagner
a958438f32 fixed spacing of lyrics button 2020-09-06 22:15:02 +02:00
6 changed files with 3028 additions and 2590 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,11 +1,11 @@
[Desktop Entry] [Desktop Entry]
Version=1.0 Name=mpdevil
_Name=mpdevil GenericName=MPD Client
_GenericName=MPD Client _Comment=A simple music browser for MPD
_Comment=A small MPD client written in python
Exec=mpdevil Exec=mpdevil
Icon=mpdevil Icon=mpdevil
Terminal=false Terminal=false
Type=Application Type=Application
StartupNotify=true StartupNotify=true
Categories=GTK;AudioVideo;Player; Categories=Audio;AudioVideo;Player;GTK

View File

@@ -1,3 +1,4 @@
[encoding: UTF-8] [encoding: UTF-8]
bin/mpdevil bin/mpdevil
data/mpdevil.desktop.in

532
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: 2020-08-29 10:57+0200\n" "POT-Creation-Date: 2020-09-17 12:53+0200\n"
"PO-Revision-Date: 2020-08-29 10:57+0200\n" "PO-Revision-Date: 2020-09-17 16:28+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: de\n" "Language: de\n"
@@ -18,243 +18,111 @@ 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:515 #: mpdevil:473
msgid "MPD-Tag"
msgstr "MPD-Tag"
#: mpdevil:519
msgid "Value"
msgstr "Wert"
#: mpdevil:601
msgid "Unknown Title" msgid "Unknown Title"
msgstr "Unbekannter Titel" msgstr "Unbekannter Titel"
#: mpdevil:601 #: mpdevil:476
msgid "Unknown Artist" msgid "Unknown Artist"
msgstr "Unbekannter Interpret" msgstr "Unbekannter Interpret"
#: mpdevil:601 #: mpdevil:477
msgid "Unknown Album" msgid "Unknown Album"
msgstr "Unbekanntes Album" msgstr "Unbekanntes Album"
#: mpdevil:906 mpdevil:1209 mpdevil:2084 mpdevil:2771 #: mpdevil:753
msgid "No"
msgstr "Nr."
#: mpdevil:911 mpdevil:1214 mpdevil:2086 mpdevil:2771
msgid "Title"
msgstr "Titel"
#: mpdevil:917 mpdevil:1393 mpdevil:2087 mpdevil:2771
msgid "Artist"
msgstr "Interpret"
#: mpdevil:923 mpdevil:2088 mpdevil:2771
msgid "Album"
msgstr "Album"
#: mpdevil:929 mpdevil:1220 mpdevil:2089 mpdevil:2771
msgid "Length"
msgstr "Länge"
#: mpdevil:990
#, python-format
msgid "%i hits"
msgstr "%i Treffer"
#: mpdevil:1092
msgid "Append"
msgstr "Anhängen"
#: mpdevil:1093
msgid "Add all titles to playlist"
msgstr "Alle Titel der Wiedergabeliste anhängen"
#: mpdevil:1094
msgid "Play"
msgstr "Abspielen"
#: mpdevil:1095
msgid "Directly play all titles"
msgstr "Alle Titel sofort abspielen"
#: mpdevil:1096
msgid "Enqueue"
msgstr "Einreihen"
#: mpdevil:1097
msgid ""
"Append all titles after the currently playing track and clear the playlist "
"from all other songs"
msgstr ""
"Alle Titel hinter dem aktuellen Stück einreihen und die weitere "
"Wiedergabeliste leeren"
#: mpdevil:1226
msgid "Close"
msgstr "Schließen"
#: mpdevil:1279
msgid "all genres"
msgstr "Alle Genres"
#: mpdevil:1391
msgid "Album Artist"
msgstr "Albuminterpret"
#: mpdevil:1394
msgid "all artists"
msgstr "Alle Interpreten"
#: mpdevil:1571
#, python-format
msgid "%(total_tracks)i titles on %(discs)i discs (%(total_length)s)"
msgstr "%(total_tracks)i Titel auf %(discs)i CDs (%(total_length)s)"
#: mpdevil:1573 mpdevil:2180
#, python-format
msgid "%(total_tracks)i titles (%(total_length)s)"
msgstr "%(total_tracks)i Titel (%(total_length)s)"
#: mpdevil:1691
msgid "Back to current album"
msgstr "Zurück zu aktuellem Album"
#: mpdevil:1693
msgid "Search"
msgstr "Suche"
#: mpdevil:1853
msgid "searching..."
msgstr "suche..."
#: mpdevil:1857
msgid "lyrics not found"
msgstr "Liedtext nicht gefunden"
#: mpdevil:1927
#, python-format
msgid ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)i bit, %(channels)i "
"channels, %(file_type)s"
msgstr ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)i bit, %(channels)i "
"Kanäle, %(file_type)s"
#: mpdevil:2055
msgid "Scroll to current song"
msgstr "Gehe zu aktuellem Lied"
#: mpdevil:2060
msgid "Clear playlist"
msgstr "Wiedergabeliste leeren"
#: mpdevil:2085 mpdevil:2771
msgid "Disc"
msgstr "CD"
#: mpdevil:2090 mpdevil:2771
msgid "Year"
msgstr "Jahr"
#: mpdevil:2091 mpdevil:2771
msgid "Genre"
msgstr "Genre"
#: mpdevil:2311
msgid "Show lyrics"
msgstr "Zeige Liedtext"
#: mpdevil:2404
msgid "Main cover size:" msgid "Main cover size:"
msgstr "Größe des Haupt-Covers:" msgstr "Größe des Haupt-Covers:"
#: mpdevil:2405 #: mpdevil:754
msgid "Album view cover size:" msgid "Album view cover size:"
msgstr "Covergröße in Albumliste:" msgstr "Covergröße in Albumliste:"
#: mpdevil:2406 #: mpdevil:755
msgid "Action bar icon size:" msgid "Action bar icon size:"
msgstr "Symbolgröße Aktionsleiste:" msgstr "Symbolgröße Aktionsleiste:"
#: mpdevil:2407 #: mpdevil:756
msgid "Secondary icon size:" msgid "Secondary icon size:"
msgstr "Sekundäre Symbolgröße:" msgstr "Sekundäre Symbolgröße:"
#: mpdevil:2418 #: mpdevil:769
msgid "Sort albums by:" msgid "Sort albums by:"
msgstr "Sortiere Alben nach:" msgstr "Sortiere Alben nach:"
#: mpdevil:2418 #: mpdevil:769
msgid "name" msgid "name"
msgstr "Name" msgstr "Name"
#: mpdevil:2418 #: mpdevil:769
msgid "year" msgid "year"
msgstr "Jahr" msgstr "Jahr"
#: mpdevil:2419 #: mpdevil:770
msgid "Position of playlist:" msgid "Position of playlist:"
msgstr "Wiedergabelistenposition:" msgstr "Wiedergabelistenposition:"
#: mpdevil:2419 #: mpdevil:770
msgid "bottom" msgid "bottom"
msgstr "unten" msgstr "unten"
#: mpdevil:2419 #: mpdevil:770
msgid "right" msgid "right"
msgstr "rechts" msgstr "rechts"
#: mpdevil:2436 #: mpdevil:788
msgid "Use Client-side decoration" msgid "Use Client-side decoration"
msgstr "Benutze \"Client-side decoration\"" msgstr "Benutze \"Client-side decoration\""
#: mpdevil:2437 #: mpdevil:789
msgid "Show stop button" msgid "Show stop button"
msgstr "Zeige Stopp-Knopf" msgstr "Zeige Stopp-Knopf"
#: mpdevil:2438 #: mpdevil:790
msgid "Show lyrics button" msgid "Show lyrics button"
msgstr "Zeige Liedtext-Knopf" msgstr "Zeige Liedtext-Knopf"
#: mpdevil:2439 #: mpdevil:791
msgid "Show initials in artist view" msgid "Show initials in artist view"
msgstr "Zeige Anfangsbuchstaben in Interpretenliste" msgstr "Zeige Anfangsbuchstaben in Interpretenliste"
#: mpdevil:2440 #: mpdevil:792
msgid "Show tooltips in album view" msgid "Show tooltips in album view"
msgstr "Zeige Tooltips in Albumliste" msgstr "Zeige Tooltips in Albumliste"
#: mpdevil:2441 #: mpdevil:793
msgid "Use 'Album Artist' tag" msgid "Use 'Album Artist' tag"
msgstr "Benutze \"Album Artist\" Tag" msgstr "Benutze \"Album Artist\" Tag"
#: mpdevil:2442 #: mpdevil:794
msgid "Send notification on title change" msgid "Send notification on title change"
msgstr "Sende Benachrichtigung bei Titelwechsel" msgstr "Sende Benachrichtigung bei Titelwechsel"
#: mpdevil:2443 #: mpdevil:795
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "Wiedergabe beim Beenden stoppen" msgstr "Wiedergabe beim Beenden stoppen"
#: mpdevil:2444 #: mpdevil:796
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:2455 #: mpdevil:809
msgid "<b>View</b>" msgid "<b>View</b>"
msgstr "<b>Ansicht</b>" msgstr "<b>Ansicht</b>"
#: mpdevil:2458 #: mpdevil:810
msgid "<b>Behavior</b>" msgid "<b>Behavior</b>"
msgstr "<b>Verhalten</b>" msgstr "<b>Verhalten</b>"
#: mpdevil:2491 #: mpdevil:842
msgid "(restart required)" msgid "(restart required)"
msgstr "(Neustart erforderlich)" msgstr "(Neustart erforderlich)"
#: mpdevil:2572 #: mpdevil:904 mpdevil:3514
msgid "Connect"
msgstr "Verbinden"
#: mpdevil:920
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 "
@@ -264,115 +132,347 @@ 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:2574 #: mpdevil:925
msgid "Profile:" msgid "Profile:"
msgstr "Profil:" msgstr "Profil:"
#: mpdevil:2576 #: mpdevil:926
msgid "Name:" msgid "Name:"
msgstr "Name:" msgstr "Name:"
#: mpdevil:2578 #: mpdevil:927
msgid "Host:" msgid "Host:"
msgstr "Host:" msgstr "Host:"
#: mpdevil:2580 #: mpdevil:928
msgid "Password:" msgid "Password:"
msgstr "Passwort:" msgstr "Passwort:"
#: mpdevil:2582 #: mpdevil:929
msgid "Music lib:" msgid "Music lib:"
msgstr "Musikverzeichnis:" msgstr "Musikverzeichnis:"
#: mpdevil:2584 #: mpdevil:930
msgid "Cover regex:" msgid "Cover regex:"
msgstr "Cover-Regex:" msgstr "Cover-Regex:"
#: mpdevil:2709 #: mpdevil:1061
msgid "Choose directory" msgid "Choose directory"
msgstr "Verzeichnis Wählen" msgstr "Verzeichnis Wählen"
#: mpdevil:2743 #: mpdevil:1094
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:2887 mpdevil:2895 mpdevil:3434 #: mpdevil:1118 mpdevil:1642 mpdevil:1980 mpdevil:2718
msgid "No"
msgstr "Nr."
#: mpdevil:1118 mpdevil:2719
msgid "Disc"
msgstr "CD"
#: mpdevil:1118 mpdevil:1647 mpdevil:1985 mpdevil:2720
msgid "Title"
msgstr "Titel"
#: mpdevil:1118 mpdevil:1653 mpdevil:1871 mpdevil:2721
msgid "Artist"
msgstr "Interpret"
#: mpdevil:1118 mpdevil:1659 mpdevil:2722
msgid "Album"
msgstr "Album"
#: mpdevil:1118 mpdevil:1665 mpdevil:1991 mpdevil:2723
msgid "Length"
msgstr "Länge"
#: mpdevil:1118 mpdevil:2724
msgid "Year"
msgstr "Jahr"
#: mpdevil:1118 mpdevil:2725
msgid "Genre"
msgstr "Genre"
#: mpdevil:1234 mpdevil:1242 mpdevil:3597
msgid "Settings" msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
#: mpdevil:2906 #: mpdevil:1253 mpdevil:3415
msgid "General" msgid "General"
msgstr "Allgemein" msgstr "Allgemein"
#: mpdevil:2907 #: mpdevil:1254
msgid "Profiles" msgid "Profiles"
msgstr "Profile" msgstr "Profile"
#: mpdevil:2908 #: mpdevil:1255 mpdevil:3419
msgid "Playlist" msgid "Playlist"
msgstr "Wiedergabeliste" msgstr "Wiedergabeliste"
#: mpdevil:3168 #: mpdevil:1270 mpdevil:1278
msgid "Random mode"
msgstr "Zufallsmodus"
#: mpdevil:3170
msgid "Repeat mode"
msgstr "Dauerschleife"
#: mpdevil:3172
msgid "Single mode"
msgstr "Einzelstückmodus"
#: mpdevil:3174
msgid "Consume mode"
msgstr "Wiedergabeliste verbrauchen"
#: mpdevil:3278 mpdevil:3286
msgid "Stats" msgid "Stats"
msgstr "Statistik" msgstr "Statistik"
#: mpdevil:3337 #: mpdevil:1327
msgid "A small MPD client written in python" msgid "A simple music browser for MPD"
msgstr "Ein einfacher Musikbrowser für MPD"
#: mpdevil:1399
msgid "MPD-Tag"
msgstr "MPD-Tag"
#: mpdevil:1403
msgid "Value"
msgstr "Wert"
#: mpdevil:1564
msgid "Append"
msgstr "Anhängen"
#: mpdevil:1565
msgid "Add all titles to playlist"
msgstr "Alle Titel der Wiedergabeliste anhängen"
#: mpdevil:1566
msgid "Play"
msgstr "Abspielen"
#: mpdevil:1567
msgid "Directly play all titles"
msgstr "Alle Titel sofort abspielen"
#: mpdevil:1568
msgid "Enqueue"
msgstr "Einreihen"
#: mpdevil:1569
msgid ""
"Append all titles after the currently playing track and clear the playlist "
"from all other songs"
msgstr "" msgstr ""
"Alle Titel hinter dem aktuellen Stück einreihen und die weitere "
"Wiedergabeliste leeren"
#: mpdevil:3427 #: mpdevil:1723
msgid "Select profile" #, python-format
msgstr "Profil auswählen" msgid "%i hits"
msgstr "%i Treffer"
#: mpdevil:3435 #: mpdevil:1761
msgid "Help" msgid "all genres"
msgstr "Hilfe" msgstr "Alle Genres"
#: mpdevil:3436 #: mpdevil:1869
msgid "About" msgid "Album Artist"
msgstr "Über" msgstr "Albuminterpret"
#: mpdevil:3437 #: mpdevil:1872
msgid "all artists"
msgstr "Alle Interpreten"
#: mpdevil:1997
msgid "Close"
msgstr "Schließen"
#: mpdevil:2168
#, python-format
msgid "%(total_tracks)i titles on %(discs)i discs (%(total_length)s)"
msgstr "%(total_tracks)i Titel auf %(discs)i CDs (%(total_length)s)"
#: mpdevil:2171 mpdevil:2813
#, python-format
msgid "%(total_tracks)i titles (%(total_length)s)"
msgstr "%(total_tracks)i Titel (%(total_length)s)"
#: mpdevil:2297 mpdevil:3431
msgid "Back to current album"
msgstr "Zurück zu aktuellem Album"
#: mpdevil:2298
msgid "Search"
msgstr "Suche"
#: mpdevil:2462
msgid "searching..."
msgstr "suche..."
#: mpdevil:2466
msgid "lyrics not found"
msgstr "Liedtext nicht gefunden"
#: mpdevil:2543
#, python-format
msgid ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s "
"channels, %(file_type)s"
msgstr ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s "
"Kanäle, %(file_type)s"
#: mpdevil:2687
msgid "Scroll to current song"
msgstr "Gehe zu aktuellem Lied"
#: mpdevil:2694
msgid "Clear playlist"
msgstr "Wiedergabeliste leeren"
#: mpdevil:2970
msgid "Show lyrics"
msgstr "Zeige Liedtext"
#: mpdevil:3307
msgid "Random mode"
msgstr "Zufallsmodus"
#: mpdevil:3308
msgid "Repeat mode"
msgstr "Dauerschleife"
#: mpdevil:3309
msgid "Single mode"
msgstr "Einzelstückmodus"
#: mpdevil:3310
msgid "Consume mode"
msgstr "Wiedergabeliste verbrauchen"
#: mpdevil:3416
msgid "Window"
msgstr "Fenster"
#: mpdevil:3417
msgid "Playback"
msgstr "Wiedergabe"
#: mpdevil:3418
msgid "Search, Album Dialog and Album List"
msgstr "Suche, Albumdialog und Albumliste"
#: mpdevil:3428
msgid "Toggle mini player"
msgstr "Miniplayer ein-/ausschalten"
#: mpdevil:3429
msgid "Toggle lyrics"
msgstr "Liedtext ein-/ausblenden"
#: mpdevil:3430
msgid "Toggle search"
msgstr "Suche ein-/ausblenden"
#: mpdevil:3432
msgid "Open online help"
msgstr "Onlinehilfe öffnen"
#: mpdevil:3433 mpdevil:3601
msgid "Quit" msgid "Quit"
msgstr "Beenden" msgstr "Beenden"
#: mpdevil:3440 #: mpdevil:3434
msgid "Save window layout" msgid "Play/Pause"
msgstr "Fensterlayout speichern" msgstr "Wiedergabe/Pause"
#: mpdevil:3441 #: mpdevil:3435
msgid "Next title"
msgstr "Nächster Titel"
#: mpdevil:3436
msgid "Previous title"
msgstr "Vorheriger Titel"
#: mpdevil:3437
msgid "Seek forward"
msgstr "Vorspulen"
#: mpdevil:3438
msgid "Seek backward"
msgstr "Zurückspulen"
#: mpdevil:3439 mpdevil:3604
msgid "Update database" msgid "Update database"
msgstr "Datenbank aktualisieren" msgstr "Datenbank aktualisieren"
#: mpdevil:3440
msgid "Play selected item (next)"
msgstr "Ausgewähltes Element (als Nächstes) abspielen"
#: mpdevil:3440
msgid "Left-click"
msgstr "Linksklick"
#: mpdevil:3441
msgid "Append selected item"
msgstr "Ausgewähltes Element anhängen"
#: mpdevil:3441 mpdevil:3444
msgid "Middle-click"
msgstr "Mittelklick"
#: mpdevil:3442 #: mpdevil:3442
msgid "Play selected item immediately"
msgstr "Ausgewähltes Element sofort abspielen"
#: mpdevil:3442
msgid "Double-click"
msgstr "Doppelklick"
#: mpdevil:3443 mpdevil:3445
msgid "Show additional information"
msgstr "Zeige weitere Informationen"
#: mpdevil:3443 mpdevil:3445
msgid "Right-click"
msgstr "Rechtsklick"
#: mpdevil:3444
msgid "Remove selected song"
msgstr "Ausgewählten Titel entfernen"
#: mpdevil:3459
msgid "Select profile"
msgstr "Profil auswählen"
#: mpdevil:3535
#, python-format
msgid "Connection to \"%(profile)s\" (%(host)s:%(port)s) failed"
msgstr "Verbindung zu \"%(profile)s\" (%(host)s:%(port)s) fehlgeschlagen"
#: mpdevil:3598
msgid "Keyboard shortcuts"
msgstr "Tastenkürzel"
#: mpdevil:3599
msgid "Help"
msgstr "Hilfe"
#: mpdevil:3600
msgid "About"
msgstr "Über"
#: mpdevil:3605
msgid "Server stats" msgid "Server stats"
msgstr "Serverstatistik" msgstr "Serverstatistik"
#: mpdevil:3448 #: mpdevil:3608
msgid "Save window layout"
msgstr "Fensterlayout speichern"
#: mpdevil:3609
msgid "Mini player"
msgstr "Miniplayer"
#: mpdevil:3613
msgid "Menu" msgid "Menu"
msgstr "Menü" msgstr "Menü"
#: mpdevil:3537 mpdevil:3539 #~ msgid "not connected"
msgid "not connected" #~ msgstr "nicht verbunden"
msgstr "nicht verbunden"
#, python-format #, python-format
#~ msgid "hits: %i" #~ msgid "hits: %i"
@@ -384,9 +484,6 @@ msgstr "nicht verbunden"
#~ msgid "Open" #~ msgid "Open"
#~ msgstr "Öffnen" #~ msgstr "Öffnen"
#~ msgid "Show additional information"
#~ msgstr "Zeige weitere Informationen"
#~ msgid "Lyrics" #~ msgid "Lyrics"
#~ msgstr "Liedtext" #~ msgstr "Liedtext"
@@ -420,9 +517,6 @@ msgstr "nicht verbunden"
#~ msgid "Return to album of current title" #~ msgid "Return to album of current title"
#~ msgstr "Zu Album des aktuellen Titels zurückkehren" #~ msgstr "Zu Album des aktuellen Titels zurückkehren"
#~ msgid "Title search"
#~ msgstr "Titelsuche"
#~ msgid "Main menu" #~ msgid "Main menu"
#~ msgstr "Hauptmenu" #~ msgstr "Hauptmenu"

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: 2020-08-29 10:57+0200\n" "POT-Creation-Date: 2020-09-17 12:53+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"
@@ -17,349 +17,446 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: mpdevil:515 #: mpdevil:473
msgid "MPD-Tag"
msgstr ""
#: mpdevil:519
msgid "Value"
msgstr ""
#: mpdevil:601
msgid "Unknown Title" msgid "Unknown Title"
msgstr "" msgstr ""
#: mpdevil:601 #: mpdevil:476
msgid "Unknown Artist" msgid "Unknown Artist"
msgstr "" msgstr ""
#: mpdevil:601 #: mpdevil:477
msgid "Unknown Album" msgid "Unknown Album"
msgstr "" msgstr ""
#: mpdevil:906 mpdevil:1209 mpdevil:2084 mpdevil:2771 #: mpdevil:753
msgid "No"
msgstr ""
#: mpdevil:911 mpdevil:1214 mpdevil:2086 mpdevil:2771
msgid "Title"
msgstr ""
#: mpdevil:917 mpdevil:1393 mpdevil:2087 mpdevil:2771
msgid "Artist"
msgstr ""
#: mpdevil:923 mpdevil:2088 mpdevil:2771
msgid "Album"
msgstr ""
#: mpdevil:929 mpdevil:1220 mpdevil:2089 mpdevil:2771
msgid "Length"
msgstr ""
#: mpdevil:990
#, python-format
msgid "%i hits"
msgstr ""
#: mpdevil:1092
msgid "Append"
msgstr ""
#: mpdevil:1093
msgid "Add all titles to playlist"
msgstr ""
#: mpdevil:1094
msgid "Play"
msgstr ""
#: mpdevil:1095
msgid "Directly play all titles"
msgstr ""
#: mpdevil:1096
msgid "Enqueue"
msgstr ""
#: mpdevil:1097
msgid ""
"Append all titles after the currently playing track and clear the playlist "
"from all other songs"
msgstr ""
#: mpdevil:1226
msgid "Close"
msgstr ""
#: mpdevil:1279
msgid "all genres"
msgstr ""
#: mpdevil:1391
msgid "Album Artist"
msgstr ""
#: mpdevil:1394
msgid "all artists"
msgstr ""
#: mpdevil:1571
#, python-format
msgid "%(total_tracks)i titles on %(discs)i discs (%(total_length)s)"
msgstr ""
#: mpdevil:1573 mpdevil:2180
#, python-format
msgid "%(total_tracks)i titles (%(total_length)s)"
msgstr ""
#: mpdevil:1691
msgid "Back to current album"
msgstr ""
#: mpdevil:1693
msgid "Search"
msgstr ""
#: mpdevil:1853
msgid "searching..."
msgstr ""
#: mpdevil:1857
msgid "lyrics not found"
msgstr ""
#: mpdevil:1927
#, python-format
msgid ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)i bit, %(channels)i "
"channels, %(file_type)s"
msgstr ""
#: mpdevil:2055
msgid "Scroll to current song"
msgstr ""
#: mpdevil:2060
msgid "Clear playlist"
msgstr ""
#: mpdevil:2085 mpdevil:2771
msgid "Disc"
msgstr ""
#: mpdevil:2090 mpdevil:2771
msgid "Year"
msgstr ""
#: mpdevil:2091 mpdevil:2771
msgid "Genre"
msgstr ""
#: mpdevil:2311
msgid "Show lyrics"
msgstr ""
#: mpdevil:2404
msgid "Main cover size:" msgid "Main cover size:"
msgstr "" msgstr ""
#: mpdevil:2405 #: mpdevil:754
msgid "Album view cover size:" msgid "Album view cover size:"
msgstr "" msgstr ""
#: mpdevil:2406 #: mpdevil:755
msgid "Action bar icon size:" msgid "Action bar icon size:"
msgstr "" msgstr ""
#: mpdevil:2407 #: mpdevil:756
msgid "Secondary icon size:" msgid "Secondary icon size:"
msgstr "" msgstr ""
#: mpdevil:2418 #: mpdevil:769
msgid "Sort albums by:" msgid "Sort albums by:"
msgstr "" msgstr ""
#: mpdevil:2418 #: mpdevil:769
msgid "name" msgid "name"
msgstr "" msgstr ""
#: mpdevil:2418 #: mpdevil:769
msgid "year" msgid "year"
msgstr "" msgstr ""
#: mpdevil:2419 #: mpdevil:770
msgid "Position of playlist:" msgid "Position of playlist:"
msgstr "" msgstr ""
#: mpdevil:2419 #: mpdevil:770
msgid "bottom" msgid "bottom"
msgstr "" msgstr ""
#: mpdevil:2419 #: mpdevil:770
msgid "right" msgid "right"
msgstr "" msgstr ""
#: mpdevil:2436 #: mpdevil:788
msgid "Use Client-side decoration" msgid "Use Client-side decoration"
msgstr "" msgstr ""
#: mpdevil:2437 #: mpdevil:789
msgid "Show stop button" msgid "Show stop button"
msgstr "" msgstr ""
#: mpdevil:2438 #: mpdevil:790
msgid "Show lyrics button" msgid "Show lyrics button"
msgstr "" msgstr ""
#: mpdevil:2439 #: mpdevil:791
msgid "Show initials in artist view" msgid "Show initials in artist view"
msgstr "" msgstr ""
#: mpdevil:2440 #: mpdevil:792
msgid "Show tooltips in album view" msgid "Show tooltips in album view"
msgstr "" msgstr ""
#: mpdevil:2441 #: mpdevil:793
msgid "Use 'Album Artist' tag" msgid "Use 'Album Artist' tag"
msgstr "" msgstr ""
#: mpdevil:2442 #: mpdevil:794
msgid "Send notification on title change" msgid "Send notification on title change"
msgstr "" msgstr ""
#: mpdevil:2443 #: mpdevil:795
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "" msgstr ""
#: mpdevil:2444 #: mpdevil:796
msgid "Play selected albums and titles immediately" msgid "Play selected albums and titles immediately"
msgstr "" msgstr ""
#: mpdevil:2455 #: mpdevil:809
msgid "<b>View</b>" msgid "<b>View</b>"
msgstr "" msgstr ""
#: mpdevil:2458 #: mpdevil:810
msgid "<b>Behavior</b>" msgid "<b>Behavior</b>"
msgstr "" msgstr ""
#: mpdevil:2491 #: mpdevil:842
msgid "(restart required)" msgid "(restart required)"
msgstr "" msgstr ""
#: mpdevil:2572 #: mpdevil:904 mpdevil:3514
msgid "Connect"
msgstr ""
#: mpdevil:920
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:2574 #: mpdevil:925
msgid "Profile:" msgid "Profile:"
msgstr "" msgstr ""
#: mpdevil:2576 #: mpdevil:926
msgid "Name:" msgid "Name:"
msgstr "" msgstr ""
#: mpdevil:2578 #: mpdevil:927
msgid "Host:" msgid "Host:"
msgstr "" msgstr ""
#: mpdevil:2580 #: mpdevil:928
msgid "Password:" msgid "Password:"
msgstr "" msgstr ""
#: mpdevil:2582 #: mpdevil:929
msgid "Music lib:" msgid "Music lib:"
msgstr "" msgstr ""
#: mpdevil:2584 #: mpdevil:930
msgid "Cover regex:" msgid "Cover regex:"
msgstr "" msgstr ""
#: mpdevil:2709 #: mpdevil:1061
msgid "Choose directory" msgid "Choose directory"
msgstr "" msgstr ""
#: mpdevil:2743 #: mpdevil:1094
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:2887 mpdevil:2895 mpdevil:3434 #: mpdevil:1118 mpdevil:1642 mpdevil:1980 mpdevil:2718
msgid "No"
msgstr ""
#: mpdevil:1118 mpdevil:2719
msgid "Disc"
msgstr ""
#: mpdevil:1118 mpdevil:1647 mpdevil:1985 mpdevil:2720
msgid "Title"
msgstr ""
#: mpdevil:1118 mpdevil:1653 mpdevil:1871 mpdevil:2721
msgid "Artist"
msgstr ""
#: mpdevil:1118 mpdevil:1659 mpdevil:2722
msgid "Album"
msgstr ""
#: mpdevil:1118 mpdevil:1665 mpdevil:1991 mpdevil:2723
msgid "Length"
msgstr ""
#: mpdevil:1118 mpdevil:2724
msgid "Year"
msgstr ""
#: mpdevil:1118 mpdevil:2725
msgid "Genre"
msgstr ""
#: mpdevil:1234 mpdevil:1242 mpdevil:3597
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: mpdevil:2906 #: mpdevil:1253 mpdevil:3415
msgid "General" msgid "General"
msgstr "" msgstr ""
#: mpdevil:2907 #: mpdevil:1254
msgid "Profiles" msgid "Profiles"
msgstr "" msgstr ""
#: mpdevil:2908 #: mpdevil:1255 mpdevil:3419
msgid "Playlist" msgid "Playlist"
msgstr "" msgstr ""
#: mpdevil:3168 #: mpdevil:1270 mpdevil:1278
msgid "Random mode"
msgstr ""
#: mpdevil:3170
msgid "Repeat mode"
msgstr ""
#: mpdevil:3172
msgid "Single mode"
msgstr ""
#: mpdevil:3174
msgid "Consume mode"
msgstr ""
#: mpdevil:3278 mpdevil:3286
msgid "Stats" msgid "Stats"
msgstr "" msgstr ""
#: mpdevil:3337 #: mpdevil:1327
msgid "A small MPD client written in python" msgid "A simple music browser for MPD"
msgstr "" msgstr ""
#: mpdevil:3427 #: mpdevil:1399
msgid "Select profile" msgid "MPD-Tag"
msgstr "" msgstr ""
#: mpdevil:3435 #: mpdevil:1403
msgid "Help" msgid "Value"
msgstr "" msgstr ""
#: mpdevil:3436 #: mpdevil:1564
msgid "About" msgid "Append"
msgstr "" msgstr ""
#: mpdevil:3437 #: mpdevil:1565
msgid "Add all titles to playlist"
msgstr ""
#: mpdevil:1566
msgid "Play"
msgstr ""
#: mpdevil:1567
msgid "Directly play all titles"
msgstr ""
#: mpdevil:1568
msgid "Enqueue"
msgstr ""
#: mpdevil:1569
msgid ""
"Append all titles after the currently playing track and clear the playlist "
"from all other songs"
msgstr ""
#: mpdevil:1723
#, python-format
msgid "%i hits"
msgstr ""
#: mpdevil:1761
msgid "all genres"
msgstr ""
#: mpdevil:1869
msgid "Album Artist"
msgstr ""
#: mpdevil:1872
msgid "all artists"
msgstr ""
#: mpdevil:1997
msgid "Close"
msgstr ""
#: mpdevil:2168
#, python-format
msgid "%(total_tracks)i titles on %(discs)i discs (%(total_length)s)"
msgstr ""
#: mpdevil:2171 mpdevil:2813
#, python-format
msgid "%(total_tracks)i titles (%(total_length)s)"
msgstr ""
#: mpdevil:2297 mpdevil:3431
msgid "Back to current album"
msgstr ""
#: mpdevil:2298
msgid "Search"
msgstr ""
#: mpdevil:2462
msgid "searching..."
msgstr ""
#: mpdevil:2466
msgid "lyrics not found"
msgstr ""
#: mpdevil:2543
#, python-format
msgid ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s "
"channels, %(file_type)s"
msgstr ""
#: mpdevil:2687
msgid "Scroll to current song"
msgstr ""
#: mpdevil:2694
msgid "Clear playlist"
msgstr ""
#: mpdevil:2970
msgid "Show lyrics"
msgstr ""
#: mpdevil:3307
msgid "Random mode"
msgstr ""
#: mpdevil:3308
msgid "Repeat mode"
msgstr ""
#: mpdevil:3309
msgid "Single mode"
msgstr ""
#: mpdevil:3310
msgid "Consume mode"
msgstr ""
#: mpdevil:3416
msgid "Window"
msgstr ""
#: mpdevil:3417
msgid "Playback"
msgstr ""
#: mpdevil:3418
msgid "Search, Album Dialog and Album List"
msgstr ""
#: mpdevil:3428
msgid "Toggle mini player"
msgstr ""
#: mpdevil:3429
msgid "Toggle lyrics"
msgstr ""
#: mpdevil:3430
msgid "Toggle search"
msgstr ""
#: mpdevil:3432
msgid "Open online help"
msgstr ""
#: mpdevil:3433 mpdevil:3601
msgid "Quit" msgid "Quit"
msgstr "" msgstr ""
#: mpdevil:3440 #: mpdevil:3434
msgid "Save window layout" msgid "Play/Pause"
msgstr "" msgstr ""
#: mpdevil:3441 #: mpdevil:3435
msgid "Next title"
msgstr ""
#: mpdevil:3436
msgid "Previous title"
msgstr ""
#: mpdevil:3437
msgid "Seek forward"
msgstr ""
#: mpdevil:3438
msgid "Seek backward"
msgstr ""
#: mpdevil:3439 mpdevil:3604
msgid "Update database" msgid "Update database"
msgstr "" msgstr ""
#: mpdevil:3440
msgid "Play selected item (next)"
msgstr ""
#: mpdevil:3440
msgid "Left-click"
msgstr ""
#: mpdevil:3441
msgid "Append selected item"
msgstr ""
#: mpdevil:3441 mpdevil:3444
msgid "Middle-click"
msgstr ""
#: mpdevil:3442 #: mpdevil:3442
msgid "Play selected item immediately"
msgstr ""
#: mpdevil:3442
msgid "Double-click"
msgstr ""
#: mpdevil:3443 mpdevil:3445
msgid "Show additional information"
msgstr ""
#: mpdevil:3443 mpdevil:3445
msgid "Right-click"
msgstr ""
#: mpdevil:3444
msgid "Remove selected song"
msgstr ""
#: mpdevil:3459
msgid "Select profile"
msgstr ""
#: mpdevil:3535
#, python-format
msgid "Connection to \"%(profile)s\" (%(host)s:%(port)s) failed"
msgstr ""
#: mpdevil:3598
msgid "Keyboard shortcuts"
msgstr ""
#: mpdevil:3599
msgid "Help"
msgstr ""
#: mpdevil:3600
msgid "About"
msgstr ""
#: mpdevil:3605
msgid "Server stats" msgid "Server stats"
msgstr "" msgstr ""
#: mpdevil:3448 #: mpdevil:3608
msgid "Menu" msgid "Save window layout"
msgstr "" msgstr ""
#: mpdevil:3537 mpdevil:3539 #: mpdevil:3609
msgid "not connected" msgid "Mini player"
msgstr ""
#: mpdevil:3613
msgid "Menu"
msgstr "" msgstr ""

View File

@@ -4,10 +4,10 @@ import DistUtilsExtra.auto
DistUtilsExtra.auto.setup( DistUtilsExtra.auto.setup(
name='mpdevil', name='mpdevil',
version='0.9.0', # sync with bin/mpdevil version='0.9.2', # 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 small MPD client written in python'), 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=[