1 <?php
// %2011-09-28T08:12:16+02:00
5 'en' => 'User access this page %s times',
6 'fr' => 'L\'utilisateur a accede a cette page %s fois',
11 if(isset($ryzom_texts))
12 $ryzom_texts = array_merge ($__texts, $ryzom_texts);
14 $ryzom_texts = $__texts;