diff options
-rw-r--r-- | 4/index.php | 5 | ||||
l--------- | ca/4 | 1 | ||||
l--------- | cs/4 | 1 | ||||
l--------- | el/4 | 1 | ||||
-rwxr-xr-x | en/4/download_index.php | 267 | ||||
-rw-r--r-- | en/4/index.php | 1 | ||||
-rw-r--r-- | en/4/nav.php | 24 | ||||
-rw-r--r-- | en/downloads/4/index.php | 2 | ||||
-rw-r--r-- | en/index.php | 4 | ||||
-rw-r--r-- | en/map/index.php | 1 | ||||
l--------- | eo/4 | 1 | ||||
l--------- | es/4 | 1 | ||||
l--------- | et/4 | 1 | ||||
l--------- | fi/4 | 1 | ||||
l--------- | fr/4 | 1 | ||||
l--------- | id/4 | 1 | ||||
l--------- | it/4 | 1 | ||||
-rw-r--r-- | langs/en/4.en.lang | 229 | ||||
-rw-r--r-- | langs/en/index.en.lang | 15 | ||||
-rw-r--r-- | langs/en/map.en.lang | 71 | ||||
l--------- | lv/4 | 1 | ||||
l--------- | nb/4 | 1 | ||||
l--------- | nl/4 | 1 | ||||
l--------- | pl/4 | 1 | ||||
l--------- | pt-br/4 | 1 | ||||
l--------- | pt/4 | 1 | ||||
l--------- | ro/4 | 1 | ||||
l--------- | ru/4 | 1 | ||||
l--------- | sl/4 | 1 | ||||
l--------- | tr/4 | 1 | ||||
l--------- | uk/4 | 1 | ||||
l--------- | ur/4 | 1 | ||||
l--------- | zh-cn/4 | 1 | ||||
l--------- | zh-tw/4 | 1 |
34 files changed, 604 insertions, 39 deletions
diff --git a/4/index.php b/4/index.php new file mode 100644 index 000000000..70b40c64e --- /dev/null +++ b/4/index.php @@ -0,0 +1,5 @@ +<?php + +require_once '../langs.inc.php'; +relocate($langs, '4/'); + @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file diff --git a/en/4/download_index.php b/en/4/download_index.php new file mode 100755 index 000000000..dcd4f08fd --- /dev/null +++ b/en/4/download_index.php @@ -0,0 +1,267 @@ +<?php + +$name = 'Mageia'; +$version = '4'; +$release = 'alpha1'; + +define('HLANG', true); + +require '../../langs.php'; +_lang_load($locale, $version); +require '../downloads/get/lib.php'; + +function get_mageia_image_file_name($name, $version, $release, $variant = null, $arch, $medium, $ext) +{ + $va = empty($variant) ? $arch : $variant . '-' . $arch; + $re = empty($release) ? $va : $release . '-' . $va; + + return implode('-', array($name, $version, $re, $medium)) . $ext; +} + +function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $medium, $torrent = false, $unavailabletorrent = false) +{ + switch ($arch) { + case "i586": + $bit = _d('32bit'); + break; + case "x86_64": + $bit = _d('64bit'); + break; + case "dual": + $bit = _d('dualarch'); + break; + default: + $bit = ''; + break; + } + + echo 'forthcoming'; + /* + echo $torrent && $unavailabletorrent ? sprintf(_t('forthcoming')) : sprintf('<a rel="nofollow" href="?q=%s%s" title="%s">%s</a>', + get_mageia_image_file_name($name, $version, $release, $variant, $arch, $medium, '.iso'), + $torrent ? '&torrent=1' : '', + implode(' ', array($name, $version, $release, $variant, $arch, $medium)), + $bit + ); + */ +} + +?> + +<!DOCTYPE html> +<html dir="ltr" lang="<?php echo $locale; ?>"> +<head> + <meta charset="utf-8"> + <title><?php echo sprintf(_t('Download %s %s %s'),$name, $version, $release)?></title> + <meta name="description" content="<?php _e('Download Mageia 4 DVD, CD, LiveCD, network install ISO images.') ?>"> + <meta name="keywords" content="<?php _e('mageia, mageia 4, linux, free, download, iso, torrent, vm, http, ftp, rsync, bittorrent')?>"> + <meta name="robots" content="index,nofollow,nosnippet"> + <link rel="canonical" href="/<?php echo $locale.'/'.$verion;?>/"> + <link rel="stylesheet" href="/g/style/all.css"> + <base href="http://<?php echo $_SERVER['HTTP_HOST'].'/'.$locale; ?>/downloads/get/"> + <?php include '../../analytics.php'; ?> + <style> + .unstable-release-warning { + padding: 1em 1em 1em 2.2em; + margin: 0; + background: #cc0000; + color: white; + text-align: left; + } + </style> +</head> +<body class="release downloads"> + <?php echo $hsnav; ?> + <h1 id="mgnavt"><?php echo sprintf(_t('Download <strong>%s %s %s</strong>'),$name, $version, $release)?></h1> + <?php include '../'.$version.'/nav.php'; ?> + <p class="unstable-release-warning"><?php _e('Be careful! This is an alpha, unstable release. It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>');?> </p> + + <div id="doc4" class="yui-t7"> + <div id="bd" role="main"> + <div class="yui-ge bb1"> + <div class="yui-u first rb1"> + <div class="para"> + <h2><?php _e('Classical Installation Flavours')?></h2> + <table class="fr-table dlt2"> + <thead> + <tr> + <th><?php _e('Format');?></th> + <th class="size"><?php _e('size');?></th> + <th><?php _e('link');?></th> + <th><?php _e('BitTorrent');?></th> + </tr> + </thead> + <tbody> + <tr> + <th class="name">DVD 32bit</th> + <td class="size">3.9GB</td> + <td> + <?php dl_link($name,$version,$release,$variant,'i586','DVD',false); + echo '</td><td>'; + dl_link($name,$version,$release,$variant,'i586','DVD',true);?> + </td> + </tr> + <tr> + <th class="name">DVD 64bit</th> + <td class="size">3.9GB</td> + <td> + <?php dl_link($name,$version,$release,$variant,'x86_64','DVD',false); + echo '</td><td>'; + dl_link($name,$version,$release,$variant,'x86_64','DVD',true);?> + </td> + </tr> + <tr> + <th class="name">CD</th> + <td class="size">700MB</td> + <td> + <?php dl_link($name,$version,$release,$variant,'dual','CD',false);; + echo '</td><td>'; + dl_link($name,$version,$release,$variant,'dual','CD',true);?> + </td> + </tr> + </tbody> + </table> + + <p class="dlinfo"><?php _e('Notes:'); ?></p> + <ul class="dlinfo hl"> + <li> + <?php _e('Up to 167 locales are supported:'); ?> + Deutsch, English, español, français, italiano, português, svenska, nederlands, + polski, dansk, Русский + <?php _e('and so much more!'); ?> + <a href="https://wiki.mageia.org/en/Mageia_2_supported_locales" hreflang="en"><?php _e('See the comprehensive list')?></a>.</li> + <li><?php + _e('These DVD and CD ISOs contains Free Software and some proprietary drivers.'); + _e('You will be asked of which kind of Software you want to install.'); + ?></li> + <li><?php _e('The CD contains only a minimal list of packages.')?></li> + </ul> + </div> + + <div class="para"> + <h2><?php _e('LiveCDs and LiveDVDs');?></h2> + <p class="dlinfo"><?php _e('Use LiveCDs and LiveDVDs for fresh new installs ONLY.');?> + <span class="warn"><?php _e('DO NOT use these LiveCDs or LiveDVDs to upgrade from Mageia 3!'); ?></span> + <table class="fr-table dlt2"> + <thead> + <tr> + <th><?php _e('Desktop');?></th> + <th class="size"><?php _e('size');?></th> + <th><?php _e('link');?></th> + <th><?php _e('BitTorrent');?></th> + </tr> + </thead> + <tbody> + <tr> + <th class="name">LiveDVD KDE<br> + <span class="dlinfo"><?php _e('All languages')?></span></th> + <td class="size">1.4GB</td> + <td> + <?php dl_link($name,$version,$release,'LiveDVD-KDE4','i586','DVD',false); + echo '<br>'; + dl_link($name,$version,$release,'LiveDVD-KDE4','x86_64','DVD',false); + echo '</td><td>'; + dl_link($name,$version,$release,'LiveDVD-KDE4','i586','DVD',true); + echo '<br>'; + dl_link($name,$version,$release,'LiveDVD-KDE4','x86_64','DVD',true);?> + </td> + </tr> + <tr> + <th class="name">LiveDVD GNOME<br> + <span class="dlinfo"><?php _e('All languages')?></span></th> + <td class="size">1.4GB</td> + <td> + <?php dl_link($name,$version,$release,'LiveDVD-GNOME','i586','DVD',false); + echo '<br>'; + dl_link($name,$version,$release,'LiveDVD-GNOME','x86_64','DVD',false); + echo '</td><td>'; + dl_link($name,$version,$release,'LiveDVD-GNOME','i586','DVD',true); + echo '<br>'; + dl_link($name,$version,$release,'LiveDVD-GNOME','x86_64','DVD',true);?> + </td> + <tr> + <th class="name">LiveCD KDE<br> + <span class="dlinfo"><?php _e('English only')?></span></th> + <td class="size">700MB</td> + <td> + <?php dl_link($name,$version,$release,'LiveCD-KDE4-en','i586','CD',false); + echo '</td><td>'; + dl_link($name,$version,$release,'LiveCD-KDE4-en','i586','CD',true);?> + </td> + </tr> + <tr> + <th class="name">LiveCD GNOME<br> + <span class="dlinfo"><?php _e('English only')?></span></th> + <td class="size">700MB</td> + <td> + <?php dl_link($name,$version,$release,'LiveCD-GNOME-en','i586','CD',false); + echo '</td><td>'; + dl_link($name,$version,$release,'LiveCD-GNOME-en','i586','CD',true);?> + </tr> + + </tbody> + </table> + + </div> + + <div class="para"> + <h2><?php _e('Wired Network-based Installation CD')?></h2> + <p class="dlinfo"><?php _e('Download quickly and immediately boot into install mode from <em>wired</em> network or a local disk.')?></p> + + <table class="fr-table dlt2"> + <thead> + <tr> + <th><?php _e('Format');?></th> + <th class="size"><?php _e('size');?></th> + <th><?php _e('link');?></th> + </tr> + </thead> + <tbody> + <tr> + <th><?php _e('Network installer, Free Software CD')?></th> + <td class="size">~35MB<br>~20MB</td> + <td><?php dl_link($name,$version,$release,'Boot','i586','CD',false); + echo '<br>'; + dl_link($name,$version,$release,'Boot','x86_64','CD',false);?> + </td> + </tr> + <tr> + <th><?php _e('Network installer + nonfree firmware CD')?><br> + <span class="dlinfo"><?php _e('needed for some disc controllers, some network cards, etc.')?></span></th> + <td class="size">~55MB<br>~30MB</td> + <td><?php dl_link($name,$version,$release,'Boot-nonfree','i586','CD',false); + echo '<br>'; + dl_link($name,$version,$release,'Boot-nonfree','x86_64','CD',false);?> + </td> + </tr> + </tbody> + </table> + + + </div> + </div> + <div class="yui-u"> + <div class="para" style="padding-left: 1em;"> + <ul class="hl"> + <li><?php _e('<a href="%s%s_%s_%s">Release notes</a>', array('https://wiki.mageia.org/en/',$name,$version,$release))?></li> + <li><?php _e('<a href="%s">Errata</a>', array('https://wiki.mageia.org/en/Mageia_4_Errata'))?></li> + <li><?php _e('<a href="%s">Which to choose</a>', array('https://wiki.mageia.org/en/Installation_Media'))?></li> + <li><?php _e('<a href="%s">Get ISO on USB flash stick</a>', array('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_stick.3F'))?></li> + <li><?php _e('Help us on <a href="%s">Mageia 4</a>', array('/contribute/'))?></li> + </ul> + <br> + <br> + <?php + _h('Looking for a stable release ?', null, 'h3'); + echo '<p>'; + _e('It is <a href="%s">here</a>.', array('/../downloads/')); + echo '</p>'; + ?> + </div> + <hr> + </div> + </div> + </div> + </div> +</body> +</html> diff --git a/en/4/index.php b/en/4/index.php new file mode 100644 index 000000000..d2f8c161a --- /dev/null +++ b/en/4/index.php @@ -0,0 +1 @@ +<?php include '../4/download_index.php'; diff --git a/en/4/nav.php b/en/4/nav.php new file mode 100644 index 000000000..42d0bef81 --- /dev/null +++ b/en/4/nav.php @@ -0,0 +1,24 @@ +<?php + +$nav = array( + "https://wiki.mageia.org/en/Mageia_4_Development#Development_Planning" => _t('Development roadmap'), + "https://wiki.mageia.org/en/FeatureMageia4_Review" => _t('Features review'), + "https://wiki.mageia.org/en/Mageia_4_$release" => _t('Release notes'), + _t('https://wiki.mageia.org/en/Mageia_4_Errata') => _t('Errata'), + "//bugs.mageia.org/" => _t('Bugs Reports'), +); + +$sru = trim($_SERVER['REQUEST_URI']); + +$pnav = array(); +foreach ($nav as $k => $v) { + $pnav[] = sprintf('<li><a href="%s"%s>%s</a></li>', + $k, + $k == $sru ? ' class="sel"' : null, + $v); +} +$pnav = implode($pnav); + +echo <<<S +<div id="mgnavsub"><ul id="mgnavsubl">{$pnav}</ul></div> +S; diff --git a/en/downloads/4/index.php b/en/downloads/4/index.php new file mode 100644 index 000000000..f03766845 --- /dev/null +++ b/en/downloads/4/index.php @@ -0,0 +1,2 @@ +<?php +header('Location: /4/'); diff --git a/en/index.php b/en/index.php index 8950cfa29..e4c95d5ca 100644 --- a/en/index.php +++ b/en/index.php @@ -245,7 +245,9 @@ $nav = array( </p> </li> <li><a href="contribute/" class="dl-btn-other"><?php _e('<strong>Get involved</strong> in the next version'); ?></a> - </li> + </li> + <!--<li><a href="4/" class="dl-btn-other"><?php _e('Test Mageia 4 alpha 1'); ?></a> + </li>--> </ul> </div> </div> diff --git a/en/map/index.php b/en/map/index.php index 6055ebfbd..bbe14e5c6 100644 --- a/en/map/index.php +++ b/en/map/index.php @@ -39,6 +39,7 @@ $map = array( 't' => _t('Downloads'), 'l' => '/{L}/downloads/', 'i' => array( + array('t' => _t('4 (in development)'), 'l' => '/{L}/4/'), array('t' => _t('3 (May 2013)'), 'l' => '/{L}/3/'), array('t' => _t('2 (May 2012)'), 'l' => '/{L}/2/'), array('t' => _t('1 (June 2011)'), 'l' => '/{L}/1/'), @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file diff --git a/langs/en/4.en.lang b/langs/en/4.en.lang new file mode 100644 index 000000000..03cc66c46 --- /dev/null +++ b/langs/en/4.en.lang @@ -0,0 +1,229 @@ +# Generated by extract2lang.php on 2013-07-16T19:29:24+02:00 +# Domain 4 +# include translation strings from: +# en/4/download_index.php +# en/4/nav.php + +# en/4/download_index.php +25 +;32bit +32bit + + +# en/4/download_index.php +28 +;64bit +64bit + + +# en/4/download_index.php +31 +;dualarch +dualarch + + +# en/4/download_index.php +41 +;forthcoming +forthcoming + + +# en/4/download_index.php +56 +;Download %s %s %s +Download %s %s %s + + +# en/4/download_index.php +57 +;Download Mageia 4 DVD, CD, LiveCD, network install ISO images. +Download Mageia 4 DVD, CD, LiveCD, network install ISO images. + + +# en/4/download_index.php +58 +;mageia, mageia 4, linux, free, download, iso, torrent, vm, http, ftp, rsync, bittorrent +mageia, mageia 4, linux, free, download, iso, torrent, vm, http, ftp, rsync, bittorrent + + +# en/4/download_index.php +76 +;Download <strong>%s %s %s</strong> +Download <strong>%s %s %s</strong> + + +# en/4/download_index.php +78 +;Be careful! This is an alpha, unstable release. It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong> +Be careful! This is an alpha, unstable release. It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong> + + +# en/4/download_index.php +85 +;Classical Installation Flavours +Classical Installation Flavours + + +# en/4/download_index.php +89 +;Format +Format + + +# en/4/download_index.php +90 +;size +size + + +# en/4/download_index.php +91 +;link +link + + +# en/4/download_index.php +92 +;BitTorrent +BitTorrent + + +# en/4/download_index.php +126 +;Notes: +Notes: + + +# en/4/download_index.php +129 +;Up to 167 locales are supported: +Up to 167 locales are supported: + + +# en/4/download_index.php +132 +;and so much more! +and so much more! + + +# en/4/download_index.php +133 +;See the comprehensive list +See the comprehensive list + + +# en/4/download_index.php +135 +;These DVD and CD ISOs contains Free Software and some proprietary drivers. +These DVD and CD ISOs contains Free Software and some proprietary drivers. + + +# en/4/download_index.php +136 +;You will be asked of which kind of Software you want to install. +You will be asked of which kind of Software you want to install. + + +# en/4/download_index.php +138 +;The CD contains only a minimal list of packages. +The CD contains only a minimal list of packages. + + +# en/4/download_index.php +143 +;LiveCDs and LiveDVDs +LiveCDs and LiveDVDs + + +# en/4/download_index.php +144 +;Use LiveCDs and LiveDVDs for fresh new installs ONLY. +Use LiveCDs and LiveDVDs for fresh new installs ONLY. + + +# en/4/download_index.php +145 +;DO NOT use these LiveCDs or LiveDVDs to upgrade from Mageia 3! +DO NOT use these LiveCDs or LiveDVDs to upgrade from Mageia 3! + + +# en/4/download_index.php +149 +;Desktop +Desktop + + +# en/4/download_index.php +158 +;All languages +All languages + + +# en/4/download_index.php +185 +;English only +English only + + +# en/4/download_index.php +209 +;Wired Network-based Installation CD +Wired Network-based Installation CD + + +# en/4/download_index.php +210 +;Download quickly and immediately boot into install mode from <em>wired</em> network or a local disk. +Download quickly and immediately boot into install mode from <em>wired</em> network or a local disk. + + +# en/4/download_index.php +222 +;Network installer, Free Software CD +Network installer, Free Software CD + + +# en/4/download_index.php +230 +;Network installer + nonfree firmware CD +Network installer + nonfree firmware CD + + +# en/4/download_index.php +231 +;needed for some disc controllers, some network cards, etc. +needed for some disc controllers, some network cards, etc. + + +# en/4/download_index.php +247 +;<a href="%s%s_%s_%s">Release notes</a> +<a href="%s%s_%s_%s">Release notes</a> + + +# en/4/download_index.php +248 +;<a href="%s">Errata</a> +<a href="%s">Errata</a> + + +# en/4/download_index.php +249 +;<a href="%s">Which to choose</a> +<a href="%s">Which to choose</a> + + +# en/4/download_index.php +250 +;<a href="%s">Get ISO on USB flash stick</a> +<a href="%s">Get ISO on USB flash stick</a> + + +# en/4/download_index.php +251 +;Help us on <a href="%s">Mageia 4</a> +Help us on <a href="%s">Mageia 4</a> + + +# en/4/download_index.php +256 +;Looking for a stable release ? +Looking for a stable release ? + + +# en/4/download_index.php +258 +;It is <a href="%s">here</a>. +It is <a href="%s">here</a>. + + +# en/4/nav.php +4 +;Development roadmap +Development roadmap + + +# en/4/nav.php +5 +;Features review +Features review + + +# en/4/nav.php +6 +;Release notes +Release notes + + +# en/4/nav.php +7 +;https://wiki.mageia.org/en/Mageia_4_Errata +https://wiki.mageia.org/en/Mageia_4_Errata + + +# en/4/nav.php +7 +;Errata +Errata + + +# en/4/nav.php +8 +;Bugs Reports +Bugs Reports diff --git a/langs/en/index.en.lang b/langs/en/index.en.lang index ef778a1b3..90f6ca9d0 100644 --- a/langs/en/index.en.lang +++ b/langs/en/index.en.lang @@ -1,5 +1,7 @@ -# Generated by extract2lang.php on 2012-05-23T17:09:49+02:00 +# Generated by extract2lang.php on 2013-07-16T19:30:29+02:00 # Domain index +# include translation strings from: +# en/index.php # en/index.php +10 ;For PC @@ -92,13 +94,11 @@ version 3 (May 2013) # en/index.php +243 -# if release notes are translated in your language use it's link instead of %s and replace en in hreflang with your language code ;<a href="%s" hreflang="en">Release notes</a> <a href="%s" hreflang="en">Release notes</a> # en/index.php +244 -# if errata is translated in your language use it's link instead of %s and replace en in hreflang with your language code ;<a href="%s" hreflang="en">errata</a> <a href="%s" hreflang="en">errata</a> @@ -108,11 +108,16 @@ version 3 (May 2013) <strong>Get involved</strong> in the next version -# en/index.php +264 +# en/index.php +249 +;Test Mageia 4 alpha 1 +Test Mageia 4 alpha 1 + + +# en/index.php +266 ;Sitemap Sitemap -# en/index.php +265 +# en/index.php +267 ;Privacy policy Privacy policy diff --git a/langs/en/map.en.lang b/langs/en/map.en.lang index ed0efb4a5..1f68db010 100644 --- a/langs/en/map.en.lang +++ b/langs/en/map.en.lang @@ -1,4 +1,4 @@ -# Generated by extract2lang.php on 2013-07-14T20:51:12+00:00 +# Generated by extract2lang.php on 2013-07-16T19:29:14+02:00 # Domain map # include translation strings from: # en/map/index.php @@ -99,165 +99,170 @@ Downloads # en/map/index.php +42 +;4 (in development) +4 (in development) + + +# en/map/index.php +43 ;3 (May 2013) 3 (May 2013) -# en/map/index.php +43 +# en/map/index.php +44 ;2 (May 2012) 2 (May 2012) -# en/map/index.php +44 +# en/map/index.php +45 ;1 (June 2011) 1 (June 2011) -# en/map/index.php +45 +# en/map/index.php +46 ;Download mirrors Download mirrors -# en/map/index.php +49 +# en/map/index.php +50 ;Support Support -# en/map/index.php +52 +# en/map/index.php +53 ;Software updates Software updates -# en/map/index.php +53 +# en/map/index.php +54 ;Product lifecycle Product lifecycle -# en/map/index.php +54 +# en/map/index.php +55 ;Official Documentation Official Documentation -# en/map/index.php +55 +# en/map/index.php +56 ;Community support Community support -# en/map/index.php +56 +# en/map/index.php +57 ;Professional support Professional support -# en/map/index.php +57 +# en/map/index.php +58 ;Compatible hardware Compatible hardware -# en/map/index.php +58 +# en/map/index.php +59 ;FAQ FAQ -# en/map/index.php +62 +# en/map/index.php +63 ;Community Community -# en/map/index.php +65 +# en/map/index.php +66 ;Planet Planet -# en/map/index.php +65 +# en/map/index.php +66 ;http://planet.mageia.org/en/ http://planet.mageia.org/en/ -# en/map/index.php +66 +# en/map/index.php +67 ;Blog Blog -# en/map/index.php +66 +# en/map/index.php +67 ;http://blog.mageia.org/en/ http://blog.mageia.org/en/ -# en/map/index.php +67 +# en/map/index.php +68 ;Calendar Calendar -# en/map/index.php +68 +# en/map/index.php +69 ;Mailing-lists Mailing-lists -# en/map/index.php +70 +# en/map/index.php +71 ;Forums Forums -# en/map/index.php +70 +# en/map/index.php +71 ;https://forums.mageia.org/ https://forums.mageia.org/ -# en/map/index.php +73 +# en/map/index.php +74 ;People People -# en/map/index.php +77 +# en/map/index.php +78 ;Contribute Contribute -# en/map/index.php +80 +# en/map/index.php +81 ;Why contribute? Why contribute? -# en/map/index.php +81 +# en/map/index.php +82 ;How to contribute? How to contribute? -# en/map/index.php +82 +# en/map/index.php +83 ;Donate Donate -# en/map/index.php +86 +# en/map/index.php +87 ;About you About you -# en/map/index.php +89 +# en/map/index.php +90 ;Your Mageia id Your Mageia id -# en/map/index.php +90 +# en/map/index.php +91 ;Privacy policy Privacy policy -# en/map/index.php +123 +# en/map/index.php +124 ;Mageia.org site map Mageia.org site map -# en/map/index.php +124 +# en/map/index.php +125 ;mageia, web site, map, sitemap mageia, web site, map, sitemap -# en/map/index.php +132 +# en/map/index.php +133 ;Site Map Site Map -# en/map/index.php +139 +# en/map/index.php +140 ;You still can not find what you were looking for? Try searching mageia.org: You still can not find what you were looking for? Try searching mageia.org: @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file diff --git a/pt-br/4 b/pt-br/4 new file mode 120000 index 000000000..513dc012e --- /dev/null +++ b/pt-br/4 @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file @@ -0,0 +1 @@ +../en/4
\ No newline at end of file diff --git a/zh-cn/4 b/zh-cn/4 new file mode 120000 index 000000000..513dc012e --- /dev/null +++ b/zh-cn/4 @@ -0,0 +1 @@ +../en/4
\ No newline at end of file diff --git a/zh-tw/4 b/zh-tw/4 new file mode 120000 index 000000000..513dc012e --- /dev/null +++ b/zh-tw/4 @@ -0,0 +1 @@ +../en/4
\ No newline at end of file |