diff options
Diffstat (limited to 'en/downloads')
-rw-r--r-- | en/downloads/get/index.php | 2 | ||||
-rw-r--r-- | en/downloads/locales.php | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 496b94ca8..edabd31ff 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -170,7 +170,7 @@ $_t['page_title'] = sprintf($_t['page_title'], '<em class="tag">' . $title . '</ <p><?php echo $_t['signs_check_2']; ?></p> </div> <?php endif; ?> - <p><?php echo sprintf('Your IP address is: %s.', $_SESSION['ip']); ?> + <p><?php echo sprintf($_t['your ip address is'], $_SESSION['ip']); ?> </div> <!-- alternative mirrors table --> diff --git a/en/downloads/locales.php b/en/downloads/locales.php index e68f8e9df..4388d320e 100644 --- a/en/downloads/locales.php +++ b/en/downloads/locales.php @@ -90,7 +90,8 @@ Note that translations are on their way.', and that <a href="%s">donate money, hardware, hosting and more</a>.', 'dl-failed-try-again' => 'Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.', - 'dl-failed-tell-us' => 'If you still encounter this error and think IT SHOULD NOT HAPPEN – please tell us:' + 'dl-failed-tell-us' => 'If you still encounter this error and think IT SHOULD NOT HAPPEN – please tell us:', + 'your ip address is' => 'Your IP address is: %s.' ), 'cs' => array( 'download' => 'stahování', @@ -551,7 +552,8 @@ veebimeeskonda Freenode IRC-kanalil <a href="irc://irc.freenode.net/#mageia-web" 'not_sure_what_iso' => 'Vous ne savez pas quelle image ISO télécharger ? Cela peut vous sembler un peu détaillé, mais vous pouvez <a href="https://wiki.mageia.org/en/Installation_Media">lire cet article qui présente nos différents supports d’installation</a>.', 'Country' => 'Pays', 'City' => 'Ville', - 'Download mirrors' => 'Miroirs de téléchargement' + 'Download mirrors' => 'Miroirs de téléchargement', + 'your ip address is' => 'Votre adresse IP est : %s.' ), 'it' => array( 'download' => 'scarica', |