diff options
author | Oliver Burger <obgr_seneca@mageia.org> | 2011-06-07 08:25:13 +0000 |
---|---|---|
committer | Oliver Burger <obgr_seneca@mageia.org> | 2011-06-07 08:25:13 +0000 |
commit | 62fc2922741871493dfcb2b228712f325c14dad6 (patch) | |
tree | cc85f755f9257df0adfa0f18870e64fa6447132e | |
parent | e4342ec949afd708812b06b61065ee793ecbc1c9 (diff) | |
download | www-62fc2922741871493dfcb2b228712f325c14dad6.tar www-62fc2922741871493dfcb2b228712f325c14dad6.tar.gz www-62fc2922741871493dfcb2b228712f325c14dad6.tar.bz2 www-62fc2922741871493dfcb2b228712f325c14dad6.tar.xz www-62fc2922741871493dfcb2b228712f325c14dad6.zip |
extracted missing string from downloads.php
-rw-r--r-- | downloads.php | 4 | ||||
-rw-r--r-- | downloads_locales.php | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/downloads.php b/downloads.php index fc8c59844..a2ff42340 100644 --- a/downloads.php +++ b/downloads.php @@ -122,9 +122,7 @@ $dl_table = sprintf($table_tmpl, $_t['for_full_install'], $s1) . sprintf($table_tmpl, $_t['for_network'], $s3); $dl_table .= <<<T -<p class="dlinfo">Not sure of what ISO to download? This may still be a bit verbose, -but you may want to <a href="http://www.mageia.org/wiki/doku.php?id=mageia_installation_media">read -this article detailing our different install media</a>.</p> +<p class="dlinfo">{$_t['not_sure_what_iso']}</p> T; diff --git a/downloads_locales.php b/downloads_locales.php index ea2f7d8f7..8fdb7e084 100644 --- a/downloads_locales.php +++ b/downloads_locales.php @@ -76,7 +76,10 @@ Note that translations are on their way.', Hausa, Hebrew, Hindi, Igbo, Kannada, Malayalam, Marathi, Punjabi, Tamil, Tswana, Tsonga, Venda, Xhosa, Yoruba, Zulu.', 'dl_migrate_instead' => 'If you are using Mandriva Linux 2010.1 or 2010.2, - you may directly <a href="/en/1/migrate/">upgrade your system to Mageia 1</a> as well.</p>' + you may directly <a href="/en/1/migrate/">upgrade your system to Mageia 1</a> as well.</p>', + 'not_sure_what_iso' => 'Not sure of what ISO to download? This may still be a bit verbose, but you may want to + <a href="http://www.mageia.org/wiki/doku.php?id=mageia_installation_media">read this article detailing our + different install media</a>.' ), 'fr' => array( 'download' => 'télécharger', @@ -204,7 +207,9 @@ Beachten Sie, dass an der Übersetzung noch gearbeitet wird.', 'limited_languages' => 'Eingeschränkte Sprachliste: Weißrussisch, Katalonisch, Deutsch, Englishc, Spanisch, Französisch, Ungarisch, Italienisch, Polnisch, Portugiesisch, Ukrainisch', 'English' => 'Englisch', 'Limited' => 'Eingeschränkte Sprachliste', - 'European set' => 'Europäische Sprachliste' + 'European set' => 'Europäische Sprachliste', + '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>' ), 'nl' => array( |