[Pidgin] #56: Use of PIDGIN_NAME breaks translation tools
Pidgin
trac at pidgin.im
Sun Apr 8 07:30:07 EDT 2007
#56: Use of PIDGIN_NAME breaks translation tools
---------------------------+------------------------------------------------
Reporter: zongo | Owner:
Type: defect | Status: closed
Priority: major | Milestone:
Component: pidgin (gtk) | Version: 2.0
Resolution: fixed | Keywords:
---------------------------+------------------------------------------------
Comment (by zongo):
There are still some uses of PIDGIN_NAME in plugins (I found 7):
`#: ../pidgin/plugins/gaiminc.c:91`::
> {{{N_(PIDGIN_NAME " Demonstration Plugin"), /**< name
*/}}}
`#: ../pidgin/plugins/pidginrc.c:616`::
> {{{N_(PIDGIN_NAME " GTK+ Theme Control"),}}}
`#: ../pidgin/plugins/relnot.c:71`::
{{{
#!C
g_string_append_printf(message, _("You are using " PIDGIN_NAME " version
%s. The "
"current version is %s.<hr>"),
purple_core_get_version(), cur_ver);
}}}
`#: ../pidgin/plugins/timestamp_format.c:27`::
{{{
#!C
ppref = purple_plugin_pref_new_with_name_and_label(
"/plugins/gtk/timestamp_format/force_24hr",
_("_Force (traditional " PIDGIN_NAME ") 24-hour
time format"));
}}}
`#: ../pidgin/plugins/win32/winprefs/winprefs.c:315`::
> {{{button = gtk_check_button_new_with_mnemonic(_("_Start " PIDGIN_NAME "
on Windows startup"));}}}
`#: ../pidgin/plugins/win32/winprefs/winprefs.c:368` and line 369::
{{{
#!C
N_("Options specific to Windows " PIDGIN_NAME "."),
N_("Provides options specific to Windows " PIDGIN_NAME ", such as
buddy list docking."),
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/56#comment:7>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list