Changeset 34400
- Timestamp:
- 05/30/15 17:22:37 (8 years ago)
- Location:
- titan/plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/autotimer/autotimer.c
r25878 r34400 386 386 readscreen(tmpstr, 120, 1); 387 387 free(tmpstr); tmpstr = NULL; 388 debug(10, "Autot Timer Plugin loade t!!!");388 debug(10, "Autot Timer Plugin loaded !!!"); 389 389 if(getconfig("at1_akt", NULL) != NULL) 390 390 { … … 412 412 delmarkedscreen(120); 413 413 pluginaktiv = 0; 414 debug(10, "Auto tTimer removed !!!");414 debug(10, "Auto Timer removed !!!"); 415 415 } 416 416 -
titan/plugins/browser/browser.c
r18491 r34400 15 15 { 16 16 pluginaktiv = 1; 17 debug(10, "Browser Plugin loade t!!!");17 debug(10, "Browser Plugin loaded !!!"); 18 18 } 19 19 -
titan/plugins/instar/instar.c
r31387 r34400 28 28 addconfig("pic_scale", "0"); 29 29 30 debug(10, "INSTAR Plugin loade t!!!");30 debug(10, "INSTAR Plugin loaded !!!"); 31 31 } 32 32 -
titan/plugins/tsSchnitt/tsSchnitt.c
r25503 r34400 121 121 rc = system(tmpstr); 122 122 free(tmpstr);tmpstr= NULL; 123 textbox(_("INFO"), _(" Schnitt erfolgreich beendet"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);123 textbox(_("INFO"), _("Cut successfully completed"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0); 124 124 } 125 125 else … … 127 127 remove(cutfile); 128 128 ischnitt = 3; 129 textbox(_("ERROR"), _(" Schnitt endet mit Fehler !!!!!"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);129 textbox(_("ERROR"), _("Cut finished with error!"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0); 130 130 } 131 131 } … … 159 159 free(tmpstr); tmpstr = NULL; 160 160 161 debug(10, "Record cut Plugin loade t!!!");161 debug(10, "Record cut Plugin loaded !!!"); 162 162 } 163 163 … … 176 176 delmarkedscreen(122); 177 177 pluginaktiv = 0; 178 debug(10, "Record cut Plugin loade t!!!");178 debug(10, "Record cut Plugin loaded !!!"); 179 179 } 180 180 … … 325 325 else 326 326 { 327 textbox(_("ERROR"), _(" Schnitt ist in Arbeit"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);327 textbox(_("ERROR"), _("Cut in progress"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0); 328 328 } 329 329 } … … 340 340 else 341 341 { 342 textbox(_("ERROR"), _(" cut is running"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);342 textbox(_("ERROR"), _("Cut is running"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0); 343 343 } 344 344 } 345 345 if (rcret == getrcconfigint("rcred", NULL) && tsSchnittThread != NULL) 346 346 { 347 if(textbox(_("Frage"), _("S oll der Schnitt wirklich abgebrochen werden?"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0) == 1)347 if(textbox(_("Frage"), _("Sure to cancel the cut process?"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0) == 1) 348 348 { 349 349 drawscreen(load, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.