mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tags: try to make comment for translators more helpful
This commit is contained in:
parent
8cdf5a586f
commit
0b954928c8
1 changed files with 3 additions and 3 deletions
|
@ -255,7 +255,7 @@ _gst_tag_initialize (void)
|
||||||
gst_tag_register (GST_TAG_IMAGE, GST_TAG_FLAG_META, GST_TYPE_BUFFER,
|
gst_tag_register (GST_TAG_IMAGE, GST_TAG_FLAG_META, GST_TYPE_BUFFER,
|
||||||
_("image"), _("image related to this stream"), gst_tag_merge_use_first);
|
_("image"), _("image related to this stream"), gst_tag_merge_use_first);
|
||||||
gst_tag_register (GST_TAG_PREVIEW_IMAGE, GST_TAG_FLAG_META, GST_TYPE_BUFFER,
|
gst_tag_register (GST_TAG_PREVIEW_IMAGE, GST_TAG_FLAG_META, GST_TYPE_BUFFER,
|
||||||
/* TRANSLATORS: 'preview image' is a compound noun here, not verb+noun */
|
/* TRANSLATORS: 'preview image' = image that shows a preview of the full image */
|
||||||
_("preview image"), _("preview image related to this stream"), NULL);
|
_("preview image"), _("preview image related to this stream"), NULL);
|
||||||
gst_tag_register (GST_TAG_ATTACHMENT, GST_TAG_FLAG_META, GST_TYPE_BUFFER,
|
gst_tag_register (GST_TAG_ATTACHMENT, GST_TAG_FLAG_META, GST_TYPE_BUFFER,
|
||||||
_("attachment"), _("file attached to this stream"),
|
_("attachment"), _("file attached to this stream"),
|
||||||
|
@ -283,12 +283,12 @@ _gst_tag_initialize (void)
|
||||||
_("geo elevation of where the media has been recorded or produced in "
|
_("geo elevation of where the media has been recorded or produced in "
|
||||||
"meters according to WGS84 (zero is average sea level)"), NULL);
|
"meters according to WGS84 (zero is average sea level)"), NULL);
|
||||||
gst_tag_register (GST_TAG_SHOW_NAME, GST_TAG_FLAG_META, G_TYPE_STRING,
|
gst_tag_register (GST_TAG_SHOW_NAME, GST_TAG_FLAG_META, G_TYPE_STRING,
|
||||||
/* TRANSLATORS: 'show name' is a compound noun here, not verb+noun */
|
/* TRANSLATORS: 'show name' = 'TV/radio/podcast show name' here */
|
||||||
_("show name"),
|
_("show name"),
|
||||||
_("Name of the tv/podcast/series show the media is from"),
|
_("Name of the tv/podcast/series show the media is from"),
|
||||||
gst_tag_merge_strings_with_comma);
|
gst_tag_merge_strings_with_comma);
|
||||||
gst_tag_register (GST_TAG_SHOW_SORTNAME, GST_TAG_FLAG_META, G_TYPE_STRING,
|
gst_tag_register (GST_TAG_SHOW_SORTNAME, GST_TAG_FLAG_META, G_TYPE_STRING,
|
||||||
/* TRANSLATORS: 'show sortname' is a compound noun here, not verb+noun */
|
/* TRANSLATORS: 'show sortname' = 'TV/radio/podcast show name as used for sorting purposes' here */
|
||||||
_("show sortname"),
|
_("show sortname"),
|
||||||
_("Name of the tv/podcast/series show the media is from, for sorting "
|
_("Name of the tv/podcast/series show the media is from, for sorting "
|
||||||
"purposes"), NULL);
|
"purposes"), NULL);
|
||||||
|
|
Loading…
Reference in a new issue