mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
updated shortcuts window
This commit is contained in:
parent
e45f0272d5
commit
303a02c1dd
@ -3646,7 +3646,7 @@ class ShortcutsWindow(Gtk.ShortcutsWindow):
|
|||||||
general_group=Gtk.ShortcutsGroup(title=_("General"), visible=True)
|
general_group=Gtk.ShortcutsGroup(title=_("General"), visible=True)
|
||||||
window_group=Gtk.ShortcutsGroup(title=_("Window"), visible=True)
|
window_group=Gtk.ShortcutsGroup(title=_("Window"), visible=True)
|
||||||
playback_group=Gtk.ShortcutsGroup(title=_("Playback"), visible=True)
|
playback_group=Gtk.ShortcutsGroup(title=_("Playback"), visible=True)
|
||||||
items_group=Gtk.ShortcutsGroup(title=_("Search, Album Dialog and Album List"), visible=True)
|
items_group=Gtk.ShortcutsGroup(title=_("Search, Album Dialog, Album List and Artist List"), visible=True)
|
||||||
playlist_group=Gtk.ShortcutsGroup(title=_("Playlist"), visible=True)
|
playlist_group=Gtk.ShortcutsGroup(title=_("Playlist"), visible=True)
|
||||||
section=Gtk.ShortcutsSection(section_name="shortcuts", visible=True)
|
section=Gtk.ShortcutsSection(section_name="shortcuts", visible=True)
|
||||||
section.add(general_group)
|
section.add(general_group)
|
||||||
@ -3680,10 +3680,10 @@ class ShortcutsWindow(Gtk.ShortcutsWindow):
|
|||||||
("<Control>e", _("Enqueue selected item"), None, items_group),
|
("<Control>e", _("Enqueue selected item"), None, items_group),
|
||||||
("<Control>plus", _("Append selected item"), _("Middle-click"), items_group),
|
("<Control>plus", _("Append selected item"), _("Middle-click"), items_group),
|
||||||
("<Control>Return", _("Play selected item immediately"), None, items_group),
|
("<Control>Return", _("Play selected item immediately"), None, items_group),
|
||||||
("<Control>i", _("Show additional information"), _("Right-click"), items_group),
|
("<Control>i Menu", _("Show additional information"), _("Right-click"), items_group),
|
||||||
("Delete", _("Remove selected song"), _("Middle-click"), playlist_group),
|
("Delete", _("Remove selected song"), _("Middle-click"), playlist_group),
|
||||||
("<Shift>Delete", _("Clear playlist"), None, playlist_group),
|
("<Shift>Delete", _("Clear playlist"), None, playlist_group),
|
||||||
("<Control>i", _("Show additional information"), _("Right-click"), playlist_group)
|
("<Control>i Menu", _("Show additional information"), _("Right-click"), playlist_group)
|
||||||
)
|
)
|
||||||
for accel, title, subtitle, group in shortcut_data:
|
for accel, title, subtitle, group in shortcut_data:
|
||||||
shortcut=Gtk.ShortcutsShortcut(visible=True, accelerator=accel, title=title, subtitle=subtitle)
|
shortcut=Gtk.ShortcutsShortcut(visible=True, accelerator=accel, title=title, subtitle=subtitle)
|
||||||
@ -4044,7 +4044,7 @@ class mpdevil(Gtk.Application):
|
|||||||
("mpd.repeat", ["<Control>r"]),("mpd.random", ["<Control>s"]),("mpd.single", ["<Control>1"]),
|
("mpd.repeat", ["<Control>r"]),("mpd.random", ["<Control>s"]),("mpd.single", ["<Control>1"]),
|
||||||
("mpd.consume", ["<Control>o"]),("mpd.seek-forward", ["KP_Multiply"]),("mpd.seek-backward", ["KP_Divide"]),
|
("mpd.consume", ["<Control>o"]),("mpd.seek-forward", ["KP_Multiply"]),("mpd.seek-backward", ["KP_Divide"]),
|
||||||
("win.profile-next", ["<Control>p"]),("win.profile-prev", ["<Shift><Control>p"]),
|
("win.profile-next", ["<Control>p"]),("win.profile-prev", ["<Shift><Control>p"]),
|
||||||
("win.show-info", ["<Control>i"]),("win.append", ["<Control>plus"]),
|
("win.show-info", ["<Control>i","Menu"]),("win.append", ["<Control>plus"]),
|
||||||
("win.play", ["<Control>Return"]),("win.enqueue", ["<Control>e"])
|
("win.play", ["<Control>Return"]),("win.enqueue", ["<Control>e"])
|
||||||
)
|
)
|
||||||
for action, accels in action_accels:
|
for action, accels in action_accels:
|
||||||
|
242
po/de.po
242
po/de.po
@ -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: 2021-03-26 16:18+0100\n"
|
"POT-Creation-Date: 2021-03-27 13:19+0100\n"
|
||||||
"PO-Revision-Date: 2021-03-26 16:19+0100\n"
|
"PO-Revision-Date: 2021-03-27 13:19+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
@ -18,90 +18,90 @@ 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:443
|
#: mpdevil:442
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{days} day"
|
msgid "{days} day"
|
||||||
msgid_plural "{days} days"
|
msgid_plural "{days} days"
|
||||||
msgstr[0] "{days} Tag"
|
msgstr[0] "{days} Tag"
|
||||||
msgstr[1] "{days} Tage"
|
msgstr[1] "{days} Tage"
|
||||||
|
|
||||||
#: mpdevil:478
|
#: mpdevil:477
|
||||||
msgid "Unknown Title"
|
msgid "Unknown Title"
|
||||||
msgstr "Unbekannter Titel"
|
msgstr "Unbekannter Titel"
|
||||||
|
|
||||||
#: mpdevil:861
|
#: mpdevil:855
|
||||||
msgid "Main cover size:"
|
msgid "Main cover size:"
|
||||||
msgstr "Größe des Haupt-Covers:"
|
msgstr "Größe des Haupt-Covers:"
|
||||||
|
|
||||||
#: mpdevil:862
|
#: mpdevil:856
|
||||||
msgid "Album view cover size:"
|
msgid "Album view cover size:"
|
||||||
msgstr "Covergröße in Albumliste:"
|
msgstr "Covergröße in Albumliste:"
|
||||||
|
|
||||||
#: mpdevil:863
|
#: mpdevil:857
|
||||||
msgid "Action bar icon size:"
|
msgid "Action bar icon size:"
|
||||||
msgstr "Symbolgröße Aktionsleiste:"
|
msgstr "Symbolgröße Aktionsleiste:"
|
||||||
|
|
||||||
#: mpdevil:864
|
#: mpdevil:858
|
||||||
msgid "Secondary icon size:"
|
msgid "Secondary icon size:"
|
||||||
msgstr "Sekundäre Symbolgröße:"
|
msgstr "Sekundäre Symbolgröße:"
|
||||||
|
|
||||||
#: mpdevil:877
|
#: mpdevil:871
|
||||||
msgid "Use Client-side decoration"
|
msgid "Use Client-side decoration"
|
||||||
msgstr "„Client-side decoration“ benutzen"
|
msgstr "„Client-side decoration“ benutzen"
|
||||||
|
|
||||||
#: mpdevil:878
|
#: mpdevil:872
|
||||||
msgid "Show stop button"
|
msgid "Show stop button"
|
||||||
msgstr "Stopp-Knopf anzeigen"
|
msgstr "Stopp-Knopf anzeigen"
|
||||||
|
|
||||||
#: mpdevil:879
|
#: mpdevil:873
|
||||||
msgid "Show lyrics button"
|
msgid "Show lyrics button"
|
||||||
msgstr "Liedtext-Knopf anzeigen"
|
msgstr "Liedtext-Knopf anzeigen"
|
||||||
|
|
||||||
#: mpdevil:880
|
#: mpdevil:874
|
||||||
msgid "Show initials in artist view"
|
msgid "Show initials in artist view"
|
||||||
msgstr "Anfangsbuchstaben in Interpretenliste anzeigen"
|
msgstr "Anfangsbuchstaben in Interpretenliste anzeigen"
|
||||||
|
|
||||||
#: mpdevil:881
|
#: mpdevil:875
|
||||||
msgid "Place playlist at the side"
|
msgid "Place playlist at the side"
|
||||||
msgstr "Wiedergabeliste seitlich anzeigen"
|
msgstr "Wiedergabeliste seitlich anzeigen"
|
||||||
|
|
||||||
#: mpdevil:882
|
#: mpdevil:876
|
||||||
msgid "Use “Album Artist” tag"
|
msgid "Use “Album Artist” tag"
|
||||||
msgstr "„Album Artist“ Tag benutzen"
|
msgstr "„Album Artist“ Tag benutzen"
|
||||||
|
|
||||||
#: mpdevil:883
|
#: mpdevil:877
|
||||||
msgid "Send notification on title change"
|
msgid "Send notification on title change"
|
||||||
msgstr "Über Titelwechsel benachrichtigen"
|
msgstr "Über Titelwechsel benachrichtigen"
|
||||||
|
|
||||||
#: mpdevil:884
|
#: mpdevil:878
|
||||||
msgid "Stop playback on quit"
|
msgid "Stop playback on quit"
|
||||||
msgstr "Wiedergabe beim Beenden stoppen"
|
msgstr "Wiedergabe beim Beenden stoppen"
|
||||||
|
|
||||||
#: mpdevil:885
|
#: mpdevil:879
|
||||||
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:886
|
#: mpdevil:880
|
||||||
msgid "Sort albums by year"
|
msgid "Sort albums by year"
|
||||||
msgstr "Alben nach Jahr sortieren"
|
msgstr "Alben nach Jahr sortieren"
|
||||||
|
|
||||||
#: mpdevil:898
|
#: mpdevil:892
|
||||||
msgid "<b>View</b>"
|
msgid "<b>View</b>"
|
||||||
msgstr "<b>Ansicht</b>"
|
msgstr "<b>Ansicht</b>"
|
||||||
|
|
||||||
#: mpdevil:899
|
#: mpdevil:893
|
||||||
msgid "<b>Behavior</b>"
|
msgid "<b>Behavior</b>"
|
||||||
msgstr "<b>Verhalten</b>"
|
msgstr "<b>Verhalten</b>"
|
||||||
|
|
||||||
#: mpdevil:919
|
#: mpdevil:913
|
||||||
msgid "(restart required)"
|
msgid "(restart required)"
|
||||||
msgstr "(Neustart erforderlich)"
|
msgstr "(Neustart erforderlich)"
|
||||||
|
|
||||||
#: mpdevil:968
|
#: mpdevil:960
|
||||||
msgid "_Connect"
|
msgid "_Connect"
|
||||||
msgstr "_Verbinden"
|
msgstr "_Verbinden"
|
||||||
|
|
||||||
#: mpdevil:984
|
#: mpdevil:976
|
||||||
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 "
|
||||||
@ -111,161 +111,161 @@ 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:989
|
#: mpdevil:981
|
||||||
msgid "Profile:"
|
msgid "Profile:"
|
||||||
msgstr "Profil:"
|
msgstr "Profil:"
|
||||||
|
|
||||||
#: mpdevil:990
|
#: mpdevil:982
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
msgstr "Name:"
|
msgstr "Name:"
|
||||||
|
|
||||||
#: mpdevil:991
|
#: mpdevil:983
|
||||||
msgid "Host:"
|
msgid "Host:"
|
||||||
msgstr "Host:"
|
msgstr "Host:"
|
||||||
|
|
||||||
#: mpdevil:992
|
#: mpdevil:984
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Passwort:"
|
msgstr "Passwort:"
|
||||||
|
|
||||||
#: mpdevil:993
|
#: mpdevil:985
|
||||||
msgid "Music lib:"
|
msgid "Music lib:"
|
||||||
msgstr "Musikverzeichnis:"
|
msgstr "Musikverzeichnis:"
|
||||||
|
|
||||||
#: mpdevil:994
|
#: mpdevil:986
|
||||||
msgid "Cover regex:"
|
msgid "Cover regex:"
|
||||||
msgstr "Cover-Regex:"
|
msgstr "Cover-Regex:"
|
||||||
|
|
||||||
#: mpdevil:1129
|
#: mpdevil:1121
|
||||||
msgid "Choose directory"
|
msgid "Choose directory"
|
||||||
msgstr "Verzeichnis wählen"
|
msgstr "Verzeichnis wählen"
|
||||||
|
|
||||||
#: mpdevil:1160
|
#: mpdevil:1150
|
||||||
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:1177 mpdevil:1716 mpdevil:1842 mpdevil:2842
|
#: mpdevil:1167 mpdevil:1682 mpdevil:1855 mpdevil:2853
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "Nr."
|
msgstr "Nr."
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:2843
|
#: mpdevil:1167 mpdevil:2854
|
||||||
msgid "Disc"
|
msgid "Disc"
|
||||||
msgstr "CD"
|
msgstr "CD"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1719 mpdevil:1847 mpdevil:2844
|
#: mpdevil:1167 mpdevil:1685 mpdevil:1860 mpdevil:2855
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Titel"
|
msgstr "Titel"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1853 mpdevil:2845
|
#: mpdevil:1167 mpdevil:1866 mpdevil:2856
|
||||||
msgid "Artist"
|
msgid "Artist"
|
||||||
msgstr "Interpret"
|
msgstr "Interpret"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1859 mpdevil:2846
|
#: mpdevil:1167 mpdevil:1872 mpdevil:2857
|
||||||
msgid "Album"
|
msgid "Album"
|
||||||
msgstr "Album"
|
msgstr "Album"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1722 mpdevil:1865 mpdevil:2847
|
#: mpdevil:1167 mpdevil:1688 mpdevil:1878 mpdevil:2858
|
||||||
msgid "Length"
|
msgid "Length"
|
||||||
msgstr "Länge"
|
msgstr "Länge"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:2848
|
#: mpdevil:1167 mpdevil:2859
|
||||||
msgid "Year"
|
msgid "Year"
|
||||||
msgstr "Jahr"
|
msgstr "Jahr"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:2849
|
#: mpdevil:1167 mpdevil:2860
|
||||||
msgid "Genre"
|
msgid "Genre"
|
||||||
msgstr "Genre"
|
msgstr "Genre"
|
||||||
|
|
||||||
#: mpdevil:1293 mpdevil:1295 mpdevil:3813
|
#: mpdevil:1283 mpdevil:1285 mpdevil:3798
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Einstellungen"
|
msgstr "Einstellungen"
|
||||||
|
|
||||||
#: mpdevil:1308 mpdevil:1317 mpdevil:3659
|
#: mpdevil:1298 mpdevil:1307 mpdevil:3646
|
||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr "Allgemein"
|
msgstr "Allgemein"
|
||||||
|
|
||||||
#: mpdevil:1309 mpdevil:1318 mpdevil:3824
|
#: mpdevil:1299 mpdevil:1308 mpdevil:3809
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr "Profile"
|
msgstr "Profile"
|
||||||
|
|
||||||
#: mpdevil:1310 mpdevil:1319 mpdevil:3663
|
#: mpdevil:1300 mpdevil:1309 mpdevil:3650
|
||||||
msgid "Playlist"
|
msgid "Playlist"
|
||||||
msgstr "Wiedergabeliste"
|
msgstr "Wiedergabeliste"
|
||||||
|
|
||||||
#: mpdevil:1332
|
#: mpdevil:1322
|
||||||
msgid "Stats"
|
msgid "Stats"
|
||||||
msgstr "Statistik"
|
msgstr "Statistik"
|
||||||
|
|
||||||
#: mpdevil:1342
|
#: mpdevil:1332
|
||||||
msgid "<b>Protocol:</b>"
|
msgid "<b>Protocol:</b>"
|
||||||
msgstr "<b>Protokoll:</b>"
|
msgstr "<b>Protokoll:</b>"
|
||||||
|
|
||||||
#: mpdevil:1343
|
#: mpdevil:1333
|
||||||
msgid "<b>Uptime:</b>"
|
msgid "<b>Uptime:</b>"
|
||||||
msgstr "<b>Uptime:</b>"
|
msgstr "<b>Uptime:</b>"
|
||||||
|
|
||||||
#: mpdevil:1344
|
#: mpdevil:1334
|
||||||
msgid "<b>Playtime:</b>"
|
msgid "<b>Playtime:</b>"
|
||||||
msgstr "<b>Wiedergabezeit:</b>"
|
msgstr "<b>Wiedergabezeit:</b>"
|
||||||
|
|
||||||
#: mpdevil:1345
|
#: mpdevil:1335
|
||||||
msgid "<b>Artists:</b>"
|
msgid "<b>Artists:</b>"
|
||||||
msgstr "<b>Künstler:</b>"
|
msgstr "<b>Künstler:</b>"
|
||||||
|
|
||||||
#: mpdevil:1346
|
#: mpdevil:1336
|
||||||
msgid "<b>Albums:</b>"
|
msgid "<b>Albums:</b>"
|
||||||
msgstr "<b>Alben:</b>"
|
msgstr "<b>Alben:</b>"
|
||||||
|
|
||||||
#: mpdevil:1347
|
#: mpdevil:1337
|
||||||
msgid "<b>Songs:</b>"
|
msgid "<b>Songs:</b>"
|
||||||
msgstr "<b>Titel:</b>"
|
msgstr "<b>Titel:</b>"
|
||||||
|
|
||||||
#: mpdevil:1348
|
#: mpdevil:1338
|
||||||
msgid "<b>Total Playtime:</b>"
|
msgid "<b>Total Playtime:</b>"
|
||||||
msgstr "<b>Gesamtwiedergabezeit:</b>"
|
msgstr "<b>Gesamtwiedergabezeit:</b>"
|
||||||
|
|
||||||
#: mpdevil:1349
|
#: mpdevil:1339
|
||||||
msgid "<b>Database Update:</b>"
|
msgid "<b>Database Update:</b>"
|
||||||
msgstr "<b>Datenbankaktualisierung:</b>"
|
msgstr "<b>Datenbankaktualisierung:</b>"
|
||||||
|
|
||||||
#: mpdevil:1373
|
#: mpdevil:1363
|
||||||
msgid "A simple music browser for MPD"
|
msgid "A simple music browser for MPD"
|
||||||
msgstr "Ein einfacher Musikbrowser für MPD"
|
msgstr "Ein einfacher Musikbrowser für MPD"
|
||||||
|
|
||||||
#: mpdevil:1462
|
#: mpdevil:1448
|
||||||
msgid "Open with…"
|
msgid "Open with…"
|
||||||
msgstr "Öffnen mit…"
|
msgstr "Öffnen mit…"
|
||||||
|
|
||||||
#: mpdevil:1482
|
#: mpdevil:1468
|
||||||
msgid "MPD-Tag"
|
msgid "MPD-Tag"
|
||||||
msgstr "MPD-Tag"
|
msgstr "MPD-Tag"
|
||||||
|
|
||||||
#: mpdevil:1485
|
#: mpdevil:1471
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
msgstr "Wert"
|
msgstr "Wert"
|
||||||
|
|
||||||
#: mpdevil:1633
|
#: mpdevil:1606 mpdevil:1737
|
||||||
msgid "_Append"
|
msgid "_Append"
|
||||||
msgstr "_Anhängen"
|
msgstr "_Anhängen"
|
||||||
|
|
||||||
#: mpdevil:1635
|
#: mpdevil:1608 mpdevil:1739
|
||||||
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:1636
|
#: mpdevil:1609 mpdevil:1740
|
||||||
msgid "_Play"
|
msgid "_Play"
|
||||||
msgstr "Ab_spielen"
|
msgstr "Ab_spielen"
|
||||||
|
|
||||||
#: mpdevil:1638
|
#: mpdevil:1611 mpdevil:1742
|
||||||
msgid "Directly play all titles"
|
msgid "Directly play all titles"
|
||||||
msgstr "Alle Titel sofort abspielen"
|
msgstr "Alle Titel sofort abspielen"
|
||||||
|
|
||||||
#: mpdevil:1639
|
#: mpdevil:1612 mpdevil:1743
|
||||||
msgid "_Enqueue"
|
msgid "_Enqueue"
|
||||||
msgstr "_Einreihen"
|
msgstr "_Einreihen"
|
||||||
|
|
||||||
#: mpdevil:1641
|
#: mpdevil:1614 mpdevil:1745
|
||||||
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"
|
||||||
@ -273,69 +273,69 @@ 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:1913
|
#: mpdevil:1926
|
||||||
msgid "all tags"
|
msgid "all tags"
|
||||||
msgstr "Alle Tags"
|
msgstr "Alle Tags"
|
||||||
|
|
||||||
#: mpdevil:1937
|
#: mpdevil:1950
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{hits} hit"
|
msgid "{hits} hit"
|
||||||
msgid_plural "{hits} hits"
|
msgid_plural "{hits} hits"
|
||||||
msgstr[0] "{hits} Treffer"
|
msgstr[0] "{hits} Treffer"
|
||||||
msgstr[1] "{hits} Treffer"
|
msgstr[1] "{hits} Treffer"
|
||||||
|
|
||||||
#: mpdevil:2009
|
#: mpdevil:2019
|
||||||
msgid "all genres"
|
msgid "all genres"
|
||||||
msgstr "Alle Genres"
|
msgstr "Alle Genres"
|
||||||
|
|
||||||
#: mpdevil:2113
|
#: mpdevil:2124
|
||||||
msgid "all artists"
|
msgid "all artists"
|
||||||
msgstr "Alle Interpreten"
|
msgstr "Alle Interpreten"
|
||||||
|
|
||||||
#: mpdevil:2313 mpdevil:2945 mpdevil:3232 mpdevil:3233
|
#: mpdevil:2336 mpdevil:2955 mpdevil:3230 mpdevil:3231
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} title"
|
msgid "{titles} title"
|
||||||
msgid_plural "{titles} titles"
|
msgid_plural "{titles} titles"
|
||||||
msgstr[0] "{titles} Titel"
|
msgstr[0] "{titles} Titel"
|
||||||
msgstr[1] "{titles} Titel"
|
msgstr[1] "{titles} Titel"
|
||||||
|
|
||||||
#: mpdevil:2315
|
#: mpdevil:2338
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "on {discs} discs"
|
msgid "on {discs} discs"
|
||||||
msgstr "auf {discs} CDs"
|
msgstr "auf {discs} CDs"
|
||||||
|
|
||||||
#: mpdevil:2452 mpdevil:3682
|
#: mpdevil:2474 mpdevil:3669
|
||||||
msgid "Back to current album"
|
msgid "Back to current album"
|
||||||
msgstr "Zurück zu aktuellem Album"
|
msgstr "Zurück zu aktuellem Album"
|
||||||
|
|
||||||
#: mpdevil:2454
|
#: mpdevil:2476
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Suche"
|
msgstr "Suche"
|
||||||
|
|
||||||
#: mpdevil:2630
|
#: mpdevil:2650
|
||||||
msgid "searching..."
|
msgid "searching..."
|
||||||
msgstr "suche..."
|
msgstr "suche..."
|
||||||
|
|
||||||
#: mpdevil:2635
|
#: mpdevil:2655
|
||||||
msgid "connection error"
|
msgid "connection error"
|
||||||
msgstr "Verbindungsfehler"
|
msgstr "Verbindungsfehler"
|
||||||
|
|
||||||
#: mpdevil:2637
|
#: mpdevil:2657
|
||||||
msgid "lyrics not found"
|
msgid "lyrics not found"
|
||||||
msgstr "Liedtext nicht gefunden"
|
msgstr "Liedtext nicht gefunden"
|
||||||
|
|
||||||
#: mpdevil:2682
|
#: mpdevil:2700
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{channels} channel"
|
msgid "{channels} channel"
|
||||||
msgid_plural "{channels} channels"
|
msgid_plural "{channels} channels"
|
||||||
msgstr[0] "{channels} Kanal"
|
msgstr[0] "{channels} Kanal"
|
||||||
msgstr[1] "{channels} Kanäle"
|
msgstr[1] "{channels} Kanäle"
|
||||||
|
|
||||||
#: mpdevil:2816
|
#: mpdevil:2827
|
||||||
msgid "Scroll to current song"
|
msgid "Scroll to current song"
|
||||||
msgstr "Gehe zu aktuellem Lied"
|
msgstr "Gehe zu aktuellem Lied"
|
||||||
|
|
||||||
#: mpdevil:2824 mpdevil:3698
|
#: mpdevil:2835 mpdevil:3685
|
||||||
msgid "Clear playlist"
|
msgid "Clear playlist"
|
||||||
msgstr "Wiedergabeliste leeren"
|
msgstr "Wiedergabeliste leeren"
|
||||||
|
|
||||||
@ -343,176 +343,176 @@ msgstr "Wiedergabeliste leeren"
|
|||||||
msgid "Show lyrics"
|
msgid "Show lyrics"
|
||||||
msgstr "Zeige Liedtext"
|
msgstr "Zeige Liedtext"
|
||||||
|
|
||||||
#: mpdevil:3442
|
#: mpdevil:3432
|
||||||
msgid "Random mode"
|
msgid "Random mode"
|
||||||
msgstr "Zufallsmodus"
|
msgstr "Zufallsmodus"
|
||||||
|
|
||||||
#: mpdevil:3444
|
#: mpdevil:3434
|
||||||
msgid "Repeat mode"
|
msgid "Repeat mode"
|
||||||
msgstr "Dauerschleife"
|
msgstr "Dauerschleife"
|
||||||
|
|
||||||
#: mpdevil:3446
|
#: mpdevil:3436
|
||||||
msgid "Single mode"
|
msgid "Single mode"
|
||||||
msgstr "Einzelstückmodus"
|
msgstr "Einzelstückmodus"
|
||||||
|
|
||||||
#: mpdevil:3448
|
#: mpdevil:3438
|
||||||
msgid "Consume mode"
|
msgid "Consume mode"
|
||||||
msgstr "Wiedergabeliste verbrauchen"
|
msgstr "Wiedergabeliste verbrauchen"
|
||||||
|
|
||||||
#: mpdevil:3660
|
#: mpdevil:3647
|
||||||
msgid "Window"
|
msgid "Window"
|
||||||
msgstr "Fenster"
|
msgstr "Fenster"
|
||||||
|
|
||||||
#: mpdevil:3661
|
#: mpdevil:3648
|
||||||
msgid "Playback"
|
msgid "Playback"
|
||||||
msgstr "Wiedergabe"
|
msgstr "Wiedergabe"
|
||||||
|
|
||||||
#: mpdevil:3662
|
#: mpdevil:3649
|
||||||
msgid "Search, Album Dialog and Album List"
|
msgid "Search, Album Dialog, Album List and Artist List"
|
||||||
msgstr "Suche, Albumdialog und Albumliste"
|
msgstr "Suche, Albumdialog, Albumliste und Interpretenliste"
|
||||||
|
|
||||||
#: mpdevil:3672
|
#: mpdevil:3659
|
||||||
msgid "Open online help"
|
msgid "Open online help"
|
||||||
msgstr "Onlinehilfe öffnen"
|
msgstr "Onlinehilfe öffnen"
|
||||||
|
|
||||||
#: mpdevil:3673
|
#: mpdevil:3660
|
||||||
msgid "Open shortcuts window"
|
msgid "Open shortcuts window"
|
||||||
msgstr "Tastenkürzelfenster öffnen"
|
msgstr "Tastenkürzelfenster öffnen"
|
||||||
|
|
||||||
#: mpdevil:3674
|
#: mpdevil:3661
|
||||||
msgid "Open menu"
|
msgid "Open menu"
|
||||||
msgstr "Menü öffnen"
|
msgstr "Menü öffnen"
|
||||||
|
|
||||||
#: mpdevil:3675 mpdevil:3819
|
#: mpdevil:3662 mpdevil:3804
|
||||||
msgid "Update database"
|
msgid "Update database"
|
||||||
msgstr "Datenbank aktualisieren"
|
msgstr "Datenbank aktualisieren"
|
||||||
|
|
||||||
#: mpdevil:3676 mpdevil:3817
|
#: mpdevil:3663 mpdevil:3802
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Beenden"
|
msgstr "Beenden"
|
||||||
|
|
||||||
#: mpdevil:3677
|
#: mpdevil:3664
|
||||||
msgid "Cycle through profiles"
|
msgid "Cycle through profiles"
|
||||||
msgstr "Profile durchschalten"
|
msgstr "Profile durchschalten"
|
||||||
|
|
||||||
#: mpdevil:3678
|
#: mpdevil:3665
|
||||||
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:3679
|
#: mpdevil:3666
|
||||||
msgid "Toggle mini player"
|
msgid "Toggle mini player"
|
||||||
msgstr "Miniplayer ein-/ausschalten"
|
msgstr "Miniplayer ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3680
|
#: mpdevil:3667
|
||||||
msgid "Toggle lyrics"
|
msgid "Toggle lyrics"
|
||||||
msgstr "Liedtext ein-/ausblenden"
|
msgstr "Liedtext ein-/ausblenden"
|
||||||
|
|
||||||
#: mpdevil:3681
|
#: mpdevil:3668
|
||||||
msgid "Toggle search"
|
msgid "Toggle search"
|
||||||
msgstr "Suche ein-/ausblenden"
|
msgstr "Suche ein-/ausblenden"
|
||||||
|
|
||||||
#: mpdevil:3683
|
#: mpdevil:3670
|
||||||
msgid "Play/Pause"
|
msgid "Play/Pause"
|
||||||
msgstr "Wiedergabe/Pause"
|
msgstr "Wiedergabe/Pause"
|
||||||
|
|
||||||
#: mpdevil:3684
|
#: mpdevil:3671
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Stopp"
|
msgstr "Stopp"
|
||||||
|
|
||||||
#: mpdevil:3685
|
#: mpdevil:3672
|
||||||
msgid "Next title"
|
msgid "Next title"
|
||||||
msgstr "Nächster Titel"
|
msgstr "Nächster Titel"
|
||||||
|
|
||||||
#: mpdevil:3686
|
#: mpdevil:3673
|
||||||
msgid "Previous title"
|
msgid "Previous title"
|
||||||
msgstr "Vorheriger Titel"
|
msgstr "Vorheriger Titel"
|
||||||
|
|
||||||
#: mpdevil:3687
|
#: mpdevil:3674
|
||||||
msgid "Seek forward"
|
msgid "Seek forward"
|
||||||
msgstr "Vorspulen"
|
msgstr "Vorspulen"
|
||||||
|
|
||||||
#: mpdevil:3688
|
#: mpdevil:3675
|
||||||
msgid "Seek backward"
|
msgid "Seek backward"
|
||||||
msgstr "Zurückspulen"
|
msgstr "Zurückspulen"
|
||||||
|
|
||||||
#: mpdevil:3689
|
#: mpdevil:3676
|
||||||
msgid "Toggle repeat mode"
|
msgid "Toggle repeat mode"
|
||||||
msgstr "Dauerschleife ein-/ausschalten"
|
msgstr "Dauerschleife ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3690
|
#: mpdevil:3677
|
||||||
msgid "Toggle random mode"
|
msgid "Toggle random mode"
|
||||||
msgstr "Zufallsmodus ein-/ausschalten"
|
msgstr "Zufallsmodus ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3691
|
#: mpdevil:3678
|
||||||
msgid "Toggle single mode"
|
msgid "Toggle single mode"
|
||||||
msgstr "Einzelstückmodus ein-/ausschalten"
|
msgstr "Einzelstückmodus ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3692
|
#: mpdevil:3679
|
||||||
msgid "Toggle consume mode"
|
msgid "Toggle consume mode"
|
||||||
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
|
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3693
|
#: mpdevil:3680
|
||||||
msgid "Enqueue selected item"
|
msgid "Enqueue selected item"
|
||||||
msgstr "Ausgewähltes Element einreihen"
|
msgstr "Ausgewähltes Element einreihen"
|
||||||
|
|
||||||
#: mpdevil:3694
|
#: mpdevil:3681
|
||||||
msgid "Append selected item"
|
msgid "Append selected item"
|
||||||
msgstr "Ausgewähltes Element anhängen"
|
msgstr "Ausgewähltes Element anhängen"
|
||||||
|
|
||||||
#: mpdevil:3694 mpdevil:3697
|
#: mpdevil:3681 mpdevil:3684
|
||||||
msgid "Middle-click"
|
msgid "Middle-click"
|
||||||
msgstr "Mittelklick"
|
msgstr "Mittelklick"
|
||||||
|
|
||||||
#: mpdevil:3695
|
#: mpdevil:3682
|
||||||
msgid "Play selected item immediately"
|
msgid "Play selected item immediately"
|
||||||
msgstr "Ausgewähltes Element sofort abspielen"
|
msgstr "Ausgewähltes Element sofort abspielen"
|
||||||
|
|
||||||
#: mpdevil:3696 mpdevil:3699
|
#: mpdevil:3683 mpdevil:3686
|
||||||
msgid "Show additional information"
|
msgid "Show additional information"
|
||||||
msgstr "Zeige weitere Informationen"
|
msgstr "Zeige weitere Informationen"
|
||||||
|
|
||||||
#: mpdevil:3696 mpdevil:3699
|
#: mpdevil:3683 mpdevil:3686
|
||||||
msgid "Right-click"
|
msgid "Right-click"
|
||||||
msgstr "Rechtsklick"
|
msgstr "Rechtsklick"
|
||||||
|
|
||||||
#: mpdevil:3697
|
#: mpdevil:3684
|
||||||
msgid "Remove selected song"
|
msgid "Remove selected song"
|
||||||
msgstr "Ausgewählten Titel entfernen"
|
msgstr "Ausgewählten Titel entfernen"
|
||||||
|
|
||||||
#: mpdevil:3723
|
#: mpdevil:3708
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Verbinden"
|
msgstr "Verbinden"
|
||||||
|
|
||||||
#: mpdevil:3741
|
#: mpdevil:3726
|
||||||
#, 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:3814
|
#: mpdevil:3799
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr "Tastenkürzel"
|
msgstr "Tastenkürzel"
|
||||||
|
|
||||||
#: mpdevil:3815
|
#: mpdevil:3800
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr "Hilfe"
|
msgstr "Hilfe"
|
||||||
|
|
||||||
#: mpdevil:3816
|
#: mpdevil:3801
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr "Über"
|
msgstr "Über"
|
||||||
|
|
||||||
#: mpdevil:3820
|
#: mpdevil:3805
|
||||||
msgid "Server stats"
|
msgid "Server stats"
|
||||||
msgstr "Serverstatistik"
|
msgstr "Serverstatistik"
|
||||||
|
|
||||||
#: mpdevil:3825
|
#: mpdevil:3810
|
||||||
msgid "Mini player"
|
msgid "Mini player"
|
||||||
msgstr "Miniplayer"
|
msgstr "Miniplayer"
|
||||||
|
|
||||||
#: mpdevil:3830
|
#: mpdevil:3815
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr "Menü"
|
msgstr "Menü"
|
||||||
|
|
||||||
#: mpdevil:3880 mpdevil:3882
|
#: mpdevil:3865 mpdevil:3867
|
||||||
msgid "connecting…"
|
msgid "connecting…"
|
||||||
msgstr "verbinden…"
|
msgstr "verbinden…"
|
||||||
|
|
||||||
|
238
po/mpdevil.pot
238
po/mpdevil.pot
@ -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: 2021-03-26 16:18+0100\n"
|
"POT-Creation-Date: 2021-03-27 13:19+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"
|
||||||
@ -18,317 +18,317 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||||
|
|
||||||
#: mpdevil:443
|
#: mpdevil:442
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{days} day"
|
msgid "{days} day"
|
||||||
msgid_plural "{days} days"
|
msgid_plural "{days} days"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: mpdevil:478
|
#: mpdevil:477
|
||||||
msgid "Unknown Title"
|
msgid "Unknown Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:861
|
#: mpdevil:855
|
||||||
msgid "Main cover size:"
|
msgid "Main cover size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:862
|
#: mpdevil:856
|
||||||
msgid "Album view cover size:"
|
msgid "Album view cover size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:863
|
#: mpdevil:857
|
||||||
msgid "Action bar icon size:"
|
msgid "Action bar icon size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:864
|
#: mpdevil:858
|
||||||
msgid "Secondary icon size:"
|
msgid "Secondary icon size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:877
|
#: mpdevil:871
|
||||||
msgid "Use Client-side decoration"
|
msgid "Use Client-side decoration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:878
|
#: mpdevil:872
|
||||||
msgid "Show stop button"
|
msgid "Show stop button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:879
|
#: mpdevil:873
|
||||||
msgid "Show lyrics button"
|
msgid "Show lyrics button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:880
|
#: mpdevil:874
|
||||||
msgid "Show initials in artist view"
|
msgid "Show initials in artist view"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:881
|
#: mpdevil:875
|
||||||
msgid "Place playlist at the side"
|
msgid "Place playlist at the side"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:882
|
#: mpdevil:876
|
||||||
msgid "Use “Album Artist” tag"
|
msgid "Use “Album Artist” tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:883
|
#: mpdevil:877
|
||||||
msgid "Send notification on title change"
|
msgid "Send notification on title change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:884
|
#: mpdevil:878
|
||||||
msgid "Stop playback on quit"
|
msgid "Stop playback on quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:885
|
#: mpdevil:879
|
||||||
msgid "Play selected albums and titles immediately"
|
msgid "Play selected albums and titles immediately"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:886
|
#: mpdevil:880
|
||||||
msgid "Sort albums by year"
|
msgid "Sort albums by year"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:898
|
#: mpdevil:892
|
||||||
msgid "<b>View</b>"
|
msgid "<b>View</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:899
|
#: mpdevil:893
|
||||||
msgid "<b>Behavior</b>"
|
msgid "<b>Behavior</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:919
|
#: mpdevil:913
|
||||||
msgid "(restart required)"
|
msgid "(restart required)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:968
|
#: mpdevil:960
|
||||||
msgid "_Connect"
|
msgid "_Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:984
|
#: mpdevil:976
|
||||||
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:989
|
#: mpdevil:981
|
||||||
msgid "Profile:"
|
msgid "Profile:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:990
|
#: mpdevil:982
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:991
|
#: mpdevil:983
|
||||||
msgid "Host:"
|
msgid "Host:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:992
|
#: mpdevil:984
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:993
|
#: mpdevil:985
|
||||||
msgid "Music lib:"
|
msgid "Music lib:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:994
|
#: mpdevil:986
|
||||||
msgid "Cover regex:"
|
msgid "Cover regex:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1129
|
#: mpdevil:1121
|
||||||
msgid "Choose directory"
|
msgid "Choose directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1160
|
#: mpdevil:1150
|
||||||
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:1177 mpdevil:1716 mpdevil:1842 mpdevil:2842
|
#: mpdevil:1167 mpdevil:1682 mpdevil:1855 mpdevil:2853
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:2843
|
#: mpdevil:1167 mpdevil:2854
|
||||||
msgid "Disc"
|
msgid "Disc"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1719 mpdevil:1847 mpdevil:2844
|
#: mpdevil:1167 mpdevil:1685 mpdevil:1860 mpdevil:2855
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1853 mpdevil:2845
|
#: mpdevil:1167 mpdevil:1866 mpdevil:2856
|
||||||
msgid "Artist"
|
msgid "Artist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1859 mpdevil:2846
|
#: mpdevil:1167 mpdevil:1872 mpdevil:2857
|
||||||
msgid "Album"
|
msgid "Album"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1722 mpdevil:1865 mpdevil:2847
|
#: mpdevil:1167 mpdevil:1688 mpdevil:1878 mpdevil:2858
|
||||||
msgid "Length"
|
msgid "Length"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:2848
|
#: mpdevil:1167 mpdevil:2859
|
||||||
msgid "Year"
|
msgid "Year"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:2849
|
#: mpdevil:1167 mpdevil:2860
|
||||||
msgid "Genre"
|
msgid "Genre"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1293 mpdevil:1295 mpdevil:3813
|
#: mpdevil:1283 mpdevil:1285 mpdevil:3798
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1308 mpdevil:1317 mpdevil:3659
|
#: mpdevil:1298 mpdevil:1307 mpdevil:3646
|
||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1309 mpdevil:1318 mpdevil:3824
|
#: mpdevil:1299 mpdevil:1308 mpdevil:3809
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1310 mpdevil:1319 mpdevil:3663
|
#: mpdevil:1300 mpdevil:1309 mpdevil:3650
|
||||||
msgid "Playlist"
|
msgid "Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1332
|
#: mpdevil:1322
|
||||||
msgid "Stats"
|
msgid "Stats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1342
|
#: mpdevil:1332
|
||||||
msgid "<b>Protocol:</b>"
|
msgid "<b>Protocol:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1343
|
#: mpdevil:1333
|
||||||
msgid "<b>Uptime:</b>"
|
msgid "<b>Uptime:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1344
|
#: mpdevil:1334
|
||||||
msgid "<b>Playtime:</b>"
|
msgid "<b>Playtime:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1345
|
#: mpdevil:1335
|
||||||
msgid "<b>Artists:</b>"
|
msgid "<b>Artists:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1346
|
#: mpdevil:1336
|
||||||
msgid "<b>Albums:</b>"
|
msgid "<b>Albums:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1347
|
#: mpdevil:1337
|
||||||
msgid "<b>Songs:</b>"
|
msgid "<b>Songs:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1348
|
#: mpdevil:1338
|
||||||
msgid "<b>Total Playtime:</b>"
|
msgid "<b>Total Playtime:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1349
|
#: mpdevil:1339
|
||||||
msgid "<b>Database Update:</b>"
|
msgid "<b>Database Update:</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1373
|
#: mpdevil:1363
|
||||||
msgid "A simple music browser for MPD"
|
msgid "A simple music browser for MPD"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1462
|
#: mpdevil:1448
|
||||||
msgid "Open with…"
|
msgid "Open with…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1482
|
#: mpdevil:1468
|
||||||
msgid "MPD-Tag"
|
msgid "MPD-Tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1485
|
#: mpdevil:1471
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1633
|
#: mpdevil:1606 mpdevil:1737
|
||||||
msgid "_Append"
|
msgid "_Append"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1635
|
#: mpdevil:1608 mpdevil:1739
|
||||||
msgid "Add all titles to playlist"
|
msgid "Add all titles to playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1636
|
#: mpdevil:1609 mpdevil:1740
|
||||||
msgid "_Play"
|
msgid "_Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1638
|
#: mpdevil:1611 mpdevil:1742
|
||||||
msgid "Directly play all titles"
|
msgid "Directly play all titles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1639
|
#: mpdevil:1612 mpdevil:1743
|
||||||
msgid "_Enqueue"
|
msgid "_Enqueue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1641
|
#: mpdevil:1614 mpdevil:1745
|
||||||
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:1913
|
#: mpdevil:1926
|
||||||
msgid "all tags"
|
msgid "all tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1937
|
#: mpdevil:1950
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{hits} hit"
|
msgid "{hits} hit"
|
||||||
msgid_plural "{hits} hits"
|
msgid_plural "{hits} hits"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: mpdevil:2009
|
#: mpdevil:2019
|
||||||
msgid "all genres"
|
msgid "all genres"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2113
|
#: mpdevil:2124
|
||||||
msgid "all artists"
|
msgid "all artists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2313 mpdevil:2945 mpdevil:3232 mpdevil:3233
|
#: mpdevil:2336 mpdevil:2955 mpdevil:3230 mpdevil:3231
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} title"
|
msgid "{titles} title"
|
||||||
msgid_plural "{titles} titles"
|
msgid_plural "{titles} titles"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: mpdevil:2315
|
#: mpdevil:2338
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "on {discs} discs"
|
msgid "on {discs} discs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2452 mpdevil:3682
|
#: mpdevil:2474 mpdevil:3669
|
||||||
msgid "Back to current album"
|
msgid "Back to current album"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2454
|
#: mpdevil:2476
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2630
|
#: mpdevil:2650
|
||||||
msgid "searching..."
|
msgid "searching..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2635
|
#: mpdevil:2655
|
||||||
msgid "connection error"
|
msgid "connection error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2637
|
#: mpdevil:2657
|
||||||
msgid "lyrics not found"
|
msgid "lyrics not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2682
|
#: mpdevil:2700
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{channels} channel"
|
msgid "{channels} channel"
|
||||||
msgid_plural "{channels} channels"
|
msgid_plural "{channels} channels"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: mpdevil:2816
|
#: mpdevil:2827
|
||||||
msgid "Scroll to current song"
|
msgid "Scroll to current song"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2824 mpdevil:3698
|
#: mpdevil:2835 mpdevil:3685
|
||||||
msgid "Clear playlist"
|
msgid "Clear playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -336,175 +336,175 @@ msgstr ""
|
|||||||
msgid "Show lyrics"
|
msgid "Show lyrics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3442
|
#: mpdevil:3432
|
||||||
msgid "Random mode"
|
msgid "Random mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3444
|
#: mpdevil:3434
|
||||||
msgid "Repeat mode"
|
msgid "Repeat mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3446
|
#: mpdevil:3436
|
||||||
msgid "Single mode"
|
msgid "Single mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3448
|
#: mpdevil:3438
|
||||||
msgid "Consume mode"
|
msgid "Consume mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3660
|
#: mpdevil:3647
|
||||||
msgid "Window"
|
msgid "Window"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3661
|
#: mpdevil:3648
|
||||||
msgid "Playback"
|
msgid "Playback"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3662
|
#: mpdevil:3649
|
||||||
msgid "Search, Album Dialog and Album List"
|
msgid "Search, Album Dialog, Album List and Artist List"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3672
|
#: mpdevil:3659
|
||||||
msgid "Open online help"
|
msgid "Open online help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3673
|
#: mpdevil:3660
|
||||||
msgid "Open shortcuts window"
|
msgid "Open shortcuts window"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3674
|
#: mpdevil:3661
|
||||||
msgid "Open menu"
|
msgid "Open menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3675 mpdevil:3819
|
#: mpdevil:3662 mpdevil:3804
|
||||||
msgid "Update database"
|
msgid "Update database"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3676 mpdevil:3817
|
#: mpdevil:3663 mpdevil:3802
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3677
|
#: mpdevil:3664
|
||||||
msgid "Cycle through profiles"
|
msgid "Cycle through profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3678
|
#: mpdevil:3665
|
||||||
msgid "Cycle through profiles in reversed order"
|
msgid "Cycle through profiles in reversed order"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3679
|
#: mpdevil:3666
|
||||||
msgid "Toggle mini player"
|
msgid "Toggle mini player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3680
|
#: mpdevil:3667
|
||||||
msgid "Toggle lyrics"
|
msgid "Toggle lyrics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3681
|
#: mpdevil:3668
|
||||||
msgid "Toggle search"
|
msgid "Toggle search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3683
|
#: mpdevil:3670
|
||||||
msgid "Play/Pause"
|
msgid "Play/Pause"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3684
|
#: mpdevil:3671
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3685
|
#: mpdevil:3672
|
||||||
msgid "Next title"
|
msgid "Next title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3686
|
#: mpdevil:3673
|
||||||
msgid "Previous title"
|
msgid "Previous title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3687
|
#: mpdevil:3674
|
||||||
msgid "Seek forward"
|
msgid "Seek forward"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3688
|
#: mpdevil:3675
|
||||||
msgid "Seek backward"
|
msgid "Seek backward"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3689
|
#: mpdevil:3676
|
||||||
msgid "Toggle repeat mode"
|
msgid "Toggle repeat mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3690
|
#: mpdevil:3677
|
||||||
msgid "Toggle random mode"
|
msgid "Toggle random mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3691
|
#: mpdevil:3678
|
||||||
msgid "Toggle single mode"
|
msgid "Toggle single mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3692
|
#: mpdevil:3679
|
||||||
msgid "Toggle consume mode"
|
msgid "Toggle consume mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3693
|
#: mpdevil:3680
|
||||||
msgid "Enqueue selected item"
|
msgid "Enqueue selected item"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3694
|
#: mpdevil:3681
|
||||||
msgid "Append selected item"
|
msgid "Append selected item"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3694 mpdevil:3697
|
#: mpdevil:3681 mpdevil:3684
|
||||||
msgid "Middle-click"
|
msgid "Middle-click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3695
|
#: mpdevil:3682
|
||||||
msgid "Play selected item immediately"
|
msgid "Play selected item immediately"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3696 mpdevil:3699
|
#: mpdevil:3683 mpdevil:3686
|
||||||
msgid "Show additional information"
|
msgid "Show additional information"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3696 mpdevil:3699
|
#: mpdevil:3683 mpdevil:3686
|
||||||
msgid "Right-click"
|
msgid "Right-click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3697
|
#: mpdevil:3684
|
||||||
msgid "Remove selected song"
|
msgid "Remove selected song"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3723
|
#: mpdevil:3708
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3741
|
#: mpdevil:3726
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3814
|
#: mpdevil:3799
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3815
|
#: mpdevil:3800
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3816
|
#: mpdevil:3801
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3820
|
#: mpdevil:3805
|
||||||
msgid "Server stats"
|
msgid "Server stats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3825
|
#: mpdevil:3810
|
||||||
msgid "Mini player"
|
msgid "Mini player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3830
|
#: mpdevil:3815
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3880 mpdevil:3882
|
#: mpdevil:3865 mpdevil:3867
|
||||||
msgid "connecting…"
|
msgid "connecting…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
242
po/nl.po
242
po/nl.po
@ -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: 2021-03-26 16:18+0100\n"
|
"POT-Creation-Date: 2021-03-27 13:19+0100\n"
|
||||||
"PO-Revision-Date: 2021-03-26 16:31+0100\n"
|
"PO-Revision-Date: 2021-03-27 13:21+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
@ -18,90 +18,90 @@ 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:443
|
#: mpdevil:442
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{days} day"
|
msgid "{days} day"
|
||||||
msgid_plural "{days} days"
|
msgid_plural "{days} days"
|
||||||
msgstr[0] "{days} dag"
|
msgstr[0] "{days} dag"
|
||||||
msgstr[1] "{days} dagen"
|
msgstr[1] "{days} dagen"
|
||||||
|
|
||||||
#: mpdevil:478
|
#: mpdevil:477
|
||||||
msgid "Unknown Title"
|
msgid "Unknown Title"
|
||||||
msgstr "Onbekende titel"
|
msgstr "Onbekende titel"
|
||||||
|
|
||||||
#: mpdevil:861
|
#: mpdevil:855
|
||||||
msgid "Main cover size:"
|
msgid "Main cover size:"
|
||||||
msgstr "Grootte albumhoes:"
|
msgstr "Grootte albumhoes:"
|
||||||
|
|
||||||
#: mpdevil:862
|
#: mpdevil:856
|
||||||
msgid "Album view cover size:"
|
msgid "Album view cover size:"
|
||||||
msgstr "Hoesgrootte in albumlijst:"
|
msgstr "Hoesgrootte in albumlijst:"
|
||||||
|
|
||||||
#: mpdevil:863
|
#: mpdevil:857
|
||||||
msgid "Action bar icon size:"
|
msgid "Action bar icon size:"
|
||||||
msgstr "Grootte iconen werkbalk:"
|
msgstr "Grootte iconen werkbalk:"
|
||||||
|
|
||||||
#: mpdevil:864
|
#: mpdevil:858
|
||||||
msgid "Secondary icon size:"
|
msgid "Secondary icon size:"
|
||||||
msgstr "Grootte overige iconen:"
|
msgstr "Grootte overige iconen:"
|
||||||
|
|
||||||
#: mpdevil:877
|
#: mpdevil:871
|
||||||
msgid "Use Client-side decoration"
|
msgid "Use Client-side decoration"
|
||||||
msgstr "Gebruik vensterdecoratie van mpdevil"
|
msgstr "Gebruik vensterdecoratie van mpdevil"
|
||||||
|
|
||||||
#: mpdevil:878
|
#: mpdevil:872
|
||||||
msgid "Show stop button"
|
msgid "Show stop button"
|
||||||
msgstr "Toon stopknop"
|
msgstr "Toon stopknop"
|
||||||
|
|
||||||
#: mpdevil:879
|
#: mpdevil:873
|
||||||
msgid "Show lyrics button"
|
msgid "Show lyrics button"
|
||||||
msgstr "Toon songtekstknop"
|
msgstr "Toon songtekstknop"
|
||||||
|
|
||||||
#: mpdevil:880
|
#: mpdevil:874
|
||||||
msgid "Show initials in artist view"
|
msgid "Show initials in artist view"
|
||||||
msgstr "Toon beginletters in artiestenlijst"
|
msgstr "Toon beginletters in artiestenlijst"
|
||||||
|
|
||||||
#: mpdevil:881
|
#: mpdevil:875
|
||||||
msgid "Place playlist at the side"
|
msgid "Place playlist at the side"
|
||||||
msgstr "Plaats afspeellijst aan de zijkant"
|
msgstr "Plaats afspeellijst aan de zijkant"
|
||||||
|
|
||||||
#: mpdevil:882
|
#: mpdevil:876
|
||||||
msgid "Use “Album Artist” tag"
|
msgid "Use “Album Artist” tag"
|
||||||
msgstr "Gebruik tag \"Album Artist\""
|
msgstr "Gebruik tag \"Album Artist\""
|
||||||
|
|
||||||
#: mpdevil:883
|
#: mpdevil:877
|
||||||
msgid "Send notification on title change"
|
msgid "Send notification on title change"
|
||||||
msgstr "Verstuur een melding bij titelwisseling"
|
msgstr "Verstuur een melding bij titelwisseling"
|
||||||
|
|
||||||
#: mpdevil:884
|
#: mpdevil:878
|
||||||
msgid "Stop playback on quit"
|
msgid "Stop playback on quit"
|
||||||
msgstr "Stop afspelen bij afsluiten"
|
msgstr "Stop afspelen bij afsluiten"
|
||||||
|
|
||||||
#: mpdevil:885
|
#: mpdevil:879
|
||||||
msgid "Play selected albums and titles immediately"
|
msgid "Play selected albums and titles immediately"
|
||||||
msgstr "Geselecteerde albums en titels direct afspelen"
|
msgstr "Geselecteerde albums en titels direct afspelen"
|
||||||
|
|
||||||
#: mpdevil:886
|
#: mpdevil:880
|
||||||
msgid "Sort albums by year"
|
msgid "Sort albums by year"
|
||||||
msgstr "Sorteer albums op jaar"
|
msgstr "Sorteer albums op jaar"
|
||||||
|
|
||||||
#: mpdevil:898
|
#: mpdevil:892
|
||||||
msgid "<b>View</b>"
|
msgid "<b>View</b>"
|
||||||
msgstr "<b>Beeld</b>"
|
msgstr "<b>Beeld</b>"
|
||||||
|
|
||||||
#: mpdevil:899
|
#: mpdevil:893
|
||||||
msgid "<b>Behavior</b>"
|
msgid "<b>Behavior</b>"
|
||||||
msgstr "<b>Gedrag</b>"
|
msgstr "<b>Gedrag</b>"
|
||||||
|
|
||||||
#: mpdevil:919
|
#: mpdevil:913
|
||||||
msgid "(restart required)"
|
msgid "(restart required)"
|
||||||
msgstr "(herstart vereist)"
|
msgstr "(herstart vereist)"
|
||||||
|
|
||||||
#: mpdevil:968
|
#: mpdevil:960
|
||||||
msgid "_Connect"
|
msgid "_Connect"
|
||||||
msgstr "_Verbinden"
|
msgstr "_Verbinden"
|
||||||
|
|
||||||
#: mpdevil:984
|
#: mpdevil:976
|
||||||
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 "
|
||||||
@ -111,159 +111,159 @@ msgstr ""
|
|||||||
"met deze regex wordt getoond. %AlbumArtist% en %Album% worden vervangen door "
|
"met deze regex wordt getoond. %AlbumArtist% en %Album% worden vervangen door "
|
||||||
"de bijbehorende tags van het muziekbestand."
|
"de bijbehorende tags van het muziekbestand."
|
||||||
|
|
||||||
#: mpdevil:989
|
#: mpdevil:981
|
||||||
msgid "Profile:"
|
msgid "Profile:"
|
||||||
msgstr "Profiel:"
|
msgstr "Profiel:"
|
||||||
|
|
||||||
#: mpdevil:990
|
#: mpdevil:982
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
msgstr "Naam:"
|
msgstr "Naam:"
|
||||||
|
|
||||||
#: mpdevil:991
|
#: mpdevil:983
|
||||||
msgid "Host:"
|
msgid "Host:"
|
||||||
msgstr "Host:"
|
msgstr "Host:"
|
||||||
|
|
||||||
#: mpdevil:992
|
#: mpdevil:984
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Wachtwoord:"
|
msgstr "Wachtwoord:"
|
||||||
|
|
||||||
#: mpdevil:993
|
#: mpdevil:985
|
||||||
msgid "Music lib:"
|
msgid "Music lib:"
|
||||||
msgstr "Muziekmap:"
|
msgstr "Muziekmap:"
|
||||||
|
|
||||||
#: mpdevil:994
|
#: mpdevil:986
|
||||||
msgid "Cover regex:"
|
msgid "Cover regex:"
|
||||||
msgstr "Regex albumhoes:"
|
msgstr "Regex albumhoes:"
|
||||||
|
|
||||||
#: mpdevil:1129
|
#: mpdevil:1121
|
||||||
msgid "Choose directory"
|
msgid "Choose directory"
|
||||||
msgstr "Kies een map"
|
msgstr "Kies een map"
|
||||||
|
|
||||||
#: mpdevil:1160
|
#: mpdevil:1150
|
||||||
msgid "Choose the order of information to appear in the playlist:"
|
msgid "Choose the order of information to appear in the playlist:"
|
||||||
msgstr "Kies de volgorde van de informatie getoond in de afspeellijst:"
|
msgstr "Kies de volgorde van de informatie getoond in de afspeellijst:"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1716 mpdevil:1842 mpdevil:2842
|
#: mpdevil:1167 mpdevil:1682 mpdevil:1855 mpdevil:2853
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "Nr"
|
msgstr "Nr"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:2843
|
#: mpdevil:1167 mpdevil:2854
|
||||||
msgid "Disc"
|
msgid "Disc"
|
||||||
msgstr "Disc"
|
msgstr "Disc"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1719 mpdevil:1847 mpdevil:2844
|
#: mpdevil:1167 mpdevil:1685 mpdevil:1860 mpdevil:2855
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Titel"
|
msgstr "Titel"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1853 mpdevil:2845
|
#: mpdevil:1167 mpdevil:1866 mpdevil:2856
|
||||||
msgid "Artist"
|
msgid "Artist"
|
||||||
msgstr "Artiest"
|
msgstr "Artiest"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1859 mpdevil:2846
|
#: mpdevil:1167 mpdevil:1872 mpdevil:2857
|
||||||
msgid "Album"
|
msgid "Album"
|
||||||
msgstr "Album"
|
msgstr "Album"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:1722 mpdevil:1865 mpdevil:2847
|
#: mpdevil:1167 mpdevil:1688 mpdevil:1878 mpdevil:2858
|
||||||
msgid "Length"
|
msgid "Length"
|
||||||
msgstr "Lengte"
|
msgstr "Lengte"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:2848
|
#: mpdevil:1167 mpdevil:2859
|
||||||
msgid "Year"
|
msgid "Year"
|
||||||
msgstr "Jaar"
|
msgstr "Jaar"
|
||||||
|
|
||||||
#: mpdevil:1177 mpdevil:2849
|
#: mpdevil:1167 mpdevil:2860
|
||||||
msgid "Genre"
|
msgid "Genre"
|
||||||
msgstr "Genre"
|
msgstr "Genre"
|
||||||
|
|
||||||
#: mpdevil:1293 mpdevil:1295 mpdevil:3813
|
#: mpdevil:1283 mpdevil:1285 mpdevil:3798
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Instellingen"
|
msgstr "Instellingen"
|
||||||
|
|
||||||
#: mpdevil:1308 mpdevil:1317 mpdevil:3659
|
#: mpdevil:1298 mpdevil:1307 mpdevil:3646
|
||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr "Algemeen"
|
msgstr "Algemeen"
|
||||||
|
|
||||||
#: mpdevil:1309 mpdevil:1318 mpdevil:3824
|
#: mpdevil:1299 mpdevil:1308 mpdevil:3809
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr "Profielen"
|
msgstr "Profielen"
|
||||||
|
|
||||||
#: mpdevil:1310 mpdevil:1319 mpdevil:3663
|
#: mpdevil:1300 mpdevil:1309 mpdevil:3650
|
||||||
msgid "Playlist"
|
msgid "Playlist"
|
||||||
msgstr "Afspeellijst"
|
msgstr "Afspeellijst"
|
||||||
|
|
||||||
#: mpdevil:1332
|
#: mpdevil:1322
|
||||||
msgid "Stats"
|
msgid "Stats"
|
||||||
msgstr "Statistieken"
|
msgstr "Statistieken"
|
||||||
|
|
||||||
#: mpdevil:1342
|
#: mpdevil:1332
|
||||||
msgid "<b>Protocol:</b>"
|
msgid "<b>Protocol:</b>"
|
||||||
msgstr "<b>Protocol:</b>"
|
msgstr "<b>Protocol:</b>"
|
||||||
|
|
||||||
#: mpdevil:1343
|
#: mpdevil:1333
|
||||||
msgid "<b>Uptime:</b>"
|
msgid "<b>Uptime:</b>"
|
||||||
msgstr "<b>Uptime:</b>"
|
msgstr "<b>Uptime:</b>"
|
||||||
|
|
||||||
#: mpdevil:1344
|
#: mpdevil:1334
|
||||||
msgid "<b>Playtime:</b>"
|
msgid "<b>Playtime:</b>"
|
||||||
msgstr "<b>Afspeeltijd:</b>"
|
msgstr "<b>Afspeeltijd:</b>"
|
||||||
|
|
||||||
#: mpdevil:1345
|
#: mpdevil:1335
|
||||||
msgid "<b>Artists:</b>"
|
msgid "<b>Artists:</b>"
|
||||||
msgstr "<b>Artiesten:</b>"
|
msgstr "<b>Artiesten:</b>"
|
||||||
|
|
||||||
#: mpdevil:1346
|
#: mpdevil:1336
|
||||||
msgid "<b>Albums:</b>"
|
msgid "<b>Albums:</b>"
|
||||||
msgstr "<b>Albums:</b>"
|
msgstr "<b>Albums:</b>"
|
||||||
|
|
||||||
#: mpdevil:1347
|
#: mpdevil:1337
|
||||||
msgid "<b>Songs:</b>"
|
msgid "<b>Songs:</b>"
|
||||||
msgstr "<b>Titels:</b>"
|
msgstr "<b>Titels:</b>"
|
||||||
|
|
||||||
#: mpdevil:1348
|
#: mpdevil:1338
|
||||||
msgid "<b>Total Playtime:</b>"
|
msgid "<b>Total Playtime:</b>"
|
||||||
msgstr "<b>Totale speelduur:</b>"
|
msgstr "<b>Totale speelduur:</b>"
|
||||||
|
|
||||||
#: mpdevil:1349
|
#: mpdevil:1339
|
||||||
msgid "<b>Database Update:</b>"
|
msgid "<b>Database Update:</b>"
|
||||||
msgstr "<b>Database bijgewerkt:</b>"
|
msgstr "<b>Database bijgewerkt:</b>"
|
||||||
|
|
||||||
#: mpdevil:1373
|
#: mpdevil:1363
|
||||||
msgid "A simple music browser for MPD"
|
msgid "A simple music browser for MPD"
|
||||||
msgstr "Een simpele muziekspeler voor MPD"
|
msgstr "Een simpele muziekspeler voor MPD"
|
||||||
|
|
||||||
#: mpdevil:1462
|
#: mpdevil:1448
|
||||||
msgid "Open with…"
|
msgid "Open with…"
|
||||||
msgstr "Openen met…"
|
msgstr "Openen met…"
|
||||||
|
|
||||||
#: mpdevil:1482
|
#: mpdevil:1468
|
||||||
msgid "MPD-Tag"
|
msgid "MPD-Tag"
|
||||||
msgstr "MPD-Tag"
|
msgstr "MPD-Tag"
|
||||||
|
|
||||||
#: mpdevil:1485
|
#: mpdevil:1471
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
msgstr "Waarde"
|
msgstr "Waarde"
|
||||||
|
|
||||||
#: mpdevil:1633
|
#: mpdevil:1606 mpdevil:1737
|
||||||
msgid "_Append"
|
msgid "_Append"
|
||||||
msgstr "_Toevoegen"
|
msgstr "_Toevoegen"
|
||||||
|
|
||||||
#: mpdevil:1635
|
#: mpdevil:1608 mpdevil:1739
|
||||||
msgid "Add all titles to playlist"
|
msgid "Add all titles to playlist"
|
||||||
msgstr "Voeg alle titels toe aan de afspeellijst"
|
msgstr "Voeg alle titels toe aan de afspeellijst"
|
||||||
|
|
||||||
#: mpdevil:1636
|
#: mpdevil:1609 mpdevil:1740
|
||||||
msgid "_Play"
|
msgid "_Play"
|
||||||
msgstr "_Afspelen"
|
msgstr "_Afspelen"
|
||||||
|
|
||||||
#: mpdevil:1638
|
#: mpdevil:1611 mpdevil:1742
|
||||||
msgid "Directly play all titles"
|
msgid "Directly play all titles"
|
||||||
msgstr "Alle titels direct afspelen"
|
msgstr "Alle titels direct afspelen"
|
||||||
|
|
||||||
#: mpdevil:1639
|
#: mpdevil:1612 mpdevil:1743
|
||||||
msgid "_Enqueue"
|
msgid "_Enqueue"
|
||||||
msgstr "_In wachtrij plaatsen"
|
msgstr "_In wachtrij plaatsen"
|
||||||
|
|
||||||
#: mpdevil:1641
|
#: mpdevil:1614 mpdevil:1745
|
||||||
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"
|
||||||
@ -271,69 +271,69 @@ msgstr ""
|
|||||||
"Alle titels toevoegen na de nu spelende titel en alle overige titels uit de "
|
"Alle titels toevoegen na de nu spelende titel en alle overige titels uit de "
|
||||||
"afspeellijst verwijderen"
|
"afspeellijst verwijderen"
|
||||||
|
|
||||||
#: mpdevil:1913
|
#: mpdevil:1926
|
||||||
msgid "all tags"
|
msgid "all tags"
|
||||||
msgstr "alle tags"
|
msgstr "alle tags"
|
||||||
|
|
||||||
#: mpdevil:1937
|
#: mpdevil:1950
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{hits} hit"
|
msgid "{hits} hit"
|
||||||
msgid_plural "{hits} hits"
|
msgid_plural "{hits} hits"
|
||||||
msgstr[0] "{hits} hit"
|
msgstr[0] "{hits} hit"
|
||||||
msgstr[1] "{hits} treffers"
|
msgstr[1] "{hits} treffers"
|
||||||
|
|
||||||
#: mpdevil:2009
|
#: mpdevil:2019
|
||||||
msgid "all genres"
|
msgid "all genres"
|
||||||
msgstr "alle genres"
|
msgstr "alle genres"
|
||||||
|
|
||||||
#: mpdevil:2113
|
#: mpdevil:2124
|
||||||
msgid "all artists"
|
msgid "all artists"
|
||||||
msgstr "alle artiesten"
|
msgstr "alle artiesten"
|
||||||
|
|
||||||
#: mpdevil:2313 mpdevil:2945 mpdevil:3232 mpdevil:3233
|
#: mpdevil:2336 mpdevil:2955 mpdevil:3230 mpdevil:3231
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} title"
|
msgid "{titles} title"
|
||||||
msgid_plural "{titles} titles"
|
msgid_plural "{titles} titles"
|
||||||
msgstr[0] "{titles} titel"
|
msgstr[0] "{titles} titel"
|
||||||
msgstr[1] "{titles} titels"
|
msgstr[1] "{titles} titels"
|
||||||
|
|
||||||
#: mpdevil:2315
|
#: mpdevil:2338
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "on {discs} discs"
|
msgid "on {discs} discs"
|
||||||
msgstr "op {discs} discs"
|
msgstr "op {discs} discs"
|
||||||
|
|
||||||
#: mpdevil:2452 mpdevil:3682
|
#: mpdevil:2474 mpdevil:3669
|
||||||
msgid "Back to current album"
|
msgid "Back to current album"
|
||||||
msgstr "Terug naar huidige album"
|
msgstr "Terug naar huidige album"
|
||||||
|
|
||||||
#: mpdevil:2454
|
#: mpdevil:2476
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Zoeken"
|
msgstr "Zoeken"
|
||||||
|
|
||||||
#: mpdevil:2630
|
#: mpdevil:2650
|
||||||
msgid "searching..."
|
msgid "searching..."
|
||||||
msgstr "bezig met zoeken..."
|
msgstr "bezig met zoeken..."
|
||||||
|
|
||||||
#: mpdevil:2635
|
#: mpdevil:2655
|
||||||
msgid "connection error"
|
msgid "connection error"
|
||||||
msgstr "verbindingsfout"
|
msgstr "verbindingsfout"
|
||||||
|
|
||||||
#: mpdevil:2637
|
#: mpdevil:2657
|
||||||
msgid "lyrics not found"
|
msgid "lyrics not found"
|
||||||
msgstr "geen songtekst gevonden"
|
msgstr "geen songtekst gevonden"
|
||||||
|
|
||||||
#: mpdevil:2682
|
#: mpdevil:2700
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{channels} channel"
|
msgid "{channels} channel"
|
||||||
msgid_plural "{channels} channels"
|
msgid_plural "{channels} channels"
|
||||||
msgstr[0] "{channels} kanaal"
|
msgstr[0] "{channels} kanaal"
|
||||||
msgstr[1] "{channels} kanalen"
|
msgstr[1] "{channels} kanalen"
|
||||||
|
|
||||||
#: mpdevil:2816
|
#: mpdevil:2827
|
||||||
msgid "Scroll to current song"
|
msgid "Scroll to current song"
|
||||||
msgstr "Naar de huidige titel scrollen"
|
msgstr "Naar de huidige titel scrollen"
|
||||||
|
|
||||||
#: mpdevil:2824 mpdevil:3698
|
#: mpdevil:2835 mpdevil:3685
|
||||||
msgid "Clear playlist"
|
msgid "Clear playlist"
|
||||||
msgstr "Afspeellijst legen"
|
msgstr "Afspeellijst legen"
|
||||||
|
|
||||||
@ -341,176 +341,176 @@ msgstr "Afspeellijst legen"
|
|||||||
msgid "Show lyrics"
|
msgid "Show lyrics"
|
||||||
msgstr "Toon songtekst"
|
msgstr "Toon songtekst"
|
||||||
|
|
||||||
#: mpdevil:3442
|
#: mpdevil:3432
|
||||||
msgid "Random mode"
|
msgid "Random mode"
|
||||||
msgstr "Willekeurige modus"
|
msgstr "Willekeurige modus"
|
||||||
|
|
||||||
#: mpdevil:3444
|
#: mpdevil:3434
|
||||||
msgid "Repeat mode"
|
msgid "Repeat mode"
|
||||||
msgstr "Herhaalmodus"
|
msgstr "Herhaalmodus"
|
||||||
|
|
||||||
#: mpdevil:3446
|
#: mpdevil:3436
|
||||||
msgid "Single mode"
|
msgid "Single mode"
|
||||||
msgstr "Enkele modus"
|
msgstr "Enkele modus"
|
||||||
|
|
||||||
#: mpdevil:3448
|
#: mpdevil:3438
|
||||||
msgid "Consume mode"
|
msgid "Consume mode"
|
||||||
msgstr "Verbruiksmodus"
|
msgstr "Verbruiksmodus"
|
||||||
|
|
||||||
#: mpdevil:3660
|
#: mpdevil:3647
|
||||||
msgid "Window"
|
msgid "Window"
|
||||||
msgstr "Venster"
|
msgstr "Venster"
|
||||||
|
|
||||||
#: mpdevil:3661
|
#: mpdevil:3648
|
||||||
msgid "Playback"
|
msgid "Playback"
|
||||||
msgstr "Afspelen"
|
msgstr "Afspelen"
|
||||||
|
|
||||||
#: mpdevil:3662
|
#: mpdevil:3649
|
||||||
msgid "Search, Album Dialog and Album List"
|
msgid "Search, Album Dialog, Album List and Artist List"
|
||||||
msgstr "Zoeken, Albumdialoog en Albumlijst"
|
msgstr "Zoeken, Albumdialoog, Albumlijst en Artiestenlijst"
|
||||||
|
|
||||||
#: mpdevil:3672
|
#: mpdevil:3659
|
||||||
msgid "Open online help"
|
msgid "Open online help"
|
||||||
msgstr "Online hulp openen"
|
msgstr "Online hulp openen"
|
||||||
|
|
||||||
#: mpdevil:3673
|
#: mpdevil:3660
|
||||||
msgid "Open shortcuts window"
|
msgid "Open shortcuts window"
|
||||||
msgstr "Venster met sneltoetsen openen"
|
msgstr "Venster met sneltoetsen openen"
|
||||||
|
|
||||||
#: mpdevil:3674
|
#: mpdevil:3661
|
||||||
msgid "Open menu"
|
msgid "Open menu"
|
||||||
msgstr "Menu openen"
|
msgstr "Menu openen"
|
||||||
|
|
||||||
#: mpdevil:3675 mpdevil:3819
|
#: mpdevil:3662 mpdevil:3804
|
||||||
msgid "Update database"
|
msgid "Update database"
|
||||||
msgstr "Database bijwerken"
|
msgstr "Database bijwerken"
|
||||||
|
|
||||||
#: mpdevil:3676 mpdevil:3817
|
#: mpdevil:3663 mpdevil:3802
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Stoppen"
|
msgstr "Stoppen"
|
||||||
|
|
||||||
#: mpdevil:3677
|
#: mpdevil:3664
|
||||||
msgid "Cycle through profiles"
|
msgid "Cycle through profiles"
|
||||||
msgstr "Profielen doorlopen"
|
msgstr "Profielen doorlopen"
|
||||||
|
|
||||||
#: mpdevil:3678
|
#: mpdevil:3665
|
||||||
msgid "Cycle through profiles in reversed order"
|
msgid "Cycle through profiles in reversed order"
|
||||||
msgstr "Profielen doorlopen in omgekeerde volgorde"
|
msgstr "Profielen doorlopen in omgekeerde volgorde"
|
||||||
|
|
||||||
#: mpdevil:3679
|
#: mpdevil:3666
|
||||||
msgid "Toggle mini player"
|
msgid "Toggle mini player"
|
||||||
msgstr "Omschakelen naar minispeler"
|
msgstr "Omschakelen naar minispeler"
|
||||||
|
|
||||||
#: mpdevil:3680
|
#: mpdevil:3667
|
||||||
msgid "Toggle lyrics"
|
msgid "Toggle lyrics"
|
||||||
msgstr "Omschakelen naar songtekst"
|
msgstr "Omschakelen naar songtekst"
|
||||||
|
|
||||||
#: mpdevil:3681
|
#: mpdevil:3668
|
||||||
msgid "Toggle search"
|
msgid "Toggle search"
|
||||||
msgstr "Omschakelen naar zoeken"
|
msgstr "Omschakelen naar zoeken"
|
||||||
|
|
||||||
#: mpdevil:3683
|
#: mpdevil:3670
|
||||||
msgid "Play/Pause"
|
msgid "Play/Pause"
|
||||||
msgstr "Afspelen/Pauzeren"
|
msgstr "Afspelen/Pauzeren"
|
||||||
|
|
||||||
#: mpdevil:3684
|
#: mpdevil:3671
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Stoppen"
|
msgstr "Stoppen"
|
||||||
|
|
||||||
#: mpdevil:3685
|
#: mpdevil:3672
|
||||||
msgid "Next title"
|
msgid "Next title"
|
||||||
msgstr "Volgende titel"
|
msgstr "Volgende titel"
|
||||||
|
|
||||||
#: mpdevil:3686
|
#: mpdevil:3673
|
||||||
msgid "Previous title"
|
msgid "Previous title"
|
||||||
msgstr "Vorige titel"
|
msgstr "Vorige titel"
|
||||||
|
|
||||||
#: mpdevil:3687
|
#: mpdevil:3674
|
||||||
msgid "Seek forward"
|
msgid "Seek forward"
|
||||||
msgstr "Vooruit spoelen"
|
msgstr "Vooruit spoelen"
|
||||||
|
|
||||||
#: mpdevil:3688
|
#: mpdevil:3675
|
||||||
msgid "Seek backward"
|
msgid "Seek backward"
|
||||||
msgstr "Achteruit spoelen"
|
msgstr "Achteruit spoelen"
|
||||||
|
|
||||||
#: mpdevil:3689
|
#: mpdevil:3676
|
||||||
msgid "Toggle repeat mode"
|
msgid "Toggle repeat mode"
|
||||||
msgstr "Omschakelen naar herhaalmodus"
|
msgstr "Omschakelen naar herhaalmodus"
|
||||||
|
|
||||||
#: mpdevil:3690
|
#: mpdevil:3677
|
||||||
msgid "Toggle random mode"
|
msgid "Toggle random mode"
|
||||||
msgstr "Omschakelen naar willekeurige modus"
|
msgstr "Omschakelen naar willekeurige modus"
|
||||||
|
|
||||||
#: mpdevil:3691
|
#: mpdevil:3678
|
||||||
msgid "Toggle single mode"
|
msgid "Toggle single mode"
|
||||||
msgstr "Omschakelen naar enkele modus"
|
msgstr "Omschakelen naar enkele modus"
|
||||||
|
|
||||||
#: mpdevil:3692
|
#: mpdevil:3679
|
||||||
msgid "Toggle consume mode"
|
msgid "Toggle consume mode"
|
||||||
msgstr "Omschakelen naar verbruiksmodus"
|
msgstr "Omschakelen naar verbruiksmodus"
|
||||||
|
|
||||||
#: mpdevil:3693
|
#: mpdevil:3680
|
||||||
msgid "Enqueue selected item"
|
msgid "Enqueue selected item"
|
||||||
msgstr "Geselecteerde item in wachtrij plaatsen"
|
msgstr "Geselecteerde item in wachtrij plaatsen"
|
||||||
|
|
||||||
#: mpdevil:3694
|
#: mpdevil:3681
|
||||||
msgid "Append selected item"
|
msgid "Append selected item"
|
||||||
msgstr "Geselecteerde item toevoegen"
|
msgstr "Geselecteerde item toevoegen"
|
||||||
|
|
||||||
#: mpdevil:3694 mpdevil:3697
|
#: mpdevil:3681 mpdevil:3684
|
||||||
msgid "Middle-click"
|
msgid "Middle-click"
|
||||||
msgstr "Middelklik"
|
msgstr "Middelklik"
|
||||||
|
|
||||||
#: mpdevil:3695
|
#: mpdevil:3682
|
||||||
msgid "Play selected item immediately"
|
msgid "Play selected item immediately"
|
||||||
msgstr "Geselecteerde item direct afspelen"
|
msgstr "Geselecteerde item direct afspelen"
|
||||||
|
|
||||||
#: mpdevil:3696 mpdevil:3699
|
#: mpdevil:3683 mpdevil:3686
|
||||||
msgid "Show additional information"
|
msgid "Show additional information"
|
||||||
msgstr "Toon extra informatie"
|
msgstr "Toon extra informatie"
|
||||||
|
|
||||||
#: mpdevil:3696 mpdevil:3699
|
#: mpdevil:3683 mpdevil:3686
|
||||||
msgid "Right-click"
|
msgid "Right-click"
|
||||||
msgstr "Rechtsklik"
|
msgstr "Rechtsklik"
|
||||||
|
|
||||||
#: mpdevil:3697
|
#: mpdevil:3684
|
||||||
msgid "Remove selected song"
|
msgid "Remove selected song"
|
||||||
msgstr "Geselecteerde titel verwijderen"
|
msgstr "Geselecteerde titel verwijderen"
|
||||||
|
|
||||||
#: mpdevil:3723
|
#: mpdevil:3708
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Verbinden"
|
msgstr "Verbinden"
|
||||||
|
|
||||||
#: mpdevil:3741
|
#: mpdevil:3726
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
||||||
msgstr "Verbinding met “{profile}” ({host}:{port}) mislukt"
|
msgstr "Verbinding met “{profile}” ({host}:{port}) mislukt"
|
||||||
|
|
||||||
#: mpdevil:3814
|
#: mpdevil:3799
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr "Sneltoetsen"
|
msgstr "Sneltoetsen"
|
||||||
|
|
||||||
#: mpdevil:3815
|
#: mpdevil:3800
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr "Hulp"
|
msgstr "Hulp"
|
||||||
|
|
||||||
#: mpdevil:3816
|
#: mpdevil:3801
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr "Over"
|
msgstr "Over"
|
||||||
|
|
||||||
#: mpdevil:3820
|
#: mpdevil:3805
|
||||||
msgid "Server stats"
|
msgid "Server stats"
|
||||||
msgstr "Serverstatistieken"
|
msgstr "Serverstatistieken"
|
||||||
|
|
||||||
#: mpdevil:3825
|
#: mpdevil:3810
|
||||||
msgid "Mini player"
|
msgid "Mini player"
|
||||||
msgstr "Minispeler"
|
msgstr "Minispeler"
|
||||||
|
|
||||||
#: mpdevil:3830
|
#: mpdevil:3815
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr "Menu"
|
msgstr "Menu"
|
||||||
|
|
||||||
#: mpdevil:3880 mpdevil:3882
|
#: mpdevil:3865 mpdevil:3867
|
||||||
msgid "connecting…"
|
msgid "connecting…"
|
||||||
msgstr "verbinding maken…"
|
msgstr "verbinding maken…"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user