mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
17 lines
615 B
PHP
17 lines
615 B
PHP
|
|
<?php
|
|||
|
|
|
|||
|
|
$lang_shoutbox = array
|
|||
|
|
(
|
|||
|
|
'text_del' => "del",
|
|||
|
|
'std_access_denied' => "Accès refusé.",
|
|||
|
|
'std_access_denied_note' => "Les invités ne sont pas autorisés à voir cette page.",
|
|||
|
|
'text_to_guest' => " à <b>Invité</b>",
|
|||
|
|
'text_guest' => "<b>Guest</b>",
|
|||
|
|
'text_ago' => " il y a",
|
|||
|
|
'text_helpbox_disabled' => "Helpbox est actuellement désactivé. Comment allez-vous arriver ici ?",
|
|||
|
|
'text_no_permission_to_shoutbox' => "Vous n’avez pas la permission d’envoyer des messages à la boîte de discussion. Comment l’enfer êtes-vous arrivé ici?",
|
|||
|
|
"speaking_too_often" => "Parler trop souvent !",
|
|||
|
|
);
|
|||
|
|
|
|||
|
|
?>
|