Searched refs:smallbuffer1 (Results 1 – 1 of 1) sorted by relevance
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/ |
H A D | cp_fightequip_callbacks.cpp | 307 static char smallbuffer1[256]; in AIM_AircraftEquipMenuUpdate() local 361 Com_sprintf(smallbuffer1, sizeof(smallbuffer1), "%s", _("No item assigned.\n")); in AIM_AircraftEquipMenuUpdate() 362 Q_strcat(smallbuffer1, sizeof(smallbuffer1), _("This slot is for %s or smaller items."), in AIM_AircraftEquipMenuUpdate() 368 …Com_sprintf(smallbuffer1, sizeof(smallbuffer1), "%s\n", slot->nextItem ? _(nextItemTech->name) : _… in AIM_AircraftEquipMenuUpdate() 370 Q_strcat(smallbuffer1, sizeof(smallbuffer1), _("This item is functional.\n")); in AIM_AircraftEquipMenuUpdate() 372 Q_strcat(smallbuffer1, sizeof(smallbuffer1), _("This item will be installed in %i hours.\n"), in AIM_AircraftEquipMenuUpdate() 375 …Q_strcat(smallbuffer1, sizeof(smallbuffer1), _("%s will be removed in %i hours.\n"), _(itemTech->n… in AIM_AircraftEquipMenuUpdate() 377 …Q_strcat(smallbuffer1, sizeof(smallbuffer1), _("%s will be installed in %i hours.\n"), _(nextItemT… in AIM_AircraftEquipMenuUpdate() 380 Q_strcat(smallbuffer1, sizeof(smallbuffer1), _("This item will be removed in %i hours.\n"), in AIM_AircraftEquipMenuUpdate() 384 cgi->UI_RegisterText(TEXT_AIREQUIP_1, smallbuffer1); in AIM_AircraftEquipMenuUpdate()
|