aboutsummaryrefslogtreecommitdiffstats
path: root/en/1/next/locales.php
blob: 9d1128153c912d1450f6332ceece0ae868a94061 (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' => 'Mageia 1 &ndash; And next?',
        'page_desc' => '',
        'page_kw' => 'mageia, mandriva, upgrade, migrate',
        'page_h1' => 'And next?',
        'h2_spread_word' => 'Spread the word!',
        'h2_party' => 'Party!',
        'h2_what_do' => 'What will <strong>you</strong> do with it?',
        'tell_us' => 'You tell us!',
        'place_and_format' => 'In your blog (or <a href="http://blog.mageia.org/">our own</a>),
                        on <a href="http://twitter.com/">Twitter</a>,
                        on <a href="http://facebook.com/">Facebook</a>,
                        in <a href="http://forum.mageia.org/">our forum</a>,
                        in any other place and format
                        you can think of!',
        'h2_where_go' => 'Where will <strong>we</strong> go from there?',
        'where_go_1' => 'You can <a href="/en/contribute/">join us</a>
                        and help us improve.',
        'where_go_2' => 'Mageia is still young. A lot has been achieved in the past 9 months,
                        and that\'s only the beginning.',
        'where_go_3' => 'We can design and build a better operating system platform
                        for computers and other new devices.',
        'where_go_4' => 'We can make this better for developers and users.
                        We can be a better place to nurture open source technologies.',
        'h3_relax' => 'Relax, and brainstorm',
        'text_relax_1' => 'After the heat and parties of this release have passed,
                        we will gather and discuss future plans:',
        'array_relax' => array('what about the release cycle?',
                'what about core changes we can do?',
                'and side projets re-using or reinforcing the technology?',
                'what about the association role and teams\' activities?',
                'what about improving several degrees of this Web site to empower more contributors?',
                'what about <strong>your ideas</strong>?'),
        'text_relax_2' => 'We will talk more about that later in June,
                        so stay tuned in <a href="http://blog.mageia.org/">our blog</a>
                        and <a href="http://twitter.com/mageia_org">Twitter account</a>!'
    ),
    'de' => array(
        'page_title' => 'Mageia 1 &ndash; And nun?',
        'page_desc' => '',
        'page_kw' => 'mageia, mandriva, upgrade, migrate',
        'page_h1' => 'And nun?',
        'h2_spread_word' => 'Erzählen Sie es weiter!',
        'h2_party' => 'Feiern Sie mit uns!',
        'h2_what_do' => 'Was werden <strong>Sie</strong> damit tun?',
        'tell_us' => 'Erzählen Sie es uns!',
        'place_and_format' => 'In Ihrem Blog (oderr <a href="http://blog.mageia.org/de/">in unserem</a>),
                        auf <a href="http://twitter.com/">Twitter</a>,
                        im <a href="http://facebook.com/">Facebook</a>,
                        in <a href="http://forum.mageia.org/de/">unserem Forum</a>,
                        an jedem anderen Ort und in jedem anderen Format, das Ihnen einfällt.',
        'h2_where_go' => 'Wohin werden <strong>wir</strong> uns von hier aus wenden?',
        'where_go_1' => 'Sie können sich <a href="/de/contribute/">uns anschließen</a>
                        und uns dabei helfen, noch besser zu werden.',
        'where_go_2' => 'Mageia ist noch sehr jung. In den letzten neun Monaten wurde viel erreicht. und das ist nur der Anfang.',
        'where_go_3' => 'Wir können ein immer besser werdendes Betriebsystem für Computer und andere moderne Geräte entwickeln..',
        'where_go_4' => 'Wir können dieses für Entwickler und Anwender verbessern. Wir können ein besserer Ort sein, um die OpenSource-Technologie zu fördern.',
        'h3_relax' => 'Entspannen Sie sich und machen Sie sich Gedanken',
        'text_relax_1' => 'Nachdem die Feiern und die Hitze um diese Veröffentlichung abgeklungen sind, werden wir uns versammeln und Pläne für die Zukunft diskutieren:',
        'array_relax' => array('Was ist mit dem Veröffentlichungszyklus?',
                'Was für Änderungen am Kern des Systems können wir vornehmen?',
                'Was ist die Rolle der Assoziation, wie sind die Aktivitäten der Teams?',
                'Was für Verbesserungen können an dieser Webseite vorgenommen werden, um mehr Mitstreiter zu gewinnen?',
                'Was für Ideen haben <strong>Sie</strong>?'),
        'text_relax_2' => 'Hierüber werden wir uns im Juni und Juli unterhalten,
                        bleiben Sie also bei uns und beobachten Sie unseren <a href="http://blog.mageia.org/">Blog</a>
                        und unser <a href="http://twitter.com/mageia_org">Twitter-Konto</a>!'
    )
);


?>