Skip to content

Commit 3d3d4fd

Browse files
committed
Add missing items to Keyboard shortcuts info window
1 parent 8bbaa04 commit 3d3d4fd

4 files changed

Lines changed: 118 additions & 15 deletions

File tree

resources/i18n/nl.po

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ msgstr "Albums"
143143
msgid "and"
144144
msgstr "en"
145145

146+
msgid "Append selection to queue"
147+
msgstr "Geselecteerde items aan wachtrij toevoegen"
148+
146149
msgid "Append to the queue"
147150
msgstr "Aan de wachtrij toevoegen"
148151

@@ -224,6 +227,9 @@ msgstr "dagen"
224227
msgid "Decoder plugins"
225228
msgstr "Decoder-plug-ins"
226229

230+
msgid "Default action (set in Preferences)"
231+
msgstr "Default actie (gezet in Instellingen)"
232+
227233
msgid "Delete playlist"
228234
msgstr "Afspeellijst verwijderen"
229235

@@ -368,6 +374,9 @@ msgstr "Genre"
368374
msgid "Genres"
369375
msgstr "Genres"
370376

377+
msgid "Go a level up"
378+
msgstr "Naar niveau omhoog"
379+
371380
msgid "Grouping"
372381
msgstr "Groepering"
373382

@@ -476,6 +485,9 @@ msgstr "Eén track"
476485
msgid "Open Filter bar"
477486
msgstr "Filterbalk openen"
478487

488+
msgid "Open Search bar"
489+
msgstr "Zoekbalk openen"
490+
479491
msgid "Password:"
480492
msgstr "Wachtwoord:"
481493

@@ -560,6 +572,9 @@ msgstr "Herhalen"
560572
msgid "Replace playlist"
561573
msgstr "Afspeellijst vervangen"
562574

575+
msgid "Replace queue with selection"
576+
msgstr "Wachtrij door geselecteerde items vervangen"
577+
563578
msgid "Replace the queue"
564579
msgstr "De wachtrij vervangen"
565580

resources/i18n/ru.po

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ msgstr "Альбомы"
147147
msgid "and"
148148
msgstr "и"
149149

150+
msgid "Append selection to queue"
151+
msgstr "Добавить выделенное к очереди"
152+
150153
msgid "Append to the queue"
151154
msgstr "Добавить в конец очереди"
152155

@@ -228,6 +231,9 @@ msgstr "дней"
228231
msgid "Decoder plugins"
229232
msgstr "Плагины для декодирования"
230233

234+
msgid "Default action (set in Preferences)"
235+
msgstr "Действие по умолчанию (см. в Настройках)"
236+
231237
msgid "Delete playlist"
232238
msgstr "Удалить плейлист"
233239

@@ -372,6 +378,9 @@ msgstr "Жанр"
372378
msgid "Genres"
373379
msgstr "Жанры"
374380

381+
msgid "Go a level up"
382+
msgstr "Перейти на уровень выше"
383+
375384
msgid "Grouping"
376385
msgstr "Группировка"
377386

@@ -482,6 +491,9 @@ msgstr "Один трек"
482491
msgid "Open Filter bar"
483492
msgstr "Открыть панель фильтра"
484493

494+
msgid "Open Search bar"
495+
msgstr "Открыть панель поиска"
496+
485497
msgid "Password:"
486498
msgstr "Пароль:"
487499

@@ -566,6 +578,9 @@ msgstr "Повтор"
566578
msgid "Replace playlist"
567579
msgstr "Заменить плейлист"
568580

581+
msgid "Replace queue with selection"
582+
msgstr "Заменить очередь на выделенное"
583+
569584
msgid "Replace the queue"
570585
msgstr "Заменить очередь"
571586

resources/i18n/ymuse.pot

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ msgstr ""
129129
msgid "and"
130130
msgstr ""
131131

132+
msgid "Append selection to queue"
133+
msgstr ""
134+
132135
msgid "Append to the queue"
133136
msgstr ""
134137

@@ -210,6 +213,9 @@ msgstr ""
210213
msgid "Decoder plugins"
211214
msgstr ""
212215

216+
msgid "Default action (set in Preferences)"
217+
msgstr ""
218+
213219
msgid "Delete playlist"
214220
msgstr ""
215221

@@ -354,6 +360,9 @@ msgstr ""
354360
msgid "Genres"
355361
msgstr ""
356362

363+
msgid "Go a level up"
364+
msgstr ""
365+
357366
msgid "Grouping"
358367
msgstr ""
359368

@@ -462,6 +471,9 @@ msgstr ""
462471
msgid "Open Filter bar"
463472
msgstr ""
464473

474+
msgid "Open Search bar"
475+
msgstr ""
476+
465477
msgid "Password:"
466478
msgstr ""
467479

@@ -546,6 +558,9 @@ msgstr ""
546558
msgid "Replace playlist"
547559
msgstr ""
548560

561+
msgid "Replace queue with selection"
562+
msgstr ""
563+
549564
msgid "Replace the queue"
550565
msgstr ""
551566

resources/shortcuts.glade

Lines changed: 73 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,53 @@
7676
</child>
7777
</object>
7878
</child>
79+
<child>
80+
<object class="GtkShortcutsGroup">
81+
<property name="title" translatable="yes">Player</property>
82+
<child>
83+
<object class="GtkShortcutsShortcut">
84+
<property name="title" translatable="yes">Previous track</property>
85+
<property name="accelerator">&lt;ctrl&gt;Left</property>
86+
</object>
87+
</child>
88+
<child>
89+
<object class="GtkShortcutsShortcut">
90+
<property name="title" translatable="yes">Next track</property>
91+
<property name="accelerator">&lt;ctrl&gt;Right</property>
92+
</object>
93+
</child>
94+
<child>
95+
<object class="GtkShortcutsShortcut">
96+
<property name="title" translatable="yes">Stop</property>
97+
<property name="accelerator">&lt;ctrl&gt;S</property>
98+
</object>
99+
</child>
100+
<child>
101+
<object class="GtkShortcutsShortcut">
102+
<property name="title" translatable="yes">Toggle play/pause</property>
103+
<property name="accelerator">&lt;ctrl&gt;P</property>
104+
</object>
105+
</child>
106+
<child>
107+
<object class="GtkShortcutsShortcut">
108+
<property name="title" translatable="yes">Toggle random mode</property>
109+
<property name="accelerator">&lt;ctrl&gt;U</property>
110+
</object>
111+
</child>
112+
<child>
113+
<object class="GtkShortcutsShortcut">
114+
<property name="title" translatable="yes">Toggle repeat mode</property>
115+
<property name="accelerator">&lt;ctrl&gt;R</property>
116+
</object>
117+
</child>
118+
<child>
119+
<object class="GtkShortcutsShortcut">
120+
<property name="title" translatable="yes">Toggle consume mode</property>
121+
<property name="accelerator">&lt;ctrl&gt;N</property>
122+
</object>
123+
</child>
124+
</object>
125+
</child>
79126
<child>
80127
<object class="GtkShortcutsGroup">
81128
<property name="title" translatable="yes">Queue</property>
@@ -119,47 +166,58 @@
119166
</child>
120167
<child>
121168
<object class="GtkShortcutsGroup">
122-
<property name="title" translatable="yes">Player</property>
169+
<property name="title" translatable="yes">Library</property>
123170
<child>
124171
<object class="GtkShortcutsShortcut">
125-
<property name="title" translatable="yes">Previous track</property>
126-
<property name="accelerator">&lt;ctrl&gt;Left</property>
172+
<property name="title" translatable="yes">Default action (set in Preferences)</property>
173+
<property name="accelerator">Return</property>
127174
</object>
128175
</child>
129176
<child>
130177
<object class="GtkShortcutsShortcut">
131-
<property name="title" translatable="yes">Next track</property>
132-
<property name="accelerator">&lt;ctrl&gt;Right</property>
178+
<property name="title" translatable="yes">Replace queue with selection</property>
179+
<property name="accelerator">&lt;ctrl&gt;Return</property>
133180
</object>
134181
</child>
135182
<child>
136183
<object class="GtkShortcutsShortcut">
137-
<property name="title" translatable="yes">Stop</property>
138-
<property name="accelerator">&lt;ctrl&gt;S</property>
184+
<property name="title" translatable="yes">Append selection to queue</property>
185+
<property name="accelerator">&lt;shift&gt;Return</property>
139186
</object>
140187
</child>
141188
<child>
142189
<object class="GtkShortcutsShortcut">
143-
<property name="title" translatable="yes">Toggle play/pause</property>
144-
<property name="accelerator">&lt;ctrl&gt;P</property>
190+
<property name="title" translatable="yes">Go a level up</property>
191+
<property name="accelerator">BackSpace</property>
145192
</object>
146193
</child>
147194
<child>
148195
<object class="GtkShortcutsShortcut">
149-
<property name="title" translatable="yes">Toggle random mode</property>
150-
<property name="accelerator">&lt;ctrl&gt;U</property>
196+
<property name="title" translatable="yes">Open Search bar</property>
197+
<property name="accelerator">&lt;ctrl&gt;F</property>
198+
</object>
199+
</child>
200+
</object>
201+
</child>
202+
<child>
203+
<object class="GtkShortcutsGroup">
204+
<property name="title" translatable="yes">Streams</property>
205+
<child>
206+
<object class="GtkShortcutsShortcut">
207+
<property name="title" translatable="yes">Default action (set in Preferences)</property>
208+
<property name="accelerator">Return</property>
151209
</object>
152210
</child>
153211
<child>
154212
<object class="GtkShortcutsShortcut">
155-
<property name="title" translatable="yes">Toggle repeat mode</property>
156-
<property name="accelerator">&lt;ctrl&gt;R</property>
213+
<property name="title" translatable="yes">Replace queue with selection</property>
214+
<property name="accelerator">&lt;ctrl&gt;Return</property>
157215
</object>
158216
</child>
159217
<child>
160218
<object class="GtkShortcutsShortcut">
161-
<property name="title" translatable="yes">Toggle consume mode</property>
162-
<property name="accelerator">&lt;ctrl&gt;N</property>
219+
<property name="title" translatable="yes">Append selection to queue</property>
220+
<property name="accelerator">&lt;shift&gt;Return</property>
163221
</object>
164222
</child>
165223
</object>

0 commit comments

Comments
 (0)