From c2249a9afda0a1c496de35fce360fc54c5674c95 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 5 Dec 2021 17:04:43 +0100 Subject: Update polish translation. (#4027) --- app/i18n/pl/admin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/i18n/pl/admin.php') diff --git a/app/i18n/pl/admin.php b/app/i18n/pl/admin.php index 340c0a944..c37064a9f 100644 --- a/app/i18n/pl/admin.php +++ b/app/i18n/pl/admin.php @@ -104,9 +104,9 @@ return array( 'author' => 'Autor', 'community' => 'Rozszerzenia stworzone przez społeczność', 'description' => 'Opis', - 'disabled' => 'Disabled', // TODO - Translation - 'empty_list' => 'There are no installed extensions', // TODO - Translation - 'enabled' => 'Enabled', // TODO - Translation + 'disabled' => 'Wyłączone', + 'empty_list' => 'Brak zainstalowanych rozszerzeń', + 'enabled' => 'Włączone', 'latest' => 'Zainstalowane', 'name' => 'Nazwa', 'no_configure_view' => 'To rozszerzenie nie jest konfigurowalne.', @@ -115,7 +115,7 @@ return array( 'no_rights' => 'Rozszerzenie systemowe (brak uprawnień)', ), 'title' => 'Rozszerzenia', - 'update' => 'Update available', // TODO - Translation + 'update' => 'Dostępna jest aktualizacja', 'user' => 'Rozszerzenia użytkownika', 'version' => 'Wersja', ), -- cgit v1.2.3