diff options
-rw-r--r-- | en/3/index.php | 24 | ||||
-rw-r--r-- | langs/en/3.en.lang | 166 |
2 files changed, 181 insertions, 9 deletions
diff --git a/en/3/index.php b/en/3/index.php index 220f14fa4..8424349ee 100644 --- a/en/3/index.php +++ b/en/3/index.php @@ -11,7 +11,7 @@ _lang_load($locale, '3'); <meta charset="utf-8"> <title><?php _e('Mageia 3')?></title> <link rel="stylesheet" href="/g/style/all.css"> - <meta name="description" content="<?php _e('Mageia 3.')?>"> + <meta name="description" content="<?php _e('Mageia 3')?>"> <style> .para { text-align: left; float: left; width: 600px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; } hr { margin-top: 2em; } @@ -53,11 +53,11 @@ _lang_load($locale, '3'); <li><?php _e('Installer DVD and CD ISOs are made of Free Software exclusively.'); _e('As a consequence, <span class="warn">proprietary Wi-Fi and video drivers are not included.'); - _e('If you need WiFi or specific video drivers <em>at install time</em>, you should go with below LiveCDs instead.</span>'); + _e('If you need WiFi or specific video drivers <em>at install time</em>, you should go with below LiveCDs or LiveDVDs instead.</span>'); _e('You may, if you will, add nonfree software repository <em>after</em> the installation.'); ?></li> <li><?php _e('Use LiveCDs or LiveDVDs for fresh new installs ONLY, NOT FOR UPGRADE.')?></li> - <li><?php _e('If you are looking for a stable version of Mageia, <a href="%s">go here</a>.', array('/downloads/'))?></li> + <li><?php _e('If you are looking for a stable version of Mageia, <a href="%s">go here</a>.', array('../downloads/'))?></li> <li><?php _e('Enjoy! And <a href="%s">please report bugs</a> if you find some.', array('http://bugs.mageia.org/'))?></li> </ul> <br> @@ -73,7 +73,8 @@ _lang_load($locale, '3'); </thead> <tbody> <tr> - <th class="name"><?php _e('Installer DVD')?></th> + <th class="name"><?php _e('Installer DVD')?><br> + <span class="dlinfo"><?php _e('100% Free Software')?></span></th> <td class="size">3.6GB</td> <td><a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-i586-DVD.iso">32bit</a><br> <a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-x86_64-DVD.iso">64bit</a></td> @@ -81,7 +82,8 @@ _lang_load($locale, '3'); <a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-x86_64-DVD.iso&torrent=1">64bit</a></td> </tr> <tr> - <th class="name"><?php _e('Installer CD')?></th> + <th class="name"><?php _e('Installer CD')?><br> + <span class="dlinfo"><?php _e('100% Free Software')?></span></th> <td class="size">700MB</td> <td><a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-dual-CD.iso">dualarch</a></td> <td><a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-dual-CD.iso&torrent=1">dualarch</a></td> @@ -90,7 +92,8 @@ _lang_load($locale, '3'); </td></tr> <tr><td colspan="4"> </td></tr> <tr> - <th class="name"><?php _e('LiveDVD KDE')?></th> + <th class="name"><?php _e('LiveDVD KDE')?><br> + <span class="dlinfo"><?php _e('not suitable for upgrade')?></span></th> <td class="size">1GB</td> <td><a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-LiveDVD-KDE4-i586-DVD.iso">32bit</a><br> <a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-LiveDVD-KDE4-x86_64-DVD.iso&torrent=1">64bit</a></td> @@ -98,7 +101,8 @@ _lang_load($locale, '3'); <a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-LiveDVD-KDE4-x86_64-DVD.iso&torrent=1">64bit</a></td> </tr> <tr> - <th class="name"><?php _e('LiveDVD GNOME')?></th> + <th class="name"><?php _e('LiveDVD GNOME')?><br> + <span class="dlinfo"><?php _e('not suitable for upgrade')?></th> <td class="size">1GB</td> <td><a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-LiveDVD-GNOME-i586-DVD.iso">32bit</a><br> <a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-LiveDVD-GNOME-x86_64-DVD.iso&torrent=1">64bit</a></td> @@ -107,13 +111,15 @@ _lang_load($locale, '3'); </tr> <tr><td colspan="4"> </td></tr> <tr> - <th class="name"><?php _e('LiveCD KDE, English-only')?></th> + <th class="name"><?php _e('LiveCD KDE, English-only')?><br> + <span class="dlinfo"><?php _e('not suitable for upgrade')?></th> <td class="size">640MB</td> <td><a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-LiveCD-KDE4-en-i586-CD.iso">32bit</a></td> <td><a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-LiveCD-KDE4-en-i586-CD.iso&torrent=1">32bit</a><br> </tr> <tr> - <th class="name"><?php _e('LiveCD GNOME, English-only')?></th> + <th class="name"><?php _e('LiveCD GNOME, English-only')?><br> + <span class="dlinfo"><?php _e('not suitable for upgrade')?></th> <td class="size">640MB</td> <td><a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-LiveCD-GNOME-en-i586-CD.iso">32bit</a></td> <td><a rel="nofollow" href="../downloads/get/?q=Mageia-3-alpha2-LiveCD-GNOME-en-i586-CD.iso&torrent=1">32bit</a></td> diff --git a/langs/en/3.en.lang b/langs/en/3.en.lang new file mode 100644 index 000000000..67062fd4b --- /dev/null +++ b/langs/en/3.en.lang @@ -0,0 +1,166 @@ +# Generated by extract2lang.php on 2012-10-17T20:41:07+02:00 +# Domain 3 + +# ../../svn/web/en/3/index.php +12 +;Mageia 3 +Mageia 3 + + +# ../../svn/web/en/3/index.php +34 +;Development roadmap +Development roadmap + + +# ../../svn/web/en/3/index.php +35 +;Features review +Features review + + +# ../../svn/web/en/3/index.php +36 +;Download alpha2 +Download alpha2 + + +# ../../svn/web/en/3/index.php +37 +;Release notes +Release notes + + +# ../../svn/web/en/3/index.php +38 +;Errata +Errata + + +# ../../svn/web/en/3/index.php +39 +;Bugs Reports +Bugs Reports + + +# ../../svn/web/en/3/index.php +43 +;Be careful! This is an alpha, unstable release. +Be careful! This is an alpha, unstable release. + + +# ../../svn/web/en/3/index.php +44 +;It is only intended for developer use. DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW. +It is only intended for developer use. DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW. + + +# ../../svn/web/en/3/index.php +46 +;Download %s +Download %s + + +# ../../svn/web/en/3/index.php +48 +;Up to 167 locales are supported: +Up to 167 locales are supported: + + +# ../../svn/web/en/3/index.php +51 +;and so much more! +and so much more! + + +# ../../svn/web/en/3/index.php +52 +;See the comprehensive list +See the comprehensive list + + +# ../../svn/web/en/3/index.php +54 +;Installer DVD and CD ISOs are made of Free Software exclusively. +Installer DVD and CD ISOs are made of Free Software exclusively. + + +# ../../svn/web/en/3/index.php +55 +;As a consequence, <span class="warn">proprietary Wi-Fi and video drivers are not included. +As a consequence, <span class="warn">proprietary Wi-Fi and video drivers are not included. + + +# ../../svn/web/en/3/index.php +56 +;If you need WiFi or specific video drivers <em>at install time</em>, you should go with below LiveCDs or LiveDVDs instead.</span> +If you need WiFi or specific video drivers <em>at install time</em>, you should go with below LiveCDs or LiveDVDs instead.</span> + + +# ../../svn/web/en/3/index.php +57 +;You may, if you will, add nonfree software repository <em>after</em> the installation. +You may, if you will, add nonfree software repository <em>after</em> the installation. + + +# ../../svn/web/en/3/index.php +59 +;Use LiveCDs or LiveDVDs for fresh new installs ONLY, NOT FOR UPGRADE. +Use LiveCDs or LiveDVDs for fresh new installs ONLY, NOT FOR UPGRADE. + + +# ../../svn/web/en/3/index.php +60 +;If you are looking for a stable version of Mageia, <a href="%s">go here</a>. +If you are looking for a stable version of Mageia, <a href="%s">go here</a>. + + +# ../../svn/web/en/3/index.php +61 +;Enjoy! And <a href="%s">please report bugs</a> if you find some. +Enjoy! And <a href="%s">please report bugs</a> if you find some. + + +# ../../svn/web/en/3/index.php +69 +;size +size + + +# ../../svn/web/en/3/index.php +70 +;link +link + + +# ../../svn/web/en/3/index.php +76 +;Installer DVD +Installer DVD + + +# ../../svn/web/en/3/index.php +77 +;100% Free Software +100% Free Software + + +# ../../svn/web/en/3/index.php +85 +;Installer CD +Installer CD + + +# ../../svn/web/en/3/index.php +95 +;LiveDVD KDE +LiveDVD KDE + + +# ../../svn/web/en/3/index.php +96 +;not suitable for upgrade +not suitable for upgrade + + +# ../../svn/web/en/3/index.php +104 +;LiveDVD GNOME +LiveDVD GNOME + + +# ../../svn/web/en/3/index.php +114 +;LiveCD KDE, English-only +LiveCD KDE, English-only + + +# ../../svn/web/en/3/index.php +121 +;LiveCD GNOME, English-only +LiveCD GNOME, English-only + + +# ../../svn/web/en/3/index.php +129 +;Network installer, Free Software CD +Network installer, Free Software CD + + +# ../../svn/web/en/3/index.php +135 +;Network installer + nonfree firmware CD +Network installer + nonfree firmware CD + + +# ../../svn/web/en/3/index.php +136 +;needed for some disc controllers, some network cards, etc. +needed for some disc controllers, some network cards, etc. |