Files
nexusphp/lang/ro/lang_makepoll.php
2025-04-22 19:35:05 +07:00

25 lines
678 B
PHP

<?php
$lang_makepoll = array
(
'std_error' => "Eroare",
'std_no_poll_id' => "Nu s-a găsit nici un sondaj cu acest ID",
'std_missing_form_data' => "Lipsește datele formularului!",
'head_edit_poll' => "Editare sondaj",
'text_edit_poll' => "Editare sondaj",
'head_new_poll' => "Sondaj nou",
'text_day' => " zi",
'text_hour' => " oră",
'text_current_poll' => "Notă: Sondajul curent ",
'text_is_only' => " este doar ",
'text_old' => " vechime.",
'text_make_poll' => "Fă sondaj",
'text_question' => "Întrebare",
'text_option' => "Opţiune ",
'submit_edit_poll' => "Editare sondaj",
'submit_create_poll' => "Creaza sondaj",
'text_required' => " necesar"
);
?>