]> git.joonet.de Git - adminer.git/commitdiff
Update Polish translation
authorMatthaiks <3577122+Matthaiks@users.noreply.github.com>
Tue, 15 Apr 2025 06:29:39 +0000 (08:29 +0200)
committerJakub Vrána <jakub@vrana.cz>
Tue, 15 Apr 2025 06:40:48 +0000 (08:40 +0200)
adminer/lang/pl.inc.php

index e6a59a457cf39bbd8b4ac9fb91a87c245e7ac94f..78da24c9de5188dc1b64d19f9f4c47c3d378700d 100644 (file)
@@ -13,9 +13,6 @@ Lang::$translations = array(
        'Logged as: %s' => 'Zalogowany jako: %s',
        'Logout successful.' => 'Wylogowano pomyślnie.',
        'Thanks for using Adminer, consider <a href="https://www.adminer.org/en/donation/">donating</a>.' => 'Dziękujemy za używanie Adminera, rozważ <a href="https://www.adminer.org/pl/donation/">dotację</a>.',
-       'Loaded plugins' => 'Wczytane wtyczki',
-       '%s must <a%s>return an array</a>.' => '%s musi <a%s>zwrócić tablicę</a>.',
-       '<a%s>Configure</a> %s in %s.' => '<a%s>Skonfiguruj</a> %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, <a href="https://www.adminer.org/en/password/"%s>more information</a>.' => 'Adminer nie obsługuje dostępu do bazy danych bez hasła, <a href="https://www.adminer.org/pl/password/"%s>więcej informacji</a>.',
@@ -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 <a%s>return an array</a>.' => '%s musi <a%s>zwrócić tablicę</a>.',
+       '<a%s>Configure</a> %s in %s.' => '<a%s>Skonfiguruj</a> %s w %s.',
+       'screenshot' => 'zrzut ekranu',
 );
 
 // run `php ../../lang.php pl` to update this file