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