Compare commits

..

1 commit

Author SHA1 Message Date
7ea4c7b62a Port UI to GTK 4 (close #85) 2024-05-22 14:40:36 +02:00
15 changed files with 1513 additions and 1844 deletions

View file

@ -5,59 +5,31 @@
<template class="McgAlbumHeaderbar" parent="AdwBin"> <template class="McgAlbumHeaderbar" parent="AdwBin">
<child> <child>
<object class="GtkHeaderBar"> <object class="GtkHeaderBar">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child type="title"> <child type="title">
<object class="GtkBox"> <object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<child> <child>
<object class="GtkLabel" id="standalone_title"> <object class="GtkLabel" id="standalone_title">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Title</property>
<property name="selectable">True</property> <property name="selectable">True</property>
<attributes> <attributes>
<attribute name="weight" value="bold"/> <attribute name="weight" value="bold"/>
<attribute name="scale" value="1"/> <attribute name="scale" value="1"/>
</attributes> </attributes>
</object> </object>
<!--
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
-->
</child> </child>
<child> <child>
<object class="GtkLabel" id="standalone_artist"> <object class="GtkLabel" id="standalone_artist">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Artist</property>
<property name="selectable">True</property> <property name="selectable">True</property>
</object> </object>
<!--
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
-->
</child> </child>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkButton"> <object class="GtkButton">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property> <property name="receives-default">True</property>
<signal name="clicked" handler="on_close_clicked" swapped="no"/> <signal name="clicked" handler="on_close_clicked" swapped="no"/>
<child> <child>
<object class="GtkImage"> <object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">go-previous-symbolic</property> <property name="icon-name">go-previous-symbolic</property>
</object> </object>
</child> </child>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface> <interface>
<requires lib="gtk+" version="4.8"/> <requires lib="gtk+" version="4.8"/>
<requires lib="adw" version="1.2" /> <requires lib="adw" version="1.2" />
@ -25,7 +26,7 @@
<property name="hexpand">true</property> <property name="hexpand">true</property>
<child type="placeholder"> <child type="placeholder">
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="true">No service found</property> <property name="label" translatable="yes">No service found</property>
</object> </object>
</child> </child>
</object> </object>
@ -39,7 +40,7 @@
</style> </style>
<child> <child>
<object class="AdwEntryRow" id="host_row"> <object class="AdwEntryRow" id="host_row">
<property name="title" translatable="true">Host</property> <property name="title" translatable="yes">Host</property>
<property name="show-apply-button">true</property> <property name="show-apply-button">true</property>
<signal name="apply" handler="on_host_entry_apply"/> <signal name="apply" handler="on_host_entry_apply"/>
</object> </object>
@ -52,7 +53,7 @@
</style> </style>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="true">Port</property> <property name="label" translatable="yes">Port</property>
<property name="halign">start</property> <property name="halign">start</property>
<property name="hexpand">false</property> <property name="hexpand">false</property>
<style> <style>
@ -72,7 +73,7 @@
</child> </child>
<child> <child>
<object class="AdwPasswordEntryRow" id="password_row"> <object class="AdwPasswordEntryRow" id="password_row">
<property name="title" translatable="true">Password</property> <property name="title" translatable="yes">Password</property>
<property name="show-apply-button">true</property> <property name="show-apply-button">true</property>
</object> </object>
</child> </child>

View file

@ -81,7 +81,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="toolbar_sort_order_button"> <object class="GtkCheckButton" id="toolbar_sort_order_button">
<property name="label">sort library descending</property> <property name="label" translatable="yes">sort library descending</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">False</property> <property name="receives-default">False</property>

View file

@ -32,7 +32,7 @@
<child> <child>
<object class="GtkStackPage"> <object class="GtkStackPage">
<property name="name">status</property> <property name="name">status</property>
<property name="title">Status</property> <property name="title" translatable="yes">Status</property>
<property name="child"> <property name="child">
<object class="AdwStatusPage"> <object class="AdwStatusPage">
<property name="icon-name">dialog-information-symbolic</property> <property name="icon-name">dialog-information-symbolic</property>
@ -151,7 +151,7 @@
<child> <child>
<object class="GtkStackPage"> <object class="GtkStackPage">
<property name="name">stats</property> <property name="name">stats</property>
<property name="title">Statistics</property> <property name="title" translatable="yes">Statistics</property>
<property name="child"> <property name="child">
<object class="AdwStatusPage"> <object class="AdwStatusPage">
<property name="icon-name">starred-symbolic</property> <property name="icon-name">starred-symbolic</property>
@ -300,7 +300,7 @@
<child> <child>
<object class="GtkStackPage"> <object class="GtkStackPage">
<property name="name">devices</property> <property name="name">devices</property>
<property name="title">Audio Devices</property> <property name="title" translatable="yes">Audio Devices</property>
<property name="child"> <property name="child">
<object class="AdwStatusPage"> <object class="AdwStatusPage">
<property name="icon-name">audio-speakers-symbolic</property> <property name="icon-name">audio-speakers-symbolic</property>

View file

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface> <interface>
<requires lib="gtk+" version="4.8"/> <requires lib="gtk+" version="4.8"/>
<requires lib="adw" version="1.2" /> <requires lib="adw" version="1.2" />

View file

@ -4,9 +4,6 @@
<file>gtk.css</file> <file>gtk.css</file>
<file>noise-texture.png</file> <file>noise-texture.png</file>
<file>ui/window.ui</file> <file>ui/window.ui</file>
<!--
<file>ui/gtk.menu.ui</file>
-->
<file>ui/shortcuts-dialog.ui</file> <file>ui/shortcuts-dialog.ui</file>
<file>ui/connection-panel.ui</file> <file>ui/connection-panel.ui</file>
<file>ui/album-headerbar.ui</file> <file>ui/album-headerbar.ui</file>

View file

@ -1,16 +1,9 @@
data/xyz.suruatoel.mcg.gschema.xml
data/ui/album-headerbar.ui data/ui/album-headerbar.ui
data/ui/connection-panel.ui data/ui/connection-panel.ui
data/ui/cover-panel.ui data/ui/cover-panel.ui
data/ui/cover-toolbar.ui
data/ui/gtk.menu.ui
data/ui/info-dialog.ui
data/ui/library-panel.ui data/ui/library-panel.ui
data/ui/library-toolbar.ui
data/ui/playlist-panel.ui data/ui/playlist-panel.ui
data/ui/playlist-toolbar.ui
data/ui/server-panel.ui data/ui/server-panel.ui
data/ui/server-toolbar.ui
data/ui/shortcuts-dialog.ui data/ui/shortcuts-dialog.ui
data/ui/window.ui data/ui/window.ui
src/albumheaderbar.py src/albumheaderbar.py
@ -18,7 +11,6 @@ src/application.py
src/client.py src/client.py
src/connectionpanel.py src/connectionpanel.py
src/coverpanel.py src/coverpanel.py
src/infodialog.py
src/librarypanel.py src/librarypanel.py
src/main.py src/main.py
src/playlistpanel.py src/playlistpanel.py

BIN
po/de.mo

Binary file not shown.

431
po/de.po
View file

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: CoverGrid (mcg)\n" "Project-Id-Version: CoverGrid (mcg)\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-08 19:06+0100\n" "POT-Creation-Date: 2024-05-22 14:39+0200\n"
"PO-Revision-Date: 2023-01-08 19:07+0100\n" "PO-Revision-Date: 2024-05-22 14:39+0200\n"
"Last-Translator: coderkun <olli@suruatoel.xyz>\n" "Last-Translator: coderkun <olli@suruatoel.xyz>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: de_DE\n" "Language: de_DE\n"
@ -11,357 +11,212 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.2.2\n" "X-Generator: Poedit 3.4.2\n"
"X-Poedit-Basepath: ../../..\n" "X-Poedit-Basepath: ../../..\n"
"X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-SourceCharset: UTF-8\n"
#: data/xyz.suruatoel.mcg.gschema.xml:11 #: data/ui/connection-panel.ui:29
msgid "MPD host" msgid "No service found"
msgstr "" msgstr "Keine Dienste gefunden"
#: data/xyz.suruatoel.mcg.gschema.xml:12 #: data/ui/connection-panel.ui:43
msgid "MPD host to connect to" msgid "Host"
msgstr "" msgstr "Host"
#: data/xyz.suruatoel.mcg.gschema.xml:16 #: data/ui/connection-panel.ui:56
msgid "MPD port" msgid "Port"
msgstr "" msgstr "Port"
#: data/xyz.suruatoel.mcg.gschema.xml:17
msgid "MPD port to connect to"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:21
#, fuzzy
msgid "Connection state"
msgstr "Verbindung"
#: data/xyz.suruatoel.mcg.gschema.xml:22
msgid "State of last connection"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:26
msgid "Window width"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:27
msgid "The window width in pixels."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:31
msgid "Window height"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:32
msgid "The window height in pixels."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:36
msgid "Window maximized"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:37
msgid "Whether or not the window is in maximized state."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:42
msgid "Last selected panel"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:43
msgid "The index of the last selected panel."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:48
msgid "Size of library items"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:49
msgid "The size of items displayed in the library."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:53
msgid "Sort criterium for library items"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:54
msgid "The sort criterium of items displayed in the library."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:58
msgid "Sort type for library items"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:59
msgid "The sort type of items displayed in the library."
msgstr ""
#: data/ui/album-headerbar.ui:17
msgid "Title"
msgstr "Titel"
#: data/ui/album-headerbar.ui:34
msgid "Artist"
msgstr "Künstler"
#: data/ui/connection-panel.ui:76 #: data/ui/connection-panel.ui:76
msgid "Enter hostname or IP address" msgid "Password"
msgstr "Hostnamen oder IP-Adresse eingeben" msgstr "Passwort"
#: data/ui/connection-panel.ui:89 #: data/ui/cover-panel.ui:12 data/ui/shortcuts-dialog.ui:88
msgid "Enter password or leave blank"
msgstr "Passwort eingeben oder leer lassen"
#: data/ui/connection-panel.ui:118
msgid "Host:"
msgstr "Host:"
#: data/ui/connection-panel.ui:130
msgid "Port:"
msgstr "Port:"
#: data/ui/connection-panel.ui:142
msgid "Password:"
msgstr "Passwort:"
#: data/ui/cover-toolbar.ui:15 data/ui/shortcuts-dialog.ui:102
msgid "Show the cover in fullscreen mode" msgid "Show the cover in fullscreen mode"
msgstr "Das Cover im Vollbildmodus anzeigen" msgstr "Das Cover im Vollbildmodus anzeigen"
#: data/ui/gtk.menu.ui:7 #: data/ui/library-panel.ui:34
msgid "Connect" msgid "update library"
msgstr "Verbinden" msgstr "Die Bibliothek aktualisieren"
#: data/ui/gtk.menu.ui:12 #: data/ui/library-panel.ui:48
msgid "Play"
msgstr "Abspielen"
#: data/ui/gtk.menu.ui:17
msgid "Clear Playlist"
msgstr "Playlist leeren"
#: data/ui/gtk.menu.ui:22
msgid "Toggle Fullscreen"
msgstr "Vollbild wechseln"
#: data/ui/gtk.menu.ui:27
msgid "Search Library"
msgstr "Bibliothek durchsuchen"
#: data/ui/gtk.menu.ui:34
msgid "Connection"
msgstr "Verbindung"
#: data/ui/gtk.menu.ui:40 src/window.py:113
msgid "Cover"
msgstr "Cover"
#: data/ui/gtk.menu.ui:46 src/window.py:114
msgid "Playlist"
msgstr "Wiedergabeliste"
#: data/ui/gtk.menu.ui:52 src/window.py:115
msgid "Library"
msgstr "Bibliothek"
#: data/ui/gtk.menu.ui:60
msgid "Keyboard Shortcuts"
msgstr "Tastenkombinationen"
#: data/ui/gtk.menu.ui:65
msgid "Info"
msgstr "Info"
#: data/ui/gtk.menu.ui:70
msgid "Quit"
msgstr "Beenden"
#: data/ui/info-dialog.ui:14
msgid ""
"CoverGrid is a client for the Music Player Daemon, focusing on albums "
"instead of single tracks."
msgstr ""
"CoverGrid ist ein ein Client für den Music Player Daemon, der sich auf Alben "
"anstellen von einzelnen Songs fokussiert."
#: data/ui/library-panel.ui:27
msgid "search library"
msgstr "Bibliothek durchsuchen"
#: data/ui/library-panel.ui:166 data/ui/playlist-panel.ui:57
msgid "cancel"
msgstr "abbrechen"
#: data/ui/library-panel.ui:179 data/ui/library-panel.ui:264
msgid "queue"
msgstr "einreihen"
#: data/ui/library-panel.ui:277 data/ui/playlist-panel.ui:168
msgid "play"
msgstr "abspielen"
#: data/ui/library-toolbar.ui:76
msgid "Sort" msgid "Sort"
msgstr "Sortierung" msgstr "Sortierung"
#: data/ui/library-toolbar.ui:86 #: data/ui/library-panel.ui:53
msgid "sort by artist" msgid "sort by artist"
msgstr "nach Künstler" msgstr "nach Künstler"
#: data/ui/library-toolbar.ui:102 #: data/ui/library-panel.ui:61
msgid "sort by title" msgid "sort by title"
msgstr "nach Titel" msgstr "nach Titel"
#: data/ui/library-toolbar.ui:118 #: data/ui/library-panel.ui:69
msgid "sort by year" msgid "sort by year"
msgstr "nach Jahr" msgstr "nach Jahr"
#: data/ui/library-toolbar.ui:134 #: data/ui/library-panel.ui:76
msgid "sort by modification" msgid "sort by modification"
msgstr "nach Änderungsdatum" msgstr "nach Änderungsdatum"
#: data/ui/library-toolbar.ui:185 data/ui/shortcuts-dialog.ui:115 #: data/ui/library-panel.ui:84
msgid "sort library descending"
msgstr "absteigend sortieren"
#: data/ui/library-panel.ui:105 data/ui/shortcuts-dialog.ui:99
msgid "Search the library" msgid "Search the library"
msgstr "Die Bibliothek durchsuchen" msgstr "Die Bibliothek durchsuchen"
#: data/ui/library-toolbar.ui:208 data/ui/playlist-toolbar.ui:15 #: data/ui/library-panel.ui:121 data/ui/playlist-panel.ui:14
msgid "Select multiple albums" msgid "Select multiple albums"
msgstr "Mehrere Alben auswählen" msgstr "Mehrere Alben auswählen"
#: data/ui/library-toolbar.ui:230 #: data/ui/library-panel.ui:135
msgid "Settings and actions" msgid "Settings and actions"
msgstr "Einstellungen und Aktionen" msgstr "Einstellungen und Aktionen"
#: data/ui/playlist-panel.ui:70 data/ui/playlist-panel.ui:155 #: data/ui/library-panel.ui:160
msgid "remove" msgid "search library"
msgstr "entfernen" msgstr "Bibliothek durchsuchen"
#: data/ui/playlist-toolbar.ui:37 data/ui/shortcuts-dialog.ui:89 #: data/ui/library-panel.ui:263 data/ui/playlist-panel.ui:107
msgid "cancel"
msgstr "abbrechen"
#: data/ui/library-panel.ui:270 data/ui/library-panel.ui:327
msgid "queue"
msgstr "einreihen"
#: data/ui/library-panel.ui:320 data/ui/playlist-panel.ui:163
msgid "play"
msgstr "abspielen"
#: data/ui/playlist-panel.ui:28 data/ui/shortcuts-dialog.ui:77
msgid "Clear the playlist" msgid "Clear the playlist"
msgstr "Die Wiedergabeliste leeren" msgstr "Die Wiedergabeliste leeren"
#: data/ui/server-panel.ui:69 #: data/ui/playlist-panel.ui:114 data/ui/playlist-panel.ui:170
msgid "File:" msgid "remove"
msgstr "Datei:" msgstr "entfernen"
#: data/ui/server-panel.ui:82 #: data/ui/server-panel.ui:35
msgid "Audio:"
msgstr "Audio:"
#: data/ui/server-panel.ui:95
msgid "Bitrate:"
msgstr "Bitrate:"
#: data/ui/server-panel.ui:108
msgid "Error:"
msgstr "Fehler:"
#: data/ui/server-panel.ui:120 data/ui/server-panel.ui:136
#: data/ui/server-panel.ui:152 data/ui/server-panel.ui:168
msgid "<i>none</i>"
msgstr "<i>nichts</i>"
#: data/ui/server-panel.ui:221
msgid "Status" msgid "Status"
msgstr "Status" msgstr "Status"
#: data/ui/server-panel.ui:301 #: data/ui/server-panel.ui:49
msgid "Albums" msgid "File:"
msgstr "Alben" msgstr "Datei:"
#: data/ui/server-panel.ui:313 #: data/ui/server-panel.ui:60
msgid "Songs" msgid "Audio:"
msgstr "Songs" msgstr "Audio:"
#: data/ui/server-panel.ui:325 #: data/ui/server-panel.ui:71
msgid "Artists" msgid "Bitrate:"
msgstr "Künstler" msgstr "Bitrate:"
#: data/ui/server-panel.ui:349 #: data/ui/server-panel.ui:82
msgid "Seconds" msgid "Error:"
msgstr "Sekunden" msgstr "Fehler:"
#: data/ui/server-panel.ui:396 #: data/ui/server-panel.ui:92 data/ui/server-panel.ui:106
msgid "Seconds played" #: data/ui/server-panel.ui:120 data/ui/server-panel.ui:134
msgstr "Sekunden gespielt" msgid "<i>none</i>"
msgstr "<i>nichts</i>"
#: data/ui/server-panel.ui:407 #: data/ui/server-panel.ui:154
msgid "Seconds running"
msgstr "Sekunden laufend"
#: data/ui/server-panel.ui:465
msgid "Statistics" msgid "Statistics"
msgstr "Statistiken" msgstr "Statistiken"
#: data/ui/server-panel.ui:535 #: data/ui/server-panel.ui:178
msgid "Artists"
msgstr "Künstler"
#: data/ui/server-panel.ui:198
msgid "Albums"
msgstr "Alben"
#: data/ui/server-panel.ui:218
msgid "Songs"
msgstr "Songs"
#: data/ui/server-panel.ui:238
msgid "Seconds"
msgstr "Sekunden"
#: data/ui/server-panel.ui:267
msgid "Seconds played"
msgstr "Sekunden gespielt"
#: data/ui/server-panel.ui:287
msgid "Seconds running"
msgstr "Sekunden laufend"
#: data/ui/server-panel.ui:303
msgid "Audio Devices" msgid "Audio Devices"
msgstr "Audiogeräte" msgstr "Audiogeräte"
#: data/ui/shortcuts-dialog.ui:15 #: data/ui/shortcuts-dialog.ui:14
msgid "General" msgid "General"
msgstr "Allgemein" msgstr "Allgemein"
#: data/ui/shortcuts-dialog.ui:20 #: data/ui/shortcuts-dialog.ui:18
msgid "Switch to the Connection panel" msgid "Switch to the Connection panel"
msgstr "Zum Verbindungspaneel wechseln" msgstr "Zum Verbindungspaneel wechseln"
#: data/ui/shortcuts-dialog.ui:27 #: data/ui/shortcuts-dialog.ui:24
msgid "Switch to the Cover panel" msgid "Switch to the Cover panel"
msgstr "Zum Cover-Paneel wechseln" msgstr "Zum Cover-Paneel wechseln"
#: data/ui/shortcuts-dialog.ui:34 #: data/ui/shortcuts-dialog.ui:30
msgid "Switch to the Playlist panel" msgid "Switch to the Playlist panel"
msgstr "Zum Wiedergabelistenpaneel wechseln" msgstr "Zum Wiedergabelistenpaneel wechseln"
#: data/ui/shortcuts-dialog.ui:41 #: data/ui/shortcuts-dialog.ui:36
msgid "Switch to the Library panel" msgid "Switch to the Library panel"
msgstr "Zum Bibliothekspaneel wechseln" msgstr "Zum Bibliothekspaneel wechseln"
#: data/ui/shortcuts-dialog.ui:48 #: data/ui/shortcuts-dialog.ui:42
msgid "Show the keyboard shortcuts" msgid "Show the keyboard shortcuts"
msgstr "Die Tastenkombinationen anzeigen (dieser Dialog)" msgstr "Die Tastenkombinationen anzeigen (dieser Dialog)"
#: data/ui/shortcuts-dialog.ui:55 #: data/ui/shortcuts-dialog.ui:48
msgid "Open the info dialog" msgid "Open the info dialog"
msgstr "Den Infodialog öffnen" msgstr "Den Infodialog öffnen"
#: data/ui/shortcuts-dialog.ui:62 #: data/ui/shortcuts-dialog.ui:54
msgid "Quit the application" msgid "Quit the application"
msgstr "Die Anwendung beenden" msgstr "Die Anwendung beenden"
#: data/ui/shortcuts-dialog.ui:70 #: data/ui/shortcuts-dialog.ui:61
msgid "Player" msgid "Player"
msgstr "Wiedergabeprogramm" msgstr "Wiedergabeprogramm"
#: data/ui/shortcuts-dialog.ui:75 data/ui/window.ui:139 #: data/ui/shortcuts-dialog.ui:65
msgid "Connect or disconnect" msgid "Connect or disconnect"
msgstr "Die Verbindung herstellen oder trennen" msgstr "Die Verbindung herstellen oder trennen"
#: data/ui/shortcuts-dialog.ui:82 data/ui/window.ui:161 #: data/ui/shortcuts-dialog.ui:71 data/ui/window.ui:25
msgid "Switch between play and pause" msgid "Switch between play and pause"
msgstr "Zwischen Abspielen und Pause wechseln" msgstr "Zwischen Abspielen und Pause wechseln"
#: data/ui/shortcuts-dialog.ui:97 #: data/ui/shortcuts-dialog.ui:84
msgid "Cover Panel" msgid "Cover Panel"
msgstr "Cover-Paneel" msgstr "Cover-Paneel"
#: data/ui/shortcuts-dialog.ui:110 #: data/ui/shortcuts-dialog.ui:95
msgid "Library Panel" msgid "Library Panel"
msgstr "Bibliothekspaneel" msgstr "Bibliothekspaneel"
#: data/ui/window.ui:108 #: src/connectionpanel.py:51
msgid "Connect to MPD" msgid "use"
msgstr "Zu MPD verbinden" msgstr "verwenden"
#: data/ui/window.ui:181 #: src/librarypanel.py:291
msgid "Adjust the volume"
msgstr "Die Lautstärke anpassen"
#: src/librarypanel.py:421
msgid "Loading albums" msgid "Loading albums"
msgstr "Alben werden geladen" msgstr "Alben werden geladen"
#: src/librarypanel.py:521 #: src/librarypanel.py:379
msgid "Loading images" msgid "Loading images"
msgstr "Bilder werden geladen" msgstr "Bilder werden geladen"
@ -373,10 +228,74 @@ msgstr "{} mit {}"
msgid "{}:{} minutes" msgid "{}:{} minutes"
msgstr "{}:{} Minuten" msgstr "{}:{} Minuten"
#: src/window.py:112 #: src/window.py:114
msgid "Server" msgid "Server"
msgstr "Server" msgstr "Server"
#: src/window.py:115
msgid "Cover"
msgstr "Cover"
#: src/window.py:116
msgid "Playlist"
msgstr "Wiedergabeliste"
#: src/window.py:117
msgid "Library"
msgstr "Bibliothek"
#, fuzzy
#~ msgid "Connection state"
#~ msgstr "Verbindung"
#~ msgid "Title"
#~ msgstr "Titel"
#~ msgid "Artist"
#~ msgstr "Künstler"
#~ msgid "Enter hostname or IP address"
#~ msgstr "Hostnamen oder IP-Adresse eingeben"
#~ msgid "Enter password or leave blank"
#~ msgstr "Passwort eingeben oder leer lassen"
#~ msgid "Connect"
#~ msgstr "Verbinden"
#~ msgid "Play"
#~ msgstr "Abspielen"
#~ msgid "Clear Playlist"
#~ msgstr "Playlist leeren"
#~ msgid "Toggle Fullscreen"
#~ msgstr "Vollbild wechseln"
#~ msgid "Search Library"
#~ msgstr "Bibliothek durchsuchen"
#~ msgid "Connection"
#~ msgstr "Verbindung"
#~ msgid "Keyboard Shortcuts"
#~ msgstr "Tastenkombinationen"
#~ msgid "Info"
#~ msgstr "Info"
#~ msgid "Quit"
#~ msgstr "Beenden"
#~ msgid "CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks."
#~ msgstr "CoverGrid ist ein ein Client für den Music Player Daemon, der sich auf Alben anstellen von einzelnen Songs fokussiert."
#~ msgid "Connect to MPD"
#~ msgstr "Zu MPD verbinden"
#~ msgid "Adjust the volume"
#~ msgstr "Die Lautstärke anpassen"
#~ msgid "Enter URL or local path" #~ msgid "Enter URL or local path"
#~ msgstr "URL oder lokalen Pfad eingeben" #~ msgstr "URL oder lokalen Pfad eingeben"

BIN
po/en.mo

Binary file not shown.

431
po/en.po
View file

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: CoverGrid (mcg)\n" "Project-Id-Version: CoverGrid (mcg)\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-08 19:06+0100\n" "POT-Creation-Date: 2024-05-22 14:39+0200\n"
"PO-Revision-Date: 2023-01-08 19:07+0100\n" "PO-Revision-Date: 2024-05-22 14:39+0200\n"
"Last-Translator: coderkun <olli@suruatoel.xyz>\n" "Last-Translator: coderkun <olli@suruatoel.xyz>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: en\n" "Language: en\n"
@ -11,358 +11,213 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.2.2\n" "X-Generator: Poedit 3.4.2\n"
"X-Poedit-Basepath: ../../..\n" "X-Poedit-Basepath: ../../..\n"
"X-Poedit-SearchPath-0: mcg\n" "X-Poedit-SearchPath-0: mcg\n"
"X-Poedit-SearchPath-1: data/ui\n" "X-Poedit-SearchPath-1: data/ui\n"
#: data/xyz.suruatoel.mcg.gschema.xml:11 #: data/ui/connection-panel.ui:29
msgid "MPD host" msgid "No service found"
msgstr "" msgstr "No service found"
#: data/xyz.suruatoel.mcg.gschema.xml:12 #: data/ui/connection-panel.ui:43
msgid "MPD host to connect to" msgid "Host"
msgstr "" msgstr "Host"
#: data/xyz.suruatoel.mcg.gschema.xml:16 #: data/ui/connection-panel.ui:56
msgid "MPD port" msgid "Port"
msgstr "" msgstr "Port"
#: data/xyz.suruatoel.mcg.gschema.xml:17
msgid "MPD port to connect to"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:21
#, fuzzy
msgid "Connection state"
msgstr "Connection"
#: data/xyz.suruatoel.mcg.gschema.xml:22
msgid "State of last connection"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:26
msgid "Window width"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:27
msgid "The window width in pixels."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:31
msgid "Window height"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:32
msgid "The window height in pixels."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:36
msgid "Window maximized"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:37
msgid "Whether or not the window is in maximized state."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:42
msgid "Last selected panel"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:43
msgid "The index of the last selected panel."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:48
msgid "Size of library items"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:49
msgid "The size of items displayed in the library."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:53
msgid "Sort criterium for library items"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:54
msgid "The sort criterium of items displayed in the library."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:58
msgid "Sort type for library items"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:59
msgid "The sort type of items displayed in the library."
msgstr ""
#: data/ui/album-headerbar.ui:17
msgid "Title"
msgstr "Title"
#: data/ui/album-headerbar.ui:34
msgid "Artist"
msgstr "Artist"
#: data/ui/connection-panel.ui:76 #: data/ui/connection-panel.ui:76
msgid "Enter hostname or IP address" msgid "Password"
msgstr "Enter hostname or IP address" msgstr "Password"
#: data/ui/connection-panel.ui:89 #: data/ui/cover-panel.ui:12 data/ui/shortcuts-dialog.ui:88
msgid "Enter password or leave blank"
msgstr "Enter password or leave blank"
#: data/ui/connection-panel.ui:118
msgid "Host:"
msgstr "Host:"
#: data/ui/connection-panel.ui:130
msgid "Port:"
msgstr "Port:"
#: data/ui/connection-panel.ui:142
msgid "Password:"
msgstr "Password:"
#: data/ui/cover-toolbar.ui:15 data/ui/shortcuts-dialog.ui:102
msgid "Show the cover in fullscreen mode" msgid "Show the cover in fullscreen mode"
msgstr "Show the cover in fullscreen mode" msgstr "Show the cover in fullscreen mode"
#: data/ui/gtk.menu.ui:7 #: data/ui/library-panel.ui:34
msgid "Connect" msgid "update library"
msgstr "Connect" msgstr "update the library"
#: data/ui/gtk.menu.ui:12 #: data/ui/library-panel.ui:48
msgid "Play"
msgstr "Play"
#: data/ui/gtk.menu.ui:17
msgid "Clear Playlist"
msgstr "Clear Playlist"
#: data/ui/gtk.menu.ui:22
msgid "Toggle Fullscreen"
msgstr "Toggle fullscreen"
#: data/ui/gtk.menu.ui:27
msgid "Search Library"
msgstr "Search Library"
#: data/ui/gtk.menu.ui:34
msgid "Connection"
msgstr "Connection"
#: data/ui/gtk.menu.ui:40 src/window.py:113
msgid "Cover"
msgstr "Cover"
#: data/ui/gtk.menu.ui:46 src/window.py:114
msgid "Playlist"
msgstr "Playlist"
#: data/ui/gtk.menu.ui:52 src/window.py:115
msgid "Library"
msgstr "Library"
#: data/ui/gtk.menu.ui:60
msgid "Keyboard Shortcuts"
msgstr "Keyboard Shortcuts"
#: data/ui/gtk.menu.ui:65
msgid "Info"
msgstr "Info"
#: data/ui/gtk.menu.ui:70
msgid "Quit"
msgstr "Quit"
#: data/ui/info-dialog.ui:14
msgid ""
"CoverGrid is a client for the Music Player Daemon, focusing on albums "
"instead of single tracks."
msgstr ""
"CoverGrid is a client for the Music Player Daemon, focusing on albums "
"instead of single tracks."
#: data/ui/library-panel.ui:27
msgid "search library"
msgstr "search library"
#: data/ui/library-panel.ui:166 data/ui/playlist-panel.ui:57
msgid "cancel"
msgstr "cancel"
#: data/ui/library-panel.ui:179 data/ui/library-panel.ui:264
msgid "queue"
msgstr "queue"
#: data/ui/library-panel.ui:277 data/ui/playlist-panel.ui:168
msgid "play"
msgstr "play"
#: data/ui/library-toolbar.ui:76
msgid "Sort" msgid "Sort"
msgstr "Sort order" msgstr "Sort order"
#: data/ui/library-toolbar.ui:86 #: data/ui/library-panel.ui:53
msgid "sort by artist" msgid "sort by artist"
msgstr "by Artist" msgstr "by Artist"
#: data/ui/library-toolbar.ui:102 #: data/ui/library-panel.ui:61
msgid "sort by title" msgid "sort by title"
msgstr "by Title" msgstr "by Title"
#: data/ui/library-toolbar.ui:118 #: data/ui/library-panel.ui:69
msgid "sort by year" msgid "sort by year"
msgstr "by Year" msgstr "by Year"
#: data/ui/library-toolbar.ui:134 #: data/ui/library-panel.ui:76
msgid "sort by modification" msgid "sort by modification"
msgstr "by Modification Date" msgstr "by Modification Date"
#: data/ui/library-toolbar.ui:185 data/ui/shortcuts-dialog.ui:115 #: data/ui/library-panel.ui:84
msgid "sort library descending"
msgstr "sort descending"
#: data/ui/library-panel.ui:105 data/ui/shortcuts-dialog.ui:99
msgid "Search the library" msgid "Search the library"
msgstr "Search the library" msgstr "Search the library"
#: data/ui/library-toolbar.ui:208 data/ui/playlist-toolbar.ui:15 #: data/ui/library-panel.ui:121 data/ui/playlist-panel.ui:14
msgid "Select multiple albums" msgid "Select multiple albums"
msgstr "Select multiple albums" msgstr "Select multiple albums"
#: data/ui/library-toolbar.ui:230 #: data/ui/library-panel.ui:135
msgid "Settings and actions" msgid "Settings and actions"
msgstr "Settings and actions" msgstr "Settings and actions"
#: data/ui/playlist-panel.ui:70 data/ui/playlist-panel.ui:155 #: data/ui/library-panel.ui:160
msgid "remove" msgid "search library"
msgstr "remove" msgstr "search library"
#: data/ui/playlist-toolbar.ui:37 data/ui/shortcuts-dialog.ui:89 #: data/ui/library-panel.ui:263 data/ui/playlist-panel.ui:107
msgid "cancel"
msgstr "cancel"
#: data/ui/library-panel.ui:270 data/ui/library-panel.ui:327
msgid "queue"
msgstr "queue"
#: data/ui/library-panel.ui:320 data/ui/playlist-panel.ui:163
msgid "play"
msgstr "play"
#: data/ui/playlist-panel.ui:28 data/ui/shortcuts-dialog.ui:77
msgid "Clear the playlist" msgid "Clear the playlist"
msgstr "Clear the playlist" msgstr "Clear the playlist"
#: data/ui/server-panel.ui:69 #: data/ui/playlist-panel.ui:114 data/ui/playlist-panel.ui:170
msgid "File:" msgid "remove"
msgstr "File:" msgstr "remove"
#: data/ui/server-panel.ui:82 #: data/ui/server-panel.ui:35
msgid "Audio:"
msgstr "Audio:"
#: data/ui/server-panel.ui:95
msgid "Bitrate:"
msgstr "Bitrate:"
#: data/ui/server-panel.ui:108
msgid "Error:"
msgstr "Error:"
#: data/ui/server-panel.ui:120 data/ui/server-panel.ui:136
#: data/ui/server-panel.ui:152 data/ui/server-panel.ui:168
msgid "<i>none</i>"
msgstr "<i>none</i>"
#: data/ui/server-panel.ui:221
msgid "Status" msgid "Status"
msgstr "Status" msgstr "Status"
#: data/ui/server-panel.ui:301 #: data/ui/server-panel.ui:49
msgid "Albums" msgid "File:"
msgstr "Albums" msgstr "File:"
#: data/ui/server-panel.ui:313 #: data/ui/server-panel.ui:60
msgid "Songs" msgid "Audio:"
msgstr "Songs" msgstr "Audio:"
#: data/ui/server-panel.ui:325 #: data/ui/server-panel.ui:71
msgid "Artists" msgid "Bitrate:"
msgstr "Artists" msgstr "Bitrate:"
#: data/ui/server-panel.ui:349 #: data/ui/server-panel.ui:82
msgid "Seconds" msgid "Error:"
msgstr "Seconds" msgstr "Error:"
#: data/ui/server-panel.ui:396 #: data/ui/server-panel.ui:92 data/ui/server-panel.ui:106
msgid "Seconds played" #: data/ui/server-panel.ui:120 data/ui/server-panel.ui:134
msgstr "Seconds" msgid "<i>none</i>"
msgstr "<i>none</i>"
#: data/ui/server-panel.ui:407 #: data/ui/server-panel.ui:154
msgid "Seconds running"
msgstr "Seconds running"
#: data/ui/server-panel.ui:465
msgid "Statistics" msgid "Statistics"
msgstr "Statistics" msgstr "Statistics"
#: data/ui/server-panel.ui:535 #: data/ui/server-panel.ui:178
msgid "Artists"
msgstr "Artists"
#: data/ui/server-panel.ui:198
msgid "Albums"
msgstr "Albums"
#: data/ui/server-panel.ui:218
msgid "Songs"
msgstr "Songs"
#: data/ui/server-panel.ui:238
msgid "Seconds"
msgstr "Seconds"
#: data/ui/server-panel.ui:267
msgid "Seconds played"
msgstr "Seconds"
#: data/ui/server-panel.ui:287
msgid "Seconds running"
msgstr "Seconds running"
#: data/ui/server-panel.ui:303
msgid "Audio Devices" msgid "Audio Devices"
msgstr "Audio Devices" msgstr "Audio Devices"
#: data/ui/shortcuts-dialog.ui:15 #: data/ui/shortcuts-dialog.ui:14
msgid "General" msgid "General"
msgstr "General" msgstr "General"
#: data/ui/shortcuts-dialog.ui:20 #: data/ui/shortcuts-dialog.ui:18
msgid "Switch to the Connection panel" msgid "Switch to the Connection panel"
msgstr "Switch to the Connection panel" msgstr "Switch to the Connection panel"
#: data/ui/shortcuts-dialog.ui:27 #: data/ui/shortcuts-dialog.ui:24
msgid "Switch to the Cover panel" msgid "Switch to the Cover panel"
msgstr "Switch to the Cover panel" msgstr "Switch to the Cover panel"
#: data/ui/shortcuts-dialog.ui:34 #: data/ui/shortcuts-dialog.ui:30
msgid "Switch to the Playlist panel" msgid "Switch to the Playlist panel"
msgstr "Switch to the Playlist panel" msgstr "Switch to the Playlist panel"
#: data/ui/shortcuts-dialog.ui:41 #: data/ui/shortcuts-dialog.ui:36
msgid "Switch to the Library panel" msgid "Switch to the Library panel"
msgstr "Switch to the Cover panel" msgstr "Switch to the Cover panel"
#: data/ui/shortcuts-dialog.ui:48 #: data/ui/shortcuts-dialog.ui:42
msgid "Show the keyboard shortcuts" msgid "Show the keyboard shortcuts"
msgstr "Show the keyboard shortcuts (this dialog)" msgstr "Show the keyboard shortcuts (this dialog)"
#: data/ui/shortcuts-dialog.ui:55 #: data/ui/shortcuts-dialog.ui:48
msgid "Open the info dialog" msgid "Open the info dialog"
msgstr "Open the info dialog" msgstr "Open the info dialog"
#: data/ui/shortcuts-dialog.ui:62 #: data/ui/shortcuts-dialog.ui:54
msgid "Quit the application" msgid "Quit the application"
msgstr "Quit the application" msgstr "Quit the application"
#: data/ui/shortcuts-dialog.ui:70 #: data/ui/shortcuts-dialog.ui:61
msgid "Player" msgid "Player"
msgstr "Player" msgstr "Player"
#: data/ui/shortcuts-dialog.ui:75 data/ui/window.ui:139 #: data/ui/shortcuts-dialog.ui:65
msgid "Connect or disconnect" msgid "Connect or disconnect"
msgstr "Connect or disconnect" msgstr "Connect or disconnect"
#: data/ui/shortcuts-dialog.ui:82 data/ui/window.ui:161 #: data/ui/shortcuts-dialog.ui:71 data/ui/window.ui:25
msgid "Switch between play and pause" msgid "Switch between play and pause"
msgstr "Switch between play and pause" msgstr "Switch between play and pause"
#: data/ui/shortcuts-dialog.ui:97 #: data/ui/shortcuts-dialog.ui:84
msgid "Cover Panel" msgid "Cover Panel"
msgstr "Cover Panel" msgstr "Cover Panel"
#: data/ui/shortcuts-dialog.ui:110 #: data/ui/shortcuts-dialog.ui:95
msgid "Library Panel" msgid "Library Panel"
msgstr "Library Panel" msgstr "Library Panel"
#: data/ui/window.ui:108 #: src/connectionpanel.py:51
msgid "Connect to MPD" msgid "use"
msgstr "Connect to MPD" msgstr "use"
#: data/ui/window.ui:181 #: src/librarypanel.py:291
msgid "Adjust the volume"
msgstr "Adjust the volume"
#: src/librarypanel.py:421
msgid "Loading albums" msgid "Loading albums"
msgstr "Loading albums" msgstr "Loading albums"
#: src/librarypanel.py:521 #: src/librarypanel.py:379
msgid "Loading images" msgid "Loading images"
msgstr "Loading images" msgstr "Loading images"
@ -374,10 +229,74 @@ msgstr "{} feat. {}"
msgid "{}:{} minutes" msgid "{}:{} minutes"
msgstr "{}:{} minutes" msgstr "{}:{} minutes"
#: src/window.py:112 #: src/window.py:114
msgid "Server" msgid "Server"
msgstr "Server" msgstr "Server"
#: src/window.py:115
msgid "Cover"
msgstr "Cover"
#: src/window.py:116
msgid "Playlist"
msgstr "Playlist"
#: src/window.py:117
msgid "Library"
msgstr "Library"
#, fuzzy
#~ msgid "Connection state"
#~ msgstr "Connection"
#~ msgid "Title"
#~ msgstr "Title"
#~ msgid "Artist"
#~ msgstr "Artist"
#~ msgid "Enter hostname or IP address"
#~ msgstr "Enter hostname or IP address"
#~ msgid "Enter password or leave blank"
#~ msgstr "Enter password or leave blank"
#~ msgid "Connect"
#~ msgstr "Connect"
#~ msgid "Play"
#~ msgstr "Play"
#~ msgid "Clear Playlist"
#~ msgstr "Clear Playlist"
#~ msgid "Toggle Fullscreen"
#~ msgstr "Toggle fullscreen"
#~ msgid "Search Library"
#~ msgstr "Search Library"
#~ msgid "Connection"
#~ msgstr "Connection"
#~ msgid "Keyboard Shortcuts"
#~ msgstr "Keyboard Shortcuts"
#~ msgid "Info"
#~ msgstr "Info"
#~ msgid "Quit"
#~ msgstr "Quit"
#~ msgid "CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks."
#~ msgstr "CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks."
#~ msgid "Connect to MPD"
#~ msgstr "Connect to MPD"
#~ msgid "Adjust the volume"
#~ msgstr "Adjust the volume"
#~ msgid "Enter URL or local path" #~ msgid "Enter URL or local path"
#~ msgstr "Enter URL or local path" #~ msgstr "Enter URL or local path"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mcg\n" "Project-Id-Version: mcg\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-08 19:06+0100\n" "POT-Creation-Date: 2024-05-22 14:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,350 +17,208 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: data/xyz.suruatoel.mcg.gschema.xml:11 #: data/ui/connection-panel.ui:29
msgid "MPD host" msgid "No service found"
msgstr "" msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:12 #: data/ui/connection-panel.ui:43
msgid "MPD host to connect to" msgid "Host"
msgstr "" msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:16 #: data/ui/connection-panel.ui:56
msgid "MPD port" msgid "Port"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:17
msgid "MPD port to connect to"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:21
msgid "Connection state"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:22
msgid "State of last connection"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:26
msgid "Window width"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:27
msgid "The window width in pixels."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:31
msgid "Window height"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:32
msgid "The window height in pixels."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:36
msgid "Window maximized"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:37
msgid "Whether or not the window is in maximized state."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:42
msgid "Last selected panel"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:43
msgid "The index of the last selected panel."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:48
msgid "Size of library items"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:49
msgid "The size of items displayed in the library."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:53
msgid "Sort criterium for library items"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:54
msgid "The sort criterium of items displayed in the library."
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:58
msgid "Sort type for library items"
msgstr ""
#: data/xyz.suruatoel.mcg.gschema.xml:59
msgid "The sort type of items displayed in the library."
msgstr ""
#: data/ui/album-headerbar.ui:17
msgid "Title"
msgstr ""
#: data/ui/album-headerbar.ui:34
msgid "Artist"
msgstr "" msgstr ""
#: data/ui/connection-panel.ui:76 #: data/ui/connection-panel.ui:76
msgid "Enter hostname or IP address" msgid "Password"
msgstr "" msgstr ""
#: data/ui/connection-panel.ui:89 #: data/ui/cover-panel.ui:12 data/ui/shortcuts-dialog.ui:88
msgid "Enter password or leave blank"
msgstr ""
#: data/ui/connection-panel.ui:118
msgid "Host:"
msgstr ""
#: data/ui/connection-panel.ui:130
msgid "Port:"
msgstr ""
#: data/ui/connection-panel.ui:142
msgid "Password:"
msgstr ""
#: data/ui/cover-toolbar.ui:15 data/ui/shortcuts-dialog.ui:102
msgid "Show the cover in fullscreen mode" msgid "Show the cover in fullscreen mode"
msgstr "" msgstr ""
#: data/ui/gtk.menu.ui:7 #: data/ui/library-panel.ui:34
msgid "Connect" msgid "update library"
msgstr "" msgstr ""
#: data/ui/gtk.menu.ui:12 #: data/ui/library-panel.ui:48
msgid "Play"
msgstr ""
#: data/ui/gtk.menu.ui:17
msgid "Clear Playlist"
msgstr ""
#: data/ui/gtk.menu.ui:22
msgid "Toggle Fullscreen"
msgstr ""
#: data/ui/gtk.menu.ui:27
msgid "Search Library"
msgstr ""
#: data/ui/gtk.menu.ui:34
msgid "Connection"
msgstr ""
#: data/ui/gtk.menu.ui:40 src/window.py:113
msgid "Cover"
msgstr ""
#: data/ui/gtk.menu.ui:46 src/window.py:114
msgid "Playlist"
msgstr ""
#: data/ui/gtk.menu.ui:52 src/window.py:115
msgid "Library"
msgstr ""
#: data/ui/gtk.menu.ui:60
msgid "Keyboard Shortcuts"
msgstr ""
#: data/ui/gtk.menu.ui:65
msgid "Info"
msgstr ""
#: data/ui/gtk.menu.ui:70
msgid "Quit"
msgstr ""
#: data/ui/info-dialog.ui:14
msgid ""
"CoverGrid is a client for the Music Player Daemon, focusing on albums "
"instead of single tracks."
msgstr ""
#: data/ui/library-panel.ui:27
msgid "search library"
msgstr ""
#: data/ui/library-panel.ui:166 data/ui/playlist-panel.ui:57
msgid "cancel"
msgstr ""
#: data/ui/library-panel.ui:179 data/ui/library-panel.ui:264
msgid "queue"
msgstr ""
#: data/ui/library-panel.ui:277 data/ui/playlist-panel.ui:168
msgid "play"
msgstr ""
#: data/ui/library-toolbar.ui:76
msgid "Sort" msgid "Sort"
msgstr "" msgstr ""
#: data/ui/library-toolbar.ui:86 #: data/ui/library-panel.ui:53
msgid "sort by artist" msgid "sort by artist"
msgstr "" msgstr ""
#: data/ui/library-toolbar.ui:102 #: data/ui/library-panel.ui:61
msgid "sort by title" msgid "sort by title"
msgstr "" msgstr ""
#: data/ui/library-toolbar.ui:118 #: data/ui/library-panel.ui:69
msgid "sort by year" msgid "sort by year"
msgstr "" msgstr ""
#: data/ui/library-toolbar.ui:134 #: data/ui/library-panel.ui:76
msgid "sort by modification" msgid "sort by modification"
msgstr "" msgstr ""
#: data/ui/library-toolbar.ui:185 data/ui/shortcuts-dialog.ui:115 #: data/ui/library-panel.ui:84
msgid "sort library descending"
msgstr ""
#: data/ui/library-panel.ui:105 data/ui/shortcuts-dialog.ui:99
msgid "Search the library" msgid "Search the library"
msgstr "" msgstr ""
#: data/ui/library-toolbar.ui:208 data/ui/playlist-toolbar.ui:15 #: data/ui/library-panel.ui:121 data/ui/playlist-panel.ui:14
msgid "Select multiple albums" msgid "Select multiple albums"
msgstr "" msgstr ""
#: data/ui/library-toolbar.ui:230 #: data/ui/library-panel.ui:135
msgid "Settings and actions" msgid "Settings and actions"
msgstr "" msgstr ""
#: data/ui/playlist-panel.ui:70 data/ui/playlist-panel.ui:155 #: data/ui/library-panel.ui:160
msgid "remove" msgid "search library"
msgstr "" msgstr ""
#: data/ui/playlist-toolbar.ui:37 data/ui/shortcuts-dialog.ui:89 #: data/ui/library-panel.ui:263 data/ui/playlist-panel.ui:107
msgid "cancel"
msgstr ""
#: data/ui/library-panel.ui:270 data/ui/library-panel.ui:327
msgid "queue"
msgstr ""
#: data/ui/library-panel.ui:320 data/ui/playlist-panel.ui:163
msgid "play"
msgstr ""
#: data/ui/playlist-panel.ui:28 data/ui/shortcuts-dialog.ui:77
msgid "Clear the playlist" msgid "Clear the playlist"
msgstr "" msgstr ""
#: data/ui/server-panel.ui:69 #: data/ui/playlist-panel.ui:114 data/ui/playlist-panel.ui:170
msgid "File:" msgid "remove"
msgstr "" msgstr ""
#: data/ui/server-panel.ui:82 #: data/ui/server-panel.ui:35
msgid "Audio:"
msgstr ""
#: data/ui/server-panel.ui:95
msgid "Bitrate:"
msgstr ""
#: data/ui/server-panel.ui:108
msgid "Error:"
msgstr ""
#: data/ui/server-panel.ui:120 data/ui/server-panel.ui:136
#: data/ui/server-panel.ui:152 data/ui/server-panel.ui:168
msgid "<i>none</i>"
msgstr ""
#: data/ui/server-panel.ui:221
msgid "Status" msgid "Status"
msgstr "" msgstr ""
#: data/ui/server-panel.ui:301 #: data/ui/server-panel.ui:49
msgid "Albums" msgid "File:"
msgstr "" msgstr ""
#: data/ui/server-panel.ui:313 #: data/ui/server-panel.ui:60
msgid "Songs" msgid "Audio:"
msgstr "" msgstr ""
#: data/ui/server-panel.ui:325 #: data/ui/server-panel.ui:71
msgid "Artists" msgid "Bitrate:"
msgstr "" msgstr ""
#: data/ui/server-panel.ui:349 #: data/ui/server-panel.ui:82
msgid "Seconds" msgid "Error:"
msgstr "" msgstr ""
#: data/ui/server-panel.ui:396 #: data/ui/server-panel.ui:92 data/ui/server-panel.ui:106
msgid "Seconds played" #: data/ui/server-panel.ui:120 data/ui/server-panel.ui:134
msgid "<i>none</i>"
msgstr "" msgstr ""
#: data/ui/server-panel.ui:407 #: data/ui/server-panel.ui:154
msgid "Seconds running"
msgstr ""
#: data/ui/server-panel.ui:465
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: data/ui/server-panel.ui:535 #: data/ui/server-panel.ui:178
msgid "Artists"
msgstr ""
#: data/ui/server-panel.ui:198
msgid "Albums"
msgstr ""
#: data/ui/server-panel.ui:218
msgid "Songs"
msgstr ""
#: data/ui/server-panel.ui:238
msgid "Seconds"
msgstr ""
#: data/ui/server-panel.ui:267
msgid "Seconds played"
msgstr ""
#: data/ui/server-panel.ui:287
msgid "Seconds running"
msgstr ""
#: data/ui/server-panel.ui:303
msgid "Audio Devices" msgid "Audio Devices"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:15 #: data/ui/shortcuts-dialog.ui:14
msgid "General" msgid "General"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:20 #: data/ui/shortcuts-dialog.ui:18
msgid "Switch to the Connection panel" msgid "Switch to the Connection panel"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:27 #: data/ui/shortcuts-dialog.ui:24
msgid "Switch to the Cover panel" msgid "Switch to the Cover panel"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:34 #: data/ui/shortcuts-dialog.ui:30
msgid "Switch to the Playlist panel" msgid "Switch to the Playlist panel"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:41 #: data/ui/shortcuts-dialog.ui:36
msgid "Switch to the Library panel" msgid "Switch to the Library panel"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:48 #: data/ui/shortcuts-dialog.ui:42
msgid "Show the keyboard shortcuts" msgid "Show the keyboard shortcuts"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:55 #: data/ui/shortcuts-dialog.ui:48
msgid "Open the info dialog" msgid "Open the info dialog"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:62 #: data/ui/shortcuts-dialog.ui:54
msgid "Quit the application" msgid "Quit the application"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:70 #: data/ui/shortcuts-dialog.ui:61
msgid "Player" msgid "Player"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:75 data/ui/window.ui:139 #: data/ui/shortcuts-dialog.ui:65
msgid "Connect or disconnect" msgid "Connect or disconnect"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:82 data/ui/window.ui:161 #: data/ui/shortcuts-dialog.ui:71 data/ui/window.ui:25
msgid "Switch between play and pause" msgid "Switch between play and pause"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:97 #: data/ui/shortcuts-dialog.ui:84
msgid "Cover Panel" msgid "Cover Panel"
msgstr "" msgstr ""
#: data/ui/shortcuts-dialog.ui:110 #: data/ui/shortcuts-dialog.ui:95
msgid "Library Panel" msgid "Library Panel"
msgstr "" msgstr ""
#: data/ui/window.ui:108 #: src/connectionpanel.py:51
msgid "Connect to MPD" msgid "use"
msgstr "" msgstr ""
#: data/ui/window.ui:181 #: src/librarypanel.py:291
msgid "Adjust the volume"
msgstr ""
#: src/librarypanel.py:421
msgid "Loading albums" msgid "Loading albums"
msgstr "" msgstr ""
#: src/librarypanel.py:521 #: src/librarypanel.py:379
msgid "Loading images" msgid "Loading images"
msgstr "" msgstr ""
@ -372,6 +230,18 @@ msgstr ""
msgid "{}:{} minutes" msgid "{}:{} minutes"
msgstr "" msgstr ""
#: src/window.py:112 #: src/window.py:114
msgid "Server" msgid "Server"
msgstr "" msgstr ""
#: src/window.py:115
msgid "Cover"
msgstr ""
#: src/window.py:116
msgid "Playlist"
msgstr ""
#: src/window.py:117
msgid "Library"
msgstr ""