Files
nexusphp/lang/fr/lang_makepoll.php
2025-04-22 02:55:12 +07:00

25 lines
715 B
PHP

<?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"
);
?>