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