diff options
| author | 2021-12-05 17:04:43 +0100 | |
|---|---|---|
| committer | 2021-12-05 17:04:43 +0100 | |
| commit | c2249a9afda0a1c496de35fce360fc54c5674c95 (patch) | |
| tree | 09d6bf0307de1da5e17940c2692d472e0f9160df /app/i18n/pl/admin.php | |
| parent | ba48733f17006b5e07625a22811594e62033fcc8 (diff) | |
Update polish translation. (#4027)
Diffstat (limited to 'app/i18n/pl/admin.php')
| -rw-r--r-- | app/i18n/pl/admin.php | 8 |
1 files changed, 4 insertions, 4 deletions
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', ), |
