Changeset 33031
- Timestamp:
- 02/15/15 12:20:27 (8 years ago)
- Location:
- titan/titan
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/httpdfunc.h
r33028 r33031 5245 5245 buf = ostrcat(buf, _("Git Changelog"), 1, 0); 5246 5246 else if(mode == 3) 5247 buf = ostrcat(buf, _(" titan Log"), 1, 0);5247 buf = ostrcat(buf, _("Titan Log"), 1, 0); 5248 5248 else if(mode == 4) 5249 5249 buf = ostrcat(buf, _("Svn Changelog Full"), 1, 0); -
titan/titan/hwtest.h
r30844 r33031 366 366 if(status == 1) 367 367 { 368 tmpstr1 = ostrcat(tmpstr1, _("Smartcard 368 tmpstr1 = ostrcat(tmpstr1, _("Smartcard"), 1, 0); 369 369 tmpstr1 = ostrcat(tmpstr1, oitoa(smartcardcount), 1, 1); 370 tmpstr1 = ostrcat(tmpstr1, " : ", 1, 0);370 tmpstr1 = ostrcat(tmpstr1, " : ", 1, 0); 371 371 tmpstr1 = ostrcat(tmpstr1, _("Present"), 1, 0); 372 372 tmpstr1 = ostrcat(tmpstr1, "\n", 1, 0); -
titan/titan/settings_autostart.h
r28594 r33031 60 60 node->type = CHOICEBOX; 61 61 changetext(node, _("showip")); changename(node, "showip"); 62 addchoicebox(node, "status", _(" status")); addchoicebox(node, "ip", _("ip"));62 addchoicebox(node, "status", _("Status")); addchoicebox(node, "ip", _("ip")); 63 63 setchoiceboxselection(node, getownconfig(node->name)); 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.