improved main menu

This commit is contained in:
Martin Wagner 2021-09-14 13:46:18 +02:00
parent fba420d48e
commit c174d74763
4 changed files with 219 additions and 202 deletions

View File

@ -3816,20 +3816,19 @@ class MainWindow(Gtk.ApplicationWindow):
# menu
subsection=Gio.Menu()
subsection.append(_("Settings"), "win.settings")
subsection.append(_("Keyboard shortcuts"), "win.show-help-overlay")
subsection.append(_("Keyboard Shortcuts"), "win.show-help-overlay")
subsection.append(_("Help"), "win.help")
subsection.append(_("About"), "app.about")
subsection.append(_("Quit"), "app.quit")
subsection.append(_("About mpdevil"), "app.about")
mpd_subsection=Gio.Menu()
mpd_subsection.append(_("Update database"), "mpd.update")
mpd_subsection.append(_("Server stats"), "win.stats")
mpd_subsection.append(_("Update Database"), "mpd.update")
mpd_subsection.append(_("Server Stats"), "win.stats")
profiles_subsection=Gio.Menu()
for num, profile in enumerate((_("Profile 1"), _("Profile 2"), _("Profile 3"))):
item=Gio.MenuItem.new(profile, None)
item.set_action_and_target_value("win.active-profile", GLib.Variant("i", num))
profiles_subsection.append_item(item)
menu=Gio.Menu()
menu.append(_("Mini player"), "win.mini-player")
menu.append(_("Mini Player"), "win.mini-player")
menu.append_section(None, profiles_subsection)
menu.append_section(None, mpd_subsection)
menu.append_section(None, subsection)

139
po/de.po
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 17:04+0200\n"
"PO-Revision-Date: 2021-09-13 17:06+0200\n"
"POT-Creation-Date: 2021-09-14 13:43+0200\n"
"PO-Revision-Date: 2021-09-14 13:44+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de\n"
@ -134,19 +134,19 @@ msgstr "Musikverzeichnis:"
msgid "Cover regex:"
msgstr "Cover-Regex:"
#: mpdevil:1160 mpdevil:3830
#: mpdevil:1160 mpdevil:3826
msgid "Profile 1"
msgstr "Profil 1"
#: mpdevil:1161 mpdevil:3830
#: mpdevil:1161 mpdevil:3826
msgid "Profile 2"
msgstr "Profil 2"
#: mpdevil:1162 mpdevil:3830
#: mpdevil:1162 mpdevil:3826
msgid "Profile 3"
msgstr "Profil 3"
#: mpdevil:1166 mpdevil:3728
#: mpdevil:1166 mpdevil:3725
msgid "Connect"
msgstr "Verbinden"
@ -189,7 +189,7 @@ msgstr "Jahr"
msgid "Genre"
msgstr "Genre"
#: mpdevil:1299 mpdevil:1301 mpdevil:3729 mpdevil:3821
#: mpdevil:1299 mpdevil:1301 mpdevil:3726 mpdevil:3818
msgid "Settings"
msgstr "Einstellungen"
@ -201,14 +201,14 @@ msgstr "Ansicht"
msgid "Behavior"
msgstr "Verhalten"
#: mpdevil:1317 mpdevil:1328
msgid "Profiles"
msgstr "Profile"
#: mpdevil:1318 mpdevil:1329 mpdevil:3670
#: mpdevil:1317 mpdevil:1328 mpdevil:3667
msgid "Playlist"
msgstr "Wiedergabeliste"
#: mpdevil:1318 mpdevil:1329
msgid "Profiles"
msgstr "Profile"
#: mpdevil:1346
msgid "Stats"
msgstr "Statistik"
@ -327,7 +327,7 @@ msgstr "Alle Genres"
msgid "all artists"
msgstr "Alle Interpreten"
#: mpdevil:2502 mpdevil:3689
#: mpdevil:2502 mpdevil:3686
msgid "Back to current album"
msgstr "Zurück zu aktuellem Album"
@ -359,203 +359,210 @@ msgstr "Gehe zu aktuellem Lied"
msgid "Show lyrics"
msgstr "Zeige Liedtext"
#: mpdevil:3214 mpdevil:3215
#: mpdevil:3213 mpdevil:3214
#, python-brace-format
msgid "{number} song"
msgid_plural "{number} songs"
msgstr[0] "{number} Stück"
msgstr[1] "{number} Stücke"
#: mpdevil:3442
#: mpdevil:3439
msgid "Repeat mode"
msgstr "Dauerschleife"
#: mpdevil:3443
#: mpdevil:3440
msgid "Random mode"
msgstr "Zufallsmodus"
#: mpdevil:3444
#: mpdevil:3441
msgid "Single mode"
msgstr "Einzelstückmodus"
#: mpdevil:3445
#: mpdevil:3442
msgid "Consume mode"
msgstr "Wiedergabeliste verbrauchen"
#: mpdevil:3666
#: mpdevil:3663
msgid "General"
msgstr "Allgemein"
#: mpdevil:3667
#: mpdevil:3664
msgid "Window"
msgstr "Fenster"
#: mpdevil:3668
#: mpdevil:3665
msgid "Playback"
msgstr "Wiedergabe"
#: mpdevil:3669
#: mpdevil:3666
msgid "Search, Album Dialog, Album List and Artist List"
msgstr "Suche, Albumdialog, Albumliste und Interpretenliste"
#: mpdevil:3679
#: mpdevil:3676
msgid "Open online help"
msgstr "Onlinehilfe öffnen"
#: mpdevil:3680
#: mpdevil:3677
msgid "Open shortcuts window"
msgstr "Tastenkürzelfenster öffnen"
#: mpdevil:3681
#: mpdevil:3678
msgid "Open menu"
msgstr "Menü öffnen"
#: mpdevil:3682 mpdevil:3827
#: mpdevil:3679
msgid "Update database"
msgstr "Datenbank aktualisieren"
#: mpdevil:3683 mpdevil:3825
#: mpdevil:3680
msgid "Quit"
msgstr "Beenden"
#: mpdevil:3684
#: mpdevil:3681
msgid "Cycle through profiles"
msgstr "Profile durchschalten"
#: mpdevil:3685
#: mpdevil:3682
msgid "Cycle through profiles in reversed order"
msgstr "Profile rückwärts durchschalten"
#: mpdevil:3686
#: mpdevil:3683
msgid "Toggle mini player"
msgstr "Miniplayer ein-/ausschalten"
#: mpdevil:3687
#: mpdevil:3684
msgid "Toggle lyrics"
msgstr "Liedtext ein-/ausblenden"
#: mpdevil:3688
#: mpdevil:3685
msgid "Toggle search"
msgstr "Suche ein-/ausblenden"
#: mpdevil:3690
#: mpdevil:3687
msgid "Play/Pause"
msgstr "Wiedergabe/Pause"
#: mpdevil:3691
#: mpdevil:3688
msgid "Stop"
msgstr "Stopp"
#: mpdevil:3692
#: mpdevil:3689
msgid "Next title"
msgstr "Nächster Titel"
#: mpdevil:3693
#: mpdevil:3690
msgid "Previous title"
msgstr "Vorheriger Titel"
#: mpdevil:3694
#: mpdevil:3691
msgid "Seek forward"
msgstr "Vorspulen"
#: mpdevil:3695
#: mpdevil:3692
msgid "Seek backward"
msgstr "Zurückspulen"
#: mpdevil:3696
#: mpdevil:3693
msgid "Toggle repeat mode"
msgstr "Dauerschleife ein-/ausschalten"
#: mpdevil:3697
#: mpdevil:3694
msgid "Toggle random mode"
msgstr "Zufallsmodus ein-/ausschalten"
#: mpdevil:3698
#: mpdevil:3695
msgid "Toggle single mode"
msgstr "Einzelstückmodus ein-/ausschalten"
#: mpdevil:3699
#: mpdevil:3696
msgid "Toggle consume mode"
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
#: mpdevil:3700
#: mpdevil:3697
msgid "Enqueue selected item"
msgstr "Ausgewähltes Element einreihen"
#: mpdevil:3701
#: mpdevil:3698
msgid "Append selected item"
msgstr "Ausgewähltes Element anhängen"
#: mpdevil:3701 mpdevil:3704
#: mpdevil:3698 mpdevil:3701
msgid "Middle-click"
msgstr "Mittelklick"
#: mpdevil:3702
#: mpdevil:3699
msgid "Play selected item immediately"
msgstr "Ausgewähltes Element sofort abspielen"
#: mpdevil:3702
#: mpdevil:3699
msgid "Double-click"
msgstr "Doppelklick"
#: mpdevil:3703 mpdevil:3706
#: mpdevil:3700 mpdevil:3703
msgid "Show additional information"
msgstr "Zeige weitere Informationen"
#: mpdevil:3703 mpdevil:3706
#: mpdevil:3700 mpdevil:3703
msgid "Right-click"
msgstr "Rechtsklick"
#: mpdevil:3704
#: mpdevil:3701
msgid "Remove selected song"
msgstr "Ausgewählten Titel entfernen"
#: mpdevil:3705
#: mpdevil:3702
msgid "Clear playlist"
msgstr "Wiedergabeliste leeren"
#: mpdevil:3753
#: mpdevil:3750
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr "Verbindung zu „{socket}“ fehlgeschlagen"
#: mpdevil:3755
#: mpdevil:3752
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr "Verbindung zu „{host}:{port}“ fehlgeschlagen"
#: mpdevil:3822
msgid "Keyboard shortcuts"
#: mpdevil:3819
msgid "Keyboard Shortcuts"
msgstr "Tastenkürzel"
#: mpdevil:3823
#: mpdevil:3820
msgid "Help"
msgstr "Hilfe"
#: mpdevil:3824
msgid "About"
msgstr "Über"
#: mpdevil:3821
msgid "About mpdevil"
msgstr "Info zu mpdevil"
#: mpdevil:3828
msgid "Server stats"
#: mpdevil:3823
msgid "Update Database"
msgstr "Datenbank aktualisieren"
#: mpdevil:3824
msgid "Server Stats"
msgstr "Serverstatistik"
#: mpdevil:3835
msgid "Mini player"
#: mpdevil:3831
msgid "Mini Player"
msgstr "Miniplayer"
#: mpdevil:3841
#: mpdevil:3837
msgid "Menu"
msgstr "Menü"
#: mpdevil:3890 mpdevil:3892
#: mpdevil:3886 mpdevil:3888
msgid "connecting…"
msgstr "verbinden…"
#: mpdevil:4037
#: mpdevil:4033
msgid "Debug mode"
msgstr "Debugmodus"
#~ msgid "About"
#~ msgstr "Über"
#~ msgid "_Connect"
#~ msgstr "_Verbinden"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 17:04+0200\n"
"POT-Creation-Date: 2021-09-14 13:43+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"
@ -131,19 +131,19 @@ msgstr ""
msgid "Cover regex:"
msgstr ""
#: mpdevil:1160 mpdevil:3830
#: mpdevil:1160 mpdevil:3826
msgid "Profile 1"
msgstr ""
#: mpdevil:1161 mpdevil:3830
#: mpdevil:1161 mpdevil:3826
msgid "Profile 2"
msgstr ""
#: mpdevil:1162 mpdevil:3830
#: mpdevil:1162 mpdevil:3826
msgid "Profile 3"
msgstr ""
#: mpdevil:1166 mpdevil:3728
#: mpdevil:1166 mpdevil:3725
msgid "Connect"
msgstr ""
@ -184,7 +184,7 @@ msgstr ""
msgid "Genre"
msgstr ""
#: mpdevil:1299 mpdevil:1301 mpdevil:3729 mpdevil:3821
#: mpdevil:1299 mpdevil:1301 mpdevil:3726 mpdevil:3818
msgid "Settings"
msgstr ""
@ -196,12 +196,12 @@ msgstr ""
msgid "Behavior"
msgstr ""
#: mpdevil:1317 mpdevil:1328
msgid "Profiles"
#: mpdevil:1317 mpdevil:1328 mpdevil:3667
msgid "Playlist"
msgstr ""
#: mpdevil:1318 mpdevil:1329 mpdevil:3670
msgid "Playlist"
#: mpdevil:1318 mpdevil:1329
msgid "Profiles"
msgstr ""
#: mpdevil:1346
@ -320,7 +320,7 @@ msgstr ""
msgid "all artists"
msgstr ""
#: mpdevil:2502 mpdevil:3689
#: mpdevil:2502 mpdevil:3686
msgid "Back to current album"
msgstr ""
@ -352,199 +352,203 @@ msgstr ""
msgid "Show lyrics"
msgstr ""
#: mpdevil:3214 mpdevil:3215
#: mpdevil:3213 mpdevil:3214
#, python-brace-format
msgid "{number} song"
msgid_plural "{number} songs"
msgstr[0] ""
msgstr[1] ""
#: mpdevil:3442
#: mpdevil:3439
msgid "Repeat mode"
msgstr ""
#: mpdevil:3443
#: mpdevil:3440
msgid "Random mode"
msgstr ""
#: mpdevil:3444
#: mpdevil:3441
msgid "Single mode"
msgstr ""
#: mpdevil:3445
#: mpdevil:3442
msgid "Consume mode"
msgstr ""
#: mpdevil:3666
#: mpdevil:3663
msgid "General"
msgstr ""
#: mpdevil:3667
#: mpdevil:3664
msgid "Window"
msgstr ""
#: mpdevil:3668
#: mpdevil:3665
msgid "Playback"
msgstr ""
#: mpdevil:3669
#: mpdevil:3666
msgid "Search, Album Dialog, Album List and Artist List"
msgstr ""
#: mpdevil:3679
#: mpdevil:3676
msgid "Open online help"
msgstr ""
#: mpdevil:3680
#: mpdevil:3677
msgid "Open shortcuts window"
msgstr ""
#: mpdevil:3681
#: mpdevil:3678
msgid "Open menu"
msgstr ""
#: mpdevil:3682 mpdevil:3827
#: mpdevil:3679
msgid "Update database"
msgstr ""
#: mpdevil:3683 mpdevil:3825
#: mpdevil:3680
msgid "Quit"
msgstr ""
#: mpdevil:3684
#: mpdevil:3681
msgid "Cycle through profiles"
msgstr ""
#: mpdevil:3685
#: mpdevil:3682
msgid "Cycle through profiles in reversed order"
msgstr ""
#: mpdevil:3686
#: mpdevil:3683
msgid "Toggle mini player"
msgstr ""
#: mpdevil:3687
#: mpdevil:3684
msgid "Toggle lyrics"
msgstr ""
#: mpdevil:3688
#: mpdevil:3685
msgid "Toggle search"
msgstr ""
#: mpdevil:3690
#: mpdevil:3687
msgid "Play/Pause"
msgstr ""
#: mpdevil:3691
#: mpdevil:3688
msgid "Stop"
msgstr ""
#: mpdevil:3692
#: mpdevil:3689
msgid "Next title"
msgstr ""
#: mpdevil:3693
#: mpdevil:3690
msgid "Previous title"
msgstr ""
#: mpdevil:3694
#: mpdevil:3691
msgid "Seek forward"
msgstr ""
#: mpdevil:3695
#: mpdevil:3692
msgid "Seek backward"
msgstr ""
#: mpdevil:3696
#: mpdevil:3693
msgid "Toggle repeat mode"
msgstr ""
#: mpdevil:3697
#: mpdevil:3694
msgid "Toggle random mode"
msgstr ""
#: mpdevil:3698
#: mpdevil:3695
msgid "Toggle single mode"
msgstr ""
#: mpdevil:3699
#: mpdevil:3696
msgid "Toggle consume mode"
msgstr ""
#: mpdevil:3700
#: mpdevil:3697
msgid "Enqueue selected item"
msgstr ""
#: mpdevil:3701
#: mpdevil:3698
msgid "Append selected item"
msgstr ""
#: mpdevil:3701 mpdevil:3704
#: mpdevil:3698 mpdevil:3701
msgid "Middle-click"
msgstr ""
#: mpdevil:3702
#: mpdevil:3699
msgid "Play selected item immediately"
msgstr ""
#: mpdevil:3702
#: mpdevil:3699
msgid "Double-click"
msgstr ""
#: mpdevil:3703 mpdevil:3706
#: mpdevil:3700 mpdevil:3703
msgid "Show additional information"
msgstr ""
#: mpdevil:3703 mpdevil:3706
#: mpdevil:3700 mpdevil:3703
msgid "Right-click"
msgstr ""
#: mpdevil:3704
#: mpdevil:3701
msgid "Remove selected song"
msgstr ""
#: mpdevil:3705
#: mpdevil:3702
msgid "Clear playlist"
msgstr ""
#: mpdevil:3753
#: mpdevil:3750
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr ""
#: mpdevil:3755
#: mpdevil:3752
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr ""
#: mpdevil:3822
msgid "Keyboard shortcuts"
#: mpdevil:3819
msgid "Keyboard Shortcuts"
msgstr ""
#: mpdevil:3823
#: mpdevil:3820
msgid "Help"
msgstr ""
#: mpdevil:3821
msgid "About mpdevil"
msgstr ""
#: mpdevil:3823
msgid "Update Database"
msgstr ""
#: mpdevil:3824
msgid "About"
msgid "Server Stats"
msgstr ""
#: mpdevil:3828
msgid "Server stats"
#: mpdevil:3831
msgid "Mini Player"
msgstr ""
#: mpdevil:3835
msgid "Mini player"
msgstr ""
#: mpdevil:3841
#: mpdevil:3837
msgid "Menu"
msgstr ""
#: mpdevil:3890 mpdevil:3892
#: mpdevil:3886 mpdevil:3888
msgid "connecting…"
msgstr ""
#: mpdevil:4037
#: mpdevil:4033
msgid "Debug mode"
msgstr ""

139
po/nl.po
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-13 17:04+0200\n"
"PO-Revision-Date: 2021-09-13 17:07+0200\n"
"POT-Creation-Date: 2021-09-14 13:43+0200\n"
"PO-Revision-Date: 2021-09-14 13:45+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: nl\n"
@ -134,19 +134,19 @@ msgstr "Muziekmap:"
msgid "Cover regex:"
msgstr "Regex albumhoes:"
#: mpdevil:1160 mpdevil:3830
#: mpdevil:1160 mpdevil:3826
msgid "Profile 1"
msgstr "Profiel 1"
#: mpdevil:1161 mpdevil:3830
#: mpdevil:1161 mpdevil:3826
msgid "Profile 2"
msgstr "Profiel 2"
#: mpdevil:1162 mpdevil:3830
#: mpdevil:1162 mpdevil:3826
msgid "Profile 3"
msgstr "Profiel 3"
#: mpdevil:1166 mpdevil:3728
#: mpdevil:1166 mpdevil:3725
msgid "Connect"
msgstr "Verbinden"
@ -187,7 +187,7 @@ msgstr "Jaar"
msgid "Genre"
msgstr "Genre"
#: mpdevil:1299 mpdevil:1301 mpdevil:3729 mpdevil:3821
#: mpdevil:1299 mpdevil:1301 mpdevil:3726 mpdevil:3818
msgid "Settings"
msgstr "Instellingen"
@ -199,14 +199,14 @@ msgstr "Beeld"
msgid "Behavior"
msgstr "Gedrag"
#: mpdevil:1317 mpdevil:1328
msgid "Profiles"
msgstr "Profielen"
#: mpdevil:1318 mpdevil:1329 mpdevil:3670
#: mpdevil:1317 mpdevil:1328 mpdevil:3667
msgid "Playlist"
msgstr "Afspeellijst"
#: mpdevil:1318 mpdevil:1329
msgid "Profiles"
msgstr "Profielen"
#: mpdevil:1346
msgid "Stats"
msgstr "Statistieken"
@ -325,7 +325,7 @@ msgstr "alle genres"
msgid "all artists"
msgstr "alle artiesten"
#: mpdevil:2502 mpdevil:3689
#: mpdevil:2502 mpdevil:3686
msgid "Back to current album"
msgstr "Terug naar huidige album"
@ -357,203 +357,210 @@ msgstr "Naar de huidige titel scrollen"
msgid "Show lyrics"
msgstr "Toon songtekst"
#: mpdevil:3214 mpdevil:3215
#: mpdevil:3213 mpdevil:3214
#, python-brace-format
msgid "{number} song"
msgid_plural "{number} songs"
msgstr[0] "{number} nummer"
msgstr[1] "{number} nummers"
#: mpdevil:3442
#: mpdevil:3439
msgid "Repeat mode"
msgstr "Herhaalmodus"
#: mpdevil:3443
#: mpdevil:3440
msgid "Random mode"
msgstr "Willekeurige modus"
#: mpdevil:3444
#: mpdevil:3441
msgid "Single mode"
msgstr "Enkele modus"
#: mpdevil:3445
#: mpdevil:3442
msgid "Consume mode"
msgstr "Verbruiksmodus"
#: mpdevil:3666
#: mpdevil:3663
msgid "General"
msgstr "Algemeen"
#: mpdevil:3667
#: mpdevil:3664
msgid "Window"
msgstr "Venster"
#: mpdevil:3668
#: mpdevil:3665
msgid "Playback"
msgstr "Afspelen"
#: mpdevil:3669
#: mpdevil:3666
msgid "Search, Album Dialog, Album List and Artist List"
msgstr "Zoeken, Albumdialoog, Albumlijst en Artiestenlijst"
#: mpdevil:3679
#: mpdevil:3676
msgid "Open online help"
msgstr "Online hulp openen"
#: mpdevil:3680
#: mpdevil:3677
msgid "Open shortcuts window"
msgstr "Venster met sneltoetsen openen"
#: mpdevil:3681
#: mpdevil:3678
msgid "Open menu"
msgstr "Menu openen"
#: mpdevil:3682 mpdevil:3827
#: mpdevil:3679
msgid "Update database"
msgstr "Database bijwerken"
#: mpdevil:3683 mpdevil:3825
#: mpdevil:3680
msgid "Quit"
msgstr "Stoppen"
#: mpdevil:3684
#: mpdevil:3681
msgid "Cycle through profiles"
msgstr "Profielen doorlopen"
#: mpdevil:3685
#: mpdevil:3682
msgid "Cycle through profiles in reversed order"
msgstr "Profielen doorlopen in omgekeerde volgorde"
#: mpdevil:3686
#: mpdevil:3683
msgid "Toggle mini player"
msgstr "Omschakelen naar minispeler"
#: mpdevil:3687
#: mpdevil:3684
msgid "Toggle lyrics"
msgstr "Omschakelen naar songtekst"
#: mpdevil:3688
#: mpdevil:3685
msgid "Toggle search"
msgstr "Omschakelen naar zoeken"
#: mpdevil:3690
#: mpdevil:3687
msgid "Play/Pause"
msgstr "Afspelen/Pauzeren"
#: mpdevil:3691
#: mpdevil:3688
msgid "Stop"
msgstr "Stoppen"
#: mpdevil:3692
#: mpdevil:3689
msgid "Next title"
msgstr "Volgende titel"
#: mpdevil:3693
#: mpdevil:3690
msgid "Previous title"
msgstr "Vorige titel"
#: mpdevil:3694
#: mpdevil:3691
msgid "Seek forward"
msgstr "Vooruit spoelen"
#: mpdevil:3695
#: mpdevil:3692
msgid "Seek backward"
msgstr "Achteruit spoelen"
#: mpdevil:3696
#: mpdevil:3693
msgid "Toggle repeat mode"
msgstr "Omschakelen naar herhaalmodus"
#: mpdevil:3697
#: mpdevil:3694
msgid "Toggle random mode"
msgstr "Omschakelen naar willekeurige modus"
#: mpdevil:3698
#: mpdevil:3695
msgid "Toggle single mode"
msgstr "Omschakelen naar enkele modus"
#: mpdevil:3699
#: mpdevil:3696
msgid "Toggle consume mode"
msgstr "Omschakelen naar verbruiksmodus"
#: mpdevil:3700
#: mpdevil:3697
msgid "Enqueue selected item"
msgstr "Geselecteerde item in wachtrij plaatsen"
#: mpdevil:3701
#: mpdevil:3698
msgid "Append selected item"
msgstr "Geselecteerde item toevoegen"
#: mpdevil:3701 mpdevil:3704
#: mpdevil:3698 mpdevil:3701
msgid "Middle-click"
msgstr "Middelklik"
#: mpdevil:3702
#: mpdevil:3699
msgid "Play selected item immediately"
msgstr "Geselecteerde item direct afspelen"
#: mpdevil:3702
#: mpdevil:3699
msgid "Double-click"
msgstr "Dubbelklik"
#: mpdevil:3703 mpdevil:3706
#: mpdevil:3700 mpdevil:3703
msgid "Show additional information"
msgstr "Toon extra informatie"
#: mpdevil:3703 mpdevil:3706
#: mpdevil:3700 mpdevil:3703
msgid "Right-click"
msgstr "Rechtsklik"
#: mpdevil:3704
#: mpdevil:3701
msgid "Remove selected song"
msgstr "Geselecteerde titel verwijderen"
#: mpdevil:3705
#: mpdevil:3702
msgid "Clear playlist"
msgstr "Afspeellijst legen"
#: mpdevil:3753
#: mpdevil:3750
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr "Verbinding met „{socket}” mislukt"
#: mpdevil:3755
#: mpdevil:3752
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr "Verbinding met „{host}:{port}” mislukt"
#: mpdevil:3822
msgid "Keyboard shortcuts"
#: mpdevil:3819
msgid "Keyboard Shortcuts"
msgstr "Sneltoetsen"
#: mpdevil:3823
#: mpdevil:3820
msgid "Help"
msgstr "Hulp"
#: mpdevil:3824
msgid "About"
msgstr "Over"
#: mpdevil:3821
msgid "About mpdevil"
msgstr "Over mpdevil"
#: mpdevil:3828
msgid "Server stats"
#: mpdevil:3823
msgid "Update Database"
msgstr "Database bijwerken"
#: mpdevil:3824
msgid "Server Stats"
msgstr "Serverstatistieken"
#: mpdevil:3835
msgid "Mini player"
#: mpdevil:3831
msgid "Mini Player"
msgstr "Minispeler"
#: mpdevil:3841
#: mpdevil:3837
msgid "Menu"
msgstr "Menu"
#: mpdevil:3890 mpdevil:3892
#: mpdevil:3886 mpdevil:3888
msgid "connecting…"
msgstr "verbinding maken…"
#: mpdevil:4037
#: mpdevil:4033
msgid "Debug mode"
msgstr "Debugmodus"
#~ msgid "About"
#~ msgstr "Over"
#~ msgid "_Connect"
#~ msgstr "_Verbinden"