# HG changeset patch # User Luke Schierer # Date 1045966877 0 # Node ID 864518c3767dc19ffc3cc03503143c95016c61e4 # Parent 4fe88c94c3b4c3d9c51d5335be4f0add7122dc43 [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 diff -r 4fe88c94c3b4 -r 864518c3767d plugins/docklet/docklet.c --- a/plugins/docklet/docklet.c Sat Feb 22 22:09:44 2003 +0000 +++ b/plugins/docklet/docklet.c Sun Feb 23 02:21:17 2003 +0000 @@ -501,7 +501,7 @@ desc.name = g_strdup(_("System Tray Icon")); desc.version = g_strdup(VERSION); 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.")); - desc.authors = g_strdup(_("Robert McQueen <robot101@debian.org>")); + desc.authors = g_strdup("Robert McQueen <robot101@debian.org>"); desc.url = g_strdup(WEBSITE); return &desc; } diff -r 4fe88c94c3b4 -r 864518c3767d plugins/ticker/ticker.c --- a/plugins/ticker/ticker.c Sat Feb 22 22:09:44 2003 +0000 +++ b/plugins/ticker/ticker.c Sun Feb 23 02:21:17 2003 +0000 @@ -415,7 +415,7 @@ } G_MODULE_EXPORT char *description() { - return _("A horizontal scrolling version of the buddy list"); + return _("A horizontal scrolling version of the buddy list."); } G_MODULE_EXPORT char *gaim_plugin_init(GModule *h) { diff -r 4fe88c94c3b4 -r 864518c3767d plugins/win32/transparency/win2ktrans.c --- a/plugins/win32/transparency/win2ktrans.c Sat Feb 22 22:09:44 2003 +0000 +++ b/plugins/win32/transparency/win2ktrans.c Sun Feb 23 02:21:17 2003 +0000 @@ -383,7 +383,7 @@ desc.name = g_strdup(_("Transparency")); desc.version = g_strdup(VERSION); desc.description = g_strdup(_("This plugin enables variable alpha transparency on conversation windows.\n\n* Note: This plugin requires Win2000 or WinXP.")); - desc.authors = g_strdup(_("Rob Flynn <rob@marko.net>")); + desc.authors = g_strdup("Rob Flynn <rob@marko.net>"); desc.url = g_strdup(WEBSITE); return &desc; } diff -r 4fe88c94c3b4 -r 864518c3767d plugins/win32/winprefs/winprefs.c --- a/plugins/win32/winprefs/winprefs.c Sat Feb 22 22:09:44 2003 +0000 +++ b/plugins/win32/winprefs/winprefs.c Sun Feb 23 02:21:17 2003 +0000 @@ -144,7 +144,7 @@ desc.name = g_strdup(_("WinGaim Options")); desc.version = g_strdup(VERSION); desc.description = g_strdup(_("Options specific to Windows Gaim.")); - desc.authors = g_strdup(_("Herman Bloggs <hermanator12002@yahoo.com>")); + desc.authors = g_strdup("Herman Bloggs <hermanator12002@yahoo.com>"); desc.url = g_strdup(WEBSITE); return &desc; } diff -r 4fe88c94c3b4 -r 864518c3767d src/protocols/gg/gg.c --- a/src/protocols/gg/gg.c Sat Feb 22 22:09:44 2003 +0000 +++ b/src/protocols/gg/gg.c Sun Feb 23 02:21:17 2003 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 4808 2003-02-05 13:47:28Z lschiere $ + * $Id: gg.c 4894 2003-02-23 02:21:17Z lschiere $ * * Copyright (C) 2001 Arkadiusz Mi¶kiewicz * @@ -691,7 +691,7 @@ ibuf = g_strconcat("---------------------------------
\n", NULL); oldibuf = ibuf; ibuf = g_strconcat(oldibuf, "", _("Active"), ": ", - (atoi(p) == 2) ? _("yes") : _("no"), "
\n", NULL); + (atoi(p) == 2) ? _("Yes") : _("No"), "
\n", NULL); g_free(oldibuf); break; case 1: diff -r 4fe88c94c3b4 -r 864518c3767d src/protocols/msn/msn.c --- a/src/protocols/msn/msn.c Sat Feb 22 22:09:44 2003 +0000 +++ b/src/protocols/msn/msn.c Sun Feb 23 02:21:17 2003 +0000 @@ -1599,13 +1599,13 @@ case MSN_BUSY : return _("Busy"); case MSN_BRB : - return _("Be right back"); + return _("Be Right Back"); case MSN_AWAY : - return _("Away from the computer"); + return _("Away From Computer"); case MSN_PHONE : - return _("On the phone"); + return _("On The Phone"); case MSN_LUNCH : - return _("Out to lunch"); + return _("Out To Lunch"); case MSN_IDLE : return _("Idle"); default: diff -r 4fe88c94c3b4 -r 864518c3767d src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Sat Feb 22 22:09:44 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Sun Feb 23 02:21:17 2003 +0000 @@ -1034,7 +1034,7 @@ case YAHOO_STATUS_NOTINOFFICE: return _("Not In Office"); case YAHOO_STATUS_ONPHONE: - return _("On Phone"); + return _("On The Phone"); case YAHOO_STATUS_ONVACATION: return _("On Vacation"); case YAHOO_STATUS_OUTTOLUNCH: @@ -1212,7 +1212,7 @@ yd->current_status = YAHOO_STATUS_NOTATDESK; } else if (!strcmp(state, _("Not In Office"))) { yd->current_status = YAHOO_STATUS_NOTINOFFICE; - } else if (!strcmp(state, _("On Phone"))) { + } else if (!strcmp(state, _("On The Phone"))) { yd->current_status = YAHOO_STATUS_ONPHONE; } else if (!strcmp(state, _("On Vacation"))) { yd->current_status = YAHOO_STATUS_ONVACATION; @@ -1283,7 +1283,7 @@ m = g_list_append(m, _("Not At Home")); m = g_list_append(m, _("Not At Desk")); m = g_list_append(m, _("Not In Office")); - m = g_list_append(m, _("On Phone")); + m = g_list_append(m, _("On The Phone")); m = g_list_append(m, _("On Vacation")); m = g_list_append(m, _("Out To Lunch")); m = g_list_append(m, _("Stepped Out"));