xboxscene.org forums

Author Topic: Finnish Translation 4 Unleashx  (Read 153 times)

deadparrot

  • Archived User
  • Hero Member
  • *
  • Posts: 1252
Finnish Translation 4 Unleashx
« on: November 09, 2005, 03:26:00 PM »

I need to learn Finnish now!  Looks like you did a very thorough job.  Well done.
Logged

soreal

  • Archived User
  • Newbie
  • *
  • Posts: 1
Finnish Translation 4 Unleashx
« Reply #1 on: November 11, 2005, 05:19:00 AM »

<?xml version="1.0" encoding="utf-8"?>
<UnleashX>
   <Settings>
      <MSDashBoard>C:\Xboxdash.xbe</MSDashBoard>
      <Password MaxTries="3"></Password>
      
      
      <Network Enable="Yes" Type="DHCP">
         <IP>192.168.0.100</IP>
         <Subnet>255.255.255.0</Subnet>
         <Gateway>192.168.0.1</Gateway>
         <DNS1>192.168.0.1</DNS1>
         <DNS2>192.168.0.7</DNS2>
      </Network>
      
      
      <FTP Enable="Yes">
         <User>xbox</User>
         <Password>xbox</Password>
         <Port>21</Port>
         <MaxUsers>2</MaxUsers>
         <AllowAnon>No</AllowAnon>
         <Greeting>Tervetuloa XBOX:in FTP-Palvelimelle</Greeting>
      </FTP>
      <Newsfeed Enable="False" Interval="30">
         <URL>www.xbox-scene.com/xbox1data/xbox-scene.xml</URL>
         <URL>www.xbins.org/xbins.xml</URL>
      </Newsfeed>
      
      <Preference>
         <Games AutoLaunch="Yes" />
         <DVD AutoLaunch="Yes">F:\Apps\DVDX2\default.xbe</DVD>
         <AudioCD AutoLaunch="Yes">C:\xboxdash.xbe</AudioCD>
         <Data AutoLaunch="Yes"></Data>
         
         <SNTP Synchronize="No">216.244.192.3</SNTP>
         
         <FanSpeed>1</FanSpeed>
         <ScreenSaver Wait="60">
            <Text>UnleashX V0.37</Text>
         </ScreenSaver>
         <AutoTurnOff>0</AutoTurnOff>
         <EnableDriveF>True</EnableDriveF>
         <EnableDriveG>False</EnableDriveG>
      </Preference>
   </Settings>
   <Menu>
      <Item Action="LaunchDVD" >Käynnistä DVD</Item>
      <List Text="Pelit" Sort="On" Auto="On">
         <Path>E:\Games</Path>
         <Path>F:\Games</Path>
         <Path>G:\Games</Path>
         <Path>E:\HDDLoader</Path>
         <Path>F:\HDDLoader</Path>
      </List>
      <List Text="Ohjelmat" Sort="On" Auto="On">
         <Path>E:\Apps</Path>
         <Path>F:\Apps</Path>
         <Item Action="TextEditor" >Tekstieditori</Item>
      </List>
      <List Text="Järjestelmä" Sort="Off" Auto="On" >
         <Item Action="Settings" >Asetukset</Item>
         <Item Action="SavesManager">Pelien tallennusmanageri</Item>
         <List Text="Sekalaiset" Sort="Off" Auto="On">
            <Item Action="FTPStop">Lopeta FTP</Item>
            <Item Action="FTPStart">Aloita FTP</Item>
            <Item Action="FTPReset">Käynnistä FTP uudelleen</Item>
            <Item Action="NETReset">Käynnistä verkko uudelleen</Item>
            <Item Action="TrayClose">Sulje DVD-luukku</Item>
            <Item Action="TrayOpen">Avaa DVD-luukku</Item>
            <Item Action="CopyDVD">Kopioi pelilevy</Item>
         </List>
         <List Text="Alusta valikko" Sort="Off" Auto="On" Password="Xbox">
            <Item Action="Format"  Arg1="X" >Alusta X-asema</Item>
            <Item Action="Format"  Arg1="Y" >Alusta Y-asema</Item>
            <Item Action="Format"  Arg1="Z" >Alusta Z-asema</Item>
            <List Text="Alusta F-asema" Sort="Off" Batch="True">
               <Item Action="AskUser" Arg1="Format">Haluatko varmasti alustaa F-aseman?</Item>
               <Item Action="MessageBox" Arg1="Format">Paina OK jatkaaksesi alustusta.</Item>
               <Item Action="Format" Arg1="F" >Alusta F-asema</Item>
            </List>
            <List Text="Alusta G-asema" Sort="Off" Batch="True">
               <Item Action="AskUser" Arg1="Format">Haluatko varmasti alustaa G-aseman?</Item>
               <Item Action="MessageBox" Arg1="Format">Paina OK jatkaaksesi alustusta.</Item>
               <Item Action="Format" Arg1="G" >Alusta G-asema</Item>
            </List>
            <List Text="Alusta E-asema" Sort="Off" Batch="True">
               <Item Action="AskUser" Arg1="Format">Haluatko varmasti alustaa E-aseman?</Item>
               <Item Action="MessageBox" Arg1="Format">Paina OK jatkaaksesi alustusta.</Item>
               <Item Action="Format" Arg1="E" >Alusta E-asema</Item>
            </List>
         </List>
         <Item Action="Skins">Ulkoasut</Item>
      </List>
      <Item Action="FileManager" >Tiedostoselain</Item>
      <Item Action="C:\xboxdash.xbe">MS Dashboard</Item>
      <Item Action="Restart" >Käynnistä uudelleen</Item>
      <Item Action="Shutdown" >Sammuta</Item>
   </Menu>
</UnleashX>
Logged