mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang fi + fr
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang_polls = array
|
||||
(
|
||||
'std_error' => "Erreur",
|
||||
'std_permission_denied' => "Permission refusée.",
|
||||
'std_delete_poll' => "Supprimer le sondage",
|
||||
'std_delete_poll_confirmation' => "Voulez-vous vraiment supprimer un sondage ? Cliquez sur\n",
|
||||
'std_here_if_sure' => "<b>ici</b></a> si vous êtes sûr.",
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_no_polls' => "Il n'y a pas de sondages!",
|
||||
'head_previous_polls' => "Sondages précédents",
|
||||
'text_previous_polls' => "Sondages précédents",
|
||||
'text_ago' => " il y a",
|
||||
'text_edit' => "Editer",
|
||||
'text_delete' => "Supprimez",
|
||||
'text_votes' => "Votes : "
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user