comparison plugins/docklet/docklet.c @ 4606:864518c3767d

[gaim-migrate @ 4894] Matthew Smith (smigs) writes: " I fixed quite a few strings so that there are less almost-duplicates in the po files (less strings to translate). All that's done is capitalisation changes and adding a full stop or two." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 23 Feb 2003 02:21:17 +0000
parents 2427d847e39c
children 42d53c416bb9
comparison
equal deleted inserted replaced
4605:4fe88c94c3b4 4606:864518c3767d
499 struct gaim_plugin_description *gaim_plugin_desc() { 499 struct gaim_plugin_description *gaim_plugin_desc() {
500 desc.api_version = PLUGIN_API_VERSION; 500 desc.api_version = PLUGIN_API_VERSION;
501 desc.name = g_strdup(_("System Tray Icon")); 501 desc.name = g_strdup(_("System Tray Icon"));
502 desc.version = g_strdup(VERSION); 502 desc.version = g_strdup(VERSION);
503 desc.description = g_strdup(_("Interacts with a Notification Area applet (in GNOME or KDE, for example) to display the current status of Gaim, allow fast access to commonly used functions, and to toggle display of the buddy list or login window. Also allows messages to be queued until the icon is clicked, similar to ICQ.")); 503 desc.description = g_strdup(_("Interacts with a Notification Area applet (in GNOME or KDE, for example) to display the current status of Gaim, allow fast access to commonly used functions, and to toggle display of the buddy list or login window. Also allows messages to be queued until the icon is clicked, similar to ICQ."));
504 desc.authors = g_strdup(_("Robert McQueen &lt;robot101@debian.org>")); 504 desc.authors = g_strdup("Robert McQueen &lt;robot101@debian.org>");
505 desc.url = g_strdup(WEBSITE); 505 desc.url = g_strdup(WEBSITE);
506 return &desc; 506 return &desc;
507 } 507 }
508 508
509 char *name() { 509 char *name() {