home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 November / PCWorld_2005-11_cd.bin / software / vyzkuste / execute / ExecuteManagerSetUp.msi / _0E4A4A841A0B1FE2FB490BD9B27C02F0 / _97009E8D0E3842ABAC876CDC26908102 < prev    next >
Text File  |  2005-05-22  |  2KB  |  31 lines

  1. How to create a new language for Execute Manager ?
  2.  
  3. Simply copy any of exists language file in this directory a modify it.
  4. Everyone language file is saving in this xml file. 
  5.  
  6. EXAMPLE OF CZECH LANGUAGE FILE:
  7. --------------------------------------------------------------------------------------------------------------------------------------------------------------------
  8. <?xml version="1.0" encoding="windows-1250"  ?>                                     //-> encoding
  9. <executeManagerLanguage>                                                            
  10.     <info>
  11.         <name value="Czech" />                                                        //-> name of language
  12.         <version value="1.0" />                                                        //-> version of this language file
  13.         <compatibleWith value="2.0" />                                                //-> version of Execute Manager which is compatible with this language file
  14.         <copywrite value="Stanislav Fajfr 2005" />                                    //-> author of this language file
  15.     </info>
  16.     <items>
  17.         <item key="Process manager" value="Sprßvce proces∙"></item>                    //-> translated string - DO NOT MODIFY KEY !!
  18.         <item key="Actions manager" value="Sprßvce ·loh"></item>
  19.         <item key="Help" value="Nßpov∞da"></item>
  20.         <item key="Options" value="Nastavenφ"></item>
  21.         <item key="About" value="O aplikaci"></item>
  22.         ............................................
  23.         ............................................
  24.         <item key="undefined" value="nelze urΦit"></item>
  25.         <item key="Remove all actions" value="Odstranit vÜechny ·lohy"></item>
  26.     </items>
  27. </executeManagerLanguage>
  28. --------------------------------------------------------------------------------------------------------------------------------------------------------------------
  29. Now start Execute Manager and click on the Options button and in the dialog select your language and click on the SAVE button.
  30.  
  31. NOTICE: If you want, youcan send me your languge file on my email "sta.faj@centrum.cz" and your language file will download everybody by Execute Manager Update !!