1 <?php
// %2012-10-03T19:19:10+02:00
10 'ach_summary_header' =>
12 'en' => 'Recent Achievements',
13 'fr' => 'Derniers Accomplissements',
14 'de' => 'Aktuelle Erfolge',
15 'ru' => 'недавние достижения',
17 'ach_summary_stats' =>
20 'fr' => 'Statistiques',
24 'ach_summary_stats_total' =>
38 'ach_allegiance_neutral_cult' =>
40 'en' => 'While being of %s allegiance with the higher powers',
41 'fr' => 'En ayant %s de renommée avec les puissances',
45 'ach_allegiance_neutral_civ' =>
47 'en' => 'While being of %s allegiance with the homin civilizations',
48 'fr' => 'En ayant %s de renommée avec les nations homines',
52 'ach_allegiance_neutral' =>
54 'en' => 'While being of %s allegiance',
55 'fr' => 'En ayant %s de renommée',
59 'ach_allegiance_start' =>
61 'en' => 'While being aligned with the ',
62 'fr' => 'En appartenant à',
66 'ach_allegiance_and' =>
73 'ach_allegiance_end' =>
75 'en' => ', accomplish the following achievements:',
76 'fr' => ', effectuez les accomplissements suivants : ',
77 'de' => ', erfüllen die folgenden Leistungen: ',
80 'ach_no_heroic_deeds' =>
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.',
88 if(isset($ryzom_texts))
89 $ryzom_texts = array_merge ($__texts, $ryzom_texts);
91 $ryzom_texts = $__texts;