aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/pl/admin.php
diff options
context:
space:
mode:
authorGravatar Bartosz Taudul <wolf@nereid.pl> 2022-08-25 19:35:34 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-25 19:35:34 +0200
commitd815dd8dbe7f294284d319c97fe24d6c3c5a14c7 (patch)
tree226c420519ce62b7affc62545ee7388fd312f157 /app/i18n/pl/admin.php
parent7ff63448544c139bc6a024112fd721dd8ea6a6a2 (diff)
Update PL translation. (#4536)
Diffstat (limited to 'app/i18n/pl/admin.php')
-rw-r--r--app/i18n/pl/admin.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/pl/admin.php b/app/i18n/pl/admin.php
index 6465299fb..f7cc2b696 100644
--- a/app/i18n/pl/admin.php
+++ b/app/i18n/pl/admin.php
@@ -170,18 +170,18 @@ return array(
'registration' => array(
'number' => 'Maksymalna liczba kont',
'select' => array(
- 'label' => 'Registration form', // TODO
+ 'label' => 'Formularz tworzenia konta',
'option' => array(
- 'noform' => 'Disabled: No registration form', // TODO
- 'nolimit' => 'Enabled: No limit of accounts', // TODO
- 'setaccountsnumber' => 'Set max. number of accounts', // TODO
+ 'noform' => 'Wyłączony: formularz niedostępny',
+ 'nolimit' => 'Włączony: brak limitu liczby kont',
+ 'setaccountsnumber' => 'Ustaw limit liczby kont',
),
),
'status' => array(
- 'disabled' => 'Form disabled', // TODO
- 'enabled' => 'Form enabled', // TODO
+ 'disabled' => 'Formularz wyłączony',
+ 'enabled' => 'Formularz włączony',
),
- 'title' => 'User registration form', // TODO
+ 'title' => 'Formularz rejestracji użytkowników',
),
),
'update' => array(