comparison libpurple/protocols/yahoo/yahoo.c @ 15382:21bc8d84974f

I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim
author Sean Egan <seanegan@gmail.com>
date Mon, 22 Jan 2007 09:27:02 +0000
parents 5fe8042783c1
children 0b6f337a46d5
comparison
equal deleted inserted replaced
15381:a2689835f54a 15382:21bc8d84974f
1790 case 2: /* This case seems to work, could probably use testing */ 1790 case 2: /* This case seems to work, could probably use testing */
1791 yahoo_process_auth_new(gc, seed); 1791 yahoo_process_auth_new(gc, seed);
1792 break; 1792 break;
1793 default: 1793 default:
1794 buf = g_strdup_printf(_("The Yahoo server has requested the use of an unrecognized " 1794 buf = g_strdup_printf(_("The Yahoo server has requested the use of an unrecognized "
1795 "authentication method. This version of Gaim will likely not be able " 1795 "authentication method. You will probably not be able "
1796 "to successfully sign on to Yahoo. Check %s for updates."), GAIM_WEBSITE); 1796 "to successfully sign on to Yahoo. Check %s for updates."), GAIM_WEBSITE);
1797 gaim_notify_error(gc, "", _("Failed Yahoo! Authentication"), 1797 gaim_notify_error(gc, "", _("Failed Yahoo! Authentication"),
1798 buf); 1798 buf);
1799 g_free(buf); 1799 g_free(buf);
1800 yahoo_process_auth_new(gc, seed); /* Can't hurt to try it anyway. */ 1800 yahoo_process_auth_new(gc, seed); /* Can't hurt to try it anyway. */
1909 gaim_input_remove(gc->inpa); 1909 gaim_input_remove(gc->inpa);
1910 url_data = gaim_util_fetch_url(WEBMESSENGER_URL, TRUE, 1910 url_data = gaim_util_fetch_url(WEBMESSENGER_URL, TRUE,
1911 "Gaim/" VERSION, FALSE, yahoo_login_page_cb, gc); 1911 "Gaim/" VERSION, FALSE, yahoo_login_page_cb, gc);
1912 if (url_data != NULL) 1912 if (url_data != NULL)
1913 yd->url_datas = g_slist_prepend(yd->url_datas, url_data); 1913 yd->url_datas = g_slist_prepend(yd->url_datas, url_data);
1914 gaim_notify_warning(gc, NULL, _("Normal authentication failed!"),
1915 _("The normal authentication method has failed. "
1916 "This means either your password is incorrect, "
1917 "or Yahoo!'s authentication scheme has changed. "
1918 "Gaim will now attempt to log in using Web "
1919 "Messenger authentication, which will result "
1920 "in reduced functionality and features."));
1921 return; 1914 return;
1922 } 1915 }
1923 msg = g_strdup(_("Incorrect password.")); 1916 msg = g_strdup(_("Incorrect password."));
1924 break; 1917 break;
1925 case 14: 1918 case 14: