Skip to content

Commit

Permalink
fix terms
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Nov 24, 2021
1 parent 70cb3b6 commit 8f14eeb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
17 changes: 16 additions & 1 deletion po/spot.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: spot\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-24 11:24-0500\n"
"POT-Creation-Date: 2021-11-24 12:06-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -193,6 +193,11 @@ msgstr ""
msgid "Type to search."
msgstr ""

#. <property name="icon-name">playlist2-symbolic</property>
#: src/app/components/selection/selection_toolbar.ui:47
msgid "Add to playlist..."
msgstr ""

#: src/app/components/selection/selection_toolbar.ui:58
msgid "Remove"
msgstr ""
Expand Down Expand Up @@ -227,6 +232,16 @@ msgstr ""
msgid "Log in"
msgstr ""

#. Button label. Exits selection mode.
#: src/app/components/headerbar/headerbar.ui:46
msgid "Cancel"
msgstr ""

#. Button label. Selects all visible songs.
#: src/app/components/headerbar/headerbar.ui:57
msgid "Select all"
msgstr ""

#: src/app/components/playback/playback_controls.ui:17
msgid "Shuffle"
msgstr ""
Expand Down
6 changes: 3 additions & 3 deletions src/app/components/headerbar/headerbar.ui
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
<property name="receives-default">1</property>
<property name="halign">start</property>
<property name="valign">center</property>
<property name="label">Cancel</property>
<property name="label" translatable="yes" comments="Button label. Exits selection mode.">Cancel</property>
</object>
</child>
<child type="title">
<object class="AdwWindowTitle" id="selection_title">
<property name="title">No selection</property>
<property name="title"></property>
</object>
</child>
<child type="end">
<object class="GtkButton" id="select_all">
<property name="valign">center</property>
<property name="label">Select all</property>
<property name="label" translatable="yes" comments="Button label. Selects all visible songs.">Select all</property>
</object>
</child>
</object>
Expand Down
12 changes: 6 additions & 6 deletions src/app/components/selection/selection_toolbar.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="libadwaita" version="1.0"/>
<requires lib="gtk" version="4.0" />
<requires lib="libadwaita" version="1.0" />
<template class="SelectionToolbarWidget" parent="GtkBox">
<property name="hexpand">1</property>
<property name="visible">0</property>
Expand All @@ -13,7 +13,7 @@
<object class="GtkBox">
<property name="valign">center</property>
<style>
<class name="linked"/>
<class name="linked" />
</style>
<child>
<object class="GtkButton" id="move_up">
Expand Down Expand Up @@ -44,7 +44,7 @@
<property name="valign">center</property>
<property name="has-frame">0</property>
<!-- <property name="icon-name">playlist2-symbolic</property> -->
<property name="label">Add to playlist...</property>
<property name="label" translatable="yes">Add to playlist...</property>
<property name="direction">up</property>
</object>
</child>
Expand All @@ -63,7 +63,7 @@
</object>
</child>
<style>
<class name="selection_toolbar"/>
<class name="selection_toolbar" />
</style>
</template>
</interface>
</interface>

0 comments on commit 8f14eeb

Please sign in to comment.