From d815dd8dbe7f294284d319c97fe24d6c3c5a14c7 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 25 Aug 2022 19:35:34 +0200 Subject: Update PL translation. (#4536) --- app/i18n/pl/admin.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app/i18n/pl/admin.php') 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( -- cgit v1.2.3