mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 15:29:02 +00:00
84 lines
2 KiB
PHP
84 lines
2 KiB
PHP
<?php // %2012-10-03T19:04:52+02:00
|
|
$__texts = array (
|
|
'ach_summary' =>
|
|
array (
|
|
'en' => 'Summary',
|
|
'fr' => 'Résumé ',
|
|
'de' => 'Übersicht',
|
|
'ru' => 'Резюме',
|
|
),
|
|
'ach_summary_header' =>
|
|
array (
|
|
'en' => 'Recent Achievements',
|
|
'fr' => 'Derniers Accomplissements',
|
|
'de' => 'Aktuelle Erfolge',
|
|
'ru' => 'недавние достижения',
|
|
),
|
|
'ach_summary_stats' =>
|
|
array (
|
|
'en' => 'Statistics',
|
|
'fr' => 'Statistiques',
|
|
'de' => 'Statistiken',
|
|
'ru' => '',
|
|
),
|
|
'ach_summary_stats_total' =>
|
|
array (
|
|
'en' => 'Total',
|
|
'fr' => 'Total',
|
|
'de' => 'Gesamt',
|
|
'ru' => '',
|
|
),
|
|
'ach_c_neutral' =>
|
|
array (
|
|
'en' => 'Neutral',
|
|
'fr' => 'Neutre',
|
|
'de' => 'Neutral',
|
|
'ru' => '',
|
|
),
|
|
'ach_allegiance_neutral_cult' =>
|
|
array (
|
|
'en' => 'While being of %s allegiance with the higher powers',
|
|
'fr' => 'En ayant %s de renommée envers les Puissances',
|
|
'de' => '',
|
|
'ru' => '',
|
|
),
|
|
'ach_allegiance_neutral_civ' =>
|
|
array (
|
|
'en' => 'While being of %s allegiance with the homin civilizations',
|
|
'fr' => 'En ayant %s de renommée envers les nations homines',
|
|
'de' => '',
|
|
'ru' => '',
|
|
),
|
|
'ach_allegiance_neutral' =>
|
|
array (
|
|
'en' => 'While being of %s allegiance',
|
|
'fr' => 'En ayant %s de réputation',
|
|
'de' => '',
|
|
'ru' => '',
|
|
),
|
|
'ach_allegiance_start' =>
|
|
array (
|
|
'en' => 'While being aligned with the ',
|
|
'fr' => 'En appartenant à',
|
|
'de' => '',
|
|
'ru' => '',
|
|
),
|
|
'ach_allegiance_and' =>
|
|
array (
|
|
'en' => ' and the ',
|
|
'fr' => ' et le',
|
|
'de' => 'und',
|
|
'ru' => '',
|
|
),
|
|
'ach_allegiance_end' =>
|
|
array (
|
|
'en' => ', accomplish the following achievements:',
|
|
'fr' => ', effectuez les accomplissements suivants : ',
|
|
'de' => ', erfüllen die folgenden Leistungen:',
|
|
'ru' => '',
|
|
),
|
|
);
|
|
if(isset($ryzom_texts))
|
|
$ryzom_texts = array_merge ($__texts, $ryzom_texts);
|
|
else
|
|
$ryzom_texts = $__texts;
|