khanat-opennel-code/code/web/app/app_achievements/lang.php
SirCotare f92c72c634 #1470 This is a huge update. It contains all changes we made to the system on the
official ryzom servers. I removed non open source content though. So this version
is running on live servers and works!
2012-12-10 15:07:13 +01:00

91 lines
2.2 KiB
PHP

<?php // %2012-10-03T19:19:10+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' => 'Statistik',
'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 avec 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 avec les nations homines',
'de' => '',
'ru' => '',
),
'ach_allegiance_neutral' =>
array (
'en' => 'While being of %s allegiance',
'fr' => 'En ayant %s de renommée',
'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' => '',
'ru' => '',
),
'ach_allegiance_end' =>
array (
'en' => ', accomplish the following achievements:',
'fr' => ', effectuez les accomplissements suivants : ',
'de' => ', erfüllen die folgenden Leistungen: ',
'ru' => '',
),
'ach_no_heroic_deeds' =>
array (
'en' => 'You haven\'t earned any Heroic Deeds so far.',
'fr' => 'Vous n\'avez gagné aucun acte héroïque jusqu\'à présent.',
'de' => 'Du hast noch keine Heldentaten vollbracht.',
'ru' => '',
),
);
if(isset($ryzom_texts))
$ryzom_texts = array_merge ($__texts, $ryzom_texts);
else
$ryzom_texts = $__texts;