aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2019-07-12 22:47:01 +0200
committerfilip <filip.komar@gmail.com>2019-07-12 22:47:01 +0200
commit86040b41eaf8d28824b0d5f79ec98a70d405716e (patch)
treea3272dd84cee27b9484b0bb5d7f7229ac4d09ffc /en
parentf17f6c3e974fa0e6e03034df6af1c8c1c616d5de (diff)
downloadwww-86040b41eaf8d28824b0d5f79ec98a70d405716e.tar
www-86040b41eaf8d28824b0d5f79ec98a70d405716e.tar.gz
www-86040b41eaf8d28824b0d5f79ec98a70d405716e.tar.bz2
www-86040b41eaf8d28824b0d5f79ec98a70d405716e.tar.xz
www-86040b41eaf8d28824b0d5f79ec98a70d405716e.zip
add l10n for checksum command response
Diffstat (limited to 'en')
-rw-r--r--en/downloads/get/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index bec73cdac..222d01ab4 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -255,7 +255,8 @@ $sig_links = array();
foreach ($checksums as $checksum) {
if (isset($product[$checksum])) {
$sum_links[] = "<a href=\"$download.$checksum\">" . basename($download) . ".$checksum</a>";
- $chksm_cmd .= '$ ' . $checksum . 'sum -c ' . basename($download) . '.' . $checksum . ' # '. sprintf(_r('You need both iso and checksum file in the same folder')) . "\n<strong>" . basename($download) . ": OK </strong>\n" . PHP_EOL;
+ $chksm_cmd .= '$ ' . $checksum . 'sum -c ' . basename($download) . '.' . $checksum . ' # ' . _r('You need both iso and checksum file in the same folder');
+ $chksm_cmd .= "\n<strong>" . basename($download) . ": " . _r("OK") . " </strong>\n" . PHP_EOL;
if (isset($product["$checksum.gpg"])) {
$sig_links[] = "<a href=\"$download.$checksum.gpg\">" . basename($download) . ".$checksum.gpg</a>";
}