GNOME Bugzilla – Bug 101087
Don't use libgda function names as verbs
Last modified: 2004-12-22 21:47:04 UTC
#: providers/sybase/gda-sybase-provider.c:751 msgid "Could not ct_cmd_alloc() command structure." #: providers/sybase/gda-sybase-recordset.c:359 #: providers/sybase/gda-sybase-recordset.c:413 msgid "Could not ct_cancel processing row resultset." #: providers/sybase/gda-sybase-recordset.c:376 #, c-format msgid "Could not ct_describe column %d" #: providers/sybase/gda-sybase-recordset.c:395 #, c-format msgid "Could not ct_bind() column %d" Please don't use function names as verbs. It's entirely non-translatable. Please try to rewrite it something like "Could not run %s on..." Also try to replace function names with %s as in the example above. That way you will avoid accidental "translation" of them, and save translators some work.
completly reviewed gettext calls, hope all is fixed