diff src/protocols/yahoo/yahoo.c @ 6321:3613007cbb6e

[gaim-migrate @ 6820] Bjoern Voigt: "I've updated the German translation and fixed some i18n bugs. The file i18n16.patch contains: - updated German translation - translation of the "boring default" away message works again - marked some forgotten error messages as translatable" Guntupalli Karunakar gave me a Hindi translation and Vincent van Adrighem updated the dutch translation. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 29 Jul 2003 02:27:33 +0000
parents 11bedb793a44
children 8f94cce8faa5
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Mon Jul 28 22:53:14 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Tue Jul 29 02:27:33 2003 +0000
@@ -894,7 +894,7 @@
 	len = read(yd->fd, buf, sizeof(buf));
 
 	if (len <= 0) {
-		gaim_connection_error(gc, "Unable to read");
+		gaim_connection_error(gc, _("Unable to read"));
 		return;
 	}
 
@@ -962,7 +962,7 @@
 	}
 
 	if (source < 0) {
-		gaim_connection_error(gc, "Unable to connect");
+		gaim_connection_error(gc, _("Unable to connect"));
 		return;
 	}
 
@@ -992,7 +992,7 @@
 	if (gaim_proxy_connect(account, gaim_account_get_string(account, "server",  YAHOO_PAGER_HOST),
 			  gaim_account_get_int(account, "port", YAHOO_PAGER_PORT),
 			  yahoo_got_connected, gc) != 0) {
-		gaim_connection_error(gc, "Connection problem");
+		gaim_connection_error(gc, _("Connection problem"));
 		return;
 	}