mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang fi + fr
This commit is contained in:
16
lang/fr/lang_shoutbox.php
Normal file
16
lang/fr/lang_shoutbox.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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 !",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user