diff options
author | filip <filip.komar@gmail.com> | 2015-02-12 23:27:21 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-12 23:27:21 +0100 |
commit | bea7a6a185292701b6a42f90a77aeaea7ad4fcd4 (patch) | |
tree | 5e8fd1a31dd5c7c17130daac9ea7ab396e42a511 /en/5 | |
parent | 0210e2fc06864408f4bbb2943c13d6fd5edfe2c9 (diff) | |
download | www-bea7a6a185292701b6a42f90a77aeaea7ad4fcd4.tar www-bea7a6a185292701b6a42f90a77aeaea7ad4fcd4.tar.gz www-bea7a6a185292701b6a42f90a77aeaea7ad4fcd4.tar.bz2 www-bea7a6a185292701b6a42f90a77aeaea7ad4fcd4.tar.xz www-bea7a6a185292701b6a42f90a77aeaea7ad4fcd4.zip |
l10n of wiki and wikipedia links
Diffstat (limited to 'en/5')
-rwxr-xr-x | en/5/download_index.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index 756baae22..102d4ba12 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -157,12 +157,12 @@ input[type="radio"], input[type="submit"] { <div class="para"> <p> - <?php _g('Mageia is provided as ISO image files that have to be written to blank <a href="%s">CD or DVD discs</a>.', array('https://wiki.mageia.org/en/Writing_CD_and_DVD_images'));?> + <?php _g('Mageia is provided as ISO image files that have to be written to blank <a href="%s">CD or DVD discs</a>.', array(_r('https://wiki.mageia.org/en/Writing_CD_and_DVD_images')));?> <br> <?php _g('All ISOs can also be launched from a <a %s>USB drive</a>.', array('class="iso2usb"'));?> <span class="warn"><?php _g('Unetbootin is not supported.'); ?></span> <br><br> - <?php _g('If you have <a href="%s">UEFI</a>, a procedure is available in the <a href="%s">wiki</a>.', array('http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface','https://wiki.mageia.org/en/Main_Page')) ;?> + <?php _g('If you have <a href="%s">UEFI</a>, a procedure is available in the <a href="%s">wiki</a>.', array(_r('http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface'),_r('https://wiki.mageia.org/en/Main_Page'))) ;?> </p> <div id="iso2usbEx"> <?php _g('Dump Mageia ISO on a USB flash drive',null,'h2'); @@ -224,7 +224,7 @@ input[type="radio"], input[type="submit"] { <div id="lanEx"> <?php _g('Wired Network-based Installation CD',null,'h3'); _g('Download quickly and immediately boot into install mode from <em>wired</em> network or a local disk.',null,'p'); - _g('Have a look in the <a href="%s">wiki</a> to get a list of possibilities.',array('https://wiki.mageia.org/en/Boot.iso_install'),'p'); + _g('Have a look in the <a href="%s">wiki</a> to get a list of possibilities.',array(_r('https://wiki.mageia.org/en/Boot.iso_install')),'p'); _g('These ISOs change frequently, and as it give real state of Cauldron, they may not work. If it is the case, use above one.',null,'p'); _g('Size of the ISOs is about 50MB.',null,'p class="dlinfo"');?> </div> @@ -348,7 +348,7 @@ input[type="radio"], input[type="submit"] { <div id="torrentEx"> <?php if($torrentavailable){ ?> <?php _g('BitTorrent',null,'h3'); - _g('We recommend you to use <a href=%s>BitTorrent</a> for downloading as it usually give a higher speeds and more reliable download of large files.',array('http://en.wikipedia.org/wiki/BitTorrent'),'p');?> + _g('We recommend you to use <a href=%s>BitTorrent</a> for downloading as it usually give a higher speeds and more reliable download of large files.',array(_r('http://en.wikipedia.org/wiki/BitTorrent')),'p');?> <?php } else { echo _g('BitTorrent link are not yet available.',null, 'p style="margin-top:1.5em;" class="warn"'); } ?> </div> @@ -490,9 +490,9 @@ input[type="radio"], input[type="submit"] { <ul class="hl"> <li><a href=<?php echo sprintf('"%s">',$releasenotes); _g('Release notes')?></a></li> <li><a href=<?php echo sprintf('"%s">',$errata); _g('Errata')?></a></li> - <?php /* _g('<a href="%s">Which to choose</a>', array('https://wiki.mageia.org/en/Installation_Media'),'li')?></li> - <?php _g('<a href="%s">Get ISO on USB flash drive</a>', array('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive.3F'),'li') */?> - <li><?php _g('Newcomer? <a href="%s">Here\'s a wiki page for you.</a>', array('https://wiki.mageia.org/en/Newcomers_start_here'))?></li> + <?php /* _g('<a href="%s">Which to choose</a>', array(_r('https://wiki.mageia.org/en/Installation_Media')),'li')?></li> + <?php _g('<a href="%s">Get ISO on USB flash drive</a>', array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive.3F')),'li') */?> + <li><?php _g('Newcomer? <a href="%s">Here\'s a wiki page for you.</a>', array(_r('https://wiki.mageia.org/en/Newcomers_start_here')))?></li> <li><?php _g('Help us on %s', array("<a href=\"../contribute\">$name $version</a>"))?></li> </ul> <?php |