translation update

This commit is contained in:
Martin Wagner 2020-03-06 11:37:15 +01:00
parent 67ec5ad695
commit 4f273a8a1f
3 changed files with 187 additions and 131 deletions

View File

@ -1313,7 +1313,7 @@ class GeneralSettings(Gtk.Grid):
self.treeview.append_column(column_text) self.treeview.append_column(column_text)
#fill store #fill store
settings_list=[(_("Use alternative Layout"), "alt-layout"), (_("Show stop button"), "show-stop"), \ settings_list=[(_("Use alternative layout"), "alt-layout"), (_("Show stop button"), "show-stop"), \
(_("Show genre filter"), "show-genre-filter"), (_("Show tooltips in album view"), "show-album-view-tooltips"), \ (_("Show genre filter"), "show-genre-filter"), (_("Show tooltips in album view"), "show-album-view-tooltips"), \
(_("Sort albums by year"), "sort-albums-by-year"), (_("Show all artists"), "show-all-artists"), \ (_("Sort albums by year"), "sort-albums-by-year"), (_("Show all artists"), "show-all-artists"), \
(_("Send notification on title change"), "send-notify"), (_("Stop playback on quit"), "stop-on-quit"), \ (_("Send notification on title change"), "send-notify"), (_("Stop playback on quit"), "stop-on-quit"), \

160
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-02-28 23:22+0100\n" "POT-Creation-Date: 2020-03-06 11:33+0100\n"
"PO-Revision-Date: 2020-02-28 23:23+0100\n" "PO-Revision-Date: 2020-03-06 11:36+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: de\n" "Language: de\n"
@ -18,164 +18,196 @@ msgstr ""
"X-Generator: Poedit 2.2.4\n" "X-Generator: Poedit 2.2.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: mpdevil.py:290 mpdevil.py:700 mpdevil.py:1735 #: mpdevil.py:293 mpdevil.py:780 mpdevil.py:1383 mpdevil.py:1911
msgid "No" msgid "No"
msgstr "Nr." msgstr "Nr."
#: mpdevil.py:295 mpdevil.py:705 mpdevil.py:1741 #: mpdevil.py:298 mpdevil.py:786 mpdevil.py:1383 mpdevil.py:1917
msgid "Title" msgid "Title"
msgstr "Titel" msgstr "Titel"
#: mpdevil.py:300 mpdevil.py:454 mpdevil.py:710 mpdevil.py:1747 #: mpdevil.py:303 mpdevil.py:459 mpdevil.py:789 mpdevil.py:1383 mpdevil.py:1923
msgid "Artist" msgid "Artist"
msgstr "Interpret" msgstr "Interpret"
#: mpdevil.py:305 mpdevil.py:715 mpdevil.py:1759 #: mpdevil.py:308 mpdevil.py:795 mpdevil.py:1383 mpdevil.py:1935
msgid "Length" msgid "Length"
msgstr "Länge" msgstr "Länge"
#: mpdevil.py:345 mpdevil.py:886 mpdevil.py:1796 #: mpdevil.py:348 mpdevil.py:950 mpdevil.py:1975
msgid "Unknown Title" msgid "Unknown Title"
msgstr "Unbekannter Titel" msgstr "Unbekannter Titel"
#: mpdevil.py:349 mpdevil.py:894 mpdevil.py:1804 #: mpdevil.py:352 mpdevil.py:962 mpdevil.py:1983
msgid "Unknown Artist" msgid "Unknown Artist"
msgstr "Unbekannter Interpret" msgstr "Unbekannter Interpret"
#: mpdevil.py:390 #: mpdevil.py:393
msgid "all genres" msgid "all genres"
msgstr "Alle Genres" msgstr "Alle Genres"
#: mpdevil.py:452 #: mpdevil.py:457
msgid "Album Artist" msgid "Album Artist"
msgstr "Albuminterpret" msgstr "Albuminterpret"
#: mpdevil.py:533 mpdevil.py:789 #: mpdevil.py:548 mpdevil.py:881
#, 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.py:898 mpdevil.py:1808 #: mpdevil.py:783 mpdevil.py:1383
msgid "Disc"
msgstr "CD"
#: mpdevil.py:792 mpdevil.py:1383 mpdevil.py:1929
msgid "Album"
msgstr "Album"
#: mpdevil.py:798 mpdevil.py:1383
msgid "Year"
msgstr "Jahr"
#: mpdevil.py:801 mpdevil.py:1383
msgid "Genre"
msgstr "Genre"
#: mpdevil.py:966 mpdevil.py:1987
msgid "Unknown Album" msgid "Unknown Album"
msgstr "Unbekanntes Album" msgstr "Unbekanntes Album"
#: mpdevil.py:1036 #: mpdevil.py:1136
msgid "Select" msgid "Select"
msgstr "Auswählen" msgstr "Auswählen"
#: mpdevil.py:1038 #: mpdevil.py:1138
msgid "Profile:" msgid "Profile:"
msgstr "Profil:" msgstr "Profil:"
#: mpdevil.py:1040 #: mpdevil.py:1140
msgid "Name:" msgid "Name:"
msgstr "Name:" msgstr "Name:"
#: mpdevil.py:1042 #: mpdevil.py:1142
msgid "Host:" msgid "Host:"
msgstr "Host:" msgstr "Host:"
#: mpdevil.py:1044 #: mpdevil.py:1144
msgid "Port:" msgid "Port:"
msgstr "Port:" msgstr "Port:"
#: mpdevil.py:1046 #: mpdevil.py:1146
msgid "Password:" msgid "Password:"
msgstr "Passwort:" msgstr "Passwort:"
#: mpdevil.py:1048 #: mpdevil.py:1148
msgid "Music lib:" msgid "Music lib:"
msgstr "Musikverzeichnis:" msgstr "Musikverzeichnis:"
#: mpdevil.py:1134 #: mpdevil.py:1234
msgid "Choose directory" msgid "Choose directory"
msgstr "Verzeichnis Wählen" msgstr "Verzeichnis Wählen"
#: mpdevil.py:1174 #: mpdevil.py:1274
msgid "Main cover size:" msgid "Main cover size:"
msgstr "Größe des Haupt-Covers:" msgstr "Größe des Haupt-Covers:"
#: mpdevil.py:1176 #: mpdevil.py:1276
msgid "Album-view cover size:" msgid "Album-view cover size:"
msgstr "Covergröße in Albumansicht:" msgstr "Covergröße in Albumansicht:"
#: mpdevil.py:1182 #: mpdevil.py:1282
msgid "Button icon size (restart required):" msgid "Button icon size (restart required):"
msgstr "Symbolgröße der Knöpfe (Neustart erforderlich):" msgstr "Symbolgröße der Knöpfe (Neustart erforderlich):"
#: mpdevil.py:1191 #: mpdevil.py:1316
msgid "Use alternative layout"
msgstr "Benutze alternatives Layout"
#: mpdevil.py:1316
msgid "Show stop button" msgid "Show stop button"
msgstr "Zeige Stopp-Knopf" msgstr "Zeige Stopp-Knopf"
#: mpdevil.py:1194 #: mpdevil.py:1317
msgid "Show genre filter" msgid "Show genre filter"
msgstr "Zeige Genre Filter" msgstr "Zeige Genre Filter"
#: mpdevil.py:1197 #: mpdevil.py:1317
msgid "Show tooltips in album view" msgid "Show tooltips in album view"
msgstr "Zeige Tooltips in Albumansicht" msgstr "Zeige Tooltips in Albumansicht"
#: mpdevil.py:1200 #: mpdevil.py:1318
msgid "Sort albums by year" msgid "Sort albums by year"
msgstr "Sortiere Alben nach Erscheinungsjahr" msgstr "Sortiere Alben nach Erscheinungsjahr"
#: mpdevil.py:1203 #: mpdevil.py:1318
msgid "Show all artists" msgid "Show all artists"
msgstr "Zeige alle Interpreten" msgstr "Zeige alle Interpreten"
#: mpdevil.py:1206 #: mpdevil.py:1319
msgid "Send notification on title change" msgid "Send notification on title change"
msgstr "Sende Benachrichtigung bei Titelwechsel" msgstr "Sende Benachrichtigung bei Titelwechsel"
#: mpdevil.py:1209 #: mpdevil.py:1319
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "Wiedergabe beim Beenden stoppen" msgstr "Wiedergabe beim Beenden stoppen"
#: mpdevil.py:1212 #: mpdevil.py:1320
msgid "Play selected album after current title" msgid "Play selected album after current title"
msgstr "Ausgewähltes Album hinter aktuellem Titel einreihen" msgstr "Ausgewähltes Album hinter aktuellem Titel einreihen"
#: mpdevil.py:1256 mpdevil.py:1948 #: mpdevil.py:1360
msgid "Drag & Drop to rearange"
msgstr "Mit Drag & Drop sortieren"
#: mpdevil.py:1379
msgid "Column"
msgstr "Spalte"
#: mpdevil.py:1413 mpdevil.py:2130
msgid "Settings" msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
#: mpdevil.py:1269 #: mpdevil.py:1427
msgid "General" msgid "General"
msgstr "Allgemein" msgstr "Allgemein"
#: mpdevil.py:1270 #: mpdevil.py:1428
msgid "Profiles" msgid "Profiles"
msgstr "Profile" msgstr "Profile"
#: mpdevil.py:1454 #: mpdevil.py:1429
msgid "Playlist"
msgstr "Wiedergabeliste"
#: mpdevil.py:1623
msgid "Random mode" msgid "Random mode"
msgstr "Zufallsmodus" msgstr "Zufallsmodus"
#: mpdevil.py:1457 #: mpdevil.py:1626
msgid "Repeat mode" msgid "Repeat mode"
msgstr "Dauerschleife" msgstr "Dauerschleife"
#: mpdevil.py:1460 #: mpdevil.py:1629
msgid "Single mode" msgid "Single mode"
msgstr "Einzelstückmodus" msgstr "Einzelstückmodus"
#: mpdevil.py:1463 #: mpdevil.py:1632
msgid "Consume mode" msgid "Consume mode"
msgstr "Playliste verbrauchen" msgstr "Playliste verbrauchen"
#: mpdevil.py:1553 #: mpdevil.py:1722
msgid "Click to show additional information" msgid "Click to show additional information"
msgstr "Klicken für weitere Informationen" msgstr "Klicken für weitere Informationen"
#: mpdevil.py:1578 #: mpdevil.py:1748
msgid "MPD-Tag" msgid "MPD-Tag"
msgstr "MPD-Tag" msgstr "MPD-Tag"
#: mpdevil.py:1582 mpdevil.py:1685 #: mpdevil.py:1752 mpdevil.py:1856
msgid "Value" msgid "Value"
msgstr "Wert" msgstr "Wert"
#: mpdevil.py:1604 #: mpdevil.py:1774
#, 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 "
@ -184,80 +216,76 @@ 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.py:1664 #: mpdevil.py:1834
msgid "Stats" msgid "Stats"
msgstr "Statistik" msgstr "Statistik"
#: mpdevil.py:1682 #: mpdevil.py:1853
msgid "Tag" msgid "Tag"
msgstr "Tag" msgstr "Tag"
#: mpdevil.py:1702 #: mpdevil.py:1873
msgid "Search" msgid "Search"
msgstr "Suche" msgstr "Suche"
#: mpdevil.py:1753 #: mpdevil.py:1994
msgid "Album"
msgstr "Album"
#: mpdevil.py:1815
#, python-format #, python-format
msgid "Hits: %i" msgid "Hits: %i"
msgstr "Treffer: %i" msgstr "Treffer: %i"
#: mpdevil.py:1819 #: mpdevil.py:1998
msgid "Lyrics" msgid "Lyrics"
msgstr "Liedtext" msgstr "Liedtext"
#: mpdevil.py:1852 #: mpdevil.py:2032
msgid "searching..." msgid "searching..."
msgstr "suche..." msgstr "suche..."
#: mpdevil.py:1856 #: mpdevil.py:2036
msgid "not found" msgid "not found"
msgstr "nicht gefunden" msgstr "nicht gefunden"
#: mpdevil.py:1931 #: mpdevil.py:2113
msgid "Select profile" msgid "Select profile"
msgstr "Profil auswählen" msgstr "Profil auswählen"
#: mpdevil.py:1936 #: mpdevil.py:2118
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"
#: mpdevil.py:1939 #: mpdevil.py:2121
msgid "Title search" msgid "Title search"
msgstr "Titelsuche" msgstr "Titelsuche"
#: mpdevil.py:1942 #: mpdevil.py:2124
msgid "Show lyrics" msgid "Show lyrics"
msgstr "Zeige Liedtext" msgstr "Zeige Liedtext"
#: mpdevil.py:1947 #: mpdevil.py:2129
msgid "Save window size" msgid "Save window layout"
msgstr "Fenstergröße speichern" msgstr "Fensterlayout speichern"
#: mpdevil.py:1949 #: mpdevil.py:2131
msgid "Update database" msgid "Update database"
msgstr "Datenbank aktualisieren" msgstr "Datenbank aktualisieren"
#: mpdevil.py:1950 #: mpdevil.py:2132
msgid "Server stats" msgid "Server stats"
msgstr "Serverstatistik" msgstr "Serverstatistik"
#: mpdevil.py:1951 #: mpdevil.py:2133
msgid "About" msgid "About"
msgstr "Über" msgstr "Über"
#: mpdevil.py:1952 #: mpdevil.py:2134
msgid "Quit" msgid "Quit"
msgstr "Beenden" msgstr "Beenden"
#: mpdevil.py:1958 #: mpdevil.py:2140
msgid "Main menu" msgid "Main menu"
msgstr "Hauptmenu" msgstr "Hauptmenu"
#: mpdevil.py:2126 #: mpdevil.py:2323
msgid "A small MPD client written in python" msgid "A small MPD client written in python"
msgstr "" msgstr ""

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-02-28 23:22+0100\n" "POT-Creation-Date: 2020-03-06 11:33+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,243 +17,271 @@ 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.py:290 mpdevil.py:700 mpdevil.py:1735 #: mpdevil.py:293 mpdevil.py:780 mpdevil.py:1383 mpdevil.py:1911
msgid "No" msgid "No"
msgstr "" msgstr ""
#: mpdevil.py:295 mpdevil.py:705 mpdevil.py:1741 #: mpdevil.py:298 mpdevil.py:786 mpdevil.py:1383 mpdevil.py:1917
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: mpdevil.py:300 mpdevil.py:454 mpdevil.py:710 mpdevil.py:1747 #: mpdevil.py:303 mpdevil.py:459 mpdevil.py:789 mpdevil.py:1383 mpdevil.py:1923
msgid "Artist" msgid "Artist"
msgstr "" msgstr ""
#: mpdevil.py:305 mpdevil.py:715 mpdevil.py:1759 #: mpdevil.py:308 mpdevil.py:795 mpdevil.py:1383 mpdevil.py:1935
msgid "Length" msgid "Length"
msgstr "" msgstr ""
#: mpdevil.py:345 mpdevil.py:886 mpdevil.py:1796 #: mpdevil.py:348 mpdevil.py:950 mpdevil.py:1975
msgid "Unknown Title" msgid "Unknown Title"
msgstr "" msgstr ""
#: mpdevil.py:349 mpdevil.py:894 mpdevil.py:1804 #: mpdevil.py:352 mpdevil.py:962 mpdevil.py:1983
msgid "Unknown Artist" msgid "Unknown Artist"
msgstr "" msgstr ""
#: mpdevil.py:390 #: mpdevil.py:393
msgid "all genres" msgid "all genres"
msgstr "" msgstr ""
#: mpdevil.py:452 #: mpdevil.py:457
msgid "Album Artist" msgid "Album Artist"
msgstr "" msgstr ""
#: mpdevil.py:533 mpdevil.py:789 #: mpdevil.py:548 mpdevil.py:881
#, python-format #, python-format
msgid "%(total_tracks)i titles (%(total_length)s)" msgid "%(total_tracks)i titles (%(total_length)s)"
msgstr "" msgstr ""
#: mpdevil.py:898 mpdevil.py:1808 #: mpdevil.py:783 mpdevil.py:1383
msgid "Disc"
msgstr ""
#: mpdevil.py:792 mpdevil.py:1383 mpdevil.py:1929
msgid "Album"
msgstr ""
#: mpdevil.py:798 mpdevil.py:1383
msgid "Year"
msgstr ""
#: mpdevil.py:801 mpdevil.py:1383
msgid "Genre"
msgstr ""
#: mpdevil.py:966 mpdevil.py:1987
msgid "Unknown Album" msgid "Unknown Album"
msgstr "" msgstr ""
#: mpdevil.py:1036 #: mpdevil.py:1136
msgid "Select" msgid "Select"
msgstr "" msgstr ""
#: mpdevil.py:1038 #: mpdevil.py:1138
msgid "Profile:" msgid "Profile:"
msgstr "" msgstr ""
#: mpdevil.py:1040 #: mpdevil.py:1140
msgid "Name:" msgid "Name:"
msgstr "" msgstr ""
#: mpdevil.py:1042 #: mpdevil.py:1142
msgid "Host:" msgid "Host:"
msgstr "" msgstr ""
#: mpdevil.py:1044 #: mpdevil.py:1144
msgid "Port:" msgid "Port:"
msgstr "" msgstr ""
#: mpdevil.py:1046 #: mpdevil.py:1146
msgid "Password:" msgid "Password:"
msgstr "" msgstr ""
#: mpdevil.py:1048 #: mpdevil.py:1148
msgid "Music lib:" msgid "Music lib:"
msgstr "" msgstr ""
#: mpdevil.py:1134 #: mpdevil.py:1234
msgid "Choose directory" msgid "Choose directory"
msgstr "" msgstr ""
#: mpdevil.py:1174 #: mpdevil.py:1274
msgid "Main cover size:" msgid "Main cover size:"
msgstr "" msgstr ""
#: mpdevil.py:1176 #: mpdevil.py:1276
msgid "Album-view cover size:" msgid "Album-view cover size:"
msgstr "" msgstr ""
#: mpdevil.py:1182 #: mpdevil.py:1282
msgid "Button icon size (restart required):" msgid "Button icon size (restart required):"
msgstr "" msgstr ""
#: mpdevil.py:1191 #: mpdevil.py:1316
msgid "Use alternative layout"
msgstr ""
#: mpdevil.py:1316
msgid "Show stop button" msgid "Show stop button"
msgstr "" msgstr ""
#: mpdevil.py:1194 #: mpdevil.py:1317
msgid "Show genre filter" msgid "Show genre filter"
msgstr "" msgstr ""
#: mpdevil.py:1197 #: mpdevil.py:1317
msgid "Show tooltips in album view" msgid "Show tooltips in album view"
msgstr "" msgstr ""
#: mpdevil.py:1200 #: mpdevil.py:1318
msgid "Sort albums by year" msgid "Sort albums by year"
msgstr "" msgstr ""
#: mpdevil.py:1203 #: mpdevil.py:1318
msgid "Show all artists" msgid "Show all artists"
msgstr "" msgstr ""
#: mpdevil.py:1206 #: mpdevil.py:1319
msgid "Send notification on title change" msgid "Send notification on title change"
msgstr "" msgstr ""
#: mpdevil.py:1209 #: mpdevil.py:1319
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "" msgstr ""
#: mpdevil.py:1212 #: mpdevil.py:1320
msgid "Play selected album after current title" msgid "Play selected album after current title"
msgstr "" msgstr ""
#: mpdevil.py:1256 mpdevil.py:1948 #: mpdevil.py:1360
msgid "Drag & Drop to rearange"
msgstr ""
#: mpdevil.py:1379
msgid "Column"
msgstr ""
#: mpdevil.py:1413 mpdevil.py:2130
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: mpdevil.py:1269 #: mpdevil.py:1427
msgid "General" msgid "General"
msgstr "" msgstr ""
#: mpdevil.py:1270 #: mpdevil.py:1428
msgid "Profiles" msgid "Profiles"
msgstr "" msgstr ""
#: mpdevil.py:1454 #: mpdevil.py:1429
msgid "Playlist"
msgstr ""
#: mpdevil.py:1623
msgid "Random mode" msgid "Random mode"
msgstr "" msgstr ""
#: mpdevil.py:1457 #: mpdevil.py:1626
msgid "Repeat mode" msgid "Repeat mode"
msgstr "" msgstr ""
#: mpdevil.py:1460 #: mpdevil.py:1629
msgid "Single mode" msgid "Single mode"
msgstr "" msgstr ""
#: mpdevil.py:1463 #: mpdevil.py:1632
msgid "Consume mode" msgid "Consume mode"
msgstr "" msgstr ""
#: mpdevil.py:1553 #: mpdevil.py:1722
msgid "Click to show additional information" msgid "Click to show additional information"
msgstr "" msgstr ""
#: mpdevil.py:1578 #: mpdevil.py:1748
msgid "MPD-Tag" msgid "MPD-Tag"
msgstr "" msgstr ""
#: mpdevil.py:1582 mpdevil.py:1685 #: mpdevil.py:1752 mpdevil.py:1856
msgid "Value" msgid "Value"
msgstr "" msgstr ""
#: mpdevil.py:1604 #: mpdevil.py:1774
#, 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.py:1664 #: mpdevil.py:1834
msgid "Stats" msgid "Stats"
msgstr "" msgstr ""
#: mpdevil.py:1682 #: mpdevil.py:1853
msgid "Tag" msgid "Tag"
msgstr "" msgstr ""
#: mpdevil.py:1702 #: mpdevil.py:1873
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: mpdevil.py:1753 #: mpdevil.py:1994
msgid "Album"
msgstr ""
#: mpdevil.py:1815
#, python-format #, python-format
msgid "Hits: %i" msgid "Hits: %i"
msgstr "" msgstr ""
#: mpdevil.py:1819 #: mpdevil.py:1998
msgid "Lyrics" msgid "Lyrics"
msgstr "" msgstr ""
#: mpdevil.py:1852 #: mpdevil.py:2032
msgid "searching..." msgid "searching..."
msgstr "" msgstr ""
#: mpdevil.py:1856 #: mpdevil.py:2036
msgid "not found" msgid "not found"
msgstr "" msgstr ""
#: mpdevil.py:1931 #: mpdevil.py:2113
msgid "Select profile" msgid "Select profile"
msgstr "" msgstr ""
#: mpdevil.py:1936 #: mpdevil.py:2118
msgid "Return to album of current title" msgid "Return to album of current title"
msgstr "" msgstr ""
#: mpdevil.py:1939 #: mpdevil.py:2121
msgid "Title search" msgid "Title search"
msgstr "" msgstr ""
#: mpdevil.py:1942 #: mpdevil.py:2124
msgid "Show lyrics" msgid "Show lyrics"
msgstr "" msgstr ""
#: mpdevil.py:1947 #: mpdevil.py:2129
msgid "Save window size" msgid "Save window layout"
msgstr "" msgstr ""
#: mpdevil.py:1949 #: mpdevil.py:2131
msgid "Update database" msgid "Update database"
msgstr "" msgstr ""
#: mpdevil.py:1950 #: mpdevil.py:2132
msgid "Server stats" msgid "Server stats"
msgstr "" msgstr ""
#: mpdevil.py:1951 #: mpdevil.py:2133
msgid "About" msgid "About"
msgstr "" msgstr ""
#: mpdevil.py:1952 #: mpdevil.py:2134
msgid "Quit" msgid "Quit"
msgstr "" msgstr ""
#: mpdevil.py:1958 #: mpdevil.py:2140
msgid "Main menu" msgid "Main menu"
msgstr "" msgstr ""
#: mpdevil.py:2126 #: mpdevil.py:2323
msgid "A small MPD client written in python" msgid "A small MPD client written in python"
msgstr "" msgstr ""