Linux multi-monitor fullscreen support
[ryzomcore.git] / web / public_php / app / app_achievements_admin / lang.php
blob1c642ae624144bc9dc964bbf35a5af6f020b15da
1 <?php // %2012-10-03T19:04:52+02:00
2 $__texts = array (
3 'ach_summary' =>
4 array (
5 'en' => 'Summary',
6 'fr' => 'Résumé ',
7 'de' => 'Übersicht',
8 'ru' => 'Резюме',
9 ),
10 'ach_summary_header' =>
11 array (
12 'en' => 'Recent Achievements',
13 'fr' => 'Derniers Accomplissements',
14 'de' => 'Aktuelle Erfolge',
15 'ru' => 'недавние достижения',
17 'ach_summary_stats' =>
18 array (
19 'en' => 'Statistics',
20 'fr' => 'Statistiques',
21 'de' => 'Statistiken',
22 'ru' => '',
24 'ach_summary_stats_total' =>
25 array (
26 'en' => 'Total',
27 'fr' => 'Total',
28 'de' => 'Gesamt',
29 'ru' => '',
31 'ach_c_neutral' =>
32 array (
33 'en' => 'Neutral',
34 'fr' => 'Neutre',
35 'de' => 'Neutral',
36 'ru' => '',
38 'ach_allegiance_neutral_cult' =>
39 array (
40 'en' => 'While being of %s allegiance with the higher powers',
41 'fr' => 'En ayant %s de renommée envers les Puissances',
42 'de' => '',
43 'ru' => '',
45 'ach_allegiance_neutral_civ' =>
46 array (
47 'en' => 'While being of %s allegiance with the homin civilizations',
48 'fr' => 'En ayant %s de renommée envers les nations homines',
49 'de' => '',
50 'ru' => '',
52 'ach_allegiance_neutral' =>
53 array (
54 'en' => 'While being of %s allegiance',
55 'fr' => 'En ayant %s de réputation',
56 'de' => '',
57 'ru' => '',
59 'ach_allegiance_start' =>
60 array (
61 'en' => 'While being aligned with the ',
62 'fr' => 'En appartenant à',
63 'de' => '',
64 'ru' => '',
66 'ach_allegiance_and' =>
67 array (
68 'en' => ' and the ',
69 'fr' => ' et le',
70 'de' => 'und',
71 'ru' => '',
73 'ach_allegiance_end' =>
74 array (
75 'en' => ', accomplish the following achievements:',
76 'fr' => ', effectuez les accomplissements suivants : ',
77 'de' => ', erfüllen die folgenden Leistungen:',
78 'ru' => '',
81 if(isset($ryzom_texts))
82 $ryzom_texts = array_merge ($__texts, $ryzom_texts);
83 else
84 $ryzom_texts = $__texts;