Linux multi-monitor fullscreen support
[ryzomcore.git] / web / public_php / app / app_test / lang.php
blob0a877c548af95dba30c8a3ae351439f6b54b6976
1 <?php // %2011-09-28T08:12:16+02:00
2 $__texts = array (
3 'access' =>
4 array (
5 'en' => 'User access this page %s times',
6 'fr' => 'L\'utilisateur a accede a cette page %s fois',
7 'de' => '',
8 'ru' => '',
9 ),
11 if(isset($ryzom_texts))
12 $ryzom_texts = array_merge ($__texts, $ryzom_texts);
13 else
14 $ryzom_texts = $__texts;