diff --git a/adminer/lang/pl.inc.php b/adminer/lang/pl.inc.php index e6a59a45..78da24c9 100644 --- a/adminer/lang/pl.inc.php +++ b/adminer/lang/pl.inc.php @@ -13,9 +13,6 @@ Lang::$translations = array( 'Logged as: %s' => 'Zalogowany jako: %s', '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.', @@ -90,6 +87,7 @@ Lang::$translations = array( 'Output' => 'Rezultat', 'open' => 'otwórz', 'save' => 'zapisz', + 'Saving' => 'Zapisywanie', 'Format' => 'Format', 'Data' => 'Dane', @@ -197,6 +195,8 @@ Lang::$translations = array( 'Partitions' => 'Partycje', 'Partition name' => 'Nazwa partycji', 'Values' => 'Wartości', + 'Inherits from' => 'Dziedziczy po', + 'Inherited tables' => 'Tabele dziedziczone', 'View' => 'Perspektywa', 'Materialized view' => 'Zmaterializowana perspektywa', @@ -288,7 +288,6 @@ Lang::$translations = array( 'Edit' => 'Edytuj', 'Insert' => 'Dodaj', 'Save' => 'Zapisz zmiany', - 'Saving' => 'Zapisywanie', 'Save and continue edit' => 'Zapisz i kontynuuj edycję', 'Save and insert next' => 'Zapisz i dodaj następny', 'Selected' => 'Zaznaczone', @@ -352,6 +351,11 @@ Lang::$translations = array( 'Check has been created.' => 'Kontrola została utworzona.', 'Check has been altered.' => 'Kontrola została zmieniona.', 'Check has been dropped.' => 'Kontrola została usunięta.', + + 'Loaded plugins' => 'Wczytane wtyczki', + '%s must return an array.' => '%s musi zwrócić tablicę.', + 'Configure %s in %s.' => 'Skonfiguruj %s w %s.', + 'screenshot' => 'zrzut ekranu', ); // run `php ../../lang.php pl` to update this file