khanat-opennel-code/code/web/app/app_achievements_admin/lang.php
StudioEtrange 91e6b23d3f ** PCH Support for NMake with VS2012
NMAKE-VS2012 Error LNK2011
while NMAKE-VS2010 does not complain
we need to link the pch.obj file
see http://msdn.microsoft.com/en-us/library/3ay26wa2(v=vs.110).aspx

** PCH Support for Ninja
Ninja need to add property
        OBJECT_DEPENDS for using PCH
        OBJECT_OUTPUTS for create PCH
see http://public.kitware.com/pipermail/cmake-developers/2012-March/003653.html
2013-09-05 17:18:01 +02:00

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;