From 426711480cacec3a5e679377a67e78b4ea529b27 Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 30 Jun 2019 13:58:26 +0200 Subject: add i18n for missing strings --- en/downloads/alternative/index.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en/downloads/alternative/index.php b/en/downloads/alternative/index.php index 0278380ab..2f082bf4e 100644 --- a/en/downloads/alternative/index.php +++ b/en/downloads/alternative/index.php @@ -95,7 +95,7 @@ function TableContent($url, $name, $torrent, $magnet, $size){ function allDiv($release, $Trelease, $table){ $div = sprintf("
\n\t

%s

" . PHP_EOL, $release,$Trelease); $div .= ''; - $div .= sprintf('' . PHP_EOL); + $div .= sprintf('' . PHP_EOL); echo $div .= sprintf('%s
isotorrentmagnetsize
' . _r("iso image") . '' . _r("torrent link") . '' . _r("magnet link") . '' . _r("size") . '
' . PHP_EOL, $table); } ?> @@ -104,20 +104,20 @@ function allDiv($release, $Trelease, $table){
', $tableCurrent); + $tableCauldron ? allDiv('Cauldron', _r('Test release'), $tableCauldron) : '' ; + allDiv('Archives', _r('Previous releases') . '', $tableArchives); ?>
-- cgit v1.2.1