About language files (1 Viewer)

Marvman

Retired Team Member
  • Premium Supporter
  • November 14, 2007
    1,163
    735
    Bavaria
    Home Country
    Germany Germany
    Does this make sense? Is this possible to do with the plugin?
    Yes, it makes sense and, I will add it.

    In waiting for, I found that German language is not up to date and, some strings are missing.
    Is there a nice German guy who could translate it, please ?

    Code:
        <String id="26">You have to fill at least one ExeFile !</String>
        <String id="27">Virtual Directory should not be true if no exefile filled !</String>
        <String id="28">Restart MediaPortal</String>
        <String id="29">Stop MediaPortal Player</String>
        <String id="30">Start MediaPortal Player</String>
        <String id="31">Restart Player is not possible with Restart MP or, without Stop Player</String>
        <String id="33">External call substitute arguments</String>
        <String id="35">Clear properties after run</String>
        <String id="36">No program launch defined before !</String>
        <String id="37">Run after previous launch ended</String>

    And here in German.
    Code:
        <String id="26">Es muss mindestens eine Ausführbare Datei angegeben werden!</String>
        <String id="27">Virtual Directory should not be true if no exefile filled !</String>
        <String id="28">MediaPortal neu starten</String>
        <String id="29">MediaPortal Player stoppen</String>
        <String id="30">MediaPortal Player starten</String>
        <String id="31">Neustarten des Players ist nicht möglich ohne MediaPortal neu zu starten oder den Player zu stoppen.</String>
        <String id="33">External call substitute arguments</String>
        <String id="35">Einstellungen nach Programmablauf entfernen.</String>
        <String id="36">Kein vorheriges Programm definiert!</String>
        <String id="37">Starten, wenn das vorherige Programm beendet wurde.</String>

    I don't understand the left overs, so I can't translate it for sure
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,884
    1,956
    South of France
    Home Country
    France France
    Re : MultiShortcut plugin

    Hi Marv,

    :D for your translation, I will add it.

    For the
    Code:
    <String id="27">Virtual Directory should not be true if no exefile filled !</String>
    There is a control in MultiShortcut (see screenshots) but, you are true, the english translation is not correct.
    I will replace it soon by :

    Code:
    <String id="27">Virtual Keyboard should not be true if no exefile filled !</String>
    For the
    Code:
    <String id="33">External call substitute arguments</String>
    MultiShortcut is able to communicate with others plugins (like infoservice) since V2.0 by GUI property values

    You can see history for this here: https://forum.team-mediaportal.com/multishortcut-521/improvements-discussion-88589/.

    Regards.
     

    Attachments

    • zz1.JPG
      zz1.JPG
      77.3 KB
    • zz2.JPG
      zz2.JPG
      6.6 KB

    Marvman

    Retired Team Member
  • Premium Supporter
  • November 14, 2007
    1,163
    735
    Bavaria
    Home Country
    Germany Germany
    Re: MultiShortcut plugin

    Ok, then its clear to me :)


    <String id="27">Die Virtuelle Tastatur sollte nicht aktiviert werden, da keine ausführbare Datei ausgewählt wurde!</String>

    <String id="33">Ersetze außerhalb aufgerufene Argumente</String>
     

    Users who are viewing this thread

    Top Bottom