comparison src/protocols/oscar/oscar.c @ 7422:d176a85f2581

[gaim-migrate @ 8024] our one chinese translator noticed some capitalization oddness committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 04 Nov 2003 00:38:51 +0000
parents c91199e88c9e
children dedbfdc7ce65
comparison
equal deleted inserted replaced
7421:1a52d75489ad 7422:d176a85f2581
1207 if (in != '\n') { 1207 if (in != '\n') {
1208 char buf[256]; 1208 char buf[256];
1209 g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. You may want to use TOC until " 1209 g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. You may want to use TOC until "
1210 "this is fixed. Check %s for updates."), GAIM_WEBSITE); 1210 "this is fixed. Check %s for updates."), GAIM_WEBSITE);
1211 gaim_notify_warning(pos->gc, NULL, 1211 gaim_notify_warning(pos->gc, NULL,
1212 _("Gaim was Unable to get a valid AIM login hash."), 1212 _("Gaim was unable to get a valid AIM login hash."),
1213 buf); 1213 buf);
1214 gaim_input_remove(pos->inpa); 1214 gaim_input_remove(pos->inpa);
1215 close(pos->fd); 1215 close(pos->fd);
1216 g_free(pos); 1216 g_free(pos);
1217 return; 1217 return;
1237 1237
1238 if (source < 0) { 1238 if (source < 0) {
1239 buf = g_strdup_printf(_("You may be disconnected shortly. You may want to use TOC until " 1239 buf = g_strdup_printf(_("You may be disconnected shortly. You may want to use TOC until "
1240 "this is fixed. Check %s for updates."), GAIM_WEBSITE); 1240 "this is fixed. Check %s for updates."), GAIM_WEBSITE);
1241 gaim_notify_warning(pos->gc, NULL, 1241 gaim_notify_warning(pos->gc, NULL,
1242 _("Gaim was Unable to get a valid AIM login hash."), 1242 _("Gaim was unable to get a valid AIM login hash."),
1243 buf); 1243 buf);
1244 g_free(buf); 1244 g_free(buf);
1245 if (pos->modname) 1245 if (pos->modname)
1246 g_free(pos->modname); 1246 g_free(pos->modname);
1247 g_free(pos); 1247 g_free(pos);
1325 g_free(pos->modname); 1325 g_free(pos->modname);
1326 g_free(pos); 1326 g_free(pos);
1327 g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. You may want to use TOC until " 1327 g_snprintf(buf, sizeof(buf), _("You may be disconnected shortly. You may want to use TOC until "
1328 "this is fixed. Check %s for updates."), GAIM_WEBSITE); 1328 "this is fixed. Check %s for updates."), GAIM_WEBSITE);
1329 gaim_notify_warning(pos->gc, NULL, 1329 gaim_notify_warning(pos->gc, NULL,
1330 _("Gaim was Unable to get a valid login hash."), 1330 _("Gaim was unable to get a valid login hash."),
1331 buf); 1331 buf);
1332 } 1332 }
1333 1333
1334 return 1; 1334 return 1;
1335 } 1335 }