control-center/control-center/main.c



Please, don't tag empty strings as translatable; it will confuse
xgettext/msgmerge and the PO file format.

Please, apply a patch along these lines (better english, of course):

Index: main.c
===================================================================
RCS file: /cvs/gnome/control-center/control-center/main.c,v
retrieving revision 1.33.2.1
diff -u -u -r1.33.2.1 main.c
--- main.c	2000/03/29 00:01:50	1.33.2.1
+++ main.c	2000/03/29 19:53:14
@@ -33,7 +33,7 @@
 
         GNOMEUIINFO_ITEM_STOCK(N_("Help on control-center"), N_("Help with the GNOME control-center."),
                                help_callback, GNOME_STOCK_PIXMAP_HELP),
-        GNOMEUIINFO_ITEM_STOCK(N_(""), N_("Help with the current configuration page."),
+        GNOMEUIINFO_ITEM_STOCK(N_("Help on current configuration page"), N_("Help with the current configuration page."),
                                NULL, GNOME_STOCK_PIXMAP_HELP),
         GNOMEUIINFO_SEPARATOR,
         GNOMEUIINFO_ITEM_STOCK(N_("About"), N_("About the GNOME control-center."),

Otherwise, I'll receive a po file strating this way:

#
#: control-center/main.c:36
msgid ""
msgstr ""
"Project-Id-Version: control-center 1.0.51\n"
"POT-Creation-Date: 2000-03-29 21:47+0200\n"
"PO-Revision-Date: 2000-03-29 20:25+02:00\n"
"Last-Translator: Matthias Warkus <mawa@iname.com>\n"



-- 
work: ke@suse.de                          |
     : http://www.suse.de/~ke/             |          ------    ,__o
home: ke@gnu.franken.de                   |         ------   _-\_<,
     : http://www.franken.de/users/gnu/ke/ |        ------   (*)/'(*)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]