Changeset 33085
- Timestamp:
- 02/16/15 20:01:08 (8 years ago)
- Location:
- titan
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/panel/panel_settings_autostart.h
r22120 r33085 68 68 node->type = CHOICEBOX; 69 69 changetext(node, _("showip")); changename(node, "showip"); 70 addchoicebox(node, "status", _(" status")); addchoicebox(node, "ip", _("ip"));70 addchoicebox(node, "status", _("Status")); addchoicebox(node, "ip", _("ip")); 71 71 setchoiceboxselection(node, getownconfig(node->name)); 72 72 } … … 325 325 { 326 326 node->type = CHOICEBOX; 327 changetext(node, _(" samba server")); changename(node, "sambaserver");327 changetext(node, _("Samba Server")); changename(node, "sambaserver"); 328 328 addchoicebox(node, "n", _("no")); addchoicebox(node, "y", _("yes")); 329 329 setchoiceboxselection(node, getownconfig(node->name)); -
titan/titan/adjust.h
r32939 r33085 112 112 addchoicebox(poweraktion, "2", _("Standby")); 113 113 addchoicebox(poweraktion, "3", _("Restart")); 114 addchoicebox(poweraktion, "4", _("G uiRestart"));114 addchoicebox(poweraktion, "4", _("GUI Restart")); 115 115 setchoiceboxselection(poweraktion, getconfig("poweraktion", NULL)); 116 116 -
titan/titan/httpdfunc.h
r33031 r33085 3941 3941 else 3942 3942 ostrcatbig(&buf, "<option value=\"4\">", &maxlen, &pos); 3943 ostrcatbig(&buf, _("G uiRestart"), &maxlen, &pos);3943 ostrcatbig(&buf, _("GUI Restart"), &maxlen, &pos); 3944 3944 ostrcatbig(&buf, "</option>", &maxlen, &pos); 3945 3945 -
titan/titan/mediadb.h
r32853 r33085 2516 2516 tmpstr = ostrcat(tmpstr, path, 1, 0); 2517 2517 tmpstr = ostrcat(tmpstr, "\n", 1, 0); 2518 tmpstr = ostrcat(tmpstr, _(" title"), 1, 0);2518 tmpstr = ostrcat(tmpstr, _("Title"), 1, 0); 2519 2519 tmpstr = ostrcat(tmpstr, ": ", 1, 0); 2520 2520 tmpstr = ostrcat(tmpstr, imdb->title, 1, 0);
Note: See TracChangeset
for help on using the changeset viewer.