From 4d082d4fcd6c778dfe3e3a8ca899482852a51e05 Mon Sep 17 00:00:00 2001 From: Matthaiks <3577122+Matthaiks@users.noreply.github.com> Date: Thu, 20 Mar 2025 23:34:44 +0100 Subject: [PATCH] Update Polish translation --- adminer/lang/pl.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/adminer/lang/pl.inc.php b/adminer/lang/pl.inc.php index 961c15a4..aeaa263d 100644 --- a/adminer/lang/pl.inc.php +++ b/adminer/lang/pl.inc.php @@ -11,9 +11,11 @@ $translations = array( 'Login' => 'Zaloguj się', 'Logout' => 'Wyloguj się', 'Logged as: %s' => 'Zalogowany jako: %s', - 'Loaded plugins' => 'Wczytane wtyczki', 'Logout successful.' => 'Wylogowano pomyślnie.', 'Thanks for using Adminer, consider donating.' => 'Dziękujemy za używanie Adminera, rozważ dotację.', + 'Loaded plugins' => 'Wczytane wtyczki', + '%s must return an array.' => '%s musi zwrócić tablicę.', + 'Configure %s in %s.' => 'Skonfiguruj %s w %s.', 'Invalid credentials.' => 'Nieprawidłowe dane logowania.', 'There is a space in the input password which might be the cause.' => 'W haśle wejściowym znajduje się spacja, która może być przyczyną.', 'Adminer does not support accessing a database without a password, more information.' => 'Adminer nie obsługuje dostępu do bazy danych bez hasła, więcej informacji.',