Subversion Repositories SvarDOS

Rev

Rev 1709 | Rev 1754 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1709 Rev 1753
Line 31... Line 31...
31
 
31
 
32
    <p>SvarDOS is available in a variety of installation images. Some of the images may be available either in multilingual version or English-only. The English-only versions are smaller because they miss all the translations, this makes them fit on a lower number of floppy disks. You can upgrade an EN-only installation with multilingual support should you change your mind afterwards.</p>
32
    <p>SvarDOS is available in a variety of installation images. Some of the images may be available either in multilingual version or English-only. The English-only versions are smaller because they miss all the translations, this makes them fit on a lower number of floppy disks. You can upgrade an EN-only installation with multilingual support should you change your mind afterwards.</p>
33
 
33
 
34
    <div class="download">
34
    <div class="download">
35
    <div>
35
    <div>
36
      <p>Multilingual support</p>
36
      <h3>Multilingual support</h3>
37
      <ul>
37
      <ul>
38
      <?php
38
      <?php
39
        $arr = array('cd' => 'CD-ROM ISO', 'floppy-2.88M' => '2.88M floppy disks', 'floppy-1.44M' => '1.44M floppy disks', 'floppy-1.2M' => '1.2M floppy disks', 'floppy-720K' => '720K floppy disks', 'usb' => 'bootable USB image');
39
        $arr = array('cd' => 'CD-ROM ISO', 'floppy-2.88M' => '2.88M floppy disks', 'floppy-1.44M' => '1.44M floppy disks', 'floppy-1.2M' => '1.2M floppy disks', 'floppy-720K' => '720K floppy disks', 'usb' => 'bootable USB image');
40
 
40
 
41
        foreach ($arr as $l => $d) {
41
        foreach ($arr as $l => $d) {
Line 43... Line 43...
43
        }
43
        }
44
      ?>
44
      ?>
45
      </ul>
45
      </ul>
46
      </div>
46
      </div>
47
      <div>
47
      <div>
48
      <p>English only</p>
48
      <h3>English only</h3>
49
      <ul>
49
      <ul>
50
      <?php
50
      <?php
51
        $arr = array('floppy-1.44M' => '1.44M floppy disks', 'floppy-1.2M' => '1.2M floppy disks', 'floppy-720K' => '720K floppy disks', 'floppy-360K' => '360K floppy disks');
51
        $arr = array('floppy-1.44M' => '1.44M floppy disks', 'floppy-1.2M' => '1.2M floppy disks', 'floppy-720K' => '720K floppy disks', 'floppy-360K' => '360K floppy disks');
52
 
52
 
53
        foreach ($arr as $l => $d) {
53
        foreach ($arr as $l => $d) {