diff options
| author | 2022-08-25 19:35:34 +0200 | |
|---|---|---|
| committer | 2022-08-25 19:35:34 +0200 | |
| commit | d815dd8dbe7f294284d319c97fe24d6c3c5a14c7 (patch) | |
| tree | 226c420519ce62b7affc62545ee7388fd312f157 /app/i18n/pl/admin.php | |
| parent | 7ff63448544c139bc6a024112fd721dd8ea6a6a2 (diff) | |
Update PL translation. (#4536)
Diffstat (limited to 'app/i18n/pl/admin.php')
| -rw-r--r-- | app/i18n/pl/admin.php | 14 |
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( |
