aboutsummaryrefslogtreecommitdiffstats
path: root/en/2/locales.php
blob: 024124f86045d3d87bbaf41d2b7f87a76076eee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?php

$_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',
        'flavour' => 'Flavour',
        'language' => 'Language',
        'link' => 'Direct link',
        'for_full_install' => 'For a full, Free Software-only, installation:',
        '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' => 'For live test and install: LiveCD 32bit',
        'for_network' => 'For a wired network install:',
        '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.',
        'All supported' => 'All supported',
        'Country' => 'Country',
        'City' => 'City',
        '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>
            &ndash; 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&nbsp;! Il s&rsquo;agit d&rsquo;une version <em>beta</em>, instable.
            NE L&rsquo;INSTALLEZ PAS et NE L&rsquo;UTILISEZ PAS en PRODUCTION&nbsp;!
            <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
            &ndash; merci de la vérifier et de nous rapporter tout problème.
            NE L&rsquo;UTILISEZ PAS en production pour le moment. Mageia 2 arrive le 22 mai&nbsp;!',
        'release_docs' => 'Notes de publication',
        'whatismageia' => 'Qu&rsquo;est-ce que Mageia&nbsp;?',
        'size' => 'Taille',
        'flavour' => 'Flavour',
        'language' => 'Langue',
        'link' => 'Lien',
        'for_full_install' => 'Versions pur Logiciel Libre&nbsp;:',
        '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&nbsp;:',
        'for_network' => 'Versions pour installation réseau&nbsp;:',
        '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',
    )
);