diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2023-08-26 19:37:41 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2023-08-26 19:37:41 +0200 |
commit | 4b23cbfd945d10febabccb58f65abdfe0e8802c2 (patch) | |
tree | 3e2d9520b69877b672cd43beb983a5a8dff36b7c /en/downloads/prerelease/download_index.php | |
parent | fbb529ea9bbcae8cf1d329313e6409330bcddc80 (diff) | |
download | www-4b23cbfd945d10febabccb58f65abdfe0e8802c2.tar www-4b23cbfd945d10febabccb58f65abdfe0e8802c2.tar.gz www-4b23cbfd945d10febabccb58f65abdfe0e8802c2.tar.bz2 www-4b23cbfd945d10febabccb58f65abdfe0e8802c2.tar.xz www-4b23cbfd945d10febabccb58f65abdfe0e8802c2.zip |
Switch prerelease to Mageia10 Alpha
Diffstat (limited to 'en/downloads/prerelease/download_index.php')
-rw-r--r-- | en/downloads/prerelease/download_index.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/en/downloads/prerelease/download_index.php b/en/downloads/prerelease/download_index.php index 974459261..2176311f9 100644 --- a/en/downloads/prerelease/download_index.php +++ b/en/downloads/prerelease/download_index.php @@ -1,11 +1,11 @@ <?php $name = 'Mageia'; -$version = '9'; -$release = 'rc1'; -$torrentavailable=true; -$classical=true; -$live=true; +$version = '10'; +$release = 'alpha'; +$torrentavailable=false; +$classical=false; +$live=false; define('HLANG', true); @@ -93,10 +93,10 @@ input[type="radio"], input[type="submit"], .popover-content { <?php include './nav.php'; ?> <div class="bg-danger"> <p class="text-white p-3 container"><?php -// _g('Be careful! This is an alpha, unstable release.'); + _g('Be careful! This is an alpha, unstable release.'); // _g('Be careful! This is a beta, unstable release.'); // _g('It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>'); - _g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for %s.', array(_r('september 2023')), ' '); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p> +// _g('This is a Release Candidate. Release Candidate software is software that has graduated Beta testing, and should be a release-ready product suitable for advanced users and reviewers. However, beginning users and critical-applications users may wish to wait for the final release planned for %s.', array(_r('september 2023')), ' '); _g('Release Candidate is intended to identify any remaining bugs or missing packages.'); ?></p> </div> |