added mnemonics

This commit is contained in:
Martin Wagner 2020-10-01 12:22:08 +02:00
parent bfd7b64cb9
commit 37d2c3161f
3 changed files with 178 additions and 180 deletions

View File

@ -1501,11 +1501,14 @@ class SongsWindow(Gtk.Box):
scroll.add(self._songs_view) scroll.add(self._songs_view)
# buttons # buttons
append_button=Gtk.Button(image=Gtk.Image.new_from_icon_name("list-add", Gtk.IconSize.BUTTON), label=_("Append")) append_button=Gtk.Button.new_with_mnemonic(_("_Append"))
append_button.set_image(Gtk.Image.new_from_icon_name("list-add", Gtk.IconSize.BUTTON))
append_button.set_tooltip_text(_("Add all titles to playlist")) append_button.set_tooltip_text(_("Add all titles to playlist"))
play_button=Gtk.Button(image=Gtk.Image.new_from_icon_name("media-playback-start", Gtk.IconSize.BUTTON), label=_("Play")) play_button=Gtk.Button.new_with_mnemonic(_("_Play"))
play_button.set_image(Gtk.Image.new_from_icon_name("media-playback-start", Gtk.IconSize.BUTTON))
play_button.set_tooltip_text(_("Directly play all titles")) play_button.set_tooltip_text(_("Directly play all titles"))
enqueue_button=Gtk.Button(image=Gtk.Image.new_from_icon_name("insert-object", Gtk.IconSize.BUTTON), label=_("Enqueue")) enqueue_button=Gtk.Button.new_with_mnemonic(_("_Enqueue"))
enqueue_button.set_image(Gtk.Image.new_from_icon_name("insert-object", Gtk.IconSize.BUTTON))
enqueue_button.set_tooltip_text(_("Append all titles after the currently playing track and clear the playlist from all other songs")) enqueue_button.set_tooltip_text(_("Append all titles after the currently playing track and clear the playlist from all other songs"))
# button box # button box

177
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-30 12:57+0200\n" "POT-Creation-Date: 2020-10-01 12:18+0200\n"
"PO-Revision-Date: 2020-09-30 12:59+0200\n" "PO-Revision-Date: 2020-10-01 12:21+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: de\n" "Language: de\n"
@ -110,7 +110,7 @@ msgstr "<b>Verhalten</b>"
msgid "(restart required)" msgid "(restart required)"
msgstr "(Neustart erforderlich)" msgstr "(Neustart erforderlich)"
#: mpdevil:849 mpdevil:3444 #: mpdevil:849 mpdevil:3442
msgid "Connect" msgid "Connect"
msgstr "Verbinden" msgstr "Verbinden"
@ -158,51 +158,51 @@ 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:1063 mpdevil:1583 mpdevil:1921 mpdevil:2643 #: mpdevil:1063 mpdevil:1586 mpdevil:1920 mpdevil:2641
msgid "No" msgid "No"
msgstr "Nr." msgstr "Nr."
#: mpdevil:1063 mpdevil:2644 #: mpdevil:1063 mpdevil:2642
msgid "Disc" msgid "Disc"
msgstr "CD" msgstr "CD"
#: mpdevil:1063 mpdevil:1588 mpdevil:1926 mpdevil:2645 #: mpdevil:1063 mpdevil:1591 mpdevil:1925 mpdevil:2643
msgid "Title" msgid "Title"
msgstr "Titel" msgstr "Titel"
#: mpdevil:1063 mpdevil:1594 mpdevil:1813 mpdevil:2646 #: mpdevil:1063 mpdevil:1597 mpdevil:2644
msgid "Artist" msgid "Artist"
msgstr "Interpret" msgstr "Interpret"
#: mpdevil:1063 mpdevil:1600 mpdevil:2647 #: mpdevil:1063 mpdevil:1603 mpdevil:2645
msgid "Album" msgid "Album"
msgstr "Album" msgstr "Album"
#: mpdevil:1063 mpdevil:1606 mpdevil:1932 mpdevil:2648 #: mpdevil:1063 mpdevil:1609 mpdevil:1931 mpdevil:2646
msgid "Length" msgid "Length"
msgstr "Länge" msgstr "Länge"
#: mpdevil:1063 mpdevil:2649 #: mpdevil:1063 mpdevil:2647
msgid "Year" msgid "Year"
msgstr "Jahr" msgstr "Jahr"
#: mpdevil:1063 mpdevil:2650 #: mpdevil:1063 mpdevil:2648
msgid "Genre" msgid "Genre"
msgstr "Genre" msgstr "Genre"
#: mpdevil:1179 mpdevil:1187 mpdevil:3531 #: mpdevil:1179 mpdevil:1187 mpdevil:3529
msgid "Settings" msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
#: mpdevil:1198 mpdevil:3380 #: mpdevil:1198 mpdevil:3378
msgid "General" msgid "General"
msgstr "Allgemein" msgstr "Allgemein"
#: mpdevil:1199 mpdevil:3542 #: mpdevil:1199 mpdevil:3540
msgid "Profiles" msgid "Profiles"
msgstr "Profile" msgstr "Profile"
#: mpdevil:1200 mpdevil:3384 #: mpdevil:1200 mpdevil:3382
msgid "Playlist" msgid "Playlist"
msgstr "Wiedergabeliste" msgstr "Wiedergabeliste"
@ -223,26 +223,26 @@ msgid "Value"
msgstr "Wert" msgstr "Wert"
#: mpdevil:1504 #: mpdevil:1504
msgid "Append" msgid "_Append"
msgstr "Anhängen" msgstr "_Anhängen"
#: mpdevil:1505 #: mpdevil:1506
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:1506
msgid "Play"
msgstr "Abspielen"
#: mpdevil:1507 #: mpdevil:1507
msgid "_Play"
msgstr "Ab_spielen"
#: mpdevil:1509
msgid "Directly play all titles" msgid "Directly play all titles"
msgstr "Alle Titel sofort abspielen" msgstr "Alle Titel sofort abspielen"
#: mpdevil:1508 #: mpdevil:1510
msgid "Enqueue" msgid "_Enqueue"
msgstr "Einreihen" msgstr "_Einreihen"
#: mpdevil:1509 #: mpdevil:1512
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"
@ -250,58 +250,54 @@ 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:1665 #: mpdevil:1668
#, python-brace-format #, python-brace-format
msgid "{num} hits" msgid "{num} hits"
msgstr "{num} Treffer" msgstr "{num} Treffer"
#: mpdevil:1703 #: mpdevil:1706
msgid "all genres" msgid "all genres"
msgstr "Alle Genres" msgstr "Alle Genres"
#: mpdevil:1811 #: mpdevil:1813
msgid "Album Artist"
msgstr "Albuminterpret"
#: mpdevil:1814
msgid "all artists" msgid "all artists"
msgstr "Alle Interpreten" msgstr "Alle Interpreten"
#: mpdevil:1938 #: mpdevil:1937
msgid "Close" msgid "Close"
msgstr "Schließen" msgstr "Schließen"
#: mpdevil:2103 #: mpdevil:2102
#, python-brace-format #, python-brace-format
msgid "{titles} titles on {discs} discs ({length})" msgid "{titles} titles on {discs} discs ({length})"
msgstr "{titles} Titel auf {discs} CDs ({length})" msgstr "{titles} Titel auf {discs} CDs ({length})"
#: mpdevil:2106 mpdevil:2738 #: mpdevil:2105 mpdevil:2736
#, python-brace-format #, python-brace-format
msgid "{titles} titles ({length})" msgid "{titles} titles ({length})"
msgstr "{titles} Titel ({length})" msgstr "{titles} Titel ({length})"
#: mpdevil:2233 mpdevil:3403 #: mpdevil:2232 mpdevil:3401
msgid "Back to current album" msgid "Back to current album"
msgstr "Zurück zu aktuellem Album" msgstr "Zurück zu aktuellem Album"
#: mpdevil:2235 #: mpdevil:2234
msgid "Search" msgid "Search"
msgstr "Suche" msgstr "Suche"
#: mpdevil:2420 #: mpdevil:2418
msgid "searching..." msgid "searching..."
msgstr "suche..." msgstr "suche..."
#: mpdevil:2425 #: mpdevil:2423
msgid "connection error" msgid "connection error"
msgstr "Verbindungsfehler" msgstr "Verbindungsfehler"
#: mpdevil:2427 #: mpdevil:2425
msgid "lyrics not found" msgid "lyrics not found"
msgstr "Liedtext nicht gefunden" msgstr "Liedtext nicht gefunden"
#: mpdevil:2475 #: mpdevil:2473
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, " "{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
@ -310,195 +306,198 @@ msgstr ""
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} Kanäle, " "{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} Kanäle, "
"{file_type}" "{file_type}"
#: mpdevil:2610 #: mpdevil:2608
msgid "Scroll to current song" msgid "Scroll to current song"
msgstr "Gehe zu aktuellem Lied" msgstr "Gehe zu aktuellem Lied"
#: mpdevil:2618 mpdevil:3419 #: mpdevil:2616 mpdevil:3417
msgid "Clear playlist" msgid "Clear playlist"
msgstr "Wiedergabeliste leeren" msgstr "Wiedergabeliste leeren"
#: mpdevil:2898 #: mpdevil:2896
msgid "Show lyrics" msgid "Show lyrics"
msgstr "Zeige Liedtext" msgstr "Zeige Liedtext"
#: mpdevil:3193 #: mpdevil:3191
msgid "Random mode" msgid "Random mode"
msgstr "Zufallsmodus" msgstr "Zufallsmodus"
#: mpdevil:3195 #: mpdevil:3193
msgid "Repeat mode" msgid "Repeat mode"
msgstr "Dauerschleife" msgstr "Dauerschleife"
#: mpdevil:3197 #: mpdevil:3195
msgid "Single mode" msgid "Single mode"
msgstr "Einzelstückmodus" msgstr "Einzelstückmodus"
#: mpdevil:3199 #: mpdevil:3197
msgid "Consume mode" msgid "Consume mode"
msgstr "Wiedergabeliste verbrauchen" msgstr "Wiedergabeliste verbrauchen"
#: mpdevil:3381 #: mpdevil:3379
msgid "Window" msgid "Window"
msgstr "Fenster" msgstr "Fenster"
#: mpdevil:3382 #: mpdevil:3380
msgid "Playback" msgid "Playback"
msgstr "Wiedergabe" msgstr "Wiedergabe"
#: mpdevil:3383 #: mpdevil:3381
msgid "Search, Album Dialog and Album List" msgid "Search, Album Dialog and Album List"
msgstr "Suche, Albumdialog und Albumliste" msgstr "Suche, Albumdialog und Albumliste"
#: mpdevil:3393 #: mpdevil:3391
msgid "Open online help" msgid "Open online help"
msgstr "Onlinehilfe öffnen" msgstr "Onlinehilfe öffnen"
#: mpdevil:3394 #: mpdevil:3392
msgid "Open shortcuts window" msgid "Open shortcuts window"
msgstr "Tastenkürzelfenster öffnen" msgstr "Tastenkürzelfenster öffnen"
#: mpdevil:3395 #: mpdevil:3393
msgid "Open menu" msgid "Open menu"
msgstr "Menü öffnen" msgstr "Menü öffnen"
#: mpdevil:3396 mpdevil:3537 #: mpdevil:3394 mpdevil:3535
msgid "Update database" msgid "Update database"
msgstr "Datenbank aktualisieren" msgstr "Datenbank aktualisieren"
#: mpdevil:3397 mpdevil:3535 #: mpdevil:3395 mpdevil:3533
msgid "Quit" msgid "Quit"
msgstr "Beenden" msgstr "Beenden"
#: mpdevil:3398 #: mpdevil:3396
msgid "Cycle through profiles" msgid "Cycle through profiles"
msgstr "Profile durchschalten" msgstr "Profile durchschalten"
#: mpdevil:3399 #: mpdevil:3397
msgid "Cycle through profiles in reversed order" msgid "Cycle through profiles in reversed order"
msgstr "Profile rückwärts durchschalten" msgstr "Profile rückwärts durchschalten"
#: mpdevil:3400 #: mpdevil:3398
msgid "Toggle mini player" msgid "Toggle mini player"
msgstr "Miniplayer ein-/ausschalten" msgstr "Miniplayer ein-/ausschalten"
#: mpdevil:3401 #: mpdevil:3399
msgid "Toggle lyrics" msgid "Toggle lyrics"
msgstr "Liedtext ein-/ausblenden" msgstr "Liedtext ein-/ausblenden"
#: mpdevil:3402 #: mpdevil:3400
msgid "Toggle search" msgid "Toggle search"
msgstr "Suche ein-/ausblenden" msgstr "Suche ein-/ausblenden"
#: mpdevil:3404 #: mpdevil:3402
msgid "Play/Pause" msgid "Play/Pause"
msgstr "Wiedergabe/Pause" msgstr "Wiedergabe/Pause"
#: mpdevil:3405 #: mpdevil:3403
msgid "Stop" msgid "Stop"
msgstr "Stopp" msgstr "Stopp"
#: mpdevil:3406 #: mpdevil:3404
msgid "Next title" msgid "Next title"
msgstr "Nächster Titel" msgstr "Nächster Titel"
#: mpdevil:3407 #: mpdevil:3405
msgid "Previous title" msgid "Previous title"
msgstr "Vorheriger Titel" msgstr "Vorheriger Titel"
#: mpdevil:3408 #: mpdevil:3406
msgid "Seek forward" msgid "Seek forward"
msgstr "Vorspulen" msgstr "Vorspulen"
#: mpdevil:3409 #: mpdevil:3407
msgid "Seek backward" msgid "Seek backward"
msgstr "Zurückspulen" msgstr "Zurückspulen"
#: mpdevil:3410 #: mpdevil:3408
msgid "Toggle repeat mode" msgid "Toggle repeat mode"
msgstr "Dauerschleife ein-/ausschalten" msgstr "Dauerschleife ein-/ausschalten"
#: mpdevil:3411 #: mpdevil:3409
msgid "Toggle random mode" msgid "Toggle random mode"
msgstr "Zufallsmodus ein-/ausschalten" msgstr "Zufallsmodus ein-/ausschalten"
#: mpdevil:3412 #: mpdevil:3410
msgid "Toggle single mode" msgid "Toggle single mode"
msgstr "Einzelstückmodus ein-/ausschalten" msgstr "Einzelstückmodus ein-/ausschalten"
#: mpdevil:3413 #: mpdevil:3411
msgid "Toggle consume mode" msgid "Toggle consume mode"
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten" msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
#: mpdevil:3414 #: mpdevil:3412
msgid "Play selected item (next)" msgid "Play selected item (next)"
msgstr "Ausgewähltes Element (als Nächstes) abspielen" msgstr "Ausgewähltes Element (als Nächstes) abspielen"
#: mpdevil:3414 #: mpdevil:3412
msgid "Left-click" msgid "Left-click"
msgstr "Linksklick" msgstr "Linksklick"
#: mpdevil:3415 #: mpdevil:3413
msgid "Append selected item" msgid "Append selected item"
msgstr "Ausgewähltes Element anhängen" msgstr "Ausgewähltes Element anhängen"
#: mpdevil:3415 mpdevil:3418 #: mpdevil:3413 mpdevil:3416
msgid "Middle-click" msgid "Middle-click"
msgstr "Mittelklick" msgstr "Mittelklick"
#: mpdevil:3416 #: mpdevil:3414
msgid "Play selected item immediately" msgid "Play selected item immediately"
msgstr "Ausgewähltes Element sofort abspielen" msgstr "Ausgewähltes Element sofort abspielen"
#: mpdevil:3416 #: mpdevil:3414
msgid "Double-click" msgid "Double-click"
msgstr "Doppelklick" msgstr "Doppelklick"
#: mpdevil:3417 mpdevil:3420 #: mpdevil:3415 mpdevil:3418
msgid "Show additional information" msgid "Show additional information"
msgstr "Zeige weitere Informationen" msgstr "Zeige weitere Informationen"
#: mpdevil:3417 mpdevil:3420 #: mpdevil:3415 mpdevil:3418
msgid "Right-click" msgid "Right-click"
msgstr "Rechtsklick" msgstr "Rechtsklick"
#: mpdevil:3418 #: mpdevil:3416
msgid "Remove selected song" msgid "Remove selected song"
msgstr "Ausgewählten Titel entfernen" msgstr "Ausgewählten Titel entfernen"
#: mpdevil:3462 #: mpdevil:3460
#, python-brace-format #, python-brace-format
msgid "Connection to “{profile}” ({host}:{port}) failed" msgid "Connection to “{profile}” ({host}:{port}) failed"
msgstr "Verbindung zu „{profile}“ ({host}:{port}) fehlgeschlagen" msgstr "Verbindung zu „{profile}“ ({host}:{port}) fehlgeschlagen"
#: mpdevil:3532 #: mpdevil:3530
msgid "Keyboard shortcuts" msgid "Keyboard shortcuts"
msgstr "Tastenkürzel" msgstr "Tastenkürzel"
#: mpdevil:3533 #: mpdevil:3531
msgid "Help" msgid "Help"
msgstr "Hilfe" msgstr "Hilfe"
#: mpdevil:3534 #: mpdevil:3532
msgid "About" msgid "About"
msgstr "Über" msgstr "Über"
#: mpdevil:3538 #: mpdevil:3536
msgid "Server stats" msgid "Server stats"
msgstr "Serverstatistik" msgstr "Serverstatistik"
#: mpdevil:3543 #: mpdevil:3541
msgid "Mini player" msgid "Mini player"
msgstr "Miniplayer" msgstr "Miniplayer"
#: mpdevil:3544 #: mpdevil:3542
msgid "Save window layout" msgid "Save window layout"
msgstr "Fensterlayout speichern" msgstr "Fensterlayout speichern"
#: mpdevil:3549 #: mpdevil:3547
msgid "Menu" msgid "Menu"
msgstr "Menü" msgstr "Menü"
#~ msgid "Album Artist"
#~ msgstr "Albuminterpret"
#, python-format #, python-format
#~ msgid "%i hits" #~ msgid "%i hits"
#~ msgstr "%i Treffer" #~ msgstr "%i Treffer"

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-30 12:57+0200\n" "POT-Creation-Date: 2020-10-01 12:18+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"
@ -109,7 +109,7 @@ msgstr ""
msgid "(restart required)" msgid "(restart required)"
msgstr "" msgstr ""
#: mpdevil:849 mpdevil:3444 #: mpdevil:849 mpdevil:3442
msgid "Connect" msgid "Connect"
msgstr "" msgstr ""
@ -152,51 +152,51 @@ msgstr ""
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:1063 mpdevil:1583 mpdevil:1921 mpdevil:2643 #: mpdevil:1063 mpdevil:1586 mpdevil:1920 mpdevil:2641
msgid "No" msgid "No"
msgstr "" msgstr ""
#: mpdevil:1063 mpdevil:2644 #: mpdevil:1063 mpdevil:2642
msgid "Disc" msgid "Disc"
msgstr "" msgstr ""
#: mpdevil:1063 mpdevil:1588 mpdevil:1926 mpdevil:2645 #: mpdevil:1063 mpdevil:1591 mpdevil:1925 mpdevil:2643
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: mpdevil:1063 mpdevil:1594 mpdevil:1813 mpdevil:2646 #: mpdevil:1063 mpdevil:1597 mpdevil:2644
msgid "Artist" msgid "Artist"
msgstr "" msgstr ""
#: mpdevil:1063 mpdevil:1600 mpdevil:2647 #: mpdevil:1063 mpdevil:1603 mpdevil:2645
msgid "Album" msgid "Album"
msgstr "" msgstr ""
#: mpdevil:1063 mpdevil:1606 mpdevil:1932 mpdevil:2648 #: mpdevil:1063 mpdevil:1609 mpdevil:1931 mpdevil:2646
msgid "Length" msgid "Length"
msgstr "" msgstr ""
#: mpdevil:1063 mpdevil:2649 #: mpdevil:1063 mpdevil:2647
msgid "Year" msgid "Year"
msgstr "" msgstr ""
#: mpdevil:1063 mpdevil:2650 #: mpdevil:1063 mpdevil:2648
msgid "Genre" msgid "Genre"
msgstr "" msgstr ""
#: mpdevil:1179 mpdevil:1187 mpdevil:3531 #: mpdevil:1179 mpdevil:1187 mpdevil:3529
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: mpdevil:1198 mpdevil:3380 #: mpdevil:1198 mpdevil:3378
msgid "General" msgid "General"
msgstr "" msgstr ""
#: mpdevil:1199 mpdevil:3542 #: mpdevil:1199 mpdevil:3540
msgid "Profiles" msgid "Profiles"
msgstr "" msgstr ""
#: mpdevil:1200 mpdevil:3384 #: mpdevil:1200 mpdevil:3382
msgid "Playlist" msgid "Playlist"
msgstr "" msgstr ""
@ -217,274 +217,270 @@ msgid "Value"
msgstr "" msgstr ""
#: mpdevil:1504 #: mpdevil:1504
msgid "Append" msgid "_Append"
msgstr ""
#: mpdevil:1505
msgid "Add all titles to playlist"
msgstr "" msgstr ""
#: mpdevil:1506 #: mpdevil:1506
msgid "Play" msgid "Add all titles to playlist"
msgstr "" msgstr ""
#: mpdevil:1507 #: mpdevil:1507
msgid "Directly play all titles" msgid "_Play"
msgstr ""
#: mpdevil:1508
msgid "Enqueue"
msgstr "" msgstr ""
#: mpdevil:1509 #: mpdevil:1509
msgid "Directly play all titles"
msgstr ""
#: mpdevil:1510
msgid "_Enqueue"
msgstr ""
#: mpdevil:1512
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:1665 #: mpdevil:1668
#, python-brace-format #, python-brace-format
msgid "{num} hits" msgid "{num} hits"
msgstr "" msgstr ""
#: mpdevil:1703 #: mpdevil:1706
msgid "all genres" msgid "all genres"
msgstr "" msgstr ""
#: mpdevil:1811 #: mpdevil:1813
msgid "Album Artist"
msgstr ""
#: mpdevil:1814
msgid "all artists" msgid "all artists"
msgstr "" msgstr ""
#: mpdevil:1938 #: mpdevil:1937
msgid "Close" msgid "Close"
msgstr "" msgstr ""
#: mpdevil:2103 #: mpdevil:2102
#, python-brace-format #, python-brace-format
msgid "{titles} titles on {discs} discs ({length})" msgid "{titles} titles on {discs} discs ({length})"
msgstr "" msgstr ""
#: mpdevil:2106 mpdevil:2738 #: mpdevil:2105 mpdevil:2736
#, python-brace-format #, python-brace-format
msgid "{titles} titles ({length})" msgid "{titles} titles ({length})"
msgstr "" msgstr ""
#: mpdevil:2233 mpdevil:3403 #: mpdevil:2232 mpdevil:3401
msgid "Back to current album" msgid "Back to current album"
msgstr "" msgstr ""
#: mpdevil:2235 #: mpdevil:2234
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: mpdevil:2420 #: mpdevil:2418
msgid "searching..." msgid "searching..."
msgstr "" msgstr ""
#: mpdevil:2425 #: mpdevil:2423
msgid "connection error" msgid "connection error"
msgstr "" msgstr ""
#: mpdevil:2427 #: mpdevil:2425
msgid "lyrics not found" msgid "lyrics not found"
msgstr "" msgstr ""
#: mpdevil:2475 #: mpdevil:2473
#, python-brace-format #, python-brace-format
msgid "" msgid ""
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, " "{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
"{file_type}" "{file_type}"
msgstr "" msgstr ""
#: mpdevil:2610 #: mpdevil:2608
msgid "Scroll to current song" msgid "Scroll to current song"
msgstr "" msgstr ""
#: mpdevil:2618 mpdevil:3419 #: mpdevil:2616 mpdevil:3417
msgid "Clear playlist" msgid "Clear playlist"
msgstr "" msgstr ""
#: mpdevil:2898 #: mpdevil:2896
msgid "Show lyrics" msgid "Show lyrics"
msgstr "" msgstr ""
#: mpdevil:3193 #: mpdevil:3191
msgid "Random mode" msgid "Random mode"
msgstr "" msgstr ""
#: mpdevil:3195 #: mpdevil:3193
msgid "Repeat mode" msgid "Repeat mode"
msgstr "" msgstr ""
#: mpdevil:3197 #: mpdevil:3195
msgid "Single mode" msgid "Single mode"
msgstr "" msgstr ""
#: mpdevil:3199 #: mpdevil:3197
msgid "Consume mode" msgid "Consume mode"
msgstr "" msgstr ""
#: mpdevil:3381 #: mpdevil:3379
msgid "Window" msgid "Window"
msgstr "" msgstr ""
#: mpdevil:3382 #: mpdevil:3380
msgid "Playback" msgid "Playback"
msgstr "" msgstr ""
#: mpdevil:3383 #: mpdevil:3381
msgid "Search, Album Dialog and Album List" msgid "Search, Album Dialog and Album List"
msgstr "" msgstr ""
#: mpdevil:3393 #: mpdevil:3391
msgid "Open online help" msgid "Open online help"
msgstr "" msgstr ""
#: mpdevil:3394 #: mpdevil:3392
msgid "Open shortcuts window" msgid "Open shortcuts window"
msgstr "" msgstr ""
#: mpdevil:3395 #: mpdevil:3393
msgid "Open menu" msgid "Open menu"
msgstr "" msgstr ""
#: mpdevil:3396 mpdevil:3537 #: mpdevil:3394 mpdevil:3535
msgid "Update database" msgid "Update database"
msgstr "" msgstr ""
#: mpdevil:3397 mpdevil:3535 #: mpdevil:3395 mpdevil:3533
msgid "Quit" msgid "Quit"
msgstr "" msgstr ""
#: mpdevil:3398 #: mpdevil:3396
msgid "Cycle through profiles" msgid "Cycle through profiles"
msgstr "" msgstr ""
#: mpdevil:3399 #: mpdevil:3397
msgid "Cycle through profiles in reversed order" msgid "Cycle through profiles in reversed order"
msgstr "" msgstr ""
#: mpdevil:3400 #: mpdevil:3398
msgid "Toggle mini player" msgid "Toggle mini player"
msgstr "" msgstr ""
#: mpdevil:3401 #: mpdevil:3399
msgid "Toggle lyrics" msgid "Toggle lyrics"
msgstr "" msgstr ""
#: mpdevil:3402 #: mpdevil:3400
msgid "Toggle search" msgid "Toggle search"
msgstr "" msgstr ""
#: mpdevil:3404 #: mpdevil:3402
msgid "Play/Pause" msgid "Play/Pause"
msgstr "" msgstr ""
#: mpdevil:3405 #: mpdevil:3403
msgid "Stop" msgid "Stop"
msgstr "" msgstr ""
#: mpdevil:3406 #: mpdevil:3404
msgid "Next title" msgid "Next title"
msgstr "" msgstr ""
#: mpdevil:3407 #: mpdevil:3405
msgid "Previous title" msgid "Previous title"
msgstr "" msgstr ""
#: mpdevil:3408 #: mpdevil:3406
msgid "Seek forward" msgid "Seek forward"
msgstr "" msgstr ""
#: mpdevil:3409 #: mpdevil:3407
msgid "Seek backward" msgid "Seek backward"
msgstr "" msgstr ""
#: mpdevil:3410 #: mpdevil:3408
msgid "Toggle repeat mode" msgid "Toggle repeat mode"
msgstr "" msgstr ""
#: mpdevil:3411 #: mpdevil:3409
msgid "Toggle random mode" msgid "Toggle random mode"
msgstr "" msgstr ""
#: mpdevil:3412 #: mpdevil:3410
msgid "Toggle single mode" msgid "Toggle single mode"
msgstr "" msgstr ""
#: mpdevil:3413 #: mpdevil:3411
msgid "Toggle consume mode" msgid "Toggle consume mode"
msgstr "" msgstr ""
#: mpdevil:3414 #: mpdevil:3412
msgid "Play selected item (next)" msgid "Play selected item (next)"
msgstr "" msgstr ""
#: mpdevil:3414 #: mpdevil:3412
msgid "Left-click" msgid "Left-click"
msgstr "" msgstr ""
#: mpdevil:3415 #: mpdevil:3413
msgid "Append selected item" msgid "Append selected item"
msgstr "" msgstr ""
#: mpdevil:3415 mpdevil:3418 #: mpdevil:3413 mpdevil:3416
msgid "Middle-click" msgid "Middle-click"
msgstr "" msgstr ""
#: mpdevil:3416 #: mpdevil:3414
msgid "Play selected item immediately" msgid "Play selected item immediately"
msgstr "" msgstr ""
#: mpdevil:3416 #: mpdevil:3414
msgid "Double-click" msgid "Double-click"
msgstr "" msgstr ""
#: mpdevil:3417 mpdevil:3420 #: mpdevil:3415 mpdevil:3418
msgid "Show additional information" msgid "Show additional information"
msgstr "" msgstr ""
#: mpdevil:3417 mpdevil:3420 #: mpdevil:3415 mpdevil:3418
msgid "Right-click" msgid "Right-click"
msgstr "" msgstr ""
#: mpdevil:3418 #: mpdevil:3416
msgid "Remove selected song" msgid "Remove selected song"
msgstr "" msgstr ""
#: mpdevil:3462 #: mpdevil:3460
#, python-brace-format #, python-brace-format
msgid "Connection to “{profile}” ({host}:{port}) failed" msgid "Connection to “{profile}” ({host}:{port}) failed"
msgstr "" msgstr ""
#: mpdevil:3532 #: mpdevil:3530
msgid "Keyboard shortcuts" msgid "Keyboard shortcuts"
msgstr "" msgstr ""
#: mpdevil:3533 #: mpdevil:3531
msgid "Help" msgid "Help"
msgstr "" msgstr ""
#: mpdevil:3534 #: mpdevil:3532
msgid "About" msgid "About"
msgstr "" msgstr ""
#: mpdevil:3538 #: mpdevil:3536
msgid "Server stats" msgid "Server stats"
msgstr "" msgstr ""
#: mpdevil:3543 #: mpdevil:3541
msgid "Mini player" msgid "Mini player"
msgstr "" msgstr ""
#: mpdevil:3544 #: mpdevil:3542
msgid "Save window layout" msgid "Save window layout"
msgstr "" msgstr ""
#: mpdevil:3549 #: mpdevil:3547
msgid "Menu" msgid "Menu"
msgstr "" msgstr ""