diff options
author | filip <filip.komar@gmail.com> | 2014-11-27 21:29:04 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2014-11-27 21:29:04 +0100 |
commit | 5563cb96780166d7705efe01efd309f9b646907b (patch) | |
tree | 41fff4efc05e3286eb9093b416b2c5b51b7c21f0 /en | |
parent | 7916190ab84f3855b7c19838a8487ccd53e71027 (diff) | |
download | www-5563cb96780166d7705efe01efd309f9b646907b.tar www-5563cb96780166d7705efe01efd309f9b646907b.tar.gz www-5563cb96780166d7705efe01efd309f9b646907b.tar.bz2 www-5563cb96780166d7705efe01efd309f9b646907b.tar.xz www-5563cb96780166d7705efe01efd309f9b646907b.zip |
sync l10n for mga3 EOL
Diffstat (limited to 'en')
-rwxr-xr-x | en/4/download_index.php | 6 | ||||
-rw-r--r-- | en/support/index.php | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 64aee53ee..951db2036 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -246,10 +246,8 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un <?php _g('Looking for Mageia 3?', null, 'h3'); echo '<p>'; - _g('It is <a href="%s">here now</a>.', array('../3/'));?> - <span class="warn"> - <?php _g('But please remember that it already <a href="%s">reached EOL</a>.',array('https://blog.mageia.org/en/2014/11/26/lets-say-goodbye-to-mageia-3/')); ?> - </span> + _g('It is <a href="%s">here now</a>.', array('../3/'), ' '); + _g('But please remember that it already <a href="%s">reached EOL</a>.', array('https://blog.mageia.org/en/2014/11/26/lets-say-goodbye-to-mageia-3/'), 'span class="warn"'); ?> </p> <br> <br> diff --git a/en/support/index.php b/en/support/index.php index 16ef839bd..7e829c4d9 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -39,7 +39,6 @@ $dictionary = read_translation_file($locale, 'support'); array('<a href="../doc/">', '</a>', '<a href="https://wiki.mageia.org/">', '</a>'), 'p'); echo '<hr>'; - _g('Updates', null, 'h2 id="updates"'); // _g('Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/3.html">Mageia 3</a>', '<a href="//advisories.mageia.org/4.html">Mageia 4</a>'), 'p'); _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/4.html">Mageia 4</a>'), 'p'); @@ -51,7 +50,6 @@ $dictionary = read_translation_file($locale, 'support'); _g('Mageia releases are supported at least for 18 months.', null, 'p'); echo '<ul class="hl">'; _g('Mageia 4 will be supported until August 1st, 2015.', null, 'li'); // _g('Mageia 4 was supported until August 1st, 2015.', null, 'li'); - //_g('Mageia 3 will be supported until November 26th, 2014.', null, 'li'); _g('Mageia 3 was supported until November 26th, 2014.', null, 'li'); _g('Mageia 2 was supported until November 22nd, 2013.', null, 'li'); _g('Mageia 1 was supported until December 1st, 2012.', null, 'li'); |