Skip to content

Commit 2fab36f

Browse files
author
HumHub Translations
committed
Enh: Updated Translations (translate.humhub.org)
1 parent 997f569 commit 2fab36f

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

messages/pl/base.php

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
2-
3-
return [
4-
'<strong>New Members</strong> Module Configuration' => 'Konfiguracja modułu <strong>Nowi Użytkownicy</strong>',
5-
'Back to modules' => 'Powrót do modułów',
6-
'From which registration date should new users displayed as new?' => 'Od jakiej daty nowi użytkownicy powinni być wyświetlani jako nowi?',
7-
'The number of most active users that will be shown.' => 'Zostanie pokazana liczba najaktywniejszych użytkowników.',
8-
'The panel title for the dashboard widget.' => 'Tytuł w panelu głównym widżetów.',
9-
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Ta wartość może być wymagana po zaimportowaniu z istniejących użytkowników. Pozostaw to pole puste, jeżeli baza użytkowników zwiększa rozmiar naturalnie.',
10-
'For guests' => '',
11-
'For logged in members' => '',
12-
'New Members' => '',
13-
'Show on dashboard' => '',
14-
];
2+
return array (
3+
'<strong>New Members</strong> Module Configuration' => 'Konfiguracja modułu <strong>Nowi Użytkownicy</strong>',
4+
'Back to modules' => 'Powrót do modułów',
5+
'For guests' => 'Dla gości',
6+
'For logged in members' => 'Dla zalogowanych użytkowników',
7+
'From which registration date should new users displayed as new?' => 'Od jakiej daty nowi użytkownicy powinni być wyświetlani jako nowi?',
8+
'New Members' => 'Nowi użytkownicy',
9+
'Show on dashboard' => 'Pokaż na kokpicie',
10+
'The number of most active users that will be shown.' => 'Zostanie pokazana liczba najaktywniejszych użytkowników.',
11+
'The panel title for the dashboard widget.' => 'Tytuł w panelu głównym widżetów.',
12+
'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Ta wartość może być wymagana po zaimportowaniu z istniejących użytkowników. Pozostaw to pole puste, jeżeli baza użytkowników zwiększa rozmiar naturalnie.',
13+
);

0 commit comments

Comments
 (0)