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

25 lines
682 B
PHP

<?php
$lang_makepoll = array
(
'std_error' => "Błąd",
'std_no_poll_id' => "Nie znaleziono ankiety o tym ID",
'std_missing_form_data' => "Brakujące dane formularza!",
'head_edit_poll' => "Edytuj ankietę",
'text_edit_poll' => "Edytuj ankietę",
'head_new_poll' => "Nowa ankieta",
'text_day' => " dzień",
'text_hour' => " godzina",
'text_current_poll' => "Uwaga: Bieżąca ankieta ",
'text_is_only' => " tylko ",
'text_old' => " starość.",
'text_make_poll' => "Wykonaj ankietę",
'text_question' => "Pytanie",
'text_option' => "Opcja ",
'submit_edit_poll' => "Edytuj ankietę",
'submit_create_poll' => "Utwórz ankietę",
'text_required' => " wymagane"
);
?>