aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2012-08-15 18:36:30 +0000
committerFilip Komar <filip@mageia.org>2012-08-15 18:36:30 +0000
commit13e99365931a8ae582f898f1331287cc452974b7 (patch)
treecdfad41ee312841dd1ef369dd5df995fec49a5f7
parentf7461a814d7358c2773841b28890c915e60d65b0 (diff)
downloadwww-13e99365931a8ae582f898f1331287cc452974b7.tar
www-13e99365931a8ae582f898f1331287cc452974b7.tar.gz
www-13e99365931a8ae582f898f1331287cc452974b7.tar.bz2
www-13e99365931a8ae582f898f1331287cc452974b7.tar.xz
www-13e99365931a8ae582f898f1331287cc452974b7.zip
page downloads/get converted to lang system
-rw-r--r--en/downloads/get/index.php57
-rw-r--r--langs/cs/downloads/get.cs.lang97
-rw-r--r--langs/de/downloads/get.de.lang197
-rw-r--r--langs/el/downloads/get.el.lang97
-rw-r--r--langs/en/downloads/get.en.lang121
-rw-r--r--langs/es/downloads/get.es.lang97
-rw-r--r--langs/et/downloads/get.et.lang97
-rw-r--r--langs/fr/downloads/get.fr.lang97
-rw-r--r--langs/it/downloads/get.it.lang97
-rw-r--r--langs/nb/downloads/get.nb.lang97
-rw-r--r--langs/nl/downloads/get.nl.lang97
-rw-r--r--langs/pt-br/downloads/get.pt-br.lang97
-rw-r--r--langs/pt/downloads/get.pt.lang97
-rw-r--r--langs/report.php2
-rw-r--r--langs/ro/downloads/get.ro.lang97
-rw-r--r--langs/ru/downloads/get.ru.lang97
-rw-r--r--langs/sl/2.sl.lang6
-rw-r--r--langs/tr/downloads/get.tr.lang97
-rw-r--r--langs/uk/downloads/get.uk.lang97
-rw-r--r--langs/zh-tw/downloads/get.zh-tw.lang97
20 files changed, 1807 insertions, 31 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index 8a4eeed12..fc42de3c9 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -38,9 +38,8 @@ if (is_null($product)) {
define('HLANG', true);
require '../../../langs.php';
-require '../locales.php';
-$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
+_lang_load($locale, "downloads/get");
session_start();
@@ -92,22 +91,23 @@ try {
$alternative_mirrors .= sprintf('<tr><td rowspan="%d">%s</td>%s</tr>', count($cities), $country, implode('</tr><tr>', $s));
endforeach;
- $dl2_mirror_alt = sprintf($_t['dl_mirror_loc'],
+ $dl2_mirror_alt = sprintf(_t('This <a href="%s">%s</a> download mirror is located in %s (%s).'),
$one_mirror['mirror_url'],
$one_mirror['mirror_host'],
rewrite_city($one_mirror['city']) . ', ' . $countries[$one_mirror['country']],
$one_mirror['country'])
- . ' ' . $_t['dl_alt_mirrors'];
+ . ' ' . _t('If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.');
}
catch (NoProductFoundError $e) {
// sorry, no such product found/available. redirect?
$reason = 'This file is not available for download.';
}
catch (NoMirrorFoundError $e) {
- // sorry, not mirror found. next time?
+ // sorry, no mirror found. next time?
$reason = 'No mirror found for this file to download.';
}
catch (Exception $e) {
+ // don't translate $reason as it's for debuging purposes
$reason = 'I do not know either!';
}
@@ -124,9 +124,6 @@ else {
if ($debug)
$js_redirect = null;
-$_t['page_h1'] = sprintf($_t['page_h1'], '<em class="tag">' . $title . '</em>');
-$_t['page_title'] = sprintf($_t['page_title'], '<em class="tag">' . $title . '</em>');
-
?><!DOCTYPE html>
<html lang="<?php echo $locale; ?>">
<head>
@@ -141,16 +138,16 @@ $_t['page_title'] = sprintf($_t['page_title'], '<em class="tag">' . $title . '</
</head>
<body class="downloads">
<?php echo $hsnav; ?>
- <h1 id="mgnavt"><?php _e('page_title')?></h1>
+ <h1 id="mgnavt"><?php echo sprintf(_t('Download %s'), '<em class="tag">' . $title . '</em>')?></h1>
<div id="doc4" class="yui-t7">
<div id="bd" role="main">
<?php if (!is_null($download)): ?>
<div class="yui-g"><div class="para" style="padding-top: 2em;">
<p><?php
echo
- sprintf($_t['dl_shld_start'], '<em class="tag">' . $product['name'] . '</em>' . ($torrent ? ' (torrent)' : '')),
- ' ', sprintf($_t['dl_size'], $product['size']),
- ' ', sprintf($_t['alt_download'], $download, $download);
+ sprintf(_t('Your download of %s should start within a few seconds'), '<em class="tag">' . $product['name'] . '</em>' . ($torrent ? ' (torrent)' : '')),
+ ' ', sprintf(_t('(download size is about %s).'), $product['size']),
+ ' ', sprintf(_t('If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.'), $download, $download);
?></p>
<div class="dlinfo">
@@ -159,25 +156,25 @@ $_t['page_title'] = sprintf($_t['page_title'], '<em class="tag">' . $title . '</
if (((isset($product['md5']) && strlen($product['md5']) > 0)
|| (isset($product['sha1'])) && strlen($product['sha1']) > 0)
&& !$torrent): ?>
- <p><?php echo $_t['signs_check_1']; ?></p>
+ <p><?php _e('As soon as your download is complete, you should check that the signatures match:') ?></p>
<div id="check-signs">
<pre class="term">
<?php if (strlen($product['md5'])): ?>$ md5sum <?php echo basename($download), "\n<strong>", $product['md5'], "</strong>\n"; endif; ?>
<?php if (strlen($product['sha1'])): ?>$ sha1sum <?php echo basename($download), "\n<strong>", $product['sha1'], "</strong>\n"; endif; ?>
</pre>
- <p><?php echo $_t['signs_check_2']; ?></p>
+ <p><?php _e('If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.'); ?></p>
</div>
<?php endif; ?>
- <p><?php echo sprintf($_t['your ip address is'],
+ <p><?php echo sprintf(_t('Your IP address is %s and you seem to be in %s, %s.'),
$_SESSION['ip'], $_SESSION['country'], $_SESSION['continent']); ?>
</div>
<!-- alternative mirrors table -->
<table class="dlt2 dlinfo" id="other_mirrors" style="display: none;">
- <thead><tr><th><?php echo $_t['Country']; ?></th>
- <th><?php echo $_t['City']; ?></th>
- <th><?php echo $_t['Download mirrors']; ?></th></tr></thead>
+ <thead><tr><th><?php _e('Country'); ?></th>
+ <th><?php _e('City'); ?></th>
+ <th><?php _e('Download mirrors'); ?></th></tr></thead>
<tbody><?php echo $alternative_mirrors; ?></tbody>
</table>
@@ -189,28 +186,28 @@ $_t['page_title'] = sprintf($_t['page_title'], '<em class="tag">' . $title . '</
<div class="yui-g first"><div class="para">
</div></div>
<div class="yui-g" style="border-left: 1px solid #ddd"><div class="para">
- <p><?php echo sprintf($_t['thank-you-note'], 'http://mirrors.mageia.org/', '/en/thank-you/'); ?></p>
- <p><?php echo sprintf($_t['wanttohelp?'], '<a href="../../contribute/">', '</a>'); ?></p>
+ <p><?php echo sprintf(_t('The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.'), 'http://mirrors.mageia.org/', '../thank-you/'); ?></p>
+ <p><?php echo sprintf(_t('Want to help? %sJoin Us!%s'), '<a href="../../contribute/">', '</a>'); ?></p>
</div></div>
</div>
<?php else: ?>
<div class="yui-g"><div class="para" style="padding-top: 2em;">
- <h2>Sorry! :-(</h2>
- <p><?php echo sprintf($_t['dl-failed-try-again'], '/downloads/'); ?></p>
+ <h2><?php _e('Sorry!'); ?> :-(</h2>
+ <p><?php echo sprintf(_t('Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.'), '../downloads/'); ?></p>
- <p><?php echo sprintf($_t['dl-failed-tell-us']); ?></p>
+ <p><?php echo sprintf(_t('If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:')); ?></p>
<ul>
- <li>directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,</li>
- <li>or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,</li>
- <li>or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,</li>
- <li>or a <a href="https://bugs.mageia.org/">bug report</a>.</li>
+ <li><?php _e('directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,'); ?></li>
+ <li><?php _e('or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,'); ?></li>
+ <li><?php _e('or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,'); ?></li>
+ <li><?php _e('or a <a href="https://bugs.mageia.org/">bug report</a>.'); ?></li>
</ul>
- <p>You may embed this debug info if you like:</p>
+ <p><?php _e('You may embed this debug info if you like:'); ?></p>
<pre class="term small"><?php echo $reason, "\n", (json_encode(strip_tags($_GET))); ?></pre>
- <p>Thanks!</p>
- <p><a href="/">&laquo; back to that awesome Mageia home page</a></p>
+ <p><?php _e('Thanks!'); ?></p>
+ <p><a href="/<?php echo $locale; ?>">&laquo; <?php _e('back to that awesome Mageia home page'); ?></a></p>
</div></div>
<?php endif; ?>
</div>
diff --git a/langs/cs/downloads/get.cs.lang b/langs/cs/downloads/get.cs.lang
new file mode 100644
index 000000000..4fca037ce
--- /dev/null
+++ b/langs/cs/downloads/get.cs.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Tento <a href="%s">%s</a> stahovací server je umístěn na %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Pokud tento ve vašem případě nepracuje uspokojivě, <a href="#om" id="other_mirrors_btn">můžete použít jiný server</a>.
+
+
+;Download %s
+Stáhnout %s
+
+
+;Your download of %s should start within a few seconds
+Stahování %s by mělo začít během několika sekund
+
+
+;(download size is about %s).
+(velikost stahování je %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Pokud stahování nezačalo, <a href="%s" rel="nofollow" title="%s">klepněte zde</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Jakmile stahování skončí, měl byste porovnat podpisy:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Pokud se podpisy neshodují, tento ISO obraz nepoužívejte. Znovu je porovnejte, případně jej zkuste stáhnout znovu.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Chcete pomoci? %sPřidejte se k nám!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/de/downloads/get.de.lang b/langs/de/downloads/get.de.lang
new file mode 100644
index 000000000..efa5fa59f
--- /dev/null
+++ b/langs/de/downloads/get.de.lang
@@ -0,0 +1,197 @@
+# Generated by pa2lang.php on 2012-08-14T18:40:33+02:00
+# from /SVN/web/www/trunk/en/timeline/locales.php $_t
+;download
+herunterladen
+
+
+;page_title
+%s herunterladen
+
+
+;Download %s
+%s herunterladen
+
+
+;page_desc
+Wo man die Mageia-Installer- und -Live-ISOs herunterladen kann.
+
+
+;page_kw
+Mageia, Software, Download, Herunterladen, Betriebssystem, ISO, Computer, torrent, ftp
+
+
+;page_h1
+%s herunterladen
+
+
+;warn_1
+Seien Sie vorsichtig! Diese Version ist NICHT GEDACHT FÜR: tägliche Benutzung, Testberichte, persönliche oder Produkt-Evaluierung. Diese Version ist GEDACHT FÜR: Tests von Entwicklern und Paketbauern.
+
+
+;warn_2
+Alles, was Sie mit den angebotenen ISO-Abbildern machen geschieht auf Ihr eigenes Risiko, in Ihrer eigenen Verantwortung.
+
+
+;title_ok
+Sie wollen jetzt Mageia 1 herunterladen und testen?
+
+
+;dl_help
+Suchen Sie sich das für Sie passende ISO-Abbild aus. Falls Sie nicht sicher sind, sollten Sie eines der ersten Abbilder auswählen.
+
+
+;changes_since_a2
+Änderungen seit Beta 2
+
+
+;release_docs
+Dokumente zum Release
+
+
+;whatismageia
+Was ist Mageia?
+
+
+;size
+Größe
+
+
+;flavour
+Variante
+
+
+;language
+Sprache
+
+
+;link
+Direktlink
+
+
+;dl_shld_start
+Der Download von %s sollte innerhalb weniger Sekunden starten
+
+
+;Your download of %s should start within a few seconds
+Der Download von %s sollte innerhalb weniger Sekunden starten
+
+
+;(download size is about %s).
+(Größe des Downloads beträgt %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Falls der Download nicht starten sollte, <a href="%s" rel="nofollow" title="%s">klicken Sie hier</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Sobald der Download abgeschlossen ist, sollten Sie die Signaturen vergleichen:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Verwenden Sie dieses ISO-Abbild nicht, falls die Signaturen nicht übereinstimmen. Vergleichen Sie sie erneut und starten Sie den Download erneut.
+
+
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Dieser <a href="%s">%s</a> Download-Server befindet sich in %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Falls dieser nicht zufriedenstellend funktioniert, <a href="#om" id="other_mirrors_btn">können Sie einen der anderen Server nutzen</a>.
+
+
+;whatdouthink?
+Was halten Sie davon?
+
+
+;give_feedback
+Schildern Sie uns Ihre Eindrücke von Mageia 1 Beta 2 auf einer der folgenden Plattformen: in <a href="http://forums.mageia.org/">unserem Forum</a>, <a href="http://blog.mageia.org/de">unserem Blog</a>, in <em>Ihrem</em> Blog, auf Twitter (<a href="http://twitter.com/mageia_org">@mageia_org</a>). Bitte verlinken Sie es in jedem Fall zu <a href="http://mageia.org/">mageia.org</a>.
+
+
+;report_bug
+Wenn Sie einen Bug (= Fehlverhalten) feststellen, finden Sie <a href="">hier eine Anleitung</a> zur Eintragung des Fehlers in unsere Bug-Datenbank, so dass wir ihn in der bestmöglichen Art bearbeiten können.
+
+
+;notify_web
+Falls Sie Probleme mit dem Download oder der Download-Seite feststellen, informieren Sie bitte das Webteam im <a href="irc://irc.freenode.net/#mageia-web">#mageia-web</a> Freenode IRC Kanal, so dass wir den Fehler so schnell wie möglich beseitigen können. Beachten Sie, dass an der Übersetzung noch gearbeitet wird.
+
+
+;Want to help? %sJoin Us!%s
+Wollen Sie mithelfen? %sMachen Sie bei uns mit!%s
+
+
+;ucanhelp
+Ja, Sie können das! Mageia ist das Resultat der Überzeugung und der Zusammenarbeit vieler glücklicher Freiwilliger aus allen Teilen der Welt.
+
+
+;wherehelp
+Es gibt eine Menge von Gebieten, auf denen Sie dem Projekt helfen können. Diese reichen vom Eintreten für das Projekt, der Produktentwicklung, %sKommunikation%s und %sWeb Design &amp; Entwicklung%s über Softwaredesign, Entwicklung , %sLokalisierung%s, %sPaketbau%s und %sQA &amp; Testen%s bis hin zum Vertrieb, der Community-Unterstützung &amp; -Unterhaltung, sowie dem %sSpenden von Geld%s, Hardware, Hosting, Zeit und die Teilnahme an dem ganzen Spaß.
+
+
+;all_languages
+Bis zu 167 Sprachen werden unterst&uuml;tzt: Deutsch, Englisch, Spanisch, Franz&ouml;sisch, Italienisch, Portugiesisch, Schwedisch, Niederl&auml;ndisch, Polnisch, D&auml;nisch und viele weitere! Eine erweiterte Liste k&ouml;nnen Sie <a href="https://wiki.mageia.org/en/Archive:Mageia_1_supported_locales">hier</a> einsehen.
+
+
+;euro_languages
+"Europ&auml;ische Sprachliste" bedeutet: Deutsch, Englisch, Spanisch, Französisch, Italienisch, Portugiesisch, Russisch. Weitere Sprachen werden im finalen Release zur Verfügung stehen.
+
+
+;All supported
+Alle unterstützten Sprachen
+
+
+;limited_languages
+Eingeschr&auml;nkte Sprachliste: Wei&szlig;russisch, Katalonisch, Deutsch, Englishc, Spanisch, Franz&ouml;sisch, Ungarisch, Italienisch, Polnisch, Portugiesisch, Ukrainisch
+
+
+;English
+Englisch
+
+
+;Limited
+Eingeschr&auml;nkte Sprachliste
+
+
+;European set
+Europ&auml;ische Sprachliste
+
+
+;def-Europa set 1
+Europa Sprachliste 1: Deutsch, Englisch (verschiedene VArianten), Griechisch, Spanisch, Französisch, Italienisch, Niederländisch, Portugiesisch, Brasilianisches Portugiesisch, Türkisch.
+
+
+;def-Europa set 2
+Europa Sprachliste 2: Bulgarisch, Tschechisch, Dänisch, Amerikanisches Englisch, Estnisch, Finnisch, Kroatisch, Ungarisch, Litauisch, Lettisch, Norwegisch (Bokmaal), Norwegisch (Nynorsk), Polnisch, Rumänisch, Russisch, Schwedisch, Ukrainisch, Usbekisch, Usbekisch (kyrillisch).
+
+
+;def-Asia set
+Asiatische Sprachliste 1: Amerikanisches Englisch, Indonesisch, Japanisch, Koreanisch, Thailändisch, Vietnamesisch, Chinesisch (vereinfacht), Chinesisch (traditionell).
+
+
+;def-Africa/India set
+Afrikanische/Indische Sprachliste: Afrikaans, Amharic, Arabisch, Assamese, Berber, Bengali, Amerikanisches Englisch, Hausa, Hebräisch, Hindi, Igbo, Kannada, Malayalam, Marathi, Punjabi, Tamil, Tswana, Tsonga, Venda, Xhosa, Yoruba, Zulu.
+
+
+;for_full_install
+Für eine vollständige Installation:
+
+
+;for_test_live
+Für Live-Tests und Install: LiveCD 32bit
+
+
+;for_network
+Für eine Netzwerk-Installation:
+
+
+;popularity
+Popularität
+
+
+;dl_migrate_instead
+Wenn Sie Mandriva Linux 2010.1 or 2010.2 benutzen, können Sie Ihr System auch direkt auf <a href="/de/1/migrate/">Mageia 1 aktualisieren</a>.</p>
+
+
+;not_sure_what_iso
+Sie sind sich nicht sicher, welches ISO-Abbild Sie herunterladen wollen? Es kann sein, dass er etwas zu ausführlich ist, aber Sie können <a href="https://wiki.mageia.org/en/Installation_Media">diesen Artikel über unsere verschiedenen Installations-Medien</a> lesen.
+
diff --git a/langs/el/downloads/get.el.lang b/langs/el/downloads/get.el.lang
new file mode 100644
index 000000000..82d762597
--- /dev/null
+++ b/langs/el/downloads/get.el.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Αυτός <a href="%s">%s</a> ο καθρεφτισμός λήψης βρίσκεται στο(ν)/στη(ν) %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Αν δε δουλεύει καλά για σας, <a href="#om" id="other_mirrors_btn">ελέγξτε αυτούς τους καθρεφτισμούς</a>.
+
+
+;Download %s
+Λήψη της %s
+
+
+;Your download of %s should start within a few seconds
+Η λήψη του %s θα ξεκινήσει σε λίγα δευτερόλεπτα
+
+
+;(download size is about %s).
+(Το μέγεθος του ληφθέντος αρχείου είναι περίπου %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Αν η λήψη δεν ξεκινάει, <a href="%s" rel="nofollow" title="%s">πατήστε εδώ</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Μόλις η λήψη τελειώσει, καλό θα είναι να ελέγξετε ότι οι υπογραφές ταιριάζουν:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Αν οι υπογραφές δεν ταιριάζουν, μη χρησιμοποιήσετε αυτό το ISO. Ελέγξτε πάλι και δοκιμάστε να κάνετε λήψη ξανά.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Θέλετε να βοηθήσετε; %sΕλάτε μαζί μας!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/en/downloads/get.en.lang b/langs/en/downloads/get.en.lang
new file mode 100644
index 000000000..1bf767e71
--- /dev/null
+++ b/langs/en/downloads/get.en.lang
@@ -0,0 +1,121 @@
+# Generated by extract2lang.php on 2012-08-15T10:35:10+02:00
+# Domain get_3
+
+# ../../svn/web/en/downloads/get/index.php +94
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+This <a href="%s">%s</a> download mirror is located in %s (%s).
+
+
+# ../../svn/web/en/downloads/get/index.php +99
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+
+
+# ../../svn/web/en/downloads/get/index.php +141
+;Download %s
+Download %s
+
+
+# ../../svn/web/en/downloads/get/index.php +148
+;Your download of %s should start within a few seconds
+Your download of %s should start within a few seconds
+
+
+# ../../svn/web/en/downloads/get/index.php +149
+;(download size is about %s).
+(download size is about %s).
+
+
+# ../../svn/web/en/downloads/get/index.php +150
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+
+
+# ../../svn/web/en/downloads/get/index.php +159
+;As soon as your download is complete, you should check that the signatures match:
+As soon as your download is complete, you should check that the signatures match:
+
+
+# ../../svn/web/en/downloads/get/index.php +166
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+
+
+# ../../svn/web/en/downloads/get/index.php +169
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+# ../../svn/web/en/downloads/get/index.php +175
+;Country
+Country
+
+
+# ../../svn/web/en/downloads/get/index.php +176
+;City
+City
+
+
+# ../../svn/web/en/downloads/get/index.php +177
+;Download mirrors
+Download mirrors
+
+
+# ../../svn/web/en/downloads/get/index.php +189
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+# ../../svn/web/en/downloads/get/index.php +190
+;Want to help? %sJoin Us!%s
+Want to help? %sJoin Us!%s
+
+
+# ../../svn/web/en/downloads/get/index.php +196
+;Sorry!
+Sorry!
+
+
+# ../../svn/web/en/downloads/get/index.php +197
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+# ../../svn/web/en/downloads/get/index.php +199
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+# ../../svn/web/en/downloads/get/index.php +201
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+# ../../svn/web/en/downloads/get/index.php +202
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+# ../../svn/web/en/downloads/get/index.php +203
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+# ../../svn/web/en/downloads/get/index.php +204
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+# ../../svn/web/en/downloads/get/index.php +207
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+# ../../svn/web/en/downloads/get/index.php +209
+;Thanks!
+Thanks!
+
+
+# ../../svn/web/en/downloads/get/index.php +210
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
diff --git a/langs/es/downloads/get.es.lang b/langs/es/downloads/get.es.lang
new file mode 100644
index 000000000..f9fdd27be
--- /dev/null
+++ b/langs/es/downloads/get.es.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Éste <a href="%s">%s</a> servidor espejo de descarga está ubicado en %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Si no funciona bien para usted, <a href="#om" id="other_mirrors_btn">pruebe estos otros servidores espejo</a>.
+
+
+;Download %s
+Descargue %s
+
+
+;Your download of %s should start within a few seconds
+La descarga de %s comenzará dentro de pocos segundos
+
+
+;(download size is about %s).
+(el tamaño de descarga es de alrededor de %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Si la descarga no comienza, <a href="%s" rel="nofollow" title="%s">haga click aquí</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Tan pronto como su descarga termine, debería revisar que las firmas coinciden:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Si las firmas no coinciden, no utilice esta imagen ISO. Revise nuevamente e intente descargar de nuevo.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+¿Quiere ayudar? %s!Únasenos!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/et/downloads/get.et.lang b/langs/et/downloads/get.et.lang
new file mode 100644
index 000000000..f8e43d341
--- /dev/null
+++ b/langs/et/downloads/get.et.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Selle <a href="%s">%s</a> allalaadimise peegelsaidi asukohaks on %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Kui see teie puhul ei toimi, <a href="#om" id="other_mirrors_btn">proovige kasutada teisi peegelsaite</a>.
+
+
+;Download %s
+%s allalaadimine
+
+
+;Your download of %s should start within a few seconds
+%s allalaadimine peaks algama mõne sekundi pärast
+
+
+;(download size is about %s).
+(alla tuleb laadida umbes %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Kui allalaadimine ei alga, <a href="%s" rel="nofollow" title="%s">klõpsake siia</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Niipea kui allalaadimine on lõpetatud, tuleks kontrollida signatuuride vastavust:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Kui signatuurid ei klapi, ärge kasutage seda ISO-t. Kontrollige veel kord ja püüdke ISO uuesti alla laadida.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Kas soovite aidata? %sÜhinege meiega!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/fr/downloads/get.fr.lang b/langs/fr/downloads/get.fr.lang
new file mode 100644
index 000000000..43c546f11
--- /dev/null
+++ b/langs/fr/downloads/get.fr.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Le miroir de téléchargement <a href="%s">%s</a> est en %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+S&rsquo;il ne fonctionne pas bien, vous pouvez aussi <a href="#om" id="other_mirrors_btn">essayer un autre miroir</a>.
+
+
+;Download %s
+Télécharger %s
+
+
+;Your download of %s should start within a few seconds
+Le téléchargement de %s va démarrer dans quelques secondes
+
+
+;(download size is about %s).
+(taille d&rsquo;environ %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Si le téléchargement ne démarre pas, <a href="%s" rel="nofollow" title="%s">cliquez ici</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Dès que votre ISO est téléchargée, vous pouvez vérifier que les signatures correspondent bien&nbsp;:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Si elles ne correspondent pas, l&rsquo;image n&rsquo;est pas bonne.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Votre adresse IP est&nbsp;: %s et vous semblez être en %s, %s.
+
+
+;Country
+Pays
+
+
+;City
+Ville
+
+
+;Download mirrors
+Miroirs de téléchargement
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Vous voulez %sparticiper%s&nbsp;?
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/it/downloads/get.it.lang b/langs/it/downloads/get.it.lang
new file mode 100644
index 000000000..ed92e8127
--- /dev/null
+++ b/langs/it/downloads/get.it.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Questo <a href="%s">%s</a> mirror per il download si trova in %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Se non funziona bene, <a href="#om" id="other_mirrors_btn">prova questi altri mirror</a>.
+
+
+;Download %s
+Scarica %s
+
+
+;Your download of %s should start within a few seconds
+Il tuo download di %s inizierà fra pochi secondi
+
+
+;(download size is about %s).
+(la dimensione di download è di circa %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Se il download non inizia, <a href="%s" rel="nofollow" title="%s">fai clic qua</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Appena il download è completo, dovresti controllare che le firme siano uguali:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Se le firme non sono uguali, non usare questa ISO. Controlla nuovamente e prova il download nuovamente.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Vuoi aiutare? %sUnisciti a Noi!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/nb/downloads/get.nb.lang b/langs/nb/downloads/get.nb.lang
new file mode 100644
index 000000000..a32c6b04c
--- /dev/null
+++ b/langs/nb/downloads/get.nb.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Dette <a href="%s">%s</a> Speilet for nedlastinga er plassert i %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Dersom dette ikke virker for deg, <a href="#om" id="other_mirrors_btn">kan du velge et av disse speilene</a>.
+
+
+;Download %s
+Last ned %s
+
+
+;Your download of %s should start within a few seconds
+Nedlastingen av %s starter om noen få sekunder
+
+
+;(download size is about %s).
+(nedlastingsstørrelsen er omtrent %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Dersom nedlastingen ikke starter, kan du <a href="%s" rel="nofollow" title="%s">klikke her</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Kontroller at sjekksummene samsvarer når nedlastingen er ferdig.
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Dersom sjekksummene ikke samsvarer, må du laste ned dette avtrykket på nytt og gjenta steget over.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Ønsker du å hjelpe til? %sDelta!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/nl/downloads/get.nl.lang b/langs/nl/downloads/get.nl.lang
new file mode 100644
index 000000000..e1e95e67a
--- /dev/null
+++ b/langs/nl/downloads/get.nl.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Deze <a href="%s">%s</a> spiegelserver bevindt zich in %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Mocht deze server voor u niet goed bereikbaar zijn, <a href="#om" id="other_mirrors_btn">kijkt u dan eens naar deze andere spiegelservers</a>.
+
+
+;Download %s
+Download %s
+
+
+;Your download of %s should start within a few seconds
+Uw download van %s behoort binnen enkele seconden te starten
+
+
+;(download size is about %s).
+(download grootte is ongeveer %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Wanneer de download niet start, <a href="%s" rel="nofollow" title="%s">klikt u hier</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Wanneer de download klaar is dient u te controleren dat de ondertekeningen overeenkomen:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Als de ondertekeningen niet overeenkomen dient u deze ISO niet te gebruiken. Controleer nogmaals de ondertekeningen en of u het goede bestand heeft en probeert u de download dan nogmaals.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Wilt u ons helpen? %sDoe met ons mee!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/pt-br/downloads/get.pt-br.lang b/langs/pt-br/downloads/get.pt-br.lang
new file mode 100644
index 000000000..123f6307e
--- /dev/null
+++ b/langs/pt-br/downloads/get.pt-br.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Este <a href="%s">%s</a> espelho de download está localizado em %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Se este não funcionou bem para você, <a href="#om" id="other_mirrors_btn">verifique outro desses espelhos</a>.
+
+
+;Download %s
+Download %s
+
+
+;Your download of %s should start within a few seconds
+Seu download de %s deve iniciar dentro de alguns segundos
+
+
+;(download size is about %s).
+(o tamanho do download é de aproximadamente %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Se o download não iniciar, <a href="%s" rel="nofollow" title="%s">clique aqui</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Assim que o download estiver completo, você deve verificar a assinatura correspondente:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Se as assinaturas não correponderem, não use esta imagem ISO. Faça dupla checagem e tente o download novamente.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Precisa de ajuda? %sJunte-se a nós!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/pt/downloads/get.pt.lang b/langs/pt/downloads/get.pt.lang
new file mode 100644
index 000000000..f3a6897fd
--- /dev/null
+++ b/langs/pt/downloads/get.pt.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Este <a href="%s">%s</a> espelho de transferência esta localizado em %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Se não funcionar bem para si, <a href="#om" id="other_mirrors_btn">veja estes espelhos</a>.
+
+
+;Download %s
+Transferir %s
+
+
+;Your download of %s should start within a few seconds
+A sua transferência de %s deve começar dentro de alguns segundos
+
+
+;(download size is about %s).
+(O tamanho da transferência è acerca de %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Se a transferência não iniciar, <a href="%s" rel="nofollow" title="%s">clique aqui</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Assim que a sua transferência estiver completa, deve verificar se as assinaturas coincidem:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Se as assinaturas não coincidirem, não use esta ISO. Volte a verificar e tente transferir novamente.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Deseja ajudar? %sJunte-se a Nós!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/report.php b/langs/report.php
index 3ec1b9e3f..4f2894565 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -33,7 +33,7 @@
<header id="mgnavt">
<h1><a href="//www.mageia.org/">www.mageia.org</a> translation report</h1>
<ul>
- <li><a href="https://wiki.mageia.org/en/Internationalisation_Team_(i18n)#Website_translation">i18n Web Wiki</a></li>
+ <li><a href="https://wiki.mageia.org/en/Internationalisation_Team_(i18n)#Website_translation">i18n Web Wiki</a> (<a href="https://wiki.mageia.org/en/Internationalisation_Team_%28i18n%29#Special_cases_of_web_pages">Special cases for some web pages</a>)</li>
</ul>
</header>
<div id="page">
diff --git a/langs/ro/downloads/get.ro.lang b/langs/ro/downloads/get.ro.lang
new file mode 100644
index 000000000..11d7c1672
--- /dev/null
+++ b/langs/ro/downloads/get.ro.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Acest server alternativ <a href="%s">%s</a> este localizat în %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Dacă nu funcționează bine, <a href="#om" id="other_mirrors_btn">încercați și aceste servere alternative</a>.
+
+
+;Download %s
+Descărcați %s
+
+
+;Your download of %s should start within a few seconds
+Descărcarea lui %s ar trebui să înceapă în cîteva secunde
+
+
+;(download size is about %s).
+(mărimea descărcării este în jur de %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Dacă descărcarea nu se lansează, <a href="%s" rel="nofollow" title="%s">apăsați aici</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Imediat ce s-a încheiat descărcarea, ar trebui să verificați semnăturile:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Dacă nu se potrivesc, nu utilizați acest ISO. Reverificați și încercați să-l descărcați din nou.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Vreți să ajutați? %sAlăturați-vă nouă!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/ru/downloads/get.ru.lang b/langs/ru/downloads/get.ru.lang
new file mode 100644
index 000000000..355dfa80c
--- /dev/null
+++ b/langs/ru/downloads/get.ru.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Это <a href="%s">%s</a> зеркало загрузки расположенно в %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Если это вам не помогло, <a href="#om" id="other_mirrors_btn">просмотрите список остальных зеркал</a>.
+
+
+;Download %s
+Загрузка %s
+
+
+;Your download of %s should start within a few seconds
+Загрузка %s должна начаться через несколько секунд
+
+
+;(download size is about %s).
+(размер загружемого файла около %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Если загрузка не начинается, <a href="%s" rel="nofollow" title="%s">нажмите здесь</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+По завершению загрузки пожалуйста убедитесь в совпадении контрольных сумм:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Если контрольные суммы не совпадают не используйте образ. Проверьте ещё раз, и попробуйте скачать его снова.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Хотите помочь? %sПрисоединяйтесь!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/sl/2.sl.lang b/langs/sl/2.sl.lang
index 471bab9f6..6d7d7b4e5 100644
--- a/langs/sl/2.sl.lang
+++ b/langs/sl/2.sl.lang
@@ -1,5 +1,11 @@
# Generated by extract2lang.php on 2012-05-24T17:40:35+02:00
# Domain 2
+# include translation from:
+# en/2/download_index.php
+# en/for-pc/index.php
+# en/for-server/index.php
+# en/2/index.php
+# en/2/nav.php
# en/2/download_index.php +14
;Download Mageia 2
diff --git a/langs/tr/downloads/get.tr.lang b/langs/tr/downloads/get.tr.lang
new file mode 100644
index 000000000..29abfa0f3
--- /dev/null
+++ b/langs/tr/downloads/get.tr.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Bu <a href="%s">%s</a> indirme yansısı %s (%s) üzerinde yer almaktadır.
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Bu yansı size hizmet veremiyorsa, <a href="#om" id="other_mirrors_btn">diğer yansıları kullanın</a>.
+
+
+;Download %s
+%s indirin
+
+
+;Your download of %s should start within a few seconds
+%s indirmeniz bir kaç saniye içinde başlayacaktır
+
+
+;(download size is about %s).
+(indirme boyutu yaklaşık olarak %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+İndirme işlemi başlamadıysa, <a href="%s" rel="nofollow" title="%s">buraya tıklayın</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+İndirme işleminiz tamamlanır tamamlanmaz imazaların eşleşip eşleşmediğini denetleyin:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+İmzalar eşleşmiyorsa bu ISO kalıbını kullanmayın. Bir kez daha denetleyin ve yeniden indirin.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Yardımcı olmak istiyor musunuz? %sBize katılın!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/uk/downloads/get.uk.lang b/langs/uk/downloads/get.uk.lang
new file mode 100644
index 000000000..a5577d0b9
--- /dev/null
+++ b/langs/uk/downloads/get.uk.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+Це дзеркало <a href="%s">%s</a> розташовано у %s (%s).
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+Якщо у вас виникають з ним проблеми, <a href="#om" id="other_mirrors_btn">спробуйте скористатися одним з інших дзеркал</a>.
+
+
+;Download %s
+Звантаження %s
+
+
+;Your download of %s should start within a few seconds
+Звантаження %s має розпочатися за декілька секунд
+
+
+;(download size is about %s).
+(об’єм даних, які буде отримано — близько %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+Якщо звантаження не розпочинається, <a href="%s" rel="nofollow" title="%s">натисніть тут</a>.
+
+
+;As soon as your download is complete, you should check that the signatures match:
+Щойно звантаження буде завершено, вам слід перевірити відповідність цифрового підпису:
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+Якщо буде виявлено невідповідність, не користуйтеся образом ISO. Двічі все перевірте і повторіть спробу звантаження.
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+Бажаєте допомогти? %sПриєднуйтеся до нас!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+
diff --git a/langs/zh-tw/downloads/get.zh-tw.lang b/langs/zh-tw/downloads/get.zh-tw.lang
new file mode 100644
index 000000000..bf51156bc
--- /dev/null
+++ b/langs/zh-tw/downloads/get.zh-tw.lang
@@ -0,0 +1,97 @@
+# Generated by pa2lang.php on 2012-08-15T19:15:16+02:00
+# from /en/downloads/get/locales.php $picked_and_sorted_dictionary
+;This <a href="%s">%s</a> download mirror is located in %s (%s).
+這個 <a href="%s">%s</a> 下載的鏡像站位於 %s (%s)。
+
+
+;If it does not work well for you, <a href="#om" id="other_mirrors_btn">check out these other mirrors</a>.
+如果它不適合您, <a href="#om" id="other_mirrors_btn">請試試看其他的鏡像站</a>。
+
+
+;Download %s
+下載 %s
+
+
+;Your download of %s should start within a few seconds
+您要下載的 %s 應該在幾秒內就會開始
+
+
+;(download size is about %s).
+(下載檔案大小大約是 %s).
+
+
+;If the download does not start, <a href="%s" rel="nofollow" title="%s">click here</a>.
+如果下載沒有開始,<a href="%s" rel="nofollow" title="%s">請點這裡</a>。
+
+
+;As soon as your download is complete, you should check that the signatures match:
+您的下載一完成之後,您應該用 md5 或 sha1 驗證碼檢查 ISO 檔案的完整性。
+
+
+;If signatures do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again.
+如果 md5 或 sha1 驗證碼不符合,請不要使用那個 ISO。 再檢查一次並嘗試重新下載。
+
+
+;Your IP address is %s and you seem to be in %s, %s.
+Your IP address is %s and you seem to be in %s, %s.
+
+
+;Country
+Country
+
+
+;City
+City
+
+
+;Download mirrors
+Download mirrors
+
+
+;The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+The making and the distribution of Mageia worldwide is made possible by all the <a href="%s">people and organizations that mirror our software</a> and that <a href="%s">donate money, hardware, hosting and more</a>.
+
+
+;Want to help? %sJoin Us!%s
+想幫忙嗎?%s加入我們!%s
+
+
+;Sorry!
+Sorry!
+
+
+;Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+Your download could not complete, as we could not find this file. Please try again from the <a href="%s">main downloads page</a>.
+
+
+;If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:
+
+
+;directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+directly on <a href="irc://irc.freenode.net/#mageia-web">#mageia-web on Freenode IRC</a>,
+
+
+;or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+or <a href="http://twitter.com/mageia_org">via our Tweeter account</a>,
+
+
+;or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+or with a <a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">notice on the Web team mailing-list</a>,
+
+
+;or a <a href="https://bugs.mageia.org/">bug report</a>.
+or a <a href="https://bugs.mageia.org/">bug report</a>.
+
+
+;You may embed this debug info if you like:
+You may embed this debug info if you like:
+
+
+;Thanks!
+Thanks!
+
+
+;back to that awesome Mageia home page
+back to that awesome Mageia home page
+