comparison libpurple/protocols/yahoo/libymsg.c @ 28467:b4cbcb427e7d

merged with im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 29 Aug 2009 04:49:46 +0900
parents 336d03cdced6 b8b90d4cf2f5
children cd3beebb1d13
comparison
equal deleted inserted replaced
28452:336d03cdced6 28467:b4cbcb427e7d
2099 msg = g_strdup_printf(_("Unknown error 52. Reconnecting should fix this.")); 2099 msg = g_strdup_printf(_("Unknown error 52. Reconnecting should fix this."));
2100 reason = PURPLE_CONNECTION_ERROR_NETWORK_ERROR; 2100 reason = PURPLE_CONNECTION_ERROR_NETWORK_ERROR;
2101 break; 2101 break;
2102 case 1013: 2102 case 1013:
2103 msg = g_strdup(_("Error 1013: The username you have entered is invalid." 2103 msg = g_strdup(_("Error 1013: The username you have entered is invalid."
2104 " The most common cause of this error is entering your e-mail" 2104 " The most common cause of this error is entering your email"
2105 " address instead of your Yahoo! ID.")); 2105 " address instead of your Yahoo! ID."));
2106 reason = PURPLE_CONNECTION_ERROR_INVALID_USERNAME; 2106 reason = PURPLE_CONNECTION_ERROR_INVALID_USERNAME;
2107 break; 2107 break;
2108 default: 2108 default:
2109 msg = g_strdup_printf(_("Unknown error number %d. Logging into the Yahoo! website may fix this."), err); 2109 msg = g_strdup_printf(_("Unknown error number %d. Logging into the Yahoo! website may fix this."), err);