From: Thomas Vander Stichele Date: Tue, 13 Jan 2004 11:04:25 +0000 (+0000) Subject: fix some marked strings X-Git-Tag: BRANCH-RELEASE-0_7_4-ROOT~154 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb278d959d61638d1435dfc4d40fdd283d0465db;p=platform%2Fupstream%2Fgstreamer.git fix some marked strings Original commit message from CVS: fix some marked strings --- diff --git a/ChangeLog b/ChangeLog index bc18d4d..a1b8b58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-13 Thomas Vander Stichele + + * gst/gsttag.c: fix some strings marked for translation + 2004-01-13 Iain * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the diff --git a/gst/gsttag.c b/gst/gsttag.c index ae2db0d..b1c0422 100644 --- a/gst/gsttag.c +++ b/gst/gsttag.c @@ -24,6 +24,7 @@ #endif #include "gst_private.h" +#include "gst-i18n-lib.h" #include "gsttag.h" #include "gstinfo.h" #include "gstvalue.h" @@ -63,7 +64,7 @@ _gst_tag_initialize (void) gst_tag_register (GST_TAG_ARTIST, G_TYPE_STRING, _("artist"), - _("person(s) resposible for the recording"), + _("person(s) responsible for the recording"), gst_tag_merge_strings_with_comma); gst_tag_register (GST_TAG_ALBUM, G_TYPE_STRING, @@ -73,7 +74,7 @@ _gst_tag_initialize (void) gst_tag_register (GST_TAG_DATE, G_TYPE_UINT, /* FIXME: own data type for dates? */ _("date"), - _("date the data was created in julien days"), + _("date the data was created (in Julian calendar days)"), NULL); gst_tag_register (GST_TAG_GENRE, G_TYPE_STRING, @@ -97,7 +98,7 @@ _gst_tag_initialize (void) gst_tag_merge_use_first); gst_tag_register (GST_TAG_LOCATION, G_TYPE_STRING, - _("loccation"), + _("location"), _("original location of file as a URI"), gst_tag_merge_strings_with_comma); gst_tag_register (GST_TAG_DESCRIPTION, diff --git a/gst/gsttaglist.c b/gst/gsttaglist.c index ae2db0d..b1c0422 100644 --- a/gst/gsttaglist.c +++ b/gst/gsttaglist.c @@ -24,6 +24,7 @@ #endif #include "gst_private.h" +#include "gst-i18n-lib.h" #include "gsttag.h" #include "gstinfo.h" #include "gstvalue.h" @@ -63,7 +64,7 @@ _gst_tag_initialize (void) gst_tag_register (GST_TAG_ARTIST, G_TYPE_STRING, _("artist"), - _("person(s) resposible for the recording"), + _("person(s) responsible for the recording"), gst_tag_merge_strings_with_comma); gst_tag_register (GST_TAG_ALBUM, G_TYPE_STRING, @@ -73,7 +74,7 @@ _gst_tag_initialize (void) gst_tag_register (GST_TAG_DATE, G_TYPE_UINT, /* FIXME: own data type for dates? */ _("date"), - _("date the data was created in julien days"), + _("date the data was created (in Julian calendar days)"), NULL); gst_tag_register (GST_TAG_GENRE, G_TYPE_STRING, @@ -97,7 +98,7 @@ _gst_tag_initialize (void) gst_tag_merge_use_first); gst_tag_register (GST_TAG_LOCATION, G_TYPE_STRING, - _("loccation"), + _("location"), _("original location of file as a URI"), gst_tag_merge_strings_with_comma); gst_tag_register (GST_TAG_DESCRIPTION,