File Manager
<?php
$lang['friendlyname'] = 'Kreator formularzy';
$lang['field_type_'] = 'Typ pola nie został ustawiony';
$lang['field_type_CatalogerItemsField'] = 'Wybierz jeden lub więcej wpisów modułu Cataloger';
$lang['field_type_FieldsetEnd'] = '-Koniec pola';
$lang['field_type_FieldsetStart'] = '-Początek pola';
$lang['field_type_TextField'] = 'Pole tekstowego wprowadzania (Text Input)';
$lang['field_type_HTML5NumberField'] = 'HTML5 Number Input';
$lang['field_type_HTML5EmailField'] = 'HTML5 Email Input';
$lang['field_type_HTML5URLField'] = 'HTML5 URL Input';
$lang['field_type_PasswordField'] = 'Hasło';
$lang['field_type_PasswordAgainField'] = 'Hasło (weryfikacja)';
$lang['field_type_TextFieldExpandable'] = 'Pole tekstowego wprowadzania (wielokrotne)';
$lang['field_type_TextAreaField'] = 'Pole tekstowe (text area)';
$lang['field_type_ButtonField'] = 'Przycisk';
$lang['field_type_CheckboxField'] = 'Checkbox';
$lang['field_type_CheckboxGroupField'] = 'Grupa checkboxów';
$lang['field_type_PulldownField'] = 'Lista rozwijalna';
$lang['field_type_YearPullDownField'] = 'Wybór roku';
$lang['field_type_MultiselectField'] = 'Lista wielokrotnego wyboru';
$lang['field_type_StatePickerField'] = 'Kontrolka wyboru stanów USA';
$lang['field_type_ProvincePickerField'] = 'Kontrolka wyboru regionów Kanady';
$lang['field_type_CountryPickerField'] = 'Kontrolka wyboru kraju';
$lang['field_type_DatePickerField'] = 'Kontrolka wyboru daty';
$lang['field_type_TimePickerField'] = 'Kontrolka wyboru czasu';
$lang['field_type_RadioGroupField'] = 'Grupa radiobuttonów';
$lang['field_type_DispositionDirector'] = '*Wysyłaj wyniki emailem wybranym z listy';
$lang['field_type_DispositionFileDirector'] = '*Zapisz wyniki do pliku wybieranego z listy';
$lang['field_type_DispositionMultiselectFileDirector'] = '*Zapisz wyniki do pliku(ów) wybieranego z listy wielokrotnego wyboru';
$lang['field_type_DispositionPageRedirector'] = '*Przekieruj do strony wybranej z listy';
$lang['field_type_DispositionEmail'] = '*Wyślij wyniki pod email(e)';
$lang['field_type_DispositionEmailConfirmation'] = '*Adres Walidacji-przez-email';
$lang['field_type_DispositionFromEmailAddressField'] = '*Email "From Address" Field, and send copy';
$lang['field_type_DispositionFile'] = '*Zapisz wyniki do zwykłego pliku';
$lang['field_type_DispositionUniqueFile'] = '*Write Results to a Unique Flat File for each submission';
$lang['field_type_DispositionDatabase'] = '*Zapisz wyniki do bazy danych';
$lang['field_type_DispositionFormBrowser'] = '*Zapisz wynik w formacie zgodnym z modułem FormBrowser v.3';
$lang['field_type_DispositionUserTag'] = '*Wywołaj znacznik użytkownika z wynikami formularza';
$lang['field_type_DispositionForm'] = '*Submit to an arbitrary form action';
$lang['field_type_DispositionDeliverToEmailAddressField'] = '*Wyślij wyniki na email podany przez użytkownika';
$lang['field_type_DispositionEmailSiteAdmin'] = '*Wyślij wynik do administratora CMS';
$lang['field_type_PageBreakField'] = '-Koniec strony';
$lang['field_type_FileUploadField'] = 'Wgrywanie pliku';
$lang['field_type_FromEmailAddressField'] = 'Pole w emailu "Adres od"';
$lang['field_type_FromEmailAddressAgainField'] = 'Email "From Address" Again Field';
$lang['field_type_FromEmailNameField'] = 'Pole w emailu "Od"';
$lang['field_type_FromEmailSubjectField'] = 'Pole w emailu "Tytuł"';
$lang['field_type_StaticTextField'] = '-Tekst statyczny';
$lang['field_type_SystemLinkField'] = '-Link statyczny';
$lang['field_type_LinkField'] = 'Link (wprowadzony przez użytkownika)';
$lang['field_type_HiddenField'] = '-Pole ukryte';
$lang['field_type_ComputedField'] = '-Pole obliczeniowe';
$lang['field_type_UniqueIntegerField'] = '-Unikalny identyfikator (numer seryjny)';
$lang['field_type_UserTagField'] = '-User Defined Tag Call';
$lang['field_type_CompanyDirectoryField'] = 'Company Directory Field';
$lang['field_type_ModuleInterfaceField'] = '-Module Interface Field';
$lang['validation_none'] = 'Bez walidacji';
$lang['validation_numeric'] = 'Numeryczne';
$lang['validation_integer'] = 'Pełno-liczbowe (integer)';
$lang['validation_email_address'] = 'Adres email';
$lang['validation_usphone'] = 'Numer telefoniczny (format USA)';
$lang['validation_must_check'] = 'Musi zostać zaznaczone';
$lang['validation_regex_match'] = 'Sprawdzaj poprawność z wyrażeniem regularnym';
$lang['validation_regex_nomatch'] = 'Nie spełnia warunków określonych przez podane wyrażenie regularne';
$lang['required_field_missing'] = 'Wartość dla wymaganego pola nie została podana';
$lang['please_enter_a_value'] = 'Wprowadź wartość dla pola "%s"';
$lang['please_enter_a_number'] = 'Wprowadź liczbę w polu "%s"';
$lang['please_enter_valid'] = 'Wprowadź poprawną wartość w polu "%s"';
$lang['please_enter_an_integer'] = 'Wprowadź wartość pełno-liczbową w polu "%s"';
$lang['please_enter_an_email'] = 'Wprowadź poprawny email w polu "%s"';
$lang['email_address_does_not_match'] = 'Email address does not match value in "%s"';
$lang['please_enter_a_phone'] = 'Wprowadź poprawny numer telefonicznych w polu "%s"';
$lang['please_login'] = 'Please log in to use this form';
$lang['not_valid_email'] = '"%s" nie wydaje się poprawnym adresem email!';
$lang['please_enter_no_longer'] = 'Wprowadź wartość nie dłuższą niż %s znaków';
$lang['please_enter_at_least'] = 'Please enter a value that is at least %s characters';
$lang['title_list_delimiter'] = 'Znak używany jako separator w wynikach dających więcej niż jedną wartość';
$lang['you_need_permission'] = 'Potrzebujesz uprawnienie "%s" by wykonać tę operację';
$lang['lackpermission'] = 'Sorry! Nie masz odpowiednich uprawnień by korzystać z tej sekcji.';
$lang['field_order_updated'] = 'Kolejność pól zaktualizowana';
$lang['form_deleted'] = 'Formularz został usunięty';
$lang['field_deleted'] = 'Pole zostało usunięte';
$lang['configuration_updated'] = 'Konfiguracja zapisana.';
$lang['you_must_check'] = 'Musisz zaznaczyć "%s" by przejść dalej';
$lang['must_specify_one_destination'] = 'Musisz podać co najmniej jeden adres docelowy!';
$lang['are_you_sure_delete_form'] = 'Na pewno chcesz usunąć formularz %s?';
$lang['are_you_sure_delete_field'] = 'Na pewno chcesz usunąć pole %s?';
$lang['notice_select_type'] = 'Opcje zaawansowane nie są dostępne, dopóki nie ustawisz typu pola';
$lang['field_name_in_use'] = 'Nazwa pola "%s" już jest w systemie. Używaj niepowtarzalnych nazw albo wyłącz odpowiednią opcję w konfiguracji modułu.';
$lang['field_no_name'] = 'Pola muszą mieć nazwę, dopóki nie wyłączysz tej opcji z konfiguracji modułu.';
$lang['no_field_assigned'] = 'No field assigned for %s';
$lang['anonymous'] = 'Anonim';
$lang['abbreviation_length'] = 'Dł: %s';
$lang['boxes'] = '%s boksów';
$lang['options'] = '%s opcji';
$lang['text_length'] = '%s znaków';
$lang['order'] = 'Kolejność';
$lang['unspecified'] = '[nieznane]';
$lang['added'] = 'dodano';
$lang['updated'] = 'zaktualizowano';
$lang['sort_options'] = 'Opcje sortowania wyjścia';
$lang['select_one'] = 'Wybierz jedno';
$lang['select_type'] = 'Wybierz typ';
$lang['to'] = 'Do';
$lang['yes'] = 'Tak';
$lang['no'] = 'Nie';
$lang['recipients'] = 'odbiorcy';
$lang['fields'] = 'fields';
$lang['file_count'] = '%s możliwych plików';
$lang['destination_count'] = '%s celów';
$lang['save'] = 'Zapisz';
$lang['add'] = 'Dodaj';
$lang['update'] = 'Aktualizuj';
$lang['save_and_continue'] = 'Zapisz i kontynuuj edycję';
$lang['information'] = 'Informacje';
$lang['automatic'] = 'Automatycznie';
$lang['forms'] = 'Formularze';
$lang['form'] = 'Formularz %s';
$lang['configuration'] = 'Konfiguracja';
$lang['field_requirement_updated'] = 'Status wymagalności pola został zaktualizowany.';
$lang['maximum_size'] = 'Maksymalny rozmiar';
$lang['permitted_extensions'] = 'Rozrzeszenia';
$lang['permitted_filetypes'] = 'Dozwolone typy plików';
$lang['file_too_large'] = 'Wgrywany plik jest za duży! Maksymalny rozmiar to:';
$lang['illegal_file_type'] = 'Pliki tego typu (tego rozszerzenia) nie mogą być wgrywane do naszego systemu. Sprawdź, czy rozszerzenie jest prawidłowe.';
$lang['upload'] = 'Wgrywanie';
$lang['form_imported'] = 'Formularz zaimportowany.';
$lang['form_import_failed'] = 'Import formularza się nie powiódł! Był problem z formatem pliku XML.';
$lang['rows'] = '%s wierszy';
$lang['cols'] = '%s kolumn';
$lang['12_hour'] = '12-godzinny zegar';
$lang['24_hour'] = '24-godzinny zegar';
$lang['hour'] = 'Godzina';
$lang['min'] = 'Minuta';
$lang['merid'] = 'Południk';
$lang['date_range'] = 'Zakres: %s - %s';
$lang['thanks'] = 'Dzięki! Twoja wysyłka została otrzymana.';
$lang['edit'] = 'Edytuj';
$lang['delete'] = 'Kasuj';
$lang['day'] = 'Dzień';
$lang['mon'] = 'Miesiąc';
$lang['year'] = 'Rok';
$lang['none'] = '(brak)';
$lang['css'] = 'CSS';
$lang['uninstalled'] = 'Moduł odinstalowany';
$lang['installed'] = 'Moduł w wersji %s został zainstalowany.';
$lang['upgraded'] = 'Moduł zaktualizowano do wersji %s.';
$lang['button_previous'] = 'Powrót...';
$lang['button_submit'] = 'Wyślij formularz';
$lang['button_continue'] = 'Kontynuuj...';
$lang['value_checked'] = 'Zaznaczony';
$lang['value_unchecked'] = 'Odznaczony';
$lang['tab_main'] = 'Główna';
$lang['tab_symbol'] = 'Ustawienia wyświetlenia formularza';
$lang['tab_submit'] = 'Wysłanie formularza';
$lang['tab_captcha'] = 'Ustawienia Captcha';
$lang['tab_advanced'] = 'Ustawienia Zaawansowane';
$lang['tab_templatelayout'] = 'Szablon formularza';
$lang['tab_submissiontemplate'] = 'Szablon wysłania';
$lang['tab_udt'] = 'UDT Integration';
$lang['canuse_smarty'] = '<em>Zmienne smarty są w tym polu dozwolone!</em>';
$lang['add_options'] = 'Dodaj więcej opcji';
$lang['delete_options'] = 'Skasuj zaznaczone opcje';
$lang['add_checkboxes'] = 'Dodaj więcej checkbox-ów';
$lang['delete_checkboxes'] = 'Skasuj zaznaczone checkbox-y';
$lang['add_address'] = 'Dodaj kolejny adres';
$lang['delete_address'] = 'Skasuj zaznaczone adresy';
$lang['add_destination'] = 'Dodaj kolejnego adresata (cel)';
$lang['delete_destination'] = 'Skasuj wybranych adresatów (cele)';
$lang['suspected_spam'] = 'Za dużo emaili zostało wygenerowanych z twojego adresu IP. System anty-spamowy już nie będzie nic od ciebie dostarczał.';
$lang['suspected_spam_log'] = 'Podejrzany spam z adresu IP %s - został zatrzymany.';
$lang['reorder'] = 'Zmień kolejność pól';
$lang['cancel'] = 'Anuluj';
$lang['value_set'] = 'Wartość ustawiona: %s';
$lang['help_cataloger_attribute_fields'] = 'Below is a list of the attributes available from the Cataloger module.<br/>You can optionally specify valid ranges, values, or numerous values to be used in filtering the list of items that is displayed to the user.<br/>
<br/>
<strong>Ranges:</strong><br/>
Ranges can be specified by signifying a minimum and maximum value using this syntax: "range: minvalue to maxvalue"<br/>
<br/>
<strong>Multiple Values:</strong><br/>
To specify multiple values for an attribute use the syntax "multi: value1|value2|value3"<br/>
<br/>
<strong>Values from hidden fields</strong><br/>
To specify a value from a hidden field use the syntax {$fld_id}<br/>
<br/>';
$lang['help_name_regex'] = 'Wyrażenie regularne pozwala filtrować wpisy modułu Cataloger po nazwie';
$lang['help_field_height'] = 'Wysokośc listy wielokrotnego wyboru';
$lang['title_name_regex'] = 'Wyrażenie regularne dla nazw wpisów modułu Cataloger';
$lang['title_field_height'] = 'Wysokość pola';
$lang['title_file_path'] = 'Docelowy katalog dla plików wytwarzanych przez moduł:';
$lang['title_udt_name'] = 'Znacznik użytkownika';
$lang['title_uploads_destpage'] = 'Strona powrotu z linkiem po uploadzie';
$lang['title_uploadmodule_summary'] = 'Wysłano z modułu FormBuilder';
$lang['title_uploads_category'] = 'Kategoria uploadu';
$lang['title_sendto_uploads'] = 'Wyślij plik do modułu Uploads';
$lang['title_allow_overwrite'] = 'Allow upload to overwrite previously files?';
$lang['title_allow_overwrite_long'] = 'Should uploaded file overwrite previously uploaded file if it has the same name?';
$lang['overwrite'] = 'Allows Overwriting';
$lang['nooverwrite'] = 'No Overwrite';
$lang['file_already_exists'] = 'File %s already exists, and cannot be overwritten.';
$lang['title_file_rename'] = 'Filename template';
$lang['original_file_extension'] = 'Original file extension (includes the ".")';
$lang['title_suppress_filename'] = 'Suppress filename in emails and forms the end user will see';
$lang['file_rename_help'] = 'To rename a file upon uploading, create the template here. Leave blank to preserve original filename';
$lang['title_legend'] = 'Legenda';
$lang['title_maximum_length'] = 'Długość maksymalna';
$lang['title_checkbox_label'] = 'Etykieta checkboxa';
$lang['title_radio_label'] = 'Etykieta radiobuttona';
$lang['title_checked_value'] = 'Wartość gdy zaznaczono';
$lang['title_unchecked_value'] = 'Wartość gdy niezaznaczono';
$lang['title_checkbox_details'] = 'Szczegóły grupy checkboxów';
$lang['title_delete'] = 'Skasować';
$lang['title_select_one_message'] = 'Tekst dla opcji "Wybierz jeden"';
$lang['title_selection_value'] = 'Wartość zaznaczenia';
$lang['title_selection_displayname'] = 'Nazwa wartości zaznaczenia';
$lang['title_selection_subject'] = 'Temat zaznaczenia';
$lang['title_select_default_country'] = 'Domyślne zaznaczenie';
$lang['title_select_default_state'] = 'Domyślne zaznaczenie';
$lang['title_select_default_province'] = 'Domyślne zaznaczenie';
$lang['title_option_name'] = 'Nazwa opcji';
$lang['title_option_value'] = 'Wysyłana wartość';
$lang['title_pulldown_details'] = 'Opcje listy rozwijalnej';
$lang['title_multiselect_details'] = 'Opcje listy wielokrotnego wyboru';
$lang['title_destination_address'] = 'Docelowy adres e-mail';
$lang['title_destination_filename'] = 'Docelowa nazwa pliku';
$lang['title_email_from_name'] = 'Pole "Od" dla e-maila';
$lang['title_relaxed_email_regex'] = 'Używaj uproszczoną walidację emaila';
$lang['title_relaxed_regex_long'] = 'Używaj szybką walidację dla pola email (np., pozwól na wpisanie "x@y" zamiast sprawdzania składni typu "x@y.tld")';
$lang['title_email_from_address'] = '"Adres od" dla emaila';
$lang['title_email_encoding'] = 'Kodowanie znaków dla emaila';
$lang['title_director_details'] = 'Szczegóły listy rozwijalnej dla emaila';
$lang['title_file_name'] = 'Nazwa pliku';
$lang['title_email_subject'] = 'Linia tytułu emaila';
$lang['title_form_name'] = 'Nazwa formularza';
$lang['title_form_status'] = 'Status formularza';
$lang['title_ready_for_deployment'] = 'Gotowy do wdrożenia';
$lang['title_not_ready1'] = 'Niegotowy';
$lang['title_redirect_page'] = 'Strona przekierowania po wysłaniu formularza';
$lang['title_not_ready2'] = 'Dodaj pole obsługi formularza, określające zapisywanie wprowadzonych danych. Możesz';
$lang['title_not_ready_link'] = 'używaj tego skrótu';
$lang['title_form_alias'] = 'Alias formularza';
$lang['title_field_alias_short'] = 'Alias';
$lang['title_form_fields'] = 'Pola formularza';
$lang['title_field_id'] = 'ID pola';
$lang['title_show_fieldaliases'] = 'Pokaż aliasy pól';
$lang['title_show_fieldaliases_long'] = 'Zaznaczenie tego pola spowoduje, że aliasy pól będą pokazywane podczas dodawania lub edycji formularza';
$lang['title_field_name'] = 'Nazwa pola';
$lang['title_field_alias'] = 'Alias pola';
$lang['title_radiogroup_details'] = 'Szczególy grupy radiobuttonów';
$lang['title_field_type'] = 'Typ pola';
$lang['title_not_ready3'] = 'by stworzyć pole obsługi formularza.';
$lang['title_add_new_form'] = 'Dodaj nowy formularz';
$lang['title_show_version'] = 'Pokazuj wersję modułu Kreatora Formularzy?';
$lang['title_show_version_long'] = 'Ta opcja wstawi numer wersji modułu Kreatora Formularzy (Form Builder) jako komentarz w treści strony, co ułatwi debugowanie i analizę systemu.';
$lang['title_add_new_field'] = 'Dodaj nowe pole';
$lang['title_form_submit_button'] = 'Tekst przycisku wysłania formularza';
$lang['title_button_text'] = 'Tekst przycisku';
$lang['title_submit_button_safety'] = 'Dodać skrypt Javascript do ostatecznego przycisku wysyłania formularza, by uniemożliwić wielokrotne jego naciśnięcie?';
$lang['title_submit_button_safety_help'] = 'Dodaj skrypt bezpieczeństwa';
$lang['title_form_next_button'] = 'Tekst przycisku "Następna strona" (używany przy wielostronicowych formularzach)';
$lang['title_form_prev_button'] = 'Tekst przycisku "Poprzednia strona" (używany przy wielostronicowych formularzach)';
$lang['title_field_validation'] = 'Walidacja pola';
$lang['title_field_to_validate'] = 'Field to Validate';
$lang['title_field_css_id'] = 'CSS id for this field';
$lang['title_form_css_class'] = 'Klasa CSS dla tego formularza';
$lang['title_field_css_class'] = 'Klasa CSS dla tego pola';
$lang['title_form_predisplay_udt'] = 'User defined tag to call before form is displayed the first time (only called once)';
$lang['title_form_predisplay_each_udt'] = 'User defined tag to call before form is displayed (called on every page of multipage forms)';
$lang['title_form_validate_udt'] = 'User defined tag to call during form validation';
$lang['title_form_required_symbol'] = 'Znak oznaczający pole wymagane';
$lang['title_field_required'] = 'Wymagane';
$lang['title_field_required_long'] = 'Wymagaj wypełnienia tego pola';
$lang['title_hide_label'] = 'Ukryj etykietę';
$lang['title_hide_label_long'] = 'Ukryj nazwę tego pola w widoku formularza';
$lang['title_textarea_length'] = 'Maksymalna długość pola z treścią (0 lub puste oznacza brak limitu)';
$lang['title_text'] = 'Statyczny tekst do wyświetlenia';
$lang['title_field_regex'] = 'Regex (regułka) do walidacji';
$lang['title_lines_to_show'] = 'Lista linii do wyświetlenia';
$lang['title_read_only'] = 'Tylko do odczytu';
$lang['no_default'] = 'Bez wartości domyślny';
$lang['redirect_after_approval'] = 'Strona przekierowania po zatwierdzeniu';
$lang['title_regex_help'] = 'This regular expression will only be used if "validation type" is set to a regex-related option. Include a full Perl-style regex, including the start/stop slashes and flags (e.g., "/image\.(\d+)/i")';
$lang['title_field_required_abbrev'] = 'Wymagane';
$lang['title_hide_errors'] = 'Ukryj błędy';
$lang['title_form_displaytype'] = 'Typ wyświetlania formularza';
$lang['title_hide_errors_long'] = 'Ustaw wiadomości o błędach i działaniu systemu (debug) niewidoczne dla użytkowników';
$lang['title_email_template'] = 'Szablon emaila';
$lang['title_maximum_size'] = 'Maksymalny rozmiar pliku wgrywanego (kilobajty)';
$lang['title_maximum_size_long'] = 'Ten limit jest dodatkowym limitem - na pewno Twój serwer lub język PHP ma swoje własne ograniczenia.';
$lang['title_file_destination'] = 'Directory to save files into';
$lang['title_permitted_extensions'] = 'Dozwolone rozszerzenia';
$lang['title_permitted_extensions_long'] = 'Wpisz listę rozszerzeń po przecinku, bez kropek (np., "jpg,gif,jpeg"). Spacje będą ignorowane. Pozostawiając to pole puste - nie będzie ograniczeń w systemie!';
$lang['title_show_limitations'] = 'Wyświetlać dozwolone rozszerzenia?';
$lang['title_show_limitations_long'] = 'Wyświetl każde ograniczenie rozmiaru i rozszerzenia przy polach wgrywania plików?';
$lang['title_form_template'] = 'Szablon do użycia przy Wyświetlaniu formularza';
$lang['title_page_x_of_y'] = 'Strona %s z %s';
$lang['title_no_advanced_options'] = 'To pole nie ma opcji zaawansowanych';
$lang['title_form_unspecified'] = 'Tekst informacji przy niewpisanej wartości pola';
$lang['title_enable_fastadd_long'] = 'Lista nad formularzem, usprawniająca dodawanie nowych pól.';
$lang['title_enable_fastadd'] = 'Włącz listę szybkiego wybierania nowego pola dla formularzy?';
$lang['title_fastadd'] = 'Szybki kreator nowych pól';
$lang['title_enable_antispam_long'] = 'Zaznaczając tę opcję pozwolisz na wysłanie tylko 10 emaili z jednego adresu IP - w ciągu jednej godziny.';
$lang['title_enable_antispam'] = 'Włącz prymitywne opcje anty-spamowe?';
$lang['title_show_fieldids'] = 'Pokaz ID pól';
$lang['title_show_fieldids_long'] = 'Zaznaczając tę opcję wyświetli numer ID gdy dodajesz lub edytujesz formularz';
$lang['title_xml_to_upload'] = 'Wgraj formularz z pliku XML';
$lang['title_xml_upload_formname'] = 'Używaj tej nazwy formularza';
$lang['title_import_legend'] = 'Import formularza XML';
$lang['title_xml_upload_formalias'] = 'Używaj tego aliasu formularza';
$lang['title_html_email'] = 'Generuj email formatu HTML?';
$lang['title_link_autopopulate'] = 'Wypełniać automatycznie?';
$lang['title_link_autopopulate_help'] = 'Automatycznie linkuje do strony na której jest formularz (ta opcja nadpisuje poniższą)';
$lang['title_default_link'] = 'Dunyślny URL linku';
$lang['title_default_link_title'] = 'Domyślny tekst linku';
$lang['title_link_to_sitepage'] = 'Link do strony';
$lang['title_captcha_not_installed'] = 'Możesz użyć <a href="http://www.wikipedia.org/wiki/Captcha" target="_new">"Captcha"</a> do zabezpiecznia formularza po zainstalowania modułu Captcha. Więcej informacji możesz znaleźć na <a href="http://dev.cmsmadesimple.org/projects/captcha/">stronie projektu</a>.';
$lang['title_use_captcha'] = 'Użyć Captcha do zebezpieczenia formularza?';
$lang['title_use_captcha_help'] = 'Zaznacz tę opcję aby używać <a href="http://www.wikipedia.org/wiki/Captcha" target="_new">"Captcha"</a>.';
$lang['title_user_captcha'] = 'Wpisz tekst z obrazka w to pole (wielkość liter ma znaczenie)';
$lang['title_user_captcha_error'] = 'Komunikat gdy kod Captcha jest niepoprawny';
$lang['wrong_captcha'] = '<ul><li>Tekst z obrazka jest niepoprawny.</l></ul>';
$lang['title_title_user_captcha'] = 'tekst pomocy wyświetlany w formularzu';
$lang['title_dont_submit_unchecked'] = 'Nie zapisuj zmiennych dla niezaznaczonych checkboxów';
$lang['title_dont_submit_unchecked_help'] = 'Zaznacz to pole jeśli chcesz aby tylko zaznaczone checkboxy zwracały wartości';
$lang['link_label'] = 'Etykieta linku';
$lang['link_destination'] = 'Docelowy URL linku';
$lang['title_default_set'] = 'Zaznaczony domyślnie?';
$lang['title_24_hour'] = 'Używaj zegara 24-godzinnego?';
$lang['title_before_noon'] = 'AM';
$lang['title_after_noon'] = 'PM';
$lang['title_smarty_eval'] = 'Przetwarzać tagi Smarty w tym polu';
$lang['title_textarea_rows'] = 'Wiersze (może być nadpisane przez style CSS)';
$lang['title_textarea_cols'] = 'Kolumny (może być nadpisane przez style CSS)';
$lang['title_form_main'] = 'Szczegóły głowne formularza';
$lang['title_default_blank'] = 'Default to blank';
$lang['title_default_blank_help'] = 'Default to blank (uncheck to default to today's date)';
$lang['title_show_username'] = 'Wyświetlać nazwę użytkownika?';
$lang['title_show_userfirstname'] = 'Wyświetlać imię użytkownika?';
$lang['title_show_userlastname'] = 'Wyświetlać nazwisko użytkownika?';
$lang['title_restrict_to_group'] = 'Limituj listę użytkowników do członków następujących grup';
$lang['title_encrypt_database_data'] = 'Encrypt data stored in database';
$lang['title_crypt_cert'] = 'Certificate for encrypting data';
$lang['title_encryption_keyfile'] = 'Passphrase or path to file containing passphrase. (If using OpenSSL, this is the passphrase for the private key)';
$lang['title_encrypt_sortfields'] = 'Hash sort fields?';
$lang['title_private_key'] = 'Private Key to use for encrypting data';
$lang['title_encrypt_sortfields_help'] = 'This hashes the sort fields, but leaves the first few letters unencrypted. Cryptographically, this creates a vulnerability, but for most users it is an acceptable tradeoff between security and the ability to sort records. Sorting becomes approximate, but will remain pretty good. If you do not use this option, sort fields are stored in plaintext.';
$lang['title_encryption_functions'] = 'Storage Encryption Unavailable';
$lang['title_install_crypto'] = 'Please install the OpenSSL module or mcrypt support if you would like to enable database encryption.';
$lang['title_install_curl'] = 'Please make sure you have CURL support active in your PHP install. See http://www.php.net/manual/en/book.curl.php';
$lang['title_mle_version'] = 'Run in MLE Mode';
$lang['title_mle_version_long'] = 'Changes/support for CMSMS Multi-Language Edition fork. Do not check this if you are not running the MLE version.';
$lang['title_ensure_cert_key_match'] = 'Ensure that you select the private key that is appropriate for the certificate you are using for encryption!';
$lang['choose_crypt'] = 'Encryption Library';
$lang['title_encrypt_database_long'] = 'Check this to encrypt the stored data. This makes it more difficult (but not impossible) for hackers to view the information.';
$lang['choose_crypt_long'] = 'The options below only apply if you are using the OpenSSL Encryption library';
$lang['title_crypt_lib'] = 'Encryption Library';
$lang['openssl'] = 'OpenSSL Library';
$lang['mcrypt'] = 'PHP mcrypt Library';
$lang['title_feu_binding'] = 'Frontend User binding';
$lang['title_install_feu'] = 'Please install the Frontend User module to connect a form and its data to a specific user';
$lang['title_feu_bind_help'] = 'Check this to lock front-end access to this form's data to the logged-in front-end user.';
$lang['title_encryption'] = 'Encryption';
$lang['title_export_form_to_udt'] = 'Export form reference to UDT as $params['FORM']? (do not do this if you are going to print_r($params) )';
$lang['title_url_help'] = 'Entire URL, including protocol and path (e.g., http://myhost.com/form_handler.cgi)';
$lang['title_url'] = 'Form submission URL';
$lang['title_method'] = 'Form method';
$lang['title_maps_to'] = 'Map field "%s" to form submission variable';
$lang['title_additional'] = 'Additional submission';
$lang['title_additional_help'] = 'Anything to be appended to the submission payload, in URL-encoded form (.e.g, "user=steve+jobs&employee_number=1)';
$lang['title_include_in_submission'] = 'Include field in Submission';
$lang['title_date_order'] = 'Date component field order (for input)';
$lang['title_data_stored_in_fbr'] = 'Data will be stored in an XML format in the [PREFIX]_module_fb_frombrowser database table.';
$lang['error_has_no_fb_field'] = 'Error! Either the form has no form_builder disposition, or it failed to instantiate (due to memory issues?)';
$lang['help_date_order'] = 'Use "m" for Month, "d" for Day, and "y" for Year. Separate the items by hyphens.';
$lang['restricted_to_group'] = 'Tylko w grupie %s';
$lang['title_show_to_user'] = 'Wyświetlić użytkownikowi?';
$lang['title_use_random_generator'] = 'Use random number generator instead of static';
$lang['title_numbers_to_generate'] = 'How many numbers to generate in process';
$lang['help_leaveempty'] = 'To pole może byc puste';
$lang['help_variables_for_template'] = 'Zmienne dla szablonu';
$lang['help_variables_for_computation'] = 'Dostepne zmienne';
$lang['help_php_variable_name'] = 'Zmienna PHP';
$lang['help_submission_date'] = 'Data wysłania';
$lang['help_server_name'] = 'Twój server';
$lang['help_sub_source_ip'] = 'Adres IP użytkownika, w czasie wysyłania formularza';
$lang['help_sub_url'] = 'URL strony zawierającej formularz';
$lang['help_fb_version'] = 'Wersja modułu FormBuilder';
$lang['help_tab'] = 'Znak tabulacji';
$lang['help_ignored_if_upload'] = '(This field ignored if you use the Uploads module to manage files)';
$lang['help_other_fields'] = 'Alternatywne nazwy pól formularza mogą być używane zamiennie z normalnymi nazwami. Jest to szczególnie przydatne przy uzywaniu tagów Smarty (gdyż ten ma problemy z obsługą znaków ASCII spoza zakresu 32-126). <br />Inne pola będą dostepne gdy dodasz je do formularza.';
$lang['help_array_fields'] = 'Aby uzyskać dostęp do wartości pól formularza możesz użyć notacji $fieldname_obj, $alias_obj, or $fld_#_obj, gdzie każde pole jest obiektem zawierającym:<br /><table>
<tr><td class="odd">name</td><td class="odd">Nazwa pola</td></tr>
<tr><td>type</td><td>Typ pola</td></tr>
<tr><td class="odd">id</td><td class="odd">Wewnętrzne ID pola</td></tr>
<tr><td>value</td><td>Wartość czytelną dla człowieka</td></tr>
<tr><td class="odd">valueArray</td><td class="odd">Tablica wartości pola</td></tr></table>
<em>Na przykład:</em>, możesz użyć "{$fld_1_obj->name} = {$fld_1_obj->value}';
$lang['help_date_format'] = 'Sprawdź <a href="http://www.php.net/manual/en/function.date.php" target=_NEW>dokumentacji PHP</a> aby uzyskać pomoc.';
$lang['help_variable_name'] = 'Zmienna';
$lang['help_form_field'] = 'Pole reprezentowane';
$lang['help_rtf_file_template'] = 'Specify a file located in the FormBuilder/templates/ folder. This field is ignored if you use TXT as your file type.';
$lang['help_rtf_template_type'] = 'Basic: Use the textarea below to layout the field names/values in a single block.<br />
Advanced: Specify Smarty variables in the RTF Template File as you would below, but arrange them however you like and add formatting.<br />
You can still use the %%HEADER%% and %%FOOTER%% sections in the RTF file.';
$lang['help_unique_file_template'] = 'For TXT, this will be immediately after the Header Template.<br />
For RTF, this will replace the %%FIELDS%% string in the template file if RTF Template Type is set to "Basic".<br />
This field will be ignored if using "RTF" as File Type and "Advanced" as RTF Template Type.';
$lang['help_file_header_template'] = 'For TXT, this will be placed at the top of the file. For RTF, this will replace the %%HEADER%% string in the template file.';
$lang['help_file_footer_template'] = 'For TXT, this will be placed at the bottom of the file. For RTF, this will replace the %%FOOTER%% string in the template file.';
$lang['link_back_to_form'] = '« Wróć do formularza';
$lang['title_create_sample_template'] = 'Stwórz przykładowy szablon';
$lang['title_create_sample_html_template'] = 'Stwórz przykładowy szablon HTML';
$lang['title_create_sample_header_template'] = 'Stwórz przykładowy szablon nagłówka';
$lang['title_create_sample_footer_template'] = 'Create Sample Footer Template';
$lang['title_create_sample_header'] = 'Stwórz przykładowy nagłówek';
$lang['help_tab_symbol'] = 'znak tabulacji';
$lang['title_file_template'] = 'Szablon jednej linii pliku wynikowego';
$lang['title_file_header'] = 'Szablon nagłówka pliku wynikowego';
$lang['title_file_footer'] = 'Template for the footer of output file';
$lang['title_rtf_file_template'] = 'Template RTF file to use';
$lang['title_unique_file_template'] = 'Template for output';
$lang['title_file_type'] = 'Choose a file type to use';
$lang['title_rtf_template_type'] = 'Choose an RTF template type';
$lang['title_confirmation_url'] = 'URL do kliknmięcia aby potwierdzić formularz';
$lang['title_value'] = 'Wartość (zobacz zakładkę Zaawansowane, jeśli chcesz uzyć tagów Smarty)';
$lang['title_date_format'] = 'Format daty (<a href="http://www.php.net/manual/en/function.date.php">formaty daty w PHP</a>)';
$lang['title_use_wysiwyg'] = 'Używać edytora WYSIWYG dla pól tekstowych (tylko w Adminie)?';
$lang['title_submit_actions'] = 'Po wysłaniu formularza';
$lang['title_submit_labels'] = 'Przyciski akcji formularza';
$lang['title_sortable_field'] = 'Pole sortujące #%s';
$lang['title_submit_help'] = 'This page lets you customize Form Submission. It doesn't determine what the Form Builder does with the submitted data. You can set that up by adding "Disposition" fields to your form.';
$lang['title_start_year'] = 'Start zakresu lat';
$lang['title_end_year'] = 'Koniec zakresu lat';
$lang['title_default_year'] = 'Domyślny rok';
$lang['title_default_year_help'] = '(Ustaw jako -1 by domyślnym był obecny rok)';
$lang['title_submit_action'] = 'Po wysłaniu formularza';
$lang['title_submit_response'] = 'Odpowiedź do wyświetlenia';
$lang['title_submit_date'] = 'Date Submitted';
$lang['title_approval_date'] = 'Date Approved (by admin)';
$lang['title_user_approved'] = 'Date Approved (by submitter)';
$lang['display_text'] = 'Wyświetl szablon wysyłania';
$lang['redirect_to_page'] = 'Przekieruj do strony serwisu';
$lang['title_submit_response_help'] = 'This template is for display to the user after the form is submitted. This template does not effect emails generated or other form dispositions -- you set those templates (where appropriate) in the "advanced" tab for those disposition fields.';
$lang['title_destination_page'] = 'Docelowa strona';
$lang['title_require_fieldnames'] = 'Nazwy pól są wymagane';
$lang['title_require_fieldnames_long'] = 'Wymagaj, żeby każe pole miało swoją nazwę?';
$lang['title_unique_fieldnames'] = 'Wymagaj unikalnych nazw pól';
$lang['title_unique_fieldnames_long'] = 'Wymagaj, żeby wszystkie nazwy pól były unikalne (różniły się od siebie)?';
$lang['title_reorder_form'] = 'Przegrupuj pola';
$lang['title_load_template'] = 'Załaduj szablon';
$lang['title_add_button_text'] = 'Tekst przycisku "Dodaj"';
$lang['title_del_button_text'] = 'Tekst przycisku "Skasuj"';
$lang['title_field_helptext'] = 'Tekst pomocy wyświetlany przy tym polu';
$lang['title_string_or_number_eval'] = 'Interpretuj zmienne jako numery lub łańcuchy znakowe (stringi)';
$lang['title_order'] = 'Porządek interpretowania';
$lang['title_order_help'] = 'Jeżeli istnieje więcej niż jedno pole obliczeniowe, są one przetwarzane od najmniejszego do największego numeru w kolejności';
$lang['title_string_unspaced'] = 'String (no spaces between fields)?';
$lang['title_compute_value'] = 'Wartość do obliczenia';
$lang['title_compute'] = 'Computed/PHP';
$lang['title_string'] = 'Łańcuch znakowy (string)';
$lang['title_numeric'] = 'Numeryczne';
$lang['title_inline_form'] = 'Wyświetlaj formularz w treści strony (inline)?';
$lang['title_inline_form_help'] = 'Wyświetlanie w treści oznacza, że formularz zastępuje znacznik {cms_module}, bez tego ustawienia formularz zastąpi ({content}).';
$lang['title_field_default_value'] = 'Wartość domyślna dla pola';
$lang['title_clear_default'] = 'Wyczyścić wartość domyślną po kliknięciu?';
$lang['title_clear_default_help'] = 'Zaznacz tę opcję by silnik wykasował domyślną wartość kiedy użytkownik naciśnie na to pole w formularzu';
$lang['title_remove_file_from_server'] = 'Skasuj plik z serwera po przetworzeniu (wysłaniu maila)';
$lang['title_field_javascript'] = 'Javascript dla tego pola';
$lang['title_field_javascript_long'] = 'Użyj pełnego wywołania Javascript,włączając wydarzenie, które chcesz śledzić , np. onclick="yourfn()"';
$lang['title_submit_javascript'] = 'Javascript dla wysyłania formularza';
$lang['title_submit_javascript_long'] = 'Make this the complete Javascript call, including the event you want to trap, e.g., onclick="yourfn()".<br />This will probably not work well if you use the "safety script" option above.';
$lang['email_from_addr_help'] = 'Nie wybieraj tutaj dowolnego adresu- wielu dostawców internetowych nie dostarczy<br />wiadomości jeśli użyjesz domeny innej niż Twoja własna<br />(użyj na przkład admin@%s)';
$lang['title_switch_advanced'] = 'Potrzebujesz nowego typu pola? ';
$lang['title_switch_basic'] = 'Za dużo typów pól? ';
$lang['title_switch_advanced_link'] = 'Przełącz w Tryb Zaawansowany';
$lang['title_switch_basic_link'] = 'Przełącz w Tryb Prosty';
$lang['title_file_root'] = 'Katalog gdzie zapisany będzie plik';
$lang['title_file_root_help'] = 'To musi być katalog z prawami zapisu dla serwera.<br />Jeśli masz wątpliwości ustaw maskę 777.<br />Sprawdź także czy nie masz ustawionych resrtykcji zapisu w katalogach w konfiguracji PHP.';
$lang['title_newline_replacement'] = 'Newline/Carriage Return replacement character';
$lang['title_newline_replacement_help'] = 'Leave blank to allow newlines and carriage returns in output';
$lang['title_send_usercopy'] = 'Wysłać użytkownikowi kopię formularza?';
$lang['title_send_usercopy_label'] = 'Etykieta dla Checkbox (jeśli użytkownik go wybierze)';
$lang['title_send_me_a_copy'] = 'Wyślij mi kopię formularza';
$lang['title_allow_subject_override'] = 'Pozwolić aby tytuł został nadpisany?';
$lang['title_allow_subject_override_long'] = 'Allow 'Email "Subject" Fields' to override the subject specified in the pulldown.';
$lang['title_display_length'] = 'Wyświetl długość';
$lang['title_minimum_length'] = 'Minimum response length';
$lang['title_hide'] = 'Hide input';
$lang['title_hide_help'] = 'Show symbols rather plain text when user enters password?';
$lang['password_does_not_match'] = 'Password does not match %s';
$lang['back_top'] = 'Wróc do strony głównej modułu FormBuilder';
$lang['title_headers_to_modify'] = 'Which email headers should this input populate?';
$lang['title_blank_invalid'] = 'Do not accept blank space as valid response';
$lang['title_blank_invalid_long'] = 'If a field is required, checking this will require that people put in some alphanumeric characters, not just spaces';
$lang['title_must_save_order'] = 'Musisz wybrać "zapisz", aby zmiany w kolejności pól zostały zachowane.';
$lang['title_html5'] = 'Use HTML5 placeholder text instead of Javascript';
$lang['error_CompanyDirectory_module_not_available'] = 'Company Directory module is not available!';
$lang['option_never'] = 'Nigdy';
$lang['option_user_choice'] = 'Daj użytkownikowi wybór (checkbox)';
$lang['option_always'] = 'Zawsze';
$lang['option_from'] = '"From" email address';
$lang['option_reply'] = '"Reply-To" email address';
$lang['option_both'] = 'Both "From" and "Reply-To" email addresses';
$lang['option_dropdown'] = 'Dropdown';
$lang['option_selectlist_single'] = 'Select List (single)';
$lang['option_selectlist_multiple'] = 'Select List (multiple)';
$lang['option_radiogroup'] = 'Radio Group';
$lang['title_company_field_note'] = 'Note: Output will be in the form of<br/>"company name"=>"value"';
$lang['title_pick_categories'] = 'Pick a category (multiple)';
$lang['title_pick_fielddef'] = 'Pull a field Definition's value (single) <em>optional</em>';
$lang['title_choose_user_input'] = 'Choose User input';
$lang['title_see_also_udt'] = '(Also take a look at the Form Submission tab if you want to set a UDT for form validation)';
$lang['title_year_end_message'] = 'End year';
$lang['title_field_logic'] = 'Smarty data or logic that is meant to be sent with this field';
$lang['title_field_logic_long'] = 'Can be smarty data, javascript, or some other data you wan't to sent along with this field.<br />Goes through the Smarty compiler, so remember use {literal}{/literal} tags with <script></script>';
$lang['title_field_includelabels'] = 'Include labels';
$lang['title_field_includelabels_help'] = 'Enabling this includes labels to output. example - label: value,label2: value2';
$lang['title_field_siblings'] = 'Link this field to it's sibling';
$lang['title_field_siblings_help'] = 'Dropdown lists all siblings of this field and allows you to link this field to one of it's sibling. Makes possible controlling this field with selected sibling controls.';
$lang['title_field_hidebuttons'] = 'Hide control buttons';
$lang['title_field_hidebuttons_help'] = 'Hides frontend control buttons of this field.';
$lang['title_note'] = 'Note';
$lang['title_changing_triggers_reindex'] = 'Changing any of the above fields will trigger a reindex of *all* saved records, so it could take a while.';
$lang['illegal_file'] = 'Attempted upload of illegal file type (%s) from %s';
$lang['title_searchable'] = 'Make records accessible to Search Module';
$lang['title_searchable_help'] = 'Checking this will make all submitted data accessible to the Search Module. DO NOT use this if you encrypt your data -- the information gets exposed to search whether or not it is encrypted!';
$lang['uploaded_outside_webroot'] = '%s (outside web root)';
$lang['title_fbr_edit'] = 'Editable in FormBrowser Admin?';
$lang['error_usertag_disposition'] = 'User defined tag returned an error';
$lang['error_usertag'] = 'User defined tag %s returned an error.';
$lang['error_cataloger_module_not_available'] = '<strong>Moduł Cataloger jest niezainstalowany lub wyłączony.</strong>';
$lang['warning'] = 'UWAGA!';
$lang['default_template'] = 'Szablon domyślny';
$lang['table_left_template'] = 'Szablon tabelki, tytuły po lewej';
$lang['table_top_template'] = 'Szablon tabelki, tytuł na górze';
$lang['form_template_name'] = 'Szablon z %s';
$lang['template_are_you_sure'] = 'Czy napewno chcesz nadpisać swój szablon wybranym szablonem? (Nawet jeśli naciśniesz OK, będziesz musiał zapisac zmiany)';
$lang['title_bad_function'] = 'Błąd przy obliczaniu wartości "%s".';
$lang['no_referrer_info'] = 'Brak informacji o HTTP_REFERER';
$lang['validation_param_error'] = 'Błąd walidacji! Upewnij się, że skopiowałeś poprawnie adres z wiadomości!';
$lang['validation_response_error'] = 'Błąd walidacji! Upewnij się, że skopiowałeś poprawnie adres z wiadomości!';
$lang['validation_no_field_error'] = 'Błąd walidacji! Brak pola e-mail w formularzu!';
$lang['upgrade03to04'] = 'Form Template was updated automatically as part of the version 0.3 to version 0.4 upgrade. You may need to make some fixes. If you're using the default form, simply replace this template with "default" using the pulldown above.';
$lang['admindesc'] = 'Dodawaj, edytuj i zarządzaj interaktywnymi formularzami';
$lang['operators_help'] = 'Jeżeli używasz ewaluacji ciągów, jedyną operacją jest łączenie (+), jeśli zaś używasz ewaluacji numerycznej możesz skorzystac z podstawowych działań matematycznych (+, -, *, /).';
$lang['help_module_interface'] = 'Using Module Interface';
$lang['help_module_interface_long'] = '<b>This field is used as a gateway to other modules!</b>
Use it by creating your form elements in the templates of the other module(s) you wish to incorporate, and using the <strong>{$FBid}</strong> to tie it back to FormBuilder. For example, to include form options based on the Products module, create the following template in Products:<br/>
<pre>
{foreach from=$items item=entry}
{assign var=MData value=''}
{assign var=Cd value=''}
{foreach from=$FBvalue item=MData}
{assign var=MData value='::'|explode:$MData}
{if $MData[1]==$entry->id}
{assign var=Cd value=' checked="checked"'}
{/if}
{/foreach}
<div class="ProductDirectoryItem">
<input type="checkbox" value="{$entry->price}::{$entry->id}" name="{$FBid}[]" {$Cd} />{$entry->product_name} ({$entry->weight}{$weight_units}) £{$entry->price}
</div>
{/foreach}
</pre>
<br/>
where in the input below you put something like <strong>{Products category="cat" summarytemplate="Your_FB_template"}</strong>';
$lang['title_add_tag'] = 'Add your tag';
$lang['date_january'] = 'Styczeń';
$lang['date_february'] = 'Luty';
$lang['date_march'] = 'Marzec';
$lang['date_april'] = 'Kwiecień';
$lang['date_may'] = 'Maj';
$lang['date_june'] = 'Czerwiec';
$lang['date_july'] = 'Lipiec';
$lang['date_august'] = 'Sierpień';
$lang['date_september'] = 'Wrzesień';
$lang['date_october'] = 'Październik';
$lang['date_november'] = 'Listopad';
$lang['date_december'] = 'Grudzień';
$lang['AF'] = 'Afghanistan';
$lang['AX'] = 'Aland Islands';
$lang['AL'] = 'Albania';
$lang['DZ'] = 'Algeria';
$lang['AS'] = 'American Samoa';
$lang['AD'] = 'Andorra';
$lang['AO'] = 'Angola';
$lang['AI'] = 'Anguilla';
$lang['AQ'] = 'Antarctica';
$lang['AG'] = 'Antigua and Barbuda';
$lang['AR'] = 'Argentina';
$lang['AM'] = 'Armenia';
$lang['AW'] = 'Aruba';
$lang['AU'] = 'Australia';
$lang['AT'] = 'Austria';
$lang['AZ'] = 'Azerbaijan';
$lang['BS'] = 'Bahamas';
$lang['BH'] = 'Bahrain';
$lang['BB'] = 'Barbados';
$lang['BD'] = 'Bangladesh';
$lang['BY'] = 'Belarus';
$lang['BE'] = 'Belgium';
$lang['BZ'] = 'Belize';
$lang['BJ'] = 'Benin';
$lang['BM'] = 'Bermuda';
$lang['BT'] = 'Bhutan';
$lang['BW'] = 'Botswana';
$lang['BO'] = 'Bolivia';
$lang['BA'] = 'Bosnia and Herzegovina';
$lang['BV'] = 'Bouvet Island';
$lang['BR'] = 'Brazil';
$lang['IO'] = 'British Indian Ocean Territory';
$lang['BN'] = 'Brunei Darussalam';
$lang['BG'] = 'Bulgaria';
$lang['BF'] = 'Burkina Faso';
$lang['BI'] = 'Burundi';
$lang['KH'] = 'Cambodia';
$lang['CM'] = 'Cameroon';
$lang['CA'] = 'Canada';
$lang['CV'] = 'Cape Verde';
$lang['KY'] = 'Cayman Islands';
$lang['CF'] = 'Central African Republic';
$lang['TD'] = 'Chad';
$lang['CL'] = 'Chile';
$lang['CN'] = 'China';
$lang['CX'] = 'Christmas Island';
$lang['CC'] = 'Cocos (Keeling) Islands';
$lang['CO'] = 'Colombia';
$lang['KM'] = 'Comoros';
$lang['CG'] = 'Congo';
$lang['CD'] = 'Congo, Democratic Republic';
$lang['CK'] = 'Cook Islands';
$lang['CR'] = 'Costa Rica';
$lang['CI'] = 'Ivoire (Ivory Coast)';
$lang['HR'] = 'Croatia (Hrvatska)';
$lang['CU'] = 'Cuba';
$lang['CY'] = 'Cyprus';
$lang['CZ'] = 'Czech Republic';
$lang['DK'] = 'Denmark';
$lang['DJ'] = 'Djibouti';
$lang['DM'] = 'Dominica';
$lang['DO'] = 'Dominican Republic';
$lang['TP'] = 'East Timor';
$lang['EC'] = 'Ecuador';
$lang['EG'] = 'Egypt';
$lang['SV'] = 'El Salvador';
$lang['GQ'] = 'Equatorial Guinea';
$lang['ER'] = 'Eritrea';
$lang['EE'] = 'Estonia';
$lang['ET'] = 'Ethiopia';
$lang['FK'] = 'Falkland Islands (Malvinas)';
$lang['FO'] = 'Faroe Islands';
$lang['FJ'] = 'Fiji';
$lang['FI'] = 'Finland';
$lang['FR'] = 'France';
$lang['FX'] = 'France, Metropolitan';
$lang['GF'] = 'Guernsey';
$lang['PF'] = 'French Polynesia';
$lang['TF'] = 'French Southern Territories';
$lang['MK'] = 'F.Y.R.O.M. (Macedonia)';
$lang['GA'] = 'Gabon';
$lang['GM'] = 'Gambia';
$lang['GE'] = 'Georgia';
$lang['DE'] = 'Germany';
$lang['GH'] = 'Ghana';
$lang['GI'] = 'Gibraltar';
$lang['GB'] = 'Great Britain (UK)';
$lang['GR'] = 'Greece';
$lang['GL'] = 'Greenland';
$lang['GD'] = 'Grenada';
$lang['GP'] = 'Guadeloupe';
$lang['GU'] = 'Guam';
$lang['GT'] = 'Guatemala';
$lang['GN'] = 'Guinea';
$lang['GW'] = 'Guinea-Bissau';
$lang['GY'] = 'Guyana';
$lang['HT'] = 'Haiti';
$lang['HM'] = 'Heard and McDonald Islands';
$lang['HN'] = 'Honduras';
$lang['HK'] = 'Hong Kong';
$lang['HU'] = 'Hungary';
$lang['IS'] = 'Iceland';
$lang['IN'] = 'India';
$lang['ID'] = 'Indonesia';
$lang['IR'] = 'Iran';
$lang['IQ'] = 'Iraq';
$lang['IE'] = 'Ireland';
$lang['IL'] = 'Israel';
$lang['IM'] = 'Isle of Man';
$lang['IT'] = 'Italy';
$lang['JE'] = 'Jersey';
$lang['JM'] = 'Jamaica';
$lang['JP'] = 'Japan';
$lang['JO'] = 'Jordan';
$lang['KZ'] = 'Kazakhstan';
$lang['KE'] = 'Kenya';
$lang['KI'] = 'Kiribati';
$lang['KP'] = 'Korea (North)';
$lang['KR'] = 'Korea (South)';
$lang['KW'] = 'Kuwait';
$lang['KG'] = 'Kyrgyzstan';
$lang['LA'] = 'Laos';
$lang['LV'] = 'Latvia';
$lang['LB'] = 'Lebanon';
$lang['LI'] = 'Liechtenstein';
$lang['LR'] = 'Liberia';
$lang['LY'] = 'Libya';
$lang['LS'] = 'Lesotho';
$lang['LT'] = 'Lithuania';
$lang['LU'] = 'Luxembourg';
$lang['MO'] = 'Macau';
$lang['MG'] = 'Madagascar';
$lang['MW'] = 'Malawi';
$lang['MY'] = 'Malaysia';
$lang['MV'] = 'Maldives';
$lang['ML'] = 'Mali';
$lang['MT'] = 'Malta';
$lang['MH'] = 'Marshall Islands';
$lang['MQ'] = 'Martinique';
$lang['MR'] = 'Mauritania';
$lang['MU'] = 'Mauritius';
$lang['YT'] = 'Mayotte';
$lang['MX'] = 'Mexico';
$lang['FM'] = 'Micronesia';
$lang['MC'] = 'Monaco';
$lang['MD'] = 'Moldova';
$lang['MA'] = 'Morocco';
$lang['MN'] = 'Mongolia';
$lang['MS'] = 'Montserrat';
$lang['MZ'] = 'Mozambique';
$lang['MM'] = 'Myanmar';
$lang['NA'] = 'Namibia';
$lang['NR'] = 'Nauru';
$lang['NP'] = 'Nepal';
$lang['NL'] = 'Netherlands';
$lang['AN'] = 'Netherlands Antilles';
$lang['NT'] = 'Neutral Zone';
$lang['NC'] = 'New Caledonia';
$lang['NZ'] = 'New Zealand (Aotearoa)';
$lang['NI'] = 'Nicaragua';
$lang['NE'] = 'Niger';
$lang['NG'] = 'Nigeria';
$lang['NU'] = 'Niue';
$lang['NF'] = 'Norfolk Island';
$lang['MP'] = 'Northern Mariana Islands';
$lang['NO'] = 'Norway';
$lang['OM'] = 'Oman';
$lang['PK'] = 'Pakistan';
$lang['PW'] = 'Palau';
$lang['PS'] = 'Palestinian Territory';
$lang['PA'] = 'Panama';
$lang['PG'] = 'Papua New Guinea';
$lang['PY'] = 'Paraguay';
$lang['PE'] = 'Peru';
$lang['PH'] = 'Philippines';
$lang['PN'] = 'Pitcairn';
$lang['PL'] = 'Poland';
$lang['PT'] = 'Portugal';
$lang['PR'] = 'Puerto Rico';
$lang['QA'] = 'Qatar';
$lang['RE'] = 'Reunion';
$lang['RO'] = 'Romania';
$lang['RU'] = 'Russian Federation';
$lang['RW'] = 'Rwanda';
$lang['GS'] = 'S. Georgia and S. Sandwich Isls.';
$lang['KN'] = 'Saint Kitts and Nevis';
$lang['LC'] = 'Saint Lucia';
$lang['VC'] = 'Saint Vincent & the Grenadines';
$lang['WS'] = 'Samoa';
$lang['SM'] = 'San Marino';
$lang['ST'] = 'Sao Tome and Principe';
$lang['SA'] = 'Saudi Arabia';
$lang['SN'] = 'Senegal';
$lang['SC'] = 'Seychelles';
$lang['SL'] = 'Sierra Leone';
$lang['SG'] = 'Singapore';
$lang['SI'] = 'Slovenia';
$lang['SK'] = 'Slovak Republic';
$lang['SB'] = 'Solomon Islands';
$lang['SO'] = 'Somalia';
$lang['ZA'] = 'South Africa';
$lang['ES'] = 'Spain';
$lang['LK'] = 'Sri Lanka';
$lang['SH'] = 'St. Helena';
$lang['PM'] = 'St. Pierre and Miquelon ';
$lang['SD'] = 'Sudan';
$lang['SR'] = 'Suriname';
$lang['SJ'] = 'Svalbard & Jan Mayen Islands';
$lang['SZ'] = 'Swaziland';
$lang['SE'] = 'Sweden';
$lang['CH'] = 'Switzerland';
$lang['SY'] = 'Syria';
$lang['TW'] = 'Taiwan';
$lang['TJ'] = 'Tajikistan';
$lang['TZ'] = 'Tanzania';
$lang['TH'] = 'Thailand';
$lang['TG'] = 'Togo';
$lang['TK'] = 'Tokelau';
$lang['TO'] = 'Tonga';
$lang['TT'] = 'Trinidad and Tobago';
$lang['TN'] = 'Tunisia';
$lang['TR'] = 'Turkey';
$lang['TM'] = 'Turkmenistan';
$lang['TC'] = 'Turks and Caicos Islands';
$lang['TV'] = 'Tuvalu';
$lang['UG'] = 'Uganda';
$lang['UA'] = 'Ukraine';
$lang['AE'] = 'United Arab Emirates';
$lang['UK'] = 'United Kingdom';
$lang['US'] = 'United States';
$lang['UM'] = 'US Minor Outlying Islands';
$lang['UY'] = 'Uruguay';
$lang['UZ'] = 'Uzbekistan';
$lang['VU'] = 'Vanuatu';
$lang['VA'] = 'Vatican City State (Holy See)';
$lang['VE'] = 'Venezuela';
$lang['VN'] = 'Viet Nam';
$lang['VG'] = 'Virgin Islands (British)';
$lang['VI'] = 'Virgin Islands (U.S.)';
$lang['WF'] = 'Wallis and Futuna Islands';
$lang['EH'] = 'Western Sahara';
$lang['YE'] = 'Yemen';
$lang['YU'] = 'Yugoslavia';
$lang['ZM'] = 'Zambia';
$lang['ZW'] = 'Zimbabwe';
$lang['submission_error'] = 'Wystąpił błąd podczas przetwarzania formularza.';
$lang['submit_error'] = 'Błąd podczas wysyłania: %s';
$lang['uploads_error'] = 'Błąd podczas zapisu pliku do modułu Uploads: %s';
$lang['nouploads_error'] = 'Nie znaleziono modułu Uploads';
$lang['upload_attach_error'] = 'Wystąpił błąd podczas przetwarzania pliku %s (nazwa tymczasowa: %s, typ %s)';
$lang['submission_error_file_lock'] = 'Błąd: Nie można uzyskać wyłącznego dostępu do pliku.';
$lang['unchecked_by_default'] = 'Dimyślnie: odznaczony';
$lang['checked_by_default'] = 'Dimyślnie: zaznacziny';
$lang['email_default_template'] = 'Wynik wysłania formularza';
$lang['email_template_not_set'] = '<br/>Szablon emaila jeszcze nie jest ustawiony!';
$lang['missing_cms_mailer'] = 'FormBuilder: Brak wymaganego modułu CMSMailer!';
$lang['user_approved_submission'] = 'Użytkownik zaakceptował %s od %s';
$lang['event_info_OnFormBuilderFormSubmit'] = 'Wydarzenie generowane gdy formularz jest wysyłany';
$lang['event_info_OnFormBuilderFormSubmitError'] = 'Wydarzenie generowane gdy wystąpi błąd podczas wysyłania formularza';
$lang['event_info_OnFormBuilderFormDisplay'] = 'Wydarzenie generowane gdy formularz jest wyświetlany';
$lang['event_help_OnFormBuilderFormSubmit'] = '<p>Event triggered when a FormBuilder form is submitted.</p>
<h4>Parameters</h4>
<ul>
<li><em>form_name</em> - The form name (string)</li>
<li><em>form_id</em> - The internal form id (int)</li>
<li><em>value_<name></em> - Supply a default value to a field with the specified name.</li>
</ul> ';
$lang['event_help_OnFormBuilderFormSubmitError'] = '<p>Event triggered if there is an error when a FormBuilder form is submitted</p>
<h4>Parameters</h4>
<ul>
<li><em>form_name</em> - The form name (string)</li>
<li><em>form_id</em> - The internal form id (int)</li>
<li><em>error</em> - A list of all known errors (string)</li>
</ul> ';
$lang['event_help_OnFormBuilderFormDisplay'] = '<p>Event triggered when a FormBuilder form is displayed</p>
<h4>Parameters</h4>
<ul>
<li><em>form_name</em> - The form name (string)</li>
<li><em>form_id</em> - The internal form id (int)</li>
</ul> ';
$lang['formbuilder_params_response_id'] = 'ID odpowiedzi. Używane przez moduł FormBrowser';
$lang['formbuilder_params_passed_from_tag'] = 'Domyślne wartości pola (sprawdź w pomocy modułu)';
$lang['formbuilder_params_field_id'] = 'ID pola dla wewnętrznych operacji';
$lang['formbuilder_params_form_name'] = 'Nazwa formularza';
$lang['formbuilder_params_form_id'] = 'ID formularza dla wewnętrznych operacji';
$lang['formbuilder_params_general'] = 'Ogólne parametry dla wewnętrznych operacji';
$lang['template_variable_help'] = '<h3>Form Template Variables</h3>
<p>You can edit it to make your form layout look any way you'd like.
To make the form work, you'll need to always include the {$fb_hidden} and {$submit}
tags.</p>
<p>You can access your form fields either using the $fields array or by directly accessing fields by their names (e.g., {$myfield->input} )</p>
<p>Each field has the following attributes:</p>
<table>
<tr><th>Field</th><th>Value</th></tr>
<tr><td>field->display</td><td>1 if the field should be displayed, 0 otherwise</td></tr>
<tr><td>field->required</td><td>1 if the field is required, 0 otherwise</td></tr>
<tr><td>field->required_symbol</td><td>the symbol for required fields</td></tr>
<tr><td>field->css_class</td><td>the CSS class specified for this field</td></tr>
<tr><td>field->valid</td><td>1 if this field has passed validation, 0 otherwise</td></tr>
<tr><td>field->error</td><td>Text of the validation problem, in the event that this field did not validate</td></tr>
<tr><td>field->hide_name</td><td>1 if the field name should be hidden, 0 otherwise</td></tr>
<tr><td>field->has_label</td><td>1 if the field type has a label</td></tr>
<tr><td>field->needs_div</td><td>1 if the field needs to be wrapped in a DIV (or table row, if that's the way you swing)</td></tr>
<tr><td>field->name</td><td>the field's name</td></tr>
<tr><td>field->input</td><td>the field's input control (e.g., the input field itself)</td></tr>
<tr><td>field->op</td><td>a control button associated with the field if applicable (e.g., the delete button for expandable text input)</td></tr>
<tr><td>field->input_id</td><td>the ID of the field's input (useful for <label for="">)</td></tr>
<tr><td>field->type</td><td>the field's data type</td></tr>
<tr><td>field->multiple_parts</td><td>1 if the field->input is actually a collection of controls</td></tr>
<tr><td>field->label_parts</td><td>1 if the collection of controls has separate labels for each control</td></tr>
</table>
<p>In certain cases, field->input is actually an array of objects rather than an input. This happens, for example, in CheckBoxGroups or RadioButtonGroups. For them, you can iterate through field->input->name and field->input->inputs.</p>
<p>Additional smarty variables that you can use include:</p>
<table>
<tr><th>Variable</th><th>Value</th></tr>
<tr><td>total_pages</td><td>number of pages for multi-page forms</td></tr>
<tr><td>this_page</td><td>number fo the current page for multi-page forms</td></tr>
<tr><td>title_page_x_of_y</td><td>displays "page x of y" for multi-page forms</td></tr>
<tr><td>css_class</td><td>CSS Class for the form</td></tr>
<tr><td>form_name</td><td>Form name</td></tr>
<tr><td>form_id</td><td>Form database ID</td></tr>
<tr><td>prev</td><td>"Back" button for multipart forms</td></tr>
<tr><td>submit</td><td>"Continue" or "Submit" button for multipart forms, adjusts automatically</td></tr>
</table>
<p>Dunno why you'd want some of those, but there you go...</p>';
$lang['post_install'] = '<p>Make sure to set the "Modify Forms" permissions
on users who will be administering feedback forms. Also, if you'll be emailing form
results, be sure to update the Configuration appropriately.</p>
<p>Please be aware that a feedback form should not be active (e.g., usable by the public) while
you are still editing the form. You should create the form, and place the tag into an active
content page only when you have finished editing. Otherwise, erroneous results could be returned.</p>
<p>Additionally, this version does not support parallel editing of forms. Please take care that
only one admin is editing a given form at a given time.</p>';
$lang['help'] = '<h3>What Does This Do?</h3>
<p>The Form Builder Module allows you to create feedback forms (in fact, it's a replacement of the original Feedback Form module), with the added power of database storage. With its companion module Form Browser, you can use it to create simple database applications.</p>
<p>The forms created using the Form Builder may be inserted
into templates and/or content pages. Forms may contain many kinds of inputs, and may have
validation applied to these inputs. The results of these forms may be handled in a variety of ways.</p>
<h3>How Do I Use it?</h3>
<P>Install it, and poke around the menus. Play with it. Try creating forms, and adding them to your content.
If you get stuck, chat with me on the #cms IRC channel, post to the forum, send me email, or, if you're
really desperate, try reading the instructions on the rest of this page.</P>
<h3>How Do I Create a Form</h3>
<p>In the CMS Admin Menu, you should get a new menu item called FormBuilder. Click on this. On the page
that gets shown, there are options (at the bottom of the list of Forms) to Add a New Form or Modify
Configuration.</p>
<h3>Adding a Form to a Page</h3>
<p>In the main FormBuilder admin page, you can see an example of the tag used to display each form. It looks
something like {cms_module module='FormBuilder' form='sample_form'}</p>
<p>By copying this tag into the content of a page, or into a template, will cause that form to be displayed.
In theory, you can have multiple forms on a page if you really want to. Be careful when pasting the tag
into a page's content if you use a WYSIWYG editor such as TinyMCE, FCKEdit, or HTMLArea. These editors may stealthily
change the quote marks (") into HTML entities (&amp;quot;), and the forms will not show up. Try using
single quotes (') or editing the HTML directly.</p>
<h3>Working with Forms</h3>
<p>By clicking on a Form's name, you enter the Form Edit page. There are several tabs, which are described below:</p>
<h4>Main</h4>
<p>This is the main place you'll work on your form. Here, you give it a name, an alias (which is used to identify it for placing it in a page or template), and, optionally, a CSS class with which to wrap the whole thing.</p>
<p>Below this, if you have it enabled, is the "fast field adder" pulldown, that lets you quickly add a field to the end of your form by selecting the field type.</p>
<p>Below this is the list of fields that make up your form. More detail on this is described below.</p>
<h4>Form Submission</h4>
<p>When the form is submitted, you can either redirect the user to another page of your site, or you can present the user some message (which can contain any of the user's form entries, or just static text). In this tab, you select which of these approaches you wish to use, and, if you chose redirection, it allows you to pick the page to redirect users to after a successful form submission.</p>
<p>Also on this page, you can specify the labels of various submission buttons ("Previous", "next", "submit"). You can also opt to have some Javascript added to the last page of a form that will prevent multiple submissions (useful on slow servers).</p>
<h4>Form Display Options</h4>
<p>This tab allows for other form customizations, like the symbol to show for required fields.</p>
<h4>Captcha Settings</h4>
<p>If you have installed the Captcha module, this tab lets you configure the Captcha settings for your form.</p>
<h4>Form Template</h4>
<p>This is where you do your customization work of your form's Smarty Template. See the section called Form Template Variables below.</p>
<p>The form should default to a Custom template that documents the Smarty tags available to you.</p>
<p>Unless you're a Smarty expert, you probably don't want to mess around with this. If you are a Smarty expert, this is where you can unleash your magic.</p>
<h4>Submission Template</h4>
<p>If, in the Form Submission tab, you selected 'Display "Submission Template", this is where you can create that template. There is a display of which smarty variables are available to you, and a button to generate a sample template.</p>
<p>If you're a Smarty expert, you can do all manner of creative and powerful things here. If you're not a Smarty expert, you might just want to use the default.
</p>
<h3>Adding Fields to your Form</h3>
<p>The types of fields that are currently supported fit into four groups: standard input fields, display control fields, email-specific fields, and form result handling fields (also called Form Dispositions in places):</p>
<ul>
<li>Standard Input Fields - these are inputs that allow entry of typical form elements; text inputs, radio buttons, etc.</li>
<li>Display Control Fields - these input control how the user will see the display of the form; page breaks, static text, etc.</li>
<li>Email-specific Fields - some forms generate email, and email-specific fields can alter attributes of the emails sent.</li>
<li>Form Dispositions - These determine what happens when the user
submits the form; for each result handling field, some method of transmitting, saving, or emailing the
form contents takes place. A form may have multiple form dispositions.</li>
</ul>
<p>Form fields are assigned names. These names identify the field, not only on the screen as labels for the user,
but in the data when it's submitted so you know what the user is responding to. Phrasing the name like a question
is a handy way of making it clear to the user what is expected. Similarly, many fields have both Names and Values.
The Names are what gets shown to the user; the Value is what gets saved or transmitted when the user submits
the form. The Values are never seen by the user, nor are they visible in the HTML, so it's safe to use for
email addresses and such.</p>
<p>Some fields can have multiple values, or multiple name/value pairs. When you first create such a field,
there may not be sufficient inputs for you to specify all the values you want. To get more space for inputting
these values, use the buttons at the bottom of the page for adding options.</p>
<p>Fields can be assigned validation rules, which vary according to the type of the field. These rules help
ensure that the user enters valid data. They may also be
separately marked "Required", which will force the user to enter a response.</p>
<p>Fields also may be assigned a CSS class. This simply wraps the input in a div with that class, so as to allow
customized layouts. To use this effectively, you may need to "view source" on the generated form, and then
write your CSS.</p>
<ul>
<li>Standard Inputs
<ul><li>Text Input. This is a standard text field. You can limit the length, and apply various validation
functions to the field.</li>
<li>Text Area. This is a big, free-form text input field.</li>
<li>Checkbox. This is a standard check box.</li>
<li>Checkbox Group. This is a collection of checkboxes. The only difference between this input and a
collection of Checkbox inputs is that they are presented as a group, with one name, and can have a validation function requiring that you check one or more of the boxes in the group.</li>
<li>Radio Group. This is a collection of radio buttons. Only one of the group may be selected by the user.</li>
<li>Pulldown. This is a standard pulldown menu. It's really conceptually the same thing as a radio button
group, but is better when there are a large number of options.</li>
<li>Multiselect. This is a multi-select field. It's really conceptually the same thing as a checkbox button
group, but is better when there are a large number of options, as you can limit the number displayed on the screen at any one time.</li>
<li>State. This is a pulldown listing the States of the U.S.</li>
<li>Canadian Province. This is a pulldown listing the Canadian Provinces (Contributed by Noel McGran. Thanks!)</li>
<li>Countries. This is a pulldown listing the Countries of the world (as of July 2005).</li>
<li>Date Picker. This is a triple pulldown allowing the user to select a date.</li>
<li>Time Picker. This is a set of pulldowns allowing the user to select a time (using 12 or 24 hour clock).</li>
<li>File Upload. This is a file upload field.</li>
<li>Link (User Entered). This creates a double input field for getting a link URL and link title.</li>
<li>Text Field (Multiple). This field creates one or more text inputs with add and delete buttons, effectively giving the end user a way of creating variable-length lists.</li>
</ul></li>
<li>Email-specific Inputs
<ul><li>Email From Address Field. This allows users to provide their email address. The email generated when the form gets handled will use this address in the "From" field.</li>
<li>Email From Name Field. This allows users to provide their name. The email generated when the form gets handled will use this name in the "From" field.</li>
<li>Email Subject Field. This allows users to provide a subject for their email. The email generated when the form gets handled will use this in the "Subject" field. This may cause trouble with certain dispositions that want to control the Email Subject, so use it with caution.</li>
</ul></li>
<li>Display Control Fields<ul>
<li>-Page Break. This allows you to split your feedback form into multiple pages. Each page is
independently validated. This is good for applications like online surveys.</li>
<li>-Fieldset Start. Combined with Fieldset End, this allows you to group various fields within your form. Use this to start a given grouping.</li>
<li>-Fieldset End. Combined with Fieldset Start, this allows you to group various fields within your form. Use this to end a given grouping.</li>
<li>-Hidden Field. This allows you to embed a hidden field in your form.</li>
<li>-Static Text. This allows you to put text or a label in the middle of your form. This is useful for giving additional help text, especially if you're not using a Custom Template to render your form.</li>
<li>-Static Link. This allows you to put a link to a given page into your form. Optionally, you can have it autopopulate with the page where the form is embedded (useful if you're sending results via email).</li>
<li>-Computed Field. This allows you to embed a computed field in your form. It is not visible to the user until after the form is submitted. It allows you to do simple arithmetic or string concatenation.</li>
<li>-Unique Integer (Serial). This is an integer that increases every time someone hits your form. Your results may not be sequential, but they will increase monotonically.</li>
</ul></li>
<li>Form Handling Inputs (Dispositions)
<ul><li>*Call a User Defined Tag With the Form Results. This submits all the form results to the User-Defined Tag you specify. The UDT can handle the results however it wants. Values are passed as $param['field_name'].</li>
<li>*Email Results Based on Pulldown. This is useful for web sites where comments get routed based on their subject matter, e.g., bugs get sent to one person, marketing questions to another person, sales requests to someone else, etc. The pulldown is populated with the subjects, and each gets directed to a specific email address. You set up these mappings in the when you create or edit a field of this type. If you use one of these "Director" pulldowns, the user must make a selection in order to submit the
form. This input is part of the form the user sees, although the email addresses are not made visible nor
are they embedded in the HTML.</li>
<li>*Email Results to set Address(es). This simply sends the form results to one or more email addresses that you enter when you create or edit this type of field. This field and its name are not visible in the
form that the user sees. The email addresses are not made visible nor
are they embedded in the HTML.</li>
<li>*Email to User-Supplied Address. This puts an input field in the form for the user to populate with an email address. The form results get sent to that address. Beware of Spam abuse! Active the primitive anti-spam features in the FormBuilder configuration screen.</li>
<li>*Store Results in Database. This will store the form contents in an internal database. You will always use this disposition if you use the form with FormBrowser.</li>
<li>*Redirect to Page Based on Pulldown. This allows you to redirect the form to a different site page depending on its value. If you have multiple dispositions, make sure this is used last.</li>
<li>*Validate via Email. This is a strange and powerful field. It provides the user a mandatory input for their email address. Once they submit their form, the standard form dispositions are not performed -- rather, it send the user an email with a special coded link. If they click on the link, the other form is considered "approved," and the other dispositions are all performed.</li>
<li>*Write Results to Flat File. This takes the form results and writes them into a text file. You may
select the name of the file, and set its format. These files are written to the "output" directory under the
module's installation directory, assuming the web server has permission to write there.</li>
<li>*Save Results to File Based on Pulldown. Like the Flat File disposition, except the value of a pull-down determines which file results get written to.</li>
<li>*Save Results to File(s) Based on Multiple Selections. Like the Flat File disposition, except the value(s) of checkboxes determines which file(s) results get written to.</li>
<li>*Email to CMS Admin User. Provides a pull-down of CMS Admin users, and directs the results as an email to the selected admin.</li>
<li>*Store Results for FormBrowser Module v.3. Stores the form results in an XML structure as a single database record. This will become the interface to Form Browser in the next release.</li>
</ul></li></li></ul>
<h3>Passing Default Values to Forms</h3>
<p>Calguy added a nice feature, which is that you can pass default field values to your form via the module tag. This allows you to have
the same form in multiple places, but with different default values. It may not work for more exotic field types, but for fields that have
a single value, you can specify like:</p>
<p>{cms_module module='FormBuilder' form='my_form' value_<i>FIELDNAME</i>='default_value'}</p>
<p>This will set the field with <i>FIELDNAME</i> to 'default_value'.</p>
<p>This can be problematic, as sometimes field names are unweildy or contain characters that don't work well with Smarty. So there is an
alternative like this:</p>
<p>{cms_module module='FormBuilder' form='my_form' value_fld<i>NUMBER</i>='default_value'}</p>
<p>That uses field <i>NUMBER</i>, where <i>NUMBER</i> is the internal FormBuilder field id. You might wonder how you know what that id is. Simply go into the FormBuilder configuration tab,
and check "Show Field IDs"</p>
<h3>Email and Flat File Templates</h3>
<p>Many disposition types allow you to create a template for the email that is generated, or for the way the results are written to a file. If you opt not to create a template, the FormBuilder will use it's own best guess, which may or may not work out to your liking. You can always click on the "Create Sample Template" and then customize the results.</p>
<p>To the right, you'll find a legend which lists all of the variables that are available to you to use in your template. As of version 0.3, variables have two names, one based on the field name, the other based on the field ID. If you use field names that have characters outside of the ASCII 32-126 range, it will be safer to use the ID-based variables.</p>
<p><strong>Note that once you've changed a template, it will no longer automatically add new fields.</strong> For this reason, it's usually best to create your templates as the last step of creating your form.</p>
<p>As of version 0.2.4, you can opt to send any of these emails as HTML email. There should be a checkbox at the top of the template page for this. There is also a "Create Sample HTML Template" button over in the legend area. For HTML email, the email body will also provide the default text-only values.</p>
<h3>Configuration</h3>
<p>There are some global configuration options for FormBuilder:</p>
<ul>
<li>Enable fast field add pulldown. This enables the pulldown on the Form Edit page which saves a step in the creation of new fields.</li>
<li>Hide Errors. This is set by default. Unchecking it will cause more detailed errors to be displayed if there are problems when you submit your form.</li>
<li>Require Field Names. Typically, you will want form fields to be named so you can tell which is which. However, in some cases, you might want to have nameless fields. Uncheck this if you want to allow nameless fields.</li>
<li>Unique Field Names. Typically, you will want form fields to have unique names so you can tell which is which. Uncheck this if you want to allow fields to share names.</li>
<li>Use relaxed email validation. This uses a less restrictive regular expression for validating email; e.g., x@y will be allowed, where typically x@y.tld is required.</li>
<li>Show Form Builder Version. Displays the version of FormBuilder you're using in a comment when the form is generated. Typically only useful when debugging.</li>
<li>Enable primitive anti-spam features. When turned on, this allows any given IP address to only generate 10 emails per hour.</li>
<li>Show Field IDs. When turned on, FormBuilder will display field ids when adding or editing a form.</li>
</ul>
<h3>Styling and CSS</h3>
<p>Paul Noone graciously provides us all with a pretty good standard CSS that you can use for forms:</p>
<pre>
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
margin-bottom:0.5em;
margin-left:1em;
}
fieldset div div {
margin-top:0.5em;
margin-left:1em
}
fieldset {
margin-bottom:1em;
border:1px solid #F60;
padding:0.5em
}
fieldset label {
width:auto;
}
legend {
color:#FFF;
background:#F60;
font-style:italic;
font-size:1.2em;
margin-bottom:0.5em;
padding:0.2em;
width:auto;
border:1px solid #CCC
}
textarea {
margin: 0.5em 0;
width:98%;
height: 6em
}
/* Apply this class to text/select input fields with shorter labels
to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}
/* Pretty up your Captcha image output */
.captcha {
margin:0.5em 0;
width:200px;
text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}
/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}
</pre>
<h3>Form Template Variables</h3>
<h3>Form Template Variables</h3>
<p>You can edit it to make your form layout look any way you'd like.
To make the form work, you'll need to always include the &#123;$fb_hidden} and &#123;$submit}
tags.</p>
<p>You can access your form fields either using the $fields array or by directly accessing fields by their names (e.g., &#123;$myfield->input} )</p>
<p>Each field has the following attributes:</p>
<table>
<tr><th>Field</th><th>Value</th></tr>
<tr><td>field->display</td><td>1 if the field should be displayed, 0 otherwise</td></tr>
<tr><td>field->required</td><td>1 if the field is required, 0 otherwise</td></tr>
<tr><td>field->required_symbol</td><td>the symbol for required fields</td></tr>
<tr><td>field->css_class</td><td>the CSS class specified for this field</td></tr>
<tr><td>field->valid</td><td>1 if this field has passed validation, 0 otherwise</td></tr>
<tr><td>field->error</td><td>Text of the validation problem, in the event that this field did not validate</td></tr>
<tr><td>field->hide_name</td><td>1 if the field name should be hidden, 0 otherwise</td></tr>
<tr><td>field->has_label</td><td>1 if the field type has a label</td></tr>
<tr><td>field->needs_div</td><td>1 if the field needs to be wrapped in a DIV (or table row, if that's the way you swing)</td></tr>
<tr><td>field->name</td><td>the field's name</td></tr>
<tr><td>field->input</td><td>the field's input control (e.g., the input field itself)</td></tr>
<tr><td>field->op</td><td>a control button associated with the field if applicable (e.g., the delete button for expandable text input)</td></tr>
<tr><td>field->input_id</td><td>the ID of the field's input (useful for label for="foo")</td></tr>
<tr><td>field->type</td><td>the field's data type</td></tr>
<tr><td>field->multiple_parts</td><td>1 if the field->input is actually a collection of controls</td></tr>
<tr><td>field->label_parts</td><td>1 if the collection of controls has separate labels for each control</td></tr>
</table>
<p>In certain cases, field->input is actually an array of objects rather than an input. This happens, for example, in CheckBoxGroups or RadioButtonGroups. For them, you can iterate through field->input->name and field->input->inputs.</p>
<p>Additional smarty variables that you can use include:</p>
<table>
<tr><th>Variable</th><th>Value</th></tr>
<tr><td>total_pages</td><td>number of pages for multi-page forms</td></tr>
<tr><td>this_page</td><td>number fo the current page for multi-page forms</td></tr>
<tr><td>title_page_x_of_y</td><td>displays "page x of y" for multi-page forms</td></tr>
<tr><td>css_class</td><td>CSS Class for the form</td></tr>
<tr><td>form_name</td><td>Form name</td></tr>
<tr><td>form_id</td><td>Form database ID</td></tr>
<tr><td>prev</td><td>"Back" button for multipart forms</td></tr>
<tr><td>submit</td><td>"Continue" or "Submit" button for multipart forms, adjusts automatically</td></tr>
</table>
<p>Dunno why you'd want some of those, but there you go...</p>
<h3>Known Issues</h3>
<ul>
<li>FormBuilder is not yet integrated with FrontEnd Users. It will be.</li>
<li>FormBuilder does not yet support pretty urls, although that shouldn't matter since the user side is pretty simple.</li>
<li>FileUpload Fields may not work correctly with multipage forms.</li>
</ul>
<h3>Troubleshooting</h3>
<ol><li> First step is to check you're running CMS 1.1 or later.</li>
<li> Second step is to read and understand the caveat about WYSIWYG editors up in the
section <em>Adding a Form to a Page</em>.</li>
<li> If you're missing fields in an email that gets generated, check the disposition field's template, and make sure you're specifying the missing fields. Seems obvious, but it's an easy mistake to make.</li>
<li>Uncheck the "Hide Errors" checkbox in the global options, and see what message gets displayed when you submit your form.</li>
<li> Just mess around and try clicking on links and icons and stuff. See what happens.</li>
<li> Last resport is to email me or catch me on IRC and we can go from there.</li>
</ol>
<p>This is no longer a particularly early version, but it is probably still buggy. While I've done all I can
to make sure no egregious bugs have crept in, I have to admit that during early testing, this program
revealed seven cockroaches, two earwigs, a small family of aphids, and a walking-stick insect. It also
ate the neighbor's nasty little yap dog, for which I was inappropriately grateful.</p>
<p>The final release will include bug fixes, documentation, and unconditional love.</p>
<h3>Support</h3>
<p>This module does not include commercial support. However, there are a number of resources available to help you with it:</p>
<ul>
<li>For the latest version of this module, FAQs, or to file a Bug Report, please visit the CMS Made Simple <a href="http://dev.cmsmadesimple.org">Developer Forge</a>.</li>
<li>To obtain commercial support, please send an email to the author at <a href="mailto:sjg@cmsmodules.com">&lt;sjg@cmsmodules.com&gt;</a>.</li>
<li>Additional discussion of this module may also be found in the <a href="http://forum.cmsmadesimple.org">CMS Made Simple Forums</a>.</li>
<li>The author can often be found in the <a href="irc://irc.freenode.net/#cms">CMS IRC Channel</a>.</li>
<li>Lastly, you may have some success emailing the author directly and grovelling for free support.</li>
</ul>
<p>Keep in mind that the author has put hundreds of hours into the development of this module. Please take the time to read the documentation before sending questions. Either that, or write your questions on financially negotiable instruments (i.e., cash).</p>
<p>As per the GPL, this software is provided as-is. Please read the text
of the license for the full disclaimer.</p>
<h3>Copyright and License</h3>
<p>Copyright &copy; 2008, Samuel Goldstein <a href="mailto:sjg@cmsmodules.com">&lt;sjg@cmsmodules.com&gt;</a>. All Rights Are Reserved.</p>
<p>This module has been released under the <a href="http://www.gnu.org/licenses/licenses.html#GPL">GNU Public License</a>. You must agree to this license before using the module.</p>';
$lang['utma'] = '156861353.130117701.1281030249.1295630375.1295692107.43';
$lang['utmz'] = '156861353.1295285085.38.24.utmccn=(organic)|utmcsr=google|utmctr=cmsms translation|utmcmd=organic';
$lang['qca'] = 'P0-1706049120-1281030249820';
$lang['utmb'] = '156861353';
$lang['utmc'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com