diff options
author | filip <filip.komar@gmail.com> | 2021-03-08 18:46:53 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-03-08 18:46:53 +0100 |
commit | e1754698cd8cd5dce83858cd371a306efbb406e1 (patch) | |
tree | b5d2a7fab10d80fa263f6c8a82365b07b2083ec0 /en/8 | |
parent | 5ed001919b9b402fd78fc227a293f4c5dcd7fc07 (diff) | |
download | www-e1754698cd8cd5dce83858cd371a306efbb406e1.tar www-e1754698cd8cd5dce83858cd371a306efbb406e1.tar.gz www-e1754698cd8cd5dce83858cd371a306efbb406e1.tar.bz2 www-e1754698cd8cd5dce83858cd371a306efbb406e1.tar.xz www-e1754698cd8cd5dce83858cd371a306efbb406e1.zip |
change string for easier l10n in Hebrew on translators request
Diffstat (limited to 'en/8')
-rw-r--r-- | en/8/download_index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/8/download_index.php b/en/8/download_index.php index 3786416a6..ec88f941f 100644 --- a/en/8/download_index.php +++ b/en/8/download_index.php @@ -62,7 +62,7 @@ function get_image($ttl, $src, $sty){ <html <?php echo $rtl ? 'dir="rtl"' : 'dir="ltr"'?> lang="<?php echo $locale; ?>"> <head> <meta charset="utf-8"> - <title><?php echo sprintf(_g('Download').' '. '%s %s %s', $name, $version, $release)?></title> + <title><?php echo sprintf(_g('Download %s %s %s', array($declension_name = _r('Mageia'), $version, $release)))?></title> <meta name="description" content="<?php _g('Download %s DVD, LiveDVD, network install ISO images.', array("$name $version"))?>"> <meta name="keywords" content="<?php _g('mageia, %s, linux, free, download, iso, torrent, vm, http, ftp, rsync, bittorrent', array("$name $version"))?>"> <meta name="robots" content="index,nofollow,nosnippet"> @@ -90,7 +90,7 @@ input[type="radio"], input[type="submit"], .popover-content { <body class="release downloads" <?php echo $rtl ? 'style="text-align: right;"' : ''?>> <?php echo $hsnav; ?> - <h1 id="mgnavt"><?php echo sprintf(_g('Download') . ' <strong>%s %s %s</strong>',$name, $version, $release)?></h1> + <h1 id="mgnavt"><?php echo sprintf(_g('Download <strong>%s %s %s</strong>', array($declension_name, $version, $release)))?></h1> <?php include '../8/nav.php'; ?> <div id="doc4" class="yui-t7" style="margin-bottom: 0px;"> |