mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
add lang fi + fr
This commit is contained in:
24
lang/fr/lang_makepoll.php
Normal file
24
lang/fr/lang_makepoll.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_makepoll = array
|
||||
(
|
||||
'std_error' => "Erreur",
|
||||
'std_no_poll_id' => "Aucun sondage trouvé avec cet ID",
|
||||
'std_missing_form_data' => "Données de formulaire manquantes !",
|
||||
'head_edit_poll' => "Modifier le sondage",
|
||||
'text_edit_poll' => "Modifier le sondage",
|
||||
'head_new_poll' => "Nouveau Sondage",
|
||||
'text_day' => " jour",
|
||||
'text_hour' => " heure",
|
||||
'text_current_poll' => "Note : Le sondage en cours ",
|
||||
'text_is_only' => " est seulement ",
|
||||
'text_old' => " vieux.",
|
||||
'text_make_poll' => "Faire un sondage",
|
||||
'text_question' => "Question",
|
||||
'text_option' => "Option ",
|
||||
'submit_edit_poll' => "Modifier le sondage",
|
||||
'submit_create_poll' => "Créer un sondage",
|
||||
'text_required' => " Obligatoire"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user