diff --git a/core/components/formit/lexicon/pl/default.inc.php b/core/components/formit/lexicon/pl/default.inc.php
new file mode 100644
index 00000000..872c27e2
--- /dev/null
+++ b/core/components/formit/lexicon/pl/default.inc.php
@@ -0,0 +1,55 @@
+
+ *
+ * FormIt is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the Free
+ * Software Foundation; either version 2 of the License, or (at your option) any
+ * later version.
+ *
+ * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
+ * Suite 330, Boston, MA 02111-1307 USA
+ *
+ * @package formit
+ */
+/**
+ * Default Lexicon Topic
+ *
+ * @package formit
+ * @subpackage lexicon
+ */
+$_lang['formit.all_group_text'] = 'Wszystkie kraje';
+$_lang['formit.contains'] = 'Wartość musi zawierać "[[+value]]".';
+$_lang['formit.email_invalid'] = 'Wprowadź poprawny adres email.';
+$_lang['formit.email_invalid_domain'] = 'Email musi być w istniejącej domenie.';
+$_lang['formit.email_no_recipient'] = 'Wpisz odbiorcę lub odbiorców tej wiadomości.';
+$_lang['formit.email_not_sent'] = 'Wystąpił błąd przy wysyłaniu wiadomości.';
+$_lang['formit.email_tpl_nf'] = 'Wybierz szablon wiadomości.';
+$_lang['formit.field_not_empty'] = 'Pole nie może być puste.';
+$_lang['formit.field_required'] = 'Pole jest wymagane.';
+$_lang['formit.math_incorrect'] = 'Zła odpowiedź!';
+$_lang['formit.math_field_nf'] = 'Pole [[+field]] nie istnieje w formularzu.';
+$_lang['formit.max_length'] = 'Treść nie może być dłuższa niż [[+length]] znaków.';
+$_lang['formit.max_value'] = 'Wartość nie może być większa niż [[+value]].';
+$_lang['formit.min_length'] = 'Treść musi zawierać przynajmniej [[+length]] znaków.';
+$_lang['formit.min_value'] = 'Wartość nie może być mniejsza niż [[+value]].';
+$_lang['formit.not_date'] = 'Wpisz poprawną datę.';
+$_lang['formit.not_lowercase'] = 'Pole może zawierać tylko małe litery.';
+$_lang['formit.not_number'] = 'Pole musi zawierać liczbę.';
+$_lang['formit.not_uppercase'] = 'Pole może zawierać tylko wielkie litery.';
+$_lang['formit.password_dont_match'] = 'Hasła nie są takie same.';
+$_lang['formit.password_not_confirmed'] = 'Wpisz potwierdzenie hasła.';
+$_lang['formit.prioritized_group_text'] = 'Frequent Visitors';
+$_lang['formit.range_invalid'] = 'Niepoprawny zakres.';
+$_lang['formit.range'] = 'Wartość musi zawierać się pomiędzy [[+min]] i [[+max]].';
+$_lang['formit.recaptcha_err_load'] = 'Nie można załadować klasy FormItReCaptcha.';
+$_lang['formit.spam_blocked'] = 'Twój formularz został zablokowany przez filtr samu: ';
+$_lang['formit.spam_marked'] = ' - oznaczone jako spam.';
+$_lang['formit.username_taken'] = 'Nazwa użytkownika już zajęta. Wybierz inną.';
\ No newline at end of file
diff --git a/core/components/formit/lexicon/pl/recaptcha.inc.php b/core/components/formit/lexicon/pl/recaptcha.inc.php
new file mode 100644
index 00000000..9ebd1902
--- /dev/null
+++ b/core/components/formit/lexicon/pl/recaptcha.inc.php
@@ -0,0 +1,34 @@
+
+ *
+ * FormIt is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the Free
+ * Software Foundation; either version 2 of the License, or (at your option) any
+ * later version.
+ *
+ * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
+ * Suite 330, Boston, MA 02111-1307 USA
+ *
+ * @package formit
+ */
+/**
+ * reCaptcha Lexicon Topic
+ *
+ * @package formit
+ * @subpackage lexicon
+ */
+$_lang['recaptcha.empty_answer'] = 'Niepoprawne słowa captcha. Sprawdź swoją odpowiedź i spróbuj jeszcze raz.';
+$_lang['recaptcha.incorrect'] = 'Niepoprawne słowa captcha. Sprawdź swoją odpowiedź i spróbuj jeszcze raz. [[+error]]';
+$_lang['recaptcha.mailhide_no_mcrypt'] = 'Jeśli chcesz używać reCAPTCHA Mailhide, musisz mieć zainstalowany moduł mcrypt w php.';
+$_lang['recaptcha.mailhide_no_api_key'] = 'Jeśli chcesz używać reCAPTCHA Mailhide, musisz się zarejestrować i pobrać klucz prywatny i publiczny. Możesz to zrobić pod adresem http://www.google.com/recaptcha';
+$_lang['recaptcha.no_api_key'] = 'Do używania reCAPTCHA musisz pobrać klucz API pod adresem http://www.google.com/recaptcha';
+$_lang['recaptcha.no_remote_ip'] = 'Ze względów bezpieczeństwa, należy wysłać zdalny adres ip do reCAPTCHA';
+