comparison src/protocols/yahoo/yahoo.c @ 4606:864518c3767d

[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 <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 23 Feb 2003 02:21:17 +0000
parents 7e1591c6d0d8
children 5fcb44d771d2
comparison
equal deleted inserted replaced
4605:4fe88c94c3b4 4606:864518c3767d
1032 case YAHOO_STATUS_NOTATDESK: 1032 case YAHOO_STATUS_NOTATDESK:
1033 return _("Not At Desk"); 1033 return _("Not At Desk");
1034 case YAHOO_STATUS_NOTINOFFICE: 1034 case YAHOO_STATUS_NOTINOFFICE:
1035 return _("Not In Office"); 1035 return _("Not In Office");
1036 case YAHOO_STATUS_ONPHONE: 1036 case YAHOO_STATUS_ONPHONE:
1037 return _("On Phone"); 1037 return _("On The Phone");
1038 case YAHOO_STATUS_ONVACATION: 1038 case YAHOO_STATUS_ONVACATION:
1039 return _("On Vacation"); 1039 return _("On Vacation");
1040 case YAHOO_STATUS_OUTTOLUNCH: 1040 case YAHOO_STATUS_OUTTOLUNCH:
1041 return _("Out To Lunch"); 1041 return _("Out To Lunch");
1042 case YAHOO_STATUS_STEPPEDOUT: 1042 case YAHOO_STATUS_STEPPEDOUT:
1210 yd->current_status = YAHOO_STATUS_NOTATHOME; 1210 yd->current_status = YAHOO_STATUS_NOTATHOME;
1211 } else if (!strcmp(state, _("Not At Desk"))) { 1211 } else if (!strcmp(state, _("Not At Desk"))) {
1212 yd->current_status = YAHOO_STATUS_NOTATDESK; 1212 yd->current_status = YAHOO_STATUS_NOTATDESK;
1213 } else if (!strcmp(state, _("Not In Office"))) { 1213 } else if (!strcmp(state, _("Not In Office"))) {
1214 yd->current_status = YAHOO_STATUS_NOTINOFFICE; 1214 yd->current_status = YAHOO_STATUS_NOTINOFFICE;
1215 } else if (!strcmp(state, _("On Phone"))) { 1215 } else if (!strcmp(state, _("On The Phone"))) {
1216 yd->current_status = YAHOO_STATUS_ONPHONE; 1216 yd->current_status = YAHOO_STATUS_ONPHONE;
1217 } else if (!strcmp(state, _("On Vacation"))) { 1217 } else if (!strcmp(state, _("On Vacation"))) {
1218 yd->current_status = YAHOO_STATUS_ONVACATION; 1218 yd->current_status = YAHOO_STATUS_ONVACATION;
1219 } else if (!strcmp(state, _("Out To Lunch"))) { 1219 } else if (!strcmp(state, _("Out To Lunch"))) {
1220 yd->current_status = YAHOO_STATUS_OUTTOLUNCH; 1220 yd->current_status = YAHOO_STATUS_OUTTOLUNCH;
1281 m = g_list_append(m, _("Be Right Back")); 1281 m = g_list_append(m, _("Be Right Back"));
1282 m = g_list_append(m, _("Busy")); 1282 m = g_list_append(m, _("Busy"));
1283 m = g_list_append(m, _("Not At Home")); 1283 m = g_list_append(m, _("Not At Home"));
1284 m = g_list_append(m, _("Not At Desk")); 1284 m = g_list_append(m, _("Not At Desk"));
1285 m = g_list_append(m, _("Not In Office")); 1285 m = g_list_append(m, _("Not In Office"));
1286 m = g_list_append(m, _("On Phone")); 1286 m = g_list_append(m, _("On The Phone"));
1287 m = g_list_append(m, _("On Vacation")); 1287 m = g_list_append(m, _("On Vacation"));
1288 m = g_list_append(m, _("Out To Lunch")); 1288 m = g_list_append(m, _("Out To Lunch"));
1289 m = g_list_append(m, _("Stepped Out")); 1289 m = g_list_append(m, _("Stepped Out"));
1290 m = g_list_append(m, _("Invisible")); 1290 m = g_list_append(m, _("Invisible"));
1291 m = g_list_append(m, GAIM_AWAY_CUSTOM); 1291 m = g_list_append(m, GAIM_AWAY_CUSTOM);