[gnome-music] PlayerToolbar: Add some translator comments
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] PlayerToolbar: Add some translator comments
- Date: Fri, 8 Jan 2016 14:25:15 +0000 (UTC)
commit 8aff25dccddc5cc4e08f3bc465660d9a05e60763
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Fri Jan 8 08:23:50 2016 -0600
PlayerToolbar: Add some translator comments
https://bugzilla.gnome.org/show_bug.cgi?id=759217
data/PlayerToolbar.ui | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/PlayerToolbar.ui b/data/PlayerToolbar.ui
index ffd3d43..46e82f6 100644
--- a/data/PlayerToolbar.ui
+++ b/data/PlayerToolbar.ui
@@ -3,21 +3,25 @@
<requires lib="gtk+" version="3.12"/>
<menu id="repeatMenu">
<item>
+ <!-- Menu item that causes tracks to be played in random order. -->
<attribute name="label" translatable="yes">Shuffle</attribute>
<attribute name="action">win.repeat</attribute>
<attribute name="target">shuffle</attribute>
</item>
<item>
+ <!-- Menu item that causes all tracks to be played once in order, and then all repeated. -->
<attribute name="label" translatable="yes">Repeat All</attribute>
<attribute name="action">win.repeat</attribute>
<attribute name="target">all</attribute>
</item>
<item>
+ <!-- Menu item that causes the current song to be played repeatedly. -->
<attribute name="label" translatable="yes">Repeat Song</attribute>
<attribute name="action">win.repeat</attribute>
<attribute name="target">song</attribute>
</item>
<item>
+ <!-- Menu item that causes tracks to be played once each in order. -->
<attribute name="label" translatable="yes">Shuffle/Repeat Off</attribute>
<attribute name="action">win.repeat</attribute>
<attribute name="target">none</attribute>
@@ -67,6 +71,7 @@
<property name="receives_default">True</property>
<property name="image">previous_image</property>
<property name="always_show_image">True</property>
+ <!-- Tooltip on the button that switches to the previous track, next to Play. -->
<property name="tooltip_text" translatable="yes">Previous</property>
</object>
<packing>
@@ -84,6 +89,7 @@
<property name="receives_default">True</property>
<property name="image">play_image</property>
<property name="always_show_image">True</property>
+ <!-- Tooltip on the Play button. -->
<property name="tooltip_text" translatable="yes">Play</property>
</object>
<packing>
@@ -101,6 +107,7 @@
<property name="receives_default">True</property>
<property name="image">next_image</property>
<property name="always_show_image">True</property>
+ <!-- Tooltip on the button that skips to the next track, next to Play. -->
<property name="tooltip_text" translatable="yes">Next</property>
</object>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]