aboutsummaryrefslogtreecommitdiffstats
path: root/en/map/locales.php
blob: 025c6c4453e58f2479d2ed9fe42c557ff3ec8c0f (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
<?php


$_t = array(
    'en' => array(
        'welcome!' => '',
        
        
    ),
    'fr' => array(
        'welcome!' => '',
        'Mageia.org site map' => 'Plan du site Mageia.org',
        'mageia, web site, map, sitemap' => 'mageia, site web, carte, plan',
        'Site Map' => 'Plan du site',
        'About Mageia' => 'À propos de Mageia',
        'Projects'     => 'Projets',
        'News'         => 'Actualités',
        'Downloads'    => 'Téléchargements',
        '2 (May 2012)' => '2 (mai 2012)',
        '1 (June 2011)' => '1 (juin 2011)',
        'Download mirrors' => 'Serveurs miroirs',
        'Support'      => 'Aide',
        'Community'    => 'Communauté',
        'Software updates' => 'Mises à jour',
        'Product lifecycle' => 'Durée de vie',
        'Calendar' => 'Calendrier',
        'Contribute' => 'Contribuer',
        'About you' => 'Et vous',
        'Your Mageia id' => 'Votre compte Mageia',
        'Privacy policy' => 'Respect de la vie privée',
        'How to contribute?' => 'Comment contribuer&nbsp;?',
        'Why contribute?' => 'Pourquoi contribuer&nbsp;?',
        'Donate' => 'Dons',
        'Supporters' => 'Soutiens',
        'Governance' => 'Gouvernance',
        'Board' => 'Bureau',
        'Council' => 'Conseil',
        'Teams' => 'Équipes',
        'Values' => 'Principes',
        'Code of conduct' => 'Code de conduite',
        'Constitution' => 'Statuts',
        'Members' => 'Membres',
        'Reports' => 'Rapports',
        'Timeline' => 'Chronologie'
    )
);