Next Version - Language strings for pvr scheduler! (1 Viewer)

fredflintstone

Portal Pro
November 30, 2004
241
2
Please be advised that STSC planned a none hardcoded version of the PVR-Scheduler plugin.

He has no developer account and I'm too. So please tell him some string-ID's that he can use for the translation.

I'll think

<string>
<id>108000</id>
<value>Update</value>
</string>
<string>
<id>108001</id>
<value>Synchronize</value>
</string>
<string>
<id>108002</id>
<value>Standby</value>
</string>
<string>
<id>108003</id>
<value>Hibernate</value>
</string>
<string>
<id>108004</id>
<value>Shutdown</value>
</string>
<string>
<id>108005</id>
<value>Automatic on</value>
</string>
<string>
<id>108006</id>
<value>Automatic off</value>
</string>
<string>
<id>108007</id>
<value>Intelligent Automatic</value>
</string>

If I get no request these string will be defined in the german.xml!!!

:oops: I used no requrement template for my post :lol:
 

STSC

Portal Pro
December 4, 2004
139
0
Germany
Hi,

thanks. Right now I do need:

Update
Synchronize
Standby
Hibernate
Shutdown
Automatic on
Automatic off
Intelligent Automatic

How and who can add this to the english language file?

Thank you very much!!
 

Smirnuff

Portal Pro
December 7, 2004
630
3
United Kingdom
You could always add the strings to the relevant language file and submit them to sourceforge in the form of a patch, thats usually the best way to get something added to the releases. Or just submit the new strings in a language file of their own.
 

fredflintstone

Portal Pro
November 30, 2004
241
2
Smirnoff said:
You could always add the strings to the relevant language file and submit them to sourceforge in the form of a patch, thats usually the best way to get something added to the releases. Or just submit the new strings in a language file of their own.

Thanks, thats an answer that I like and where I can live with it!
 

Mr.Mitchell

Retired Team Member
  • Premium Supporter
  • May 13, 2004
    227
    0
    the Netherlands
    The 100000+ range is used for automatically setting the #currentmodule tag. In GUIWindowManager.cs@892 there is some code that sets the mentioned variables to 100000+windowid.

    I think best is to use other values for the languagestrings for this plugin.
     

    STSC

    Portal Pro
    December 4, 2004
    139
    0
    Germany
    Can somebody please put this into the english language file?

    Code:
    <string>
    <id>760</id>
    <value>Update</value>
    </string>
    <string>
    <id>761</id>
    <value>Synchronize</value>
    </string>
    <string>
    <id>762</id>
    <value>Standby</value>
    </string>
    <string>
    <id>763</id>
    <value>Hibernate</value>
    </string>
    <string>
    <id>764</id>
    <value>Shutdown</value>
    </string>
    <string>
    <id>765</id>
    <value>Automatic on</value>
    </string>
    <string>
    <id>766</id>
    <value>Automatic off</value>
    </string>
    <string>
    <id>767</id>
    <value>Intelligent Automatic</value>
    </string> 
    
     <string>
    <id>100558</id>
    <value>PVR Scheduler</value>
    </string>
    <string>
    <id>100560</id>
    <value>EPG PVR Scheduler</value>
    </string>

    Thank you very much!!!
     

    Users who are viewing this thread

    Top Bottom