diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-05-11 16:51:31 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-05-11 16:51:31 +0000 |
commit | fd0396e495006d9356657d335b7e190373ad009d (patch) | |
tree | 737299e8a06469622f3d1d8c2b2ec7f29f9044f7 /en/2/locales.php | |
parent | 6bcb8806646986476fc26d5a2cb6313fd413958a (diff) | |
download | www-fd0396e495006d9356657d335b7e190373ad009d.tar www-fd0396e495006d9356657d335b7e190373ad009d.tar.gz www-fd0396e495006d9356657d335b7e190373ad009d.tar.bz2 www-fd0396e495006d9356657d335b7e190373ad009d.tar.xz www-fd0396e495006d9356657d335b7e190373ad009d.zip |
updated layout and boot-nonfree
Diffstat (limited to 'en/2/locales.php')
-rw-r--r-- | en/2/locales.php | 47 |
1 files changed, 46 insertions, 1 deletions
diff --git a/en/2/locales.php b/en/2/locales.php index b78f13375..024124f86 100644 --- a/en/2/locales.php +++ b/en/2/locales.php @@ -2,6 +2,10 @@ $_t = array( 'en' => array( + 'page_title' => 'Download %s %s', + 'page_h1' => 'Download <em><strong>%s</strong> %s</em>', + 'page_desc' => 'Download Mageia', + 'page_kw' => 'mageia, mageia 2, linux, free, download, iso, torrent, vm', 'release_docs' => 'Release Documents', 'whatismageia' => 'What is Mageia?', 'size' => 'Size', @@ -22,8 +26,49 @@ $_t = array( 'def-Africa/India set' => 'African/Indian set of languages: Afrikaans, Amharic, Arabic, Assamese, Berber, Bengali, American English, Hausa, Hebrew, Hindi, Igbo, Kannada, Malayalam, Marathi, Punjabi, Tamil, Tswana, Tsonga, Venda, Xhosa, Yoruba, Zulu.', + 'All supported' => 'All supported', 'Country' => 'Country', 'City' => 'City', - 'Download mirrors', 'Download mirrors' + 'Download mirrors' => 'Download mirrors', + 'unstable-warning' => 'This is a <em>beta</em> release. + PLEASE DO NOT USE IT FOR PRODUCTION. + <a href="/en/support/report-a-bug/" style="color: #fff">Report bugs <u>HERE</u></a>.', + + 'rc-warning' => 'This is a <em>candidate release</em> + – please check it out and report any outstanding issue<br> + DO NOT use it for production, the final stable release is coming on May 22<sup>nd</sup>.' + ), + 'fr' => array( + 'page_title' => 'Télécharger %s %s', + 'page_h1' => 'Télécharger <em><strong>%s</strong> %s</em>', + 'unstable-warning' => 'ATTENTION ! Il s’agit d’une version <em>beta</em>, instable. + NE L’INSTALLEZ PAS et NE L’UTILISEZ PAS en PRODUCTION ! + <a href="/en/support/report-a-bug/" style="color: #fff">Rapportez les bugs <u>ICI</u></a>.', + 'rc-warning' => 'Ceci est une pré-version de Mageia 2 + – merci de la vérifier et de nous rapporter tout problème. + NE L’UTILISEZ PAS en production pour le moment. Mageia 2 arrive le 22 mai !', + 'release_docs' => 'Notes de publication', + 'whatismageia' => 'Qu’est-ce que Mageia ?', + 'size' => 'Taille', + 'flavour' => 'Flavour', + 'language' => 'Langue', + 'link' => 'Lien', + 'for_full_install' => 'Versions pur Logiciel Libre :', + 'warn-free' => 'Note that these DVD ISOs are made of Free Software <em>exclusively</em>. As a consequence, <em>proprietary Wi-Fi and video drivers ' + . 'are not included</em>. If you need WiFi or specific video drivers at install time, you should go with above LiveCDs instead.', + 'for_test_live' => 'Versions LiveCD pour utiliser ou tester :', + 'for_network' => 'Versions pour installation réseau :', + 'def-Europa set 1' => 'European set 1 of languages: Deutsch, English (several variants), Greek, Español, Français, Italiano, Dutch, Português, Português do Brasil, Turkish.', + 'def-Europa set 2' => 'European set 2 of languages: Bulgarian, Czech, Danish, American English, Estonian, + Finnish, Croatian, Hungarian, Lithuanian, Latvian, Norwegian Bokmaal, Norwegian Nynorsk, Polish, + Romanian, Russian, Swedish, Ukrainian, Uzbek, Uzbek (cyrillic), Русский.', + 'def-Asia set' => 'Asian set 1 of languages: American English, Indonesian, Japanese, Korean, + Thai, Vietnamese, Chinese Simplified, Chinese Traditional.', + 'def-Africa/India set' => 'African/Indian set of languages: Afrikaans, Amharic, Arabic, Assamese, Berber, Bengali, American English, + Hausa, Hebrew, Hindi, Igbo, Kannada, Malayalam, Marathi, + Punjabi, Tamil, Tswana, Tsonga, Venda, Xhosa, Yoruba, Zulu.', + 'Country' => 'Pays', + 'City' => 'Ville', + 'Download mirrors' => 'Serveurs miroirs', ) );
\ No newline at end of file |