changed description

This commit is contained in:
Martin Wagner 2020-09-13 21:40:47 +02:00
parent 6d3def7d62
commit ce350bca83
5 changed files with 186 additions and 191 deletions

View File

@ -3400,7 +3400,7 @@ class AboutDialog(Gtk.AboutDialog):
super().__init__(transient_for=window, modal=True) super().__init__(transient_for=window, modal=True)
self.set_program_name("mpdevil") self.set_program_name("mpdevil")
self.set_version(VERSION) self.set_version(VERSION)
self.set_comments(_("A small MPD client written in python")) self.set_comments(_("A simple music browser for MPD"))
self.set_authors(["Martin Wagner"]) self.set_authors(["Martin Wagner"])
self.set_website("https://github.com/SoongNoonien/mpdevil") self.set_website("https://github.com/SoongNoonien/mpdevil")
self.set_copyright("\xa9 2020 Martin Wagner") self.set_copyright("\xa9 2020 Martin Wagner")

View File

@ -2,7 +2,7 @@
Version=1.0 Version=1.0
_Name=mpdevil _Name=mpdevil
_GenericName=MPD Client _GenericName=MPD Client
_Comment=A small MPD client written in python _Comment=A simple music browser for MPD
Exec=mpdevil Exec=mpdevil
Icon=mpdevil Icon=mpdevil
Terminal=false Terminal=false

189
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-09-10 21:43+0200\n" "POT-Creation-Date: 2020-09-13 21:30+0200\n"
"PO-Revision-Date: 2020-09-10 21:45+0200\n" "PO-Revision-Date: 2020-09-13 21:32+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: de\n" "Language: de\n"
@ -18,72 +18,72 @@ 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:507 #: mpdevil:518
msgid "MPD-Tag" msgid "MPD-Tag"
msgstr "MPD-Tag" msgstr "MPD-Tag"
#: mpdevil:511 #: mpdevil:522
msgid "Value" msgid "Value"
msgstr "Wert" msgstr "Wert"
#: mpdevil:593 #: mpdevil:605
msgid "Unknown Title" msgid "Unknown Title"
msgstr "Unbekannter Titel" msgstr "Unbekannter Titel"
#: mpdevil:593 #: mpdevil:608
msgid "Unknown Artist" msgid "Unknown Artist"
msgstr "Unbekannter Interpret" msgstr "Unbekannter Interpret"
#: mpdevil:593 #: mpdevil:609
msgid "Unknown Album" msgid "Unknown Album"
msgstr "Unbekanntes Album" msgstr "Unbekanntes Album"
#: mpdevil:907 mpdevil:1207 mpdevil:2065 mpdevil:2727 #: mpdevil:936 mpdevil:1240 mpdevil:2141 mpdevil:2846
msgid "No" msgid "No"
msgstr "Nr." msgstr "Nr."
#: mpdevil:912 mpdevil:1212 mpdevil:2067 mpdevil:2727 #: mpdevil:941 mpdevil:1245 mpdevil:2143 mpdevil:2846
msgid "Title" msgid "Title"
msgstr "Titel" msgstr "Titel"
#: mpdevil:918 mpdevil:1389 mpdevil:2068 mpdevil:2727 #: mpdevil:947 mpdevil:1422 mpdevil:2144 mpdevil:2846
msgid "Artist" msgid "Artist"
msgstr "Interpret" msgstr "Interpret"
#: mpdevil:924 mpdevil:2069 mpdevil:2727 #: mpdevil:953 mpdevil:2145 mpdevil:2846
msgid "Album" msgid "Album"
msgstr "Album" msgstr "Album"
#: mpdevil:930 mpdevil:1218 mpdevil:2070 mpdevil:2727 #: mpdevil:959 mpdevil:1251 mpdevil:2146 mpdevil:2846
msgid "Length" msgid "Length"
msgstr "Länge" msgstr "Länge"
#: mpdevil:990 #: mpdevil:1023
#, python-format #, python-format
msgid "%i hits" msgid "%i hits"
msgstr "%i Treffer" msgstr "%i Treffer"
#: mpdevil:1091 #: mpdevil:1124
msgid "Append" msgid "Append"
msgstr "Anhängen" msgstr "Anhängen"
#: mpdevil:1092 #: mpdevil:1125
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:1093 #: mpdevil:1126
msgid "Play" msgid "Play"
msgstr "Abspielen" msgstr "Abspielen"
#: mpdevil:1094 #: mpdevil:1127
msgid "Directly play all titles" msgid "Directly play all titles"
msgstr "Alle Titel sofort abspielen" msgstr "Alle Titel sofort abspielen"
#: mpdevil:1095 #: mpdevil:1128
msgid "Enqueue" msgid "Enqueue"
msgstr "Einreihen" msgstr "Einreihen"
#: mpdevil:1096 #: mpdevil:1129
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"
@ -91,49 +91,49 @@ 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:1224 #: mpdevil:1257
msgid "Close" msgid "Close"
msgstr "Schließen" msgstr "Schließen"
#: mpdevil:1277 #: mpdevil:1310
msgid "all genres" msgid "all genres"
msgstr "Alle Genres" msgstr "Alle Genres"
#: mpdevil:1387 #: mpdevil:1420
msgid "Album Artist" msgid "Album Artist"
msgstr "Albuminterpret" msgstr "Albuminterpret"
#: mpdevil:1390 #: mpdevil:1423
msgid "all artists" msgid "all artists"
msgstr "Alle Interpreten" msgstr "Alle Interpreten"
#: mpdevil:1563 #: mpdevil:1611
#, python-format #, python-format
msgid "%(total_tracks)i titles on %(discs)i discs (%(total_length)s)" msgid "%(total_tracks)i titles on %(discs)i discs (%(total_length)s)"
msgstr "%(total_tracks)i Titel auf %(discs)i CDs (%(total_length)s)" msgstr "%(total_tracks)i Titel auf %(discs)i CDs (%(total_length)s)"
#: mpdevil:1565 mpdevil:2159 #: mpdevil:1614 mpdevil:2235
#, python-format #, python-format
msgid "%(total_tracks)i titles (%(total_length)s)" msgid "%(total_tracks)i titles (%(total_length)s)"
msgstr "%(total_tracks)i Titel (%(total_length)s)" msgstr "%(total_tracks)i Titel (%(total_length)s)"
#: mpdevil:1681 #: mpdevil:1738
msgid "Back to current album" msgid "Back to current album"
msgstr "Zurück zu aktuellem Album" msgstr "Zurück zu aktuellem Album"
#: mpdevil:1682 #: mpdevil:1739
msgid "Search" msgid "Search"
msgstr "Suche" msgstr "Suche"
#: mpdevil:1836 #: mpdevil:1899
msgid "searching..." msgid "searching..."
msgstr "suche..." msgstr "suche..."
#: mpdevil:1840 #: mpdevil:1903
msgid "lyrics not found" msgid "lyrics not found"
msgstr "Liedtext nicht gefunden" msgstr "Liedtext nicht gefunden"
#: mpdevil:1910 #: mpdevil:1977
#, python-format #, python-format
msgid "" msgid ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s " "%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s "
@ -142,123 +142,123 @@ msgstr ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s " "%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s "
"Kanäle, %(file_type)s" "Kanäle, %(file_type)s"
#: mpdevil:2040 #: mpdevil:2110
msgid "Scroll to current song" msgid "Scroll to current song"
msgstr "Gehe zu aktuellem Lied" msgstr "Gehe zu aktuellem Lied"
#: mpdevil:2043 #: mpdevil:2117
msgid "Clear playlist" msgid "Clear playlist"
msgstr "Wiedergabeliste leeren" msgstr "Wiedergabeliste leeren"
#: mpdevil:2066 mpdevil:2727 #: mpdevil:2142 mpdevil:2846
msgid "Disc" msgid "Disc"
msgstr "CD" msgstr "CD"
#: mpdevil:2071 mpdevil:2727 #: mpdevil:2147 mpdevil:2846
msgid "Year" msgid "Year"
msgstr "Jahr" msgstr "Jahr"
#: mpdevil:2072 mpdevil:2727 #: mpdevil:2148 mpdevil:2846
msgid "Genre" msgid "Genre"
msgstr "Genre" msgstr "Genre"
#: mpdevil:2289 #: mpdevil:2387
msgid "Show lyrics" msgid "Show lyrics"
msgstr "Zeige Liedtext" msgstr "Zeige Liedtext"
#: mpdevil:2381 #: mpdevil:2481
msgid "Main cover size:" msgid "Main cover size:"
msgstr "Größe des Haupt-Covers:" msgstr "Größe des Haupt-Covers:"
#: mpdevil:2382 #: mpdevil:2482
msgid "Album view cover size:" msgid "Album view cover size:"
msgstr "Covergröße in Albumliste:" msgstr "Covergröße in Albumliste:"
#: mpdevil:2383 #: mpdevil:2483
msgid "Action bar icon size:" msgid "Action bar icon size:"
msgstr "Symbolgröße Aktionsleiste:" msgstr "Symbolgröße Aktionsleiste:"
#: mpdevil:2384 #: mpdevil:2484
msgid "Secondary icon size:" msgid "Secondary icon size:"
msgstr "Sekundäre Symbolgröße:" msgstr "Sekundäre Symbolgröße:"
#: mpdevil:2393 #: mpdevil:2497
msgid "Sort albums by:" msgid "Sort albums by:"
msgstr "Sortiere Alben nach:" msgstr "Sortiere Alben nach:"
#: mpdevil:2393 #: mpdevil:2497
msgid "name" msgid "name"
msgstr "Name" msgstr "Name"
#: mpdevil:2393 #: mpdevil:2497
msgid "year" msgid "year"
msgstr "Jahr" msgstr "Jahr"
#: mpdevil:2394 #: mpdevil:2498
msgid "Position of playlist:" msgid "Position of playlist:"
msgstr "Wiedergabelistenposition:" msgstr "Wiedergabelistenposition:"
#: mpdevil:2394 #: mpdevil:2498
msgid "bottom" msgid "bottom"
msgstr "unten" msgstr "unten"
#: mpdevil:2394 #: mpdevil:2498
msgid "right" msgid "right"
msgstr "rechts" msgstr "rechts"
#: mpdevil:2408 #: mpdevil:2516
msgid "Use Client-side decoration" msgid "Use Client-side decoration"
msgstr "Benutze \"Client-side decoration\"" msgstr "Benutze \"Client-side decoration\""
#: mpdevil:2409 #: mpdevil:2517
msgid "Show stop button" msgid "Show stop button"
msgstr "Zeige Stopp-Knopf" msgstr "Zeige Stopp-Knopf"
#: mpdevil:2410 #: mpdevil:2518
msgid "Show lyrics button" msgid "Show lyrics button"
msgstr "Zeige Liedtext-Knopf" msgstr "Zeige Liedtext-Knopf"
#: mpdevil:2411 #: mpdevil:2519
msgid "Show initials in artist view" msgid "Show initials in artist view"
msgstr "Zeige Anfangsbuchstaben in Interpretenliste" msgstr "Zeige Anfangsbuchstaben in Interpretenliste"
#: mpdevil:2412 #: mpdevil:2520
msgid "Show tooltips in album view" msgid "Show tooltips in album view"
msgstr "Zeige Tooltips in Albumliste" msgstr "Zeige Tooltips in Albumliste"
#: mpdevil:2413 #: mpdevil:2521
msgid "Use 'Album Artist' tag" msgid "Use 'Album Artist' tag"
msgstr "Benutze \"Album Artist\" Tag" msgstr "Benutze \"Album Artist\" Tag"
#: mpdevil:2414 #: mpdevil:2522
msgid "Send notification on title change" msgid "Send notification on title change"
msgstr "Sende Benachrichtigung bei Titelwechsel" msgstr "Sende Benachrichtigung bei Titelwechsel"
#: mpdevil:2415 #: mpdevil:2523
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "Wiedergabe beim Beenden stoppen" msgstr "Wiedergabe beim Beenden stoppen"
#: mpdevil:2416 #: mpdevil:2524
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:2426 #: mpdevil:2537
msgid "<b>View</b>" msgid "<b>View</b>"
msgstr "<b>Ansicht</b>" msgstr "<b>Ansicht</b>"
#: mpdevil:2427 #: mpdevil:2538
msgid "<b>Behavior</b>" msgid "<b>Behavior</b>"
msgstr "<b>Verhalten</b>" msgstr "<b>Verhalten</b>"
#: mpdevil:2455 #: mpdevil:2570
msgid "(restart required)" msgid "(restart required)"
msgstr "(Neustart erforderlich)" msgstr "(Neustart erforderlich)"
#: mpdevil:2517 mpdevil:3333 #: mpdevil:2632 mpdevil:3461
msgid "Connect" msgid "Connect"
msgstr "Verbinden" msgstr "Verbinden"
#: mpdevil:2532 #: mpdevil:2648
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 "
@ -268,120 +268,119 @@ 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:2534 #: mpdevil:2653
msgid "Profile:" msgid "Profile:"
msgstr "Profil:" msgstr "Profil:"
#: mpdevil:2535 #: mpdevil:2654
msgid "Name:" msgid "Name:"
msgstr "Name:" msgstr "Name:"
#: mpdevil:2536 #: mpdevil:2655
msgid "Host:" msgid "Host:"
msgstr "Host:" msgstr "Host:"
#: mpdevil:2537 #: mpdevil:2656
msgid "Password:" msgid "Password:"
msgstr "Passwort:" msgstr "Passwort:"
#: mpdevil:2538 #: mpdevil:2657
msgid "Music lib:" msgid "Music lib:"
msgstr "Musikverzeichnis:" msgstr "Musikverzeichnis:"
#: mpdevil:2539 #: mpdevil:2658
msgid "Cover regex:" msgid "Cover regex:"
msgstr "Cover-Regex:" msgstr "Cover-Regex:"
#: mpdevil:2670 #: mpdevil:2789
msgid "Choose directory" msgid "Choose directory"
msgstr "Verzeichnis Wählen" msgstr "Verzeichnis Wählen"
#: mpdevil:2703 #: mpdevil:2822
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:2843 mpdevil:2851 mpdevil:3423 #: mpdevil:2962 mpdevil:2970 mpdevil:3550
msgid "Settings" msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
#: mpdevil:2862 #: mpdevil:2981
msgid "General" msgid "General"
msgstr "Allgemein" msgstr "Allgemein"
#: mpdevil:2863 #: mpdevil:2982
msgid "Profiles" msgid "Profiles"
msgstr "Profile" msgstr "Profile"
#: mpdevil:2864 #: mpdevil:2983
msgid "Playlist" msgid "Playlist"
msgstr "Wiedergabeliste" msgstr "Wiedergabeliste"
#: mpdevil:3120 #: mpdevil:3242
msgid "Random mode" msgid "Random mode"
msgstr "Zufallsmodus" msgstr "Zufallsmodus"
#: mpdevil:3121 #: mpdevil:3243
msgid "Repeat mode" msgid "Repeat mode"
msgstr "Dauerschleife" msgstr "Dauerschleife"
#: mpdevil:3122 #: mpdevil:3244
msgid "Single mode" msgid "Single mode"
msgstr "Einzelstückmodus" msgstr "Einzelstückmodus"
#: mpdevil:3123 #: mpdevil:3245
msgid "Consume mode" msgid "Consume mode"
msgstr "Wiedergabeliste verbrauchen" msgstr "Wiedergabeliste verbrauchen"
#: mpdevil:3224 mpdevil:3232 #: mpdevil:3346 mpdevil:3354
msgid "Stats" msgid "Stats"
msgstr "Statistik" msgstr "Statistik"
#: mpdevil:3281 #: mpdevil:3403
msgid "A small MPD client written in python" msgid "A simple music browser for MPD"
msgstr "" msgstr "Ein einfacher Musikbrowser für MPD"
#: mpdevil:3293 #: mpdevil:3415
msgid "Select profile" msgid "Select profile"
msgstr "Profil auswählen" msgstr "Profil auswählen"
#: mpdevil:3354 #: mpdevil:3482
#, python-format #, python-format
msgid "Connection to \"%(profile)s\" (%(host)s:%(port)s) failed" msgid "Connection to \"%(profile)s\" (%(host)s:%(port)s) failed"
msgstr "Verbindung zu \"%(profile)s\" (%(host)s:%(port)s) fehlgeschlagen" msgstr "Verbindung zu \"%(profile)s\" (%(host)s:%(port)s) fehlgeschlagen"
#: mpdevil:3424 #: mpdevil:3551
msgid "Help" msgid "Help"
msgstr "Hilfe" msgstr "Hilfe"
#: mpdevil:3425 #: mpdevil:3552
msgid "About" msgid "About"
msgstr "Über" msgstr "Über"
#: mpdevil:3426 #: mpdevil:3553
msgid "Quit" msgid "Quit"
msgstr "Beenden" msgstr "Beenden"
#: mpdevil:3429 #: mpdevil:3556
msgid "Save window layout"
msgstr "Fensterlayout speichern"
#: mpdevil:3430
msgid "Update database" msgid "Update database"
msgstr "Datenbank aktualisieren" msgstr "Datenbank aktualisieren"
#: mpdevil:3431 #: mpdevil:3557
msgid "Server stats" msgid "Server stats"
msgstr "Serverstatistik" msgstr "Serverstatistik"
#: mpdevil:3434 #: mpdevil:3560
msgid "Save window layout"
msgstr "Fensterlayout speichern"
#: mpdevil:3564
msgid "Menu" msgid "Menu"
msgstr "Menü" msgstr "Menü"
#: mpdevil:3527 mpdevil:3529 #~ msgid "not connected"
msgid "not connected" #~ msgstr "nicht verbunden"
msgstr "nicht verbunden"
#, python-format #, python-format
#~ msgid "hits: %i" #~ msgid "hits: %i"

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-09-10 21:43+0200\n" "POT-Creation-Date: 2020-09-13 21:30+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,358 +17,354 @@ 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:507 #: mpdevil:518
msgid "MPD-Tag" msgid "MPD-Tag"
msgstr "" msgstr ""
#: mpdevil:511 #: mpdevil:522
msgid "Value" msgid "Value"
msgstr "" msgstr ""
#: mpdevil:593 #: mpdevil:605
msgid "Unknown Title" msgid "Unknown Title"
msgstr "" msgstr ""
#: mpdevil:593 #: mpdevil:608
msgid "Unknown Artist" msgid "Unknown Artist"
msgstr "" msgstr ""
#: mpdevil:593 #: mpdevil:609
msgid "Unknown Album" msgid "Unknown Album"
msgstr "" msgstr ""
#: mpdevil:907 mpdevil:1207 mpdevil:2065 mpdevil:2727 #: mpdevil:936 mpdevil:1240 mpdevil:2141 mpdevil:2846
msgid "No" msgid "No"
msgstr "" msgstr ""
#: mpdevil:912 mpdevil:1212 mpdevil:2067 mpdevil:2727 #: mpdevil:941 mpdevil:1245 mpdevil:2143 mpdevil:2846
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: mpdevil:918 mpdevil:1389 mpdevil:2068 mpdevil:2727 #: mpdevil:947 mpdevil:1422 mpdevil:2144 mpdevil:2846
msgid "Artist" msgid "Artist"
msgstr "" msgstr ""
#: mpdevil:924 mpdevil:2069 mpdevil:2727 #: mpdevil:953 mpdevil:2145 mpdevil:2846
msgid "Album" msgid "Album"
msgstr "" msgstr ""
#: mpdevil:930 mpdevil:1218 mpdevil:2070 mpdevil:2727 #: mpdevil:959 mpdevil:1251 mpdevil:2146 mpdevil:2846
msgid "Length" msgid "Length"
msgstr "" msgstr ""
#: mpdevil:990 #: mpdevil:1023
#, python-format #, python-format
msgid "%i hits" msgid "%i hits"
msgstr "" msgstr ""
#: mpdevil:1091 #: mpdevil:1124
msgid "Append" msgid "Append"
msgstr "" msgstr ""
#: mpdevil:1092 #: mpdevil:1125
msgid "Add all titles to playlist" msgid "Add all titles to playlist"
msgstr "" msgstr ""
#: mpdevil:1093 #: mpdevil:1126
msgid "Play" msgid "Play"
msgstr "" msgstr ""
#: mpdevil:1094 #: mpdevil:1127
msgid "Directly play all titles" msgid "Directly play all titles"
msgstr "" msgstr ""
#: mpdevil:1095 #: mpdevil:1128
msgid "Enqueue" msgid "Enqueue"
msgstr "" msgstr ""
#: mpdevil:1096 #: mpdevil:1129
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:1224 #: mpdevil:1257
msgid "Close" msgid "Close"
msgstr "" msgstr ""
#: mpdevil:1277 #: mpdevil:1310
msgid "all genres" msgid "all genres"
msgstr "" msgstr ""
#: mpdevil:1387 #: mpdevil:1420
msgid "Album Artist" msgid "Album Artist"
msgstr "" msgstr ""
#: mpdevil:1390 #: mpdevil:1423
msgid "all artists" msgid "all artists"
msgstr "" msgstr ""
#: mpdevil:1563 #: mpdevil:1611
#, python-format #, python-format
msgid "%(total_tracks)i titles on %(discs)i discs (%(total_length)s)" msgid "%(total_tracks)i titles on %(discs)i discs (%(total_length)s)"
msgstr "" msgstr ""
#: mpdevil:1565 mpdevil:2159 #: mpdevil:1614 mpdevil:2235
#, python-format #, python-format
msgid "%(total_tracks)i titles (%(total_length)s)" msgid "%(total_tracks)i titles (%(total_length)s)"
msgstr "" msgstr ""
#: mpdevil:1681 #: mpdevil:1738
msgid "Back to current album" msgid "Back to current album"
msgstr "" msgstr ""
#: mpdevil:1682 #: mpdevil:1739
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: mpdevil:1836 #: mpdevil:1899
msgid "searching..." msgid "searching..."
msgstr "" msgstr ""
#: mpdevil:1840 #: mpdevil:1903
msgid "lyrics not found" msgid "lyrics not found"
msgstr "" msgstr ""
#: mpdevil:1910 #: mpdevil:1977
#, python-format #, python-format
msgid "" msgid ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s " "%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s "
"channels, %(file_type)s" "channels, %(file_type)s"
msgstr "" msgstr ""
#: mpdevil:2040 #: mpdevil:2110
msgid "Scroll to current song" msgid "Scroll to current song"
msgstr "" msgstr ""
#: mpdevil:2043 #: mpdevil:2117
msgid "Clear playlist" msgid "Clear playlist"
msgstr "" msgstr ""
#: mpdevil:2066 mpdevil:2727 #: mpdevil:2142 mpdevil:2846
msgid "Disc" msgid "Disc"
msgstr "" msgstr ""
#: mpdevil:2071 mpdevil:2727 #: mpdevil:2147 mpdevil:2846
msgid "Year" msgid "Year"
msgstr "" msgstr ""
#: mpdevil:2072 mpdevil:2727 #: mpdevil:2148 mpdevil:2846
msgid "Genre" msgid "Genre"
msgstr "" msgstr ""
#: mpdevil:2289 #: mpdevil:2387
msgid "Show lyrics" msgid "Show lyrics"
msgstr "" msgstr ""
#: mpdevil:2381 #: mpdevil:2481
msgid "Main cover size:" msgid "Main cover size:"
msgstr "" msgstr ""
#: mpdevil:2382 #: mpdevil:2482
msgid "Album view cover size:" msgid "Album view cover size:"
msgstr "" msgstr ""
#: mpdevil:2383 #: mpdevil:2483
msgid "Action bar icon size:" msgid "Action bar icon size:"
msgstr "" msgstr ""
#: mpdevil:2384 #: mpdevil:2484
msgid "Secondary icon size:" msgid "Secondary icon size:"
msgstr "" msgstr ""
#: mpdevil:2393 #: mpdevil:2497
msgid "Sort albums by:" msgid "Sort albums by:"
msgstr "" msgstr ""
#: mpdevil:2393 #: mpdevil:2497
msgid "name" msgid "name"
msgstr "" msgstr ""
#: mpdevil:2393 #: mpdevil:2497
msgid "year" msgid "year"
msgstr "" msgstr ""
#: mpdevil:2394 #: mpdevil:2498
msgid "Position of playlist:" msgid "Position of playlist:"
msgstr "" msgstr ""
#: mpdevil:2394 #: mpdevil:2498
msgid "bottom" msgid "bottom"
msgstr "" msgstr ""
#: mpdevil:2394 #: mpdevil:2498
msgid "right" msgid "right"
msgstr "" msgstr ""
#: mpdevil:2408 #: mpdevil:2516
msgid "Use Client-side decoration" msgid "Use Client-side decoration"
msgstr "" msgstr ""
#: mpdevil:2409 #: mpdevil:2517
msgid "Show stop button" msgid "Show stop button"
msgstr "" msgstr ""
#: mpdevil:2410 #: mpdevil:2518
msgid "Show lyrics button" msgid "Show lyrics button"
msgstr "" msgstr ""
#: mpdevil:2411 #: mpdevil:2519
msgid "Show initials in artist view" msgid "Show initials in artist view"
msgstr "" msgstr ""
#: mpdevil:2412 #: mpdevil:2520
msgid "Show tooltips in album view" msgid "Show tooltips in album view"
msgstr "" msgstr ""
#: mpdevil:2413 #: mpdevil:2521
msgid "Use 'Album Artist' tag" msgid "Use 'Album Artist' tag"
msgstr "" msgstr ""
#: mpdevil:2414 #: mpdevil:2522
msgid "Send notification on title change" msgid "Send notification on title change"
msgstr "" msgstr ""
#: mpdevil:2415 #: mpdevil:2523
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "" msgstr ""
#: mpdevil:2416 #: mpdevil:2524
msgid "Play selected albums and titles immediately" msgid "Play selected albums and titles immediately"
msgstr "" msgstr ""
#: mpdevil:2426 #: mpdevil:2537
msgid "<b>View</b>" msgid "<b>View</b>"
msgstr "" msgstr ""
#: mpdevil:2427 #: mpdevil:2538
msgid "<b>Behavior</b>" msgid "<b>Behavior</b>"
msgstr "" msgstr ""
#: mpdevil:2455 #: mpdevil:2570
msgid "(restart required)" msgid "(restart required)"
msgstr "" msgstr ""
#: mpdevil:2517 mpdevil:3333 #: mpdevil:2632 mpdevil:3461
msgid "Connect" msgid "Connect"
msgstr "" msgstr ""
#: mpdevil:2532 #: mpdevil:2648
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:2534 #: mpdevil:2653
msgid "Profile:" msgid "Profile:"
msgstr "" msgstr ""
#: mpdevil:2535 #: mpdevil:2654
msgid "Name:" msgid "Name:"
msgstr "" msgstr ""
#: mpdevil:2536 #: mpdevil:2655
msgid "Host:" msgid "Host:"
msgstr "" msgstr ""
#: mpdevil:2537 #: mpdevil:2656
msgid "Password:" msgid "Password:"
msgstr "" msgstr ""
#: mpdevil:2538 #: mpdevil:2657
msgid "Music lib:" msgid "Music lib:"
msgstr "" msgstr ""
#: mpdevil:2539 #: mpdevil:2658
msgid "Cover regex:" msgid "Cover regex:"
msgstr "" msgstr ""
#: mpdevil:2670 #: mpdevil:2789
msgid "Choose directory" msgid "Choose directory"
msgstr "" msgstr ""
#: mpdevil:2703 #: mpdevil:2822
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:2843 mpdevil:2851 mpdevil:3423 #: mpdevil:2962 mpdevil:2970 mpdevil:3550
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: mpdevil:2862 #: mpdevil:2981
msgid "General" msgid "General"
msgstr "" msgstr ""
#: mpdevil:2863 #: mpdevil:2982
msgid "Profiles" msgid "Profiles"
msgstr "" msgstr ""
#: mpdevil:2864 #: mpdevil:2983
msgid "Playlist" msgid "Playlist"
msgstr "" msgstr ""
#: mpdevil:3120 #: mpdevil:3242
msgid "Random mode" msgid "Random mode"
msgstr "" msgstr ""
#: mpdevil:3121 #: mpdevil:3243
msgid "Repeat mode" msgid "Repeat mode"
msgstr "" msgstr ""
#: mpdevil:3122 #: mpdevil:3244
msgid "Single mode" msgid "Single mode"
msgstr "" msgstr ""
#: mpdevil:3123 #: mpdevil:3245
msgid "Consume mode" msgid "Consume mode"
msgstr "" msgstr ""
#: mpdevil:3224 mpdevil:3232 #: mpdevil:3346 mpdevil:3354
msgid "Stats" msgid "Stats"
msgstr "" msgstr ""
#: mpdevil:3281 #: mpdevil:3403
msgid "A small MPD client written in python" msgid "A simple music browser for MPD"
msgstr "" msgstr ""
#: mpdevil:3293 #: mpdevil:3415
msgid "Select profile" msgid "Select profile"
msgstr "" msgstr ""
#: mpdevil:3354 #: mpdevil:3482
#, python-format #, python-format
msgid "Connection to \"%(profile)s\" (%(host)s:%(port)s) failed" msgid "Connection to \"%(profile)s\" (%(host)s:%(port)s) failed"
msgstr "" msgstr ""
#: mpdevil:3424 #: mpdevil:3551
msgid "Help" msgid "Help"
msgstr "" msgstr ""
#: mpdevil:3425 #: mpdevil:3552
msgid "About" msgid "About"
msgstr "" msgstr ""
#: mpdevil:3426 #: mpdevil:3553
msgid "Quit" msgid "Quit"
msgstr "" msgstr ""
#: mpdevil:3429 #: mpdevil:3556
msgid "Save window layout"
msgstr ""
#: mpdevil:3430
msgid "Update database" msgid "Update database"
msgstr "" msgstr ""
#: mpdevil:3431 #: mpdevil:3557
msgid "Server stats" msgid "Server stats"
msgstr "" msgstr ""
#: mpdevil:3434 #: mpdevil:3560
msgid "Menu" msgid "Save window layout"
msgstr "" msgstr ""
#: mpdevil:3527 mpdevil:3529 #: mpdevil:3564
msgid "not connected" msgid "Menu"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ DistUtilsExtra.auto.setup(
version='0.9.0', # sync with bin/mpdevil version='0.9.0', # sync with bin/mpdevil
author="Martin Wagner", author="Martin Wagner",
author_email="martin.wagner.dev@gmail.com", author_email="martin.wagner.dev@gmail.com",
description=('A 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=[