mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
Compare commits
54 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5415ee08e4 | ||
![]() |
a03ce82f3b | ||
![]() |
9478295978 | ||
![]() |
9d1a940cb9 | ||
![]() |
375fe48fa0 | ||
![]() |
76e149b04b | ||
![]() |
320140700e | ||
![]() |
313e109f9d | ||
![]() |
ef57d30153 | ||
![]() |
be1a2446da | ||
![]() |
c8ef1c22f0 | ||
![]() |
d257984e12 | ||
![]() |
48d54779a5 | ||
![]() |
0bc5a7d46a | ||
![]() |
95d0e80131 | ||
![]() |
6ac830adb2 | ||
![]() |
d7089a9784 | ||
![]() |
42dfb884af | ||
![]() |
bf91ef8258 | ||
![]() |
3d5ab5db87 | ||
![]() |
c3bf66e618 | ||
![]() |
f6c06c5da1 | ||
![]() |
96b6490855 | ||
![]() |
dd5cb4f4fa | ||
![]() |
6a6ca88d79 | ||
![]() |
27a304b0e0 | ||
![]() |
87149addac | ||
![]() |
d8f9ec2676 | ||
![]() |
515a2a210e | ||
![]() |
04613d62e8 | ||
![]() |
7d9d28518c | ||
![]() |
e043c45965 | ||
![]() |
a118ba806c | ||
![]() |
db5200e246 | ||
![]() |
b4e8ad0eb8 | ||
![]() |
b685885563 | ||
![]() |
96f89c6c8b | ||
![]() |
68160fc4c7 | ||
![]() |
79ce749f61 | ||
![]() |
75a08b6254 | ||
![]() |
ce350bca83 | ||
![]() |
6d3def7d62 | ||
![]() |
1b96ea30f5 | ||
![]() |
20566566cd | ||
![]() |
12da5321b8 | ||
![]() |
03f2ccd747 | ||
![]() |
e79b6f8d6f | ||
![]() |
c953bfa8b3 | ||
![]() |
423a123f79 | ||
![]() |
7a2c8cbf12 | ||
![]() |
4cc8c46055 | ||
![]() |
053dbbe08f | ||
![]() |
291507ca1c | ||
![]() |
a958438f32 |
@@ -14,7 +14,7 @@ Features
|
||||
- control with media keys
|
||||
- displays covers
|
||||
- sends notifications on title change
|
||||
- fetches lyrics from the web (based on PyLyrics)
|
||||
- fetches lyrics from 'www.letras.mus.br'
|
||||
- MPRIS interface (based on mpDris2)
|
||||
|
||||
See: https://github.com/SoongNoonien/mpdevil/wiki/Usage
|
||||
@@ -55,7 +55,7 @@ Dependencies:
|
||||
- Python3
|
||||
|
||||
Python modules:
|
||||
- mpd (python-mpd2)
|
||||
- mpd (python-mpd2 >=1.0)
|
||||
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify)
|
||||
- requests
|
||||
- bs4 (beautifulsoup)
|
||||
|
5077
bin/mpdevil
5077
bin/mpdevil
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
_Name=mpdevil
|
||||
_GenericName=MPD Client
|
||||
_Comment=A small MPD client written in python
|
||||
Name=mpdevil
|
||||
GenericName=MPD Client
|
||||
_Comment=A simple music browser for MPD
|
||||
Exec=mpdevil
|
||||
Icon=mpdevil
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=GTK;AudioVideo;Player;
|
||||
Categories=Audio;AudioVideo;Player;GTK
|
||||
|
||||
|
@@ -1,3 +1,4 @@
|
||||
[encoding: UTF-8]
|
||||
bin/mpdevil
|
||||
data/mpdevil.desktop.in
|
||||
|
||||
|
556
po/de.po
556
po/de.po
@@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-29 10:57+0200\n"
|
||||
"PO-Revision-Date: 2020-08-29 10:57+0200\n"
|
||||
"POT-Creation-Date: 2020-09-24 21:14+0200\n"
|
||||
"PO-Revision-Date: 2020-09-24 21:16+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: de\n"
|
||||
@@ -18,243 +18,103 @@ msgstr ""
|
||||
"X-Generator: Poedit 2.3.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: mpdevil:515
|
||||
msgid "MPD-Tag"
|
||||
msgstr "MPD-Tag"
|
||||
|
||||
#: mpdevil:519
|
||||
msgid "Value"
|
||||
msgstr "Wert"
|
||||
|
||||
#: mpdevil:601
|
||||
#: mpdevil:473
|
||||
msgid "Unknown Title"
|
||||
msgstr "Unbekannter Titel"
|
||||
|
||||
#: mpdevil:601
|
||||
msgid "Unknown Artist"
|
||||
msgstr "Unbekannter Interpret"
|
||||
|
||||
#: mpdevil:601
|
||||
msgid "Unknown Album"
|
||||
msgstr "Unbekanntes Album"
|
||||
|
||||
#: mpdevil:906 mpdevil:1209 mpdevil:2084 mpdevil:2771
|
||||
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
|
||||
#: mpdevil:749
|
||||
msgid "Main cover size:"
|
||||
msgstr "Größe des Haupt-Covers:"
|
||||
|
||||
#: mpdevil:2405
|
||||
#: mpdevil:750
|
||||
msgid "Album view cover size:"
|
||||
msgstr "Covergröße in Albumliste:"
|
||||
|
||||
#: mpdevil:2406
|
||||
#: mpdevil:751
|
||||
msgid "Action bar icon size:"
|
||||
msgstr "Symbolgröße Aktionsleiste:"
|
||||
|
||||
#: mpdevil:2407
|
||||
#: mpdevil:752
|
||||
msgid "Secondary icon size:"
|
||||
msgstr "Sekundäre Symbolgröße:"
|
||||
|
||||
#: mpdevil:2418
|
||||
#: mpdevil:765
|
||||
msgid "Sort albums by:"
|
||||
msgstr "Sortiere Alben nach:"
|
||||
|
||||
#: mpdevil:2418
|
||||
#: mpdevil:765
|
||||
msgid "name"
|
||||
msgstr "Name"
|
||||
|
||||
#: mpdevil:2418
|
||||
#: mpdevil:765
|
||||
msgid "year"
|
||||
msgstr "Jahr"
|
||||
|
||||
#: mpdevil:2419
|
||||
#: mpdevil:766
|
||||
msgid "Position of playlist:"
|
||||
msgstr "Wiedergabelistenposition:"
|
||||
|
||||
#: mpdevil:2419
|
||||
#: mpdevil:766
|
||||
msgid "bottom"
|
||||
msgstr "unten"
|
||||
|
||||
#: mpdevil:2419
|
||||
#: mpdevil:766
|
||||
msgid "right"
|
||||
msgstr "rechts"
|
||||
|
||||
#: mpdevil:2436
|
||||
#: mpdevil:784
|
||||
msgid "Use Client-side decoration"
|
||||
msgstr "Benutze \"Client-side decoration\""
|
||||
|
||||
#: mpdevil:2437
|
||||
#: mpdevil:785
|
||||
msgid "Show stop button"
|
||||
msgstr "Zeige Stopp-Knopf"
|
||||
|
||||
#: mpdevil:2438
|
||||
#: mpdevil:786
|
||||
msgid "Show lyrics button"
|
||||
msgstr "Zeige Liedtext-Knopf"
|
||||
|
||||
#: mpdevil:2439
|
||||
#: mpdevil:787
|
||||
msgid "Show initials in artist view"
|
||||
msgstr "Zeige Anfangsbuchstaben in Interpretenliste"
|
||||
|
||||
#: mpdevil:2440
|
||||
#: mpdevil:788
|
||||
msgid "Show tooltips in album view"
|
||||
msgstr "Zeige Tooltips in Albumliste"
|
||||
|
||||
#: mpdevil:2441
|
||||
#: mpdevil:789
|
||||
msgid "Use 'Album Artist' tag"
|
||||
msgstr "Benutze \"Album Artist\" Tag"
|
||||
|
||||
#: mpdevil:2442
|
||||
#: mpdevil:790
|
||||
msgid "Send notification on title change"
|
||||
msgstr "Sende Benachrichtigung bei Titelwechsel"
|
||||
|
||||
#: mpdevil:2443
|
||||
#: mpdevil:791
|
||||
msgid "Stop playback on quit"
|
||||
msgstr "Wiedergabe beim Beenden stoppen"
|
||||
|
||||
#: mpdevil:2444
|
||||
#: mpdevil:792
|
||||
msgid "Play selected albums and titles immediately"
|
||||
msgstr "Ausgewählte Alben und Titel sofort abspielen"
|
||||
|
||||
#: mpdevil:2455
|
||||
#: mpdevil:805
|
||||
msgid "<b>View</b>"
|
||||
msgstr "<b>Ansicht</b>"
|
||||
|
||||
#: mpdevil:2458
|
||||
#: mpdevil:806
|
||||
msgid "<b>Behavior</b>"
|
||||
msgstr "<b>Verhalten</b>"
|
||||
|
||||
#: mpdevil:2491
|
||||
#: mpdevil:838
|
||||
msgid "(restart required)"
|
||||
msgstr "(Neustart erforderlich)"
|
||||
|
||||
#: mpdevil:2572
|
||||
#: mpdevil:900 mpdevil:3460
|
||||
msgid "Connect"
|
||||
msgstr "Verbinden"
|
||||
|
||||
#: mpdevil:916
|
||||
msgid ""
|
||||
"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 "
|
||||
@@ -264,115 +124,365 @@ msgstr ""
|
||||
"regulären Ausdruck entspricht, wird angezeigt. %AlbumArtist% und %Album% "
|
||||
"werden durch die entsprechenden Tags des Liedes ersetzt."
|
||||
|
||||
#: mpdevil:2574
|
||||
#: mpdevil:921
|
||||
msgid "Profile:"
|
||||
msgstr "Profil:"
|
||||
|
||||
#: mpdevil:2576
|
||||
#: mpdevil:922
|
||||
msgid "Name:"
|
||||
msgstr "Name:"
|
||||
|
||||
#: mpdevil:2578
|
||||
#: mpdevil:923
|
||||
msgid "Host:"
|
||||
msgstr "Host:"
|
||||
|
||||
#: mpdevil:2580
|
||||
#: mpdevil:924
|
||||
msgid "Password:"
|
||||
msgstr "Passwort:"
|
||||
|
||||
#: mpdevil:2582
|
||||
#: mpdevil:925
|
||||
msgid "Music lib:"
|
||||
msgstr "Musikverzeichnis:"
|
||||
|
||||
#: mpdevil:2584
|
||||
#: mpdevil:926
|
||||
msgid "Cover regex:"
|
||||
msgstr "Cover-Regex:"
|
||||
|
||||
#: mpdevil:2709
|
||||
#: mpdevil:1057
|
||||
msgid "Choose directory"
|
||||
msgstr "Verzeichnis Wählen"
|
||||
|
||||
#: mpdevil:2743
|
||||
#: mpdevil:1090
|
||||
msgid "Choose the order of information to appear in the playlist:"
|
||||
msgstr ""
|
||||
"Lege die Reihenfolge fest, in der Informationen in der Wiedergabeliste "
|
||||
"angezeigt werden sollen:"
|
||||
|
||||
#: mpdevil:2887 mpdevil:2895 mpdevil:3434
|
||||
#: mpdevil:1114 mpdevil:1632 mpdevil:1970 mpdevil:2688
|
||||
msgid "No"
|
||||
msgstr "Nr."
|
||||
|
||||
#: mpdevil:1114 mpdevil:2689
|
||||
msgid "Disc"
|
||||
msgstr "CD"
|
||||
|
||||
#: mpdevil:1114 mpdevil:1637 mpdevil:1975 mpdevil:2690
|
||||
msgid "Title"
|
||||
msgstr "Titel"
|
||||
|
||||
#: mpdevil:1114 mpdevil:1643 mpdevil:1862 mpdevil:2691
|
||||
msgid "Artist"
|
||||
msgstr "Interpret"
|
||||
|
||||
#: mpdevil:1114 mpdevil:1649 mpdevil:2692
|
||||
msgid "Album"
|
||||
msgstr "Album"
|
||||
|
||||
#: mpdevil:1114 mpdevil:1655 mpdevil:1981 mpdevil:2693
|
||||
msgid "Length"
|
||||
msgstr "Länge"
|
||||
|
||||
#: mpdevil:1114 mpdevil:2694
|
||||
msgid "Year"
|
||||
msgstr "Jahr"
|
||||
|
||||
#: mpdevil:1114 mpdevil:2695
|
||||
msgid "Genre"
|
||||
msgstr "Genre"
|
||||
|
||||
#: mpdevil:1230 mpdevil:1238 mpdevil:3544
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: mpdevil:2906
|
||||
#: mpdevil:1249 mpdevil:3361
|
||||
msgid "General"
|
||||
msgstr "Allgemein"
|
||||
|
||||
#: mpdevil:2907
|
||||
#: mpdevil:1250
|
||||
msgid "Profiles"
|
||||
msgstr "Profile"
|
||||
|
||||
#: mpdevil:2908
|
||||
#: mpdevil:1251 mpdevil:3365
|
||||
msgid "Playlist"
|
||||
msgstr "Wiedergabeliste"
|
||||
|
||||
#: mpdevil:3168
|
||||
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
|
||||
#: mpdevil:1266 mpdevil:1274
|
||||
msgid "Stats"
|
||||
msgstr "Statistik"
|
||||
|
||||
#: mpdevil:3337
|
||||
msgid "A small MPD client written in python"
|
||||
#: mpdevil:1323
|
||||
msgid "A simple music browser for MPD"
|
||||
msgstr "Ein einfacher Musikbrowser für MPD"
|
||||
|
||||
#: mpdevil:1395
|
||||
msgid "MPD-Tag"
|
||||
msgstr "MPD-Tag"
|
||||
|
||||
#: mpdevil:1399
|
||||
msgid "Value"
|
||||
msgstr "Wert"
|
||||
|
||||
#: mpdevil:1553
|
||||
msgid "Append"
|
||||
msgstr "Anhängen"
|
||||
|
||||
#: mpdevil:1554
|
||||
msgid "Add all titles to playlist"
|
||||
msgstr "Alle Titel der Wiedergabeliste anhängen"
|
||||
|
||||
#: mpdevil:1555
|
||||
msgid "Play"
|
||||
msgstr "Abspielen"
|
||||
|
||||
#: mpdevil:1556
|
||||
msgid "Directly play all titles"
|
||||
msgstr "Alle Titel sofort abspielen"
|
||||
|
||||
#: mpdevil:1557
|
||||
msgid "Enqueue"
|
||||
msgstr "Einreihen"
|
||||
|
||||
#: mpdevil:1558
|
||||
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:3427
|
||||
msgid "Select profile"
|
||||
msgstr "Profil auswählen"
|
||||
#: mpdevil:1714
|
||||
#, python-brace-format
|
||||
msgid "{num} hits"
|
||||
msgstr "{num} Treffer"
|
||||
|
||||
#: mpdevil:3435
|
||||
msgid "Help"
|
||||
msgstr "Hilfe"
|
||||
#: mpdevil:1752
|
||||
msgid "all genres"
|
||||
msgstr "Alle Genres"
|
||||
|
||||
#: mpdevil:3436
|
||||
msgid "About"
|
||||
msgstr "Über"
|
||||
#: mpdevil:1860
|
||||
msgid "Album Artist"
|
||||
msgstr "Albuminterpret"
|
||||
|
||||
#: mpdevil:3437
|
||||
#: mpdevil:1863
|
||||
msgid "all artists"
|
||||
msgstr "Alle Interpreten"
|
||||
|
||||
#: mpdevil:1987
|
||||
msgid "Close"
|
||||
msgstr "Schließen"
|
||||
|
||||
#: mpdevil:2152
|
||||
#, python-brace-format
|
||||
msgid "{titles} titles on {discs} discs ({length})"
|
||||
msgstr "{titles} Titel auf {discs} CDs ({length})"
|
||||
|
||||
#: mpdevil:2155 mpdevil:2783
|
||||
#, python-brace-format
|
||||
msgid "{titles} titles ({length})"
|
||||
msgstr "{titles} Titel ({length})"
|
||||
|
||||
#: mpdevil:2282 mpdevil:3377
|
||||
msgid "Back to current album"
|
||||
msgstr "Zurück zu aktuellem Album"
|
||||
|
||||
#: mpdevil:2283
|
||||
msgid "Search"
|
||||
msgstr "Suche"
|
||||
|
||||
#: mpdevil:2467
|
||||
msgid "searching..."
|
||||
msgstr "suche..."
|
||||
|
||||
#: mpdevil:2472
|
||||
msgid "connection error"
|
||||
msgstr "Verbindungsfehler"
|
||||
|
||||
#: mpdevil:2474
|
||||
msgid "lyrics not found"
|
||||
msgstr "Liedtext nicht gefunden"
|
||||
|
||||
#: mpdevil:2522
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
||||
"{file_type}"
|
||||
msgstr ""
|
||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} Kanäle, "
|
||||
"{file_type}"
|
||||
|
||||
#: mpdevil:2657
|
||||
msgid "Scroll to current song"
|
||||
msgstr "Gehe zu aktuellem Lied"
|
||||
|
||||
#: mpdevil:2664
|
||||
msgid "Clear playlist"
|
||||
msgstr "Wiedergabeliste leeren"
|
||||
|
||||
#: mpdevil:2939
|
||||
msgid "Show lyrics"
|
||||
msgstr "Zeige Liedtext"
|
||||
|
||||
#: mpdevil:3253
|
||||
msgid "Random mode"
|
||||
msgstr "Zufallsmodus"
|
||||
|
||||
#: mpdevil:3254
|
||||
msgid "Repeat mode"
|
||||
msgstr "Dauerschleife"
|
||||
|
||||
#: mpdevil:3255
|
||||
msgid "Single mode"
|
||||
msgstr "Einzelstückmodus"
|
||||
|
||||
#: mpdevil:3256
|
||||
msgid "Consume mode"
|
||||
msgstr "Wiedergabeliste verbrauchen"
|
||||
|
||||
#: mpdevil:3362
|
||||
msgid "Window"
|
||||
msgstr "Fenster"
|
||||
|
||||
#: mpdevil:3363
|
||||
msgid "Playback"
|
||||
msgstr "Wiedergabe"
|
||||
|
||||
#: mpdevil:3364
|
||||
msgid "Search, Album Dialog and Album List"
|
||||
msgstr "Suche, Albumdialog und Albumliste"
|
||||
|
||||
#: mpdevil:3374
|
||||
msgid "Toggle mini player"
|
||||
msgstr "Miniplayer ein-/ausschalten"
|
||||
|
||||
#: mpdevil:3375
|
||||
msgid "Toggle lyrics"
|
||||
msgstr "Liedtext ein-/ausblenden"
|
||||
|
||||
#: mpdevil:3376
|
||||
msgid "Toggle search"
|
||||
msgstr "Suche ein-/ausblenden"
|
||||
|
||||
#: mpdevil:3378
|
||||
msgid "Open online help"
|
||||
msgstr "Onlinehilfe öffnen"
|
||||
|
||||
#: mpdevil:3379 mpdevil:3548
|
||||
msgid "Quit"
|
||||
msgstr "Beenden"
|
||||
|
||||
#: mpdevil:3440
|
||||
msgid "Save window layout"
|
||||
msgstr "Fensterlayout speichern"
|
||||
#: mpdevil:3380
|
||||
msgid "Play/Pause"
|
||||
msgstr "Wiedergabe/Pause"
|
||||
|
||||
#: mpdevil:3441
|
||||
#: mpdevil:3381
|
||||
msgid "Next title"
|
||||
msgstr "Nächster Titel"
|
||||
|
||||
#: mpdevil:3382
|
||||
msgid "Previous title"
|
||||
msgstr "Vorheriger Titel"
|
||||
|
||||
#: mpdevil:3383
|
||||
msgid "Seek forward"
|
||||
msgstr "Vorspulen"
|
||||
|
||||
#: mpdevil:3384
|
||||
msgid "Seek backward"
|
||||
msgstr "Zurückspulen"
|
||||
|
||||
#: mpdevil:3385 mpdevil:3551
|
||||
msgid "Update database"
|
||||
msgstr "Datenbank aktualisieren"
|
||||
|
||||
#: mpdevil:3442
|
||||
#: mpdevil:3386
|
||||
msgid "Play selected item (next)"
|
||||
msgstr "Ausgewähltes Element (als Nächstes) abspielen"
|
||||
|
||||
#: mpdevil:3386
|
||||
msgid "Left-click"
|
||||
msgstr "Linksklick"
|
||||
|
||||
#: mpdevil:3387
|
||||
msgid "Append selected item"
|
||||
msgstr "Ausgewähltes Element anhängen"
|
||||
|
||||
#: mpdevil:3387 mpdevil:3390
|
||||
msgid "Middle-click"
|
||||
msgstr "Mittelklick"
|
||||
|
||||
#: mpdevil:3388
|
||||
msgid "Play selected item immediately"
|
||||
msgstr "Ausgewähltes Element sofort abspielen"
|
||||
|
||||
#: mpdevil:3388
|
||||
msgid "Double-click"
|
||||
msgstr "Doppelklick"
|
||||
|
||||
#: mpdevil:3389 mpdevil:3391
|
||||
msgid "Show additional information"
|
||||
msgstr "Zeige weitere Informationen"
|
||||
|
||||
#: mpdevil:3389 mpdevil:3391
|
||||
msgid "Right-click"
|
||||
msgstr "Rechtsklick"
|
||||
|
||||
#: mpdevil:3390
|
||||
msgid "Remove selected song"
|
||||
msgstr "Ausgewählten Titel entfernen"
|
||||
|
||||
#: mpdevil:3405
|
||||
msgid "Select profile"
|
||||
msgstr "Profil auswählen"
|
||||
|
||||
#: mpdevil:3478
|
||||
#, python-brace-format
|
||||
msgid "Connection to '{profile}' ({host}:{port}) failed"
|
||||
msgstr "Verbindung zu \"{profile}\" ({host}:{port}) fehlgeschlagen"
|
||||
|
||||
#: mpdevil:3545
|
||||
msgid "Keyboard shortcuts"
|
||||
msgstr "Tastenkürzel"
|
||||
|
||||
#: mpdevil:3546
|
||||
msgid "Help"
|
||||
msgstr "Hilfe"
|
||||
|
||||
#: mpdevil:3547
|
||||
msgid "About"
|
||||
msgstr "Über"
|
||||
|
||||
#: mpdevil:3552
|
||||
msgid "Server stats"
|
||||
msgstr "Serverstatistik"
|
||||
|
||||
#: mpdevil:3448
|
||||
#: mpdevil:3555
|
||||
msgid "Save window layout"
|
||||
msgstr "Fensterlayout speichern"
|
||||
|
||||
#: mpdevil:3556
|
||||
msgid "Mini player"
|
||||
msgstr "Miniplayer"
|
||||
|
||||
#: mpdevil:3560
|
||||
msgid "Menu"
|
||||
msgstr "Menü"
|
||||
|
||||
#: mpdevil:3537 mpdevil:3539
|
||||
msgid "not connected"
|
||||
msgstr "nicht verbunden"
|
||||
#, python-format
|
||||
#~ msgid "%i hits"
|
||||
#~ msgstr "%i Treffer"
|
||||
|
||||
#, python-format
|
||||
#~ msgid "%(total_tracks)i titles (%(total_length)s)"
|
||||
#~ msgstr "%(total_tracks)i Titel (%(total_length)s)"
|
||||
|
||||
#~ msgid "Unknown Artist"
|
||||
#~ msgstr "Unbekannter Interpret"
|
||||
|
||||
#~ msgid "Unknown Album"
|
||||
#~ msgstr "Unbekanntes Album"
|
||||
|
||||
#~ msgid "not connected"
|
||||
#~ msgstr "nicht verbunden"
|
||||
|
||||
#, python-format
|
||||
#~ msgid "hits: %i"
|
||||
@@ -384,9 +494,6 @@ msgstr "nicht verbunden"
|
||||
#~ msgid "Open"
|
||||
#~ msgstr "Öffnen"
|
||||
|
||||
#~ msgid "Show additional information"
|
||||
#~ msgstr "Zeige weitere Informationen"
|
||||
|
||||
#~ msgid "Lyrics"
|
||||
#~ msgstr "Liedtext"
|
||||
|
||||
@@ -420,9 +527,6 @@ msgstr "nicht verbunden"
|
||||
#~ msgid "Return to album of current title"
|
||||
#~ msgstr "Zu Album des aktuellen Titels zurückkehren"
|
||||
|
||||
#~ msgid "Title search"
|
||||
#~ msgstr "Titelsuche"
|
||||
|
||||
#~ msgid "Main menu"
|
||||
#~ msgstr "Hauptmenu"
|
||||
|
||||
|
515
po/mpdevil.pot
515
po/mpdevil.pot
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-29 10:57+0200\n"
|
||||
"POT-Creation-Date: 2020-09-24 21:14+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -17,349 +17,442 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: mpdevil:515
|
||||
msgid "MPD-Tag"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:519
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:601
|
||||
#: mpdevil:473
|
||||
msgid "Unknown Title"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:601
|
||||
msgid "Unknown Artist"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:601
|
||||
msgid "Unknown Album"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:906 mpdevil:1209 mpdevil:2084 mpdevil:2771
|
||||
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
|
||||
#: mpdevil:749
|
||||
msgid "Main cover size:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2405
|
||||
#: mpdevil:750
|
||||
msgid "Album view cover size:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2406
|
||||
#: mpdevil:751
|
||||
msgid "Action bar icon size:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2407
|
||||
#: mpdevil:752
|
||||
msgid "Secondary icon size:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2418
|
||||
#: mpdevil:765
|
||||
msgid "Sort albums by:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2418
|
||||
#: mpdevil:765
|
||||
msgid "name"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2418
|
||||
#: mpdevil:765
|
||||
msgid "year"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2419
|
||||
#: mpdevil:766
|
||||
msgid "Position of playlist:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2419
|
||||
#: mpdevil:766
|
||||
msgid "bottom"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2419
|
||||
#: mpdevil:766
|
||||
msgid "right"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2436
|
||||
#: mpdevil:784
|
||||
msgid "Use Client-side decoration"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2437
|
||||
#: mpdevil:785
|
||||
msgid "Show stop button"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2438
|
||||
#: mpdevil:786
|
||||
msgid "Show lyrics button"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2439
|
||||
#: mpdevil:787
|
||||
msgid "Show initials in artist view"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2440
|
||||
#: mpdevil:788
|
||||
msgid "Show tooltips in album view"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2441
|
||||
#: mpdevil:789
|
||||
msgid "Use 'Album Artist' tag"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2442
|
||||
#: mpdevil:790
|
||||
msgid "Send notification on title change"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2443
|
||||
#: mpdevil:791
|
||||
msgid "Stop playback on quit"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2444
|
||||
#: mpdevil:792
|
||||
msgid "Play selected albums and titles immediately"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2455
|
||||
#: mpdevil:805
|
||||
msgid "<b>View</b>"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2458
|
||||
#: mpdevil:806
|
||||
msgid "<b>Behavior</b>"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2491
|
||||
#: mpdevil:838
|
||||
msgid "(restart required)"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2572
|
||||
#: mpdevil:900 mpdevil:3460
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:916
|
||||
msgid ""
|
||||
"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 "
|
||||
"corresponding tags of the song."
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2574
|
||||
#: mpdevil:921
|
||||
msgid "Profile:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2576
|
||||
#: mpdevil:922
|
||||
msgid "Name:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2578
|
||||
#: mpdevil:923
|
||||
msgid "Host:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2580
|
||||
#: mpdevil:924
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2582
|
||||
#: mpdevil:925
|
||||
msgid "Music lib:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2584
|
||||
#: mpdevil:926
|
||||
msgid "Cover regex:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2709
|
||||
#: mpdevil:1057
|
||||
msgid "Choose directory"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2743
|
||||
#: mpdevil:1090
|
||||
msgid "Choose the order of information to appear in the playlist:"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2887 mpdevil:2895 mpdevil:3434
|
||||
#: mpdevil:1114 mpdevil:1632 mpdevil:1970 mpdevil:2688
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1114 mpdevil:2689
|
||||
msgid "Disc"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1114 mpdevil:1637 mpdevil:1975 mpdevil:2690
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1114 mpdevil:1643 mpdevil:1862 mpdevil:2691
|
||||
msgid "Artist"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1114 mpdevil:1649 mpdevil:2692
|
||||
msgid "Album"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1114 mpdevil:1655 mpdevil:1981 mpdevil:2693
|
||||
msgid "Length"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1114 mpdevil:2694
|
||||
msgid "Year"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1114 mpdevil:2695
|
||||
msgid "Genre"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1230 mpdevil:1238 mpdevil:3544
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2906
|
||||
#: mpdevil:1249 mpdevil:3361
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2907
|
||||
#: mpdevil:1250
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2908
|
||||
#: mpdevil:1251 mpdevil:3365
|
||||
msgid "Playlist"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3168
|
||||
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
|
||||
#: mpdevil:1266 mpdevil:1274
|
||||
msgid "Stats"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3337
|
||||
msgid "A small MPD client written in python"
|
||||
#: mpdevil:1323
|
||||
msgid "A simple music browser for MPD"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3427
|
||||
msgid "Select profile"
|
||||
#: mpdevil:1395
|
||||
msgid "MPD-Tag"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3435
|
||||
msgid "Help"
|
||||
#: mpdevil:1399
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3436
|
||||
msgid "About"
|
||||
#: mpdevil:1553
|
||||
msgid "Append"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3437
|
||||
#: mpdevil:1554
|
||||
msgid "Add all titles to playlist"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1555
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1556
|
||||
msgid "Directly play all titles"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1557
|
||||
msgid "Enqueue"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1558
|
||||
msgid ""
|
||||
"Append all titles after the currently playing track and clear the playlist "
|
||||
"from all other songs"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1714
|
||||
#, python-brace-format
|
||||
msgid "{num} hits"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1752
|
||||
msgid "all genres"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1860
|
||||
msgid "Album Artist"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1863
|
||||
msgid "all artists"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1987
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2152
|
||||
#, python-brace-format
|
||||
msgid "{titles} titles on {discs} discs ({length})"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2155 mpdevil:2783
|
||||
#, python-brace-format
|
||||
msgid "{titles} titles ({length})"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2282 mpdevil:3377
|
||||
msgid "Back to current album"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2283
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2467
|
||||
msgid "searching..."
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2472
|
||||
msgid "connection error"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2474
|
||||
msgid "lyrics not found"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2522
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
||||
"{file_type}"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2657
|
||||
msgid "Scroll to current song"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2664
|
||||
msgid "Clear playlist"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:2939
|
||||
msgid "Show lyrics"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3253
|
||||
msgid "Random mode"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3254
|
||||
msgid "Repeat mode"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3255
|
||||
msgid "Single mode"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3256
|
||||
msgid "Consume mode"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3362
|
||||
msgid "Window"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3363
|
||||
msgid "Playback"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3364
|
||||
msgid "Search, Album Dialog and Album List"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3374
|
||||
msgid "Toggle mini player"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3375
|
||||
msgid "Toggle lyrics"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3376
|
||||
msgid "Toggle search"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3378
|
||||
msgid "Open online help"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3379 mpdevil:3548
|
||||
msgid "Quit"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3440
|
||||
msgid "Save window layout"
|
||||
#: mpdevil:3380
|
||||
msgid "Play/Pause"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3441
|
||||
#: mpdevil:3381
|
||||
msgid "Next title"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3382
|
||||
msgid "Previous title"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3383
|
||||
msgid "Seek forward"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3384
|
||||
msgid "Seek backward"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3385 mpdevil:3551
|
||||
msgid "Update database"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3442
|
||||
#: mpdevil:3386
|
||||
msgid "Play selected item (next)"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3386
|
||||
msgid "Left-click"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3387
|
||||
msgid "Append selected item"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3387 mpdevil:3390
|
||||
msgid "Middle-click"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3388
|
||||
msgid "Play selected item immediately"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3388
|
||||
msgid "Double-click"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3389 mpdevil:3391
|
||||
msgid "Show additional information"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3389 mpdevil:3391
|
||||
msgid "Right-click"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3390
|
||||
msgid "Remove selected song"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3405
|
||||
msgid "Select profile"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3478
|
||||
#, python-brace-format
|
||||
msgid "Connection to '{profile}' ({host}:{port}) failed"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3545
|
||||
msgid "Keyboard shortcuts"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3546
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3547
|
||||
msgid "About"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3552
|
||||
msgid "Server stats"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3448
|
||||
msgid "Menu"
|
||||
#: mpdevil:3555
|
||||
msgid "Save window layout"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3537 mpdevil:3539
|
||||
msgid "not connected"
|
||||
#: mpdevil:3556
|
||||
msgid "Mini player"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:3560
|
||||
msgid "Menu"
|
||||
msgstr ""
|
||||
|
4
setup.py
4
setup.py
@@ -4,10 +4,10 @@ import DistUtilsExtra.auto
|
||||
|
||||
DistUtilsExtra.auto.setup(
|
||||
name='mpdevil',
|
||||
version='0.9.0', # sync with bin/mpdevil
|
||||
version='0.9.3', # sync with bin/mpdevil
|
||||
author="Martin Wagner",
|
||||
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",
|
||||
license='GPL-3.0',
|
||||
data_files=[
|
||||
|
Reference in New Issue
Block a user