1 <?php
// %2012-10-03T19:04:52+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',
21 'de' => 'Statistiken',
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 envers 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 envers les nations homines',
52 'ach_allegiance_neutral' =>
54 'en' => 'While being of %s allegiance',
55 'fr' => 'En ayant %s de réputation',
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:',
81 if(isset($ryzom_texts))
82 $ryzom_texts = array_merge ($__texts, $ryzom_texts);
84 $ryzom_texts = $__texts;