After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314349 - String not present in po files for translation
String not present in po files for translation
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
1.1.x
Other All
: Normal minor
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-08-24 07:38 UTC by Stephane Raimbault
Modified: 2005-08-25 23:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Stephane Raimbault 2005-08-24 07:38:27 UTC
Please describe the problem:
To translate string "Failed to play Audio/Video
Disc" it's necessary to add an underscore '_' 
in source file.



Steps to reproduce:
1. Launch totem
2. Movie -> Play disc (without disc)
3. Error message only in English


Actual results:


Expected results:


Does this happen every time?


Other information:
Index: src/totem.c
===================================================================
RCS file: /cvs/gnome/totem/src/totem.c,v
retrieving revision 1.457
diff -u -r1.457 totem.c
--- src/totem.c 12 Aug 2005 12:02:06 -0000      1.457
+++ src/totem.c 19 Aug 2005 17:03:46 -0000
@@ -410,8 +410,8 @@

        switch (type) {
                case MEDIA_TYPE_ERROR:
-                       totem_action_error ("Failed to play Audio/Video Disc",
-                                           error ? error->message : "Reason
unknown",
+                       totem_action_error (_("Failed to play Audio/Video Disc"),
+                                           error ? error->message : _("Reason
unknown"),
                                            totem);
                        retval = FALSE;
                        break;
Comment 1 Claudio Saavedra 2005-08-25 15:44:51 UTC
Fixed. Please translators update your translations.

2005-08-25  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * src/totem.c: (totem_action_load_media_device): Marking strings
        for translation.
Comment 2 Bastien Nocera 2005-08-25 23:03:41 UTC
Who allowed you to commit this change? And has it been notified to gnome-i18n@?