Changeset 34400


Ignore:
Timestamp:
05/30/15 17:22:37 (8 years ago)
Author:
Stephan
Message:

more english texts for po

Location:
titan/plugins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/autotimer/autotimer.c

    r25878 r34400  
    386386        readscreen(tmpstr, 120, 1);
    387387        free(tmpstr); tmpstr = NULL;
    388         debug(10, "Autot Timer Plugin loadet !!!");
     388        debug(10, "Autot Timer Plugin loaded !!!");
    389389        if(getconfig("at1_akt", NULL) != NULL)
    390390        {
     
    412412        delmarkedscreen(120);
    413413        pluginaktiv = 0;
    414         debug(10, "Autot Timer removed !!!");
     414        debug(10, "Auto Timer removed !!!");
    415415}
    416416
  • titan/plugins/browser/browser.c

    r18491 r34400  
    1515{
    1616        pluginaktiv = 1;
    17         debug(10, "Browser Plugin loadet !!!");
     17        debug(10, "Browser Plugin loaded !!!");
    1818}
    1919
  • titan/plugins/instar/instar.c

    r31387 r34400  
    2828                        addconfig("pic_scale", "0");
    2929
    30         debug(10, "INSTAR Plugin loadet !!!");
     30        debug(10, "INSTAR Plugin loaded !!!");
    3131}
    3232
  • titan/plugins/tsSchnitt/tsSchnitt.c

    r25503 r34400  
    121121                                        rc = system(tmpstr);
    122122                                        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);
    124124                                }
    125125                                else
     
    127127                                        remove(cutfile);
    128128                                        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);
    130130                                }
    131131                        }
     
    159159        free(tmpstr); tmpstr = NULL;
    160160               
    161         debug(10, "Record cut Plugin loadet !!!");
     161        debug(10, "Record cut Plugin loaded !!!");
    162162}
    163163
     
    176176        delmarkedscreen(122);
    177177        pluginaktiv = 0;
    178         debug(10, "Record cut Plugin loadet !!!");
     178        debug(10, "Record cut Plugin loaded !!!");
    179179}
    180180
     
    325325                                else
    326326                                {
    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);
    328328                                }
    329329                        }
     
    340340                                else
    341341                                {
    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);
    343343                                }
    344344                        }
    345345                        if (rcret == getrcconfigint("rcred", NULL) && tsSchnittThread != NULL)
    346346                        {
    347                                 if(textbox(_("Frage"), _("Soll 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)
    348348                                {
    349349                                        drawscreen(load, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.