diff --git a/messages/pl/admin.php b/messages/pl/admin.php
index 4e7c9cb..0a64375 100644
--- a/messages/pl/admin.php
+++ b/messages/pl/admin.php
@@ -1,15 +1,14 @@
Dark Mode module configuration' => '',
- 'Adds a Dark Mode to HumHub' => '',
- 'Current base theme: ' => '',
- 'Dark Mode' => '',
- 'Dark Theme' => '',
- 'Donate' => '',
- 'GitHub Repository' => '',
- 'Guide for Administrators' => '',
- 'Show Button in Top Bar' => '',
- 'The stylesheet of the selected theme will be used for the dark mode.' => '',
- 'Users can set their theme preferences also in Account Settings > General.' => '',
-];
+return array (
+ 'Dark Mode module configuration' => 'Tryb nocny konfiguracja modułu',
+ 'Adds a Dark Mode to HumHub' => 'Dodaje tryb nocny do HumHub',
+ 'Current base theme: ' => 'Obecny główny wystrój:',
+ 'Dark Mode' => 'Tryb nocny',
+ 'Dark Theme' => 'Ciemny wystrój',
+ 'Donate' => 'Wesprzyj',
+ 'GitHub Repository' => 'Repozytorium GitHub',
+ 'Guide for Administrators' => 'Podręcznik dla administratorów',
+ 'Show Button in Top Bar' => 'Pokaż przycisk w górnej belce',
+ 'The stylesheet of the selected theme will be used for the dark mode.' => 'Styl z tego wystroju zostanie wykorzystany na potrzeby trybu nocnego.',
+ 'Users can set their theme preferences also in Account Settings > General.' => 'Użytkownicy mogą zmienić wystrój w Ustawienia konta > Ogólne.',
+);