mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 07:19:08 +00:00
15 lines
No EOL
352 B
PHP
15 lines
No EOL
352 B
PHP
<?php // %2011-09-28T08:12:16+02:00
|
|
$__texts = array (
|
|
'access' =>
|
|
array (
|
|
'en' => 'User access this page %s times',
|
|
'fr' => 'L\'utilisateur a accede a cette page %s fois',
|
|
'de' => '',
|
|
'ru' => '',
|
|
),
|
|
);
|
|
if(isset($ryzom_texts))
|
|
$ryzom_texts = array_merge ($__texts, $ryzom_texts);
|
|
else
|
|
$ryzom_texts = $__texts;
|
|
?>
|