diff --git a/plugins/box/information/languages/pl.lang.php b/plugins/box/information/languages/pl.lang.php
new file mode 100644
index 0000000..8108112
--- /dev/null
+++ b/plugins/box/information/languages/pl.lang.php
@@ -0,0 +1,40 @@
+ array(
+ 'Information' => 'Informacja',
+ 'Debugging' => 'Odpluskwianie',
+ 'Name' => 'Nazwa',
+ 'Value' => 'Wartość',
+ 'Security' => 'Bezpieczeństwo',
+ 'System' => 'System',
+ 'on' => 'włączone',
+ 'off'=> 'wyłączone',
+ 'Server' => 'Serwer',
+ 'PHP version' => 'Wersja PHP',
+ 'SimpleXML module' => 'Moduł SimpleXML',
+ 'DOM module' => 'Moduł DOM',
+ 'Installed' => 'Zainstalowane',
+ 'Not Installed' => 'Nie zainstalowane',
+ 'Security check results' => 'Wyniki sprawdzenia bezpieczeństwa',
+ 'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
+ 'Plik konfiguracyjny ma możliwość zapisu. Radzimy, aby w systemach produkcyjnych usunąć wszystkie uprawnienia zapisu dla pliku defines.php.',
+ 'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod -R a-w :path
' =>
+ 'Katalog główny systemu Monstra (":path") i/lub pliki w nim zawarte mają możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu.
Na systemach UNIX możesz to zrobić za pomocą: chmod -R a-w :path
',
+ 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
+ 'Plik .htaccess systemu Monstra ma możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu.
Na systemach UNIX możesz to zrobić za pomocą: chmod a-w :path
',
+ 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
+ 'Plik index.php systemu Monstra ma możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu.
Na systemach UNIX możesz to zrobić za pomocą: chmod a-w :path
',
+ 'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
+ 'Ze względu na rodzaj i ilość informacji o błędach, które mogą dostać się w niepowołane ręce, gdy Monstra::$environment = Monstra::DEVELOPMENT, zdecydowanie zalecamy ustawienie Monstra::PRODUCTION w systemach produkcyjnych.',
+ 'Monstra version' => 'Wersja systemu Monstra',
+ 'Directory Permissions' => 'Uprawnienia katalogu',
+ 'Directory' => 'Katalog',
+ 'Writable' => 'Możliwość zapisu',
+ 'Unwritable' => 'Brak możliwości zapisu',
+ 'Status' => 'Status',
+ 'PHP Built On' => 'Oparty na systemie',
+ 'Web Server' => 'Serwer WWW',
+ 'WebServer to PHP Interface' => 'Serwerowy interfejs PHP',
+ )
+ );