fix some marked strings
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Jan 2004 11:04:25 +0000 (11:04 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Jan 2004 11:04:25 +0000 (11:04 +0000)
Original commit message from CVS:
fix some marked strings

ChangeLog
gst/gsttag.c
gst/gsttaglist.c

index bc18d4d..a1b8b58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+        * gst/gsttag.c: fix some strings marked for translation
+
 2004-01-13  Iain <iain@prettypeople.org>
 
        * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
index ae2db0d..b1c0422 100644 (file)
@@ -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,
index ae2db0d..b1c0422 100644 (file)
@@ -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,