mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
715 B
PHP
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"
|
|
);
|
|
|
|
?>
|