Changeset 34385


Ignore:
Timestamp:
05/30/15 13:31:50 (8 years ago)
Author:
Stephan
Message:

english texts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/multiimage/MultiImage.c

    r34384 r34385  
    44
    55char pluginname[] = "MultiImage";
    6 char plugindesc[] = "Images vom USB Gerät startenR";
     6char plugindesc[] = "Start Images from USB device";
    77char pluginpic[] = "%pluginpath%/multiimage/MultiImage.png";
    88
     
    2020                if(file_exist("/tmp/multiende") == 1)
    2121                {
    22                         textbox(_("Message"), _("INFO\nImage wurde entpackt"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);
     22                        textbox(_("Message"), _("INFO\nImage extracted"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);
    2323                        remove("/tmp/multiende");
    2424                        break;
     
    154154        if(mdev == NULL)
    155155        {
    156                 textbox("MultiImage", "Kein Gerät verfügbar", _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);
     156                textbox("MultiImage", "No device available", _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);
    157157                return 1;
    158158        }
     
    210210                return 1;       
    211211       
    212         if(textbox("MultiImage", "Alle Daten auf dem gewählten Gerät werden gelöscht.\nOK?", _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0) == 2)
     212        if(textbox("MultiImage", "All data on this device will be deleted!\nOK?", _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0) == 2)
    213213        {
    214214                free(mdev); mdev = NULL;
     
    222222        if(ret != 0)
    223223        {
    224                 textbox(_("Message"), _("ERROR\npartition could not be created"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);
     224                textbox(_("Message"), _("ERROR\nPartition could not be created"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);
    225225                return 1;
    226226        }
     
    394394                        {
    395395                                free(path3); path3=NULL;
    396                                 textbox(_("Message"), _("ERROR\nImage Name schon vorhanden"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);
     396                                textbox(_("Message"), _("ERROR\nImage already present!"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);
    397397                                continue;
    398398                        }
    399                         textbox(_("Message"), _("INFO\nDas Entpacken wird einige Minuten dauern"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);
     399                        textbox(_("Message"), _("INFO\nExtracting will take a few minutes ..."), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0);
    400400                        iname = ostrcat(imagename->ret, NULL, 1, 0);
    401401                        rc = 1;
     
    418418                system(cmd);
    419419                free(cmd); cmd=NULL;
    420                 textbox(_("Message"), _("INFO\nDas Entpacken wird im Hindergrund ausgeführt.\nNach Beendigung bekommen sie eine Meldung."), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 250, 10, 0);
     420                textbox(_("Message"), _("INFO\nExtracting process is running in background.\nA message will be shown when finished."), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 250, 10, 0);
    421421               
    422422                Multi_Image_thread = addtimer(&multiimage_thread, START, 10000, 1, NULL, NULL, NULL);
     
    439439        while (mdev == NULL)
    440440        {
    441                 if(textbox("MultiImage", "Kein MultiImage Gerät gefunden.\nGerät erstellen?", _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0) == 2)
     441                if(textbox("MultiImage", "No MultiImage device found.\nCreate device?", _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0) == 2)
    442442                        return;
    443443                if(no_mdev() != 0)
     
    484484        readscreen(tmpstr, 122, 1);
    485485
    486         debug(10, "MultiImage Plugin loadet !!!");
     486        debug(10, "MultiImage Plugin loaded!!!");
    487487}
    488488
     
    508508        if(Multi_Image_thread != NULL)
    509509        {
    510                 if(textbox("MultiImage", "Image Erstellung läuft!!!\nErstellung abbrechen?", _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0) == 2)
     510                if(textbox("MultiImage", "Image creation running!!!\nStop process?", _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0) == 2)
    511511                        return;
    512512                Multi_Image_thread->aktion = STOP;
Note: See TracChangeset for help on using the changeset viewer.