Fix checkRpItemsPosition
[ryzomcore.git] / web / public_php / app / app_achievements / lang.php
blob9d05959d0df2f72cb5be5f571fa7e0d24109c548
1 <?php // %2012-10-03T19:19:10+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' => 'Statistik',
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 avec 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 avec 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 renommée',
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' => '',
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' => '',
80 'ach_no_heroic_deeds' =>
81 array (
82 'en' => 'You haven\'t earned any Heroic Deeds so far.',
83 'fr' => 'Vous n\'avez gagné aucun acte héroïque jusqu\'à présent.',
84 'de' => 'Du hast noch keine Heldentaten vollbracht.',
85 'ru' => '',
88 if(isset($ryzom_texts))
89 $ryzom_texts = array_merge ($__texts, $ryzom_texts);
90 else
91 $ryzom_texts = $__texts;