From f782af67e27888c3e6c2969ac811748be345789f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kowalewski?= Date: Wed, 29 Oct 2014 00:22:02 +0100 Subject: [PATCH] Update Polish translation --- adminer/lang/pl.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/adminer/lang/pl.inc.php b/adminer/lang/pl.inc.php index b228614d..c66bf50f 100644 --- a/adminer/lang/pl.inc.php +++ b/adminer/lang/pl.inc.php @@ -15,6 +15,7 @@ $translations = array( 'Master password expired. Implement %s method to make it permanent.' => 'Ważność hasła głównego wygasła. Zaimplementuj własną metodę %s, aby ustawić je na stałe.', 'Language' => 'Język', 'Invalid CSRF token. Send the form again.' => 'Nieprawidłowy token CSRF. Spróbuj wysłać formularz ponownie.', + 'If you did not send this request from Adminer then close this page.' => 'Jeżeli nie wywołałeś tej strony z Adminera, zamknij to okno.', 'No extension' => 'Brak rozszerzenia', 'None of the supported PHP extensions (%s) are available.' => 'Żadne z rozszerzeń PHP umożliwiających połączenie się z bazą danych (%s) nie jest dostępne.', 'Session support must be enabled.' => 'Wymagana jest obsługa sesji w PHP.', @@ -67,6 +68,7 @@ $translations = array( 'Maximum allowed file size is %sB.' => 'Maksymalna wielkość pliku to %sB.', 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'Przesłano zbyt dużo danych. Zmniejsz objętość danych lub zwiększ zmienną konfiguracyjną %s.', 'You can upload a big SQL file via FTP and import it from server.' => 'Większe pliki SQL możesz wgrać na serwer poprzez FTP przed zaimportowaniem.', + 'You are offline.' => 'Jesteś offline.', 'Export' => 'Eksport', 'Output' => 'Rezultat', @@ -163,6 +165,7 @@ $translations = array( 'Auto Increment' => 'Auto Increment', 'Options' => 'Opcje', 'Comment' => 'Komentarz', + 'Default value' => 'Wartość domyślna', 'Default values' => 'Wartości domyślne', 'Drop' => 'Usuń', 'Are you sure?' => 'Czy jesteś pewien?', @@ -179,11 +182,13 @@ $translations = array( 'Values' => 'Wartości', 'View' => 'Perspektywa', + 'Materialized View' => 'Zmaterializowana perspektywa', 'View has been dropped.' => 'Perspektywa została usunięta.', 'View has been altered.' => 'Perspektywa została zmieniona.', 'View has been created.' => 'Perspektywa została utworzona.', 'Alter view' => 'Zmień perspektywę', 'Create view' => 'Utwórz perspektywę', + 'Create materialized view' => 'Utwórz zmaterializowaną perspektywę', 'Indexes' => 'Indeksy', 'Indexes have been altered.' => 'Indeksy zostały zmienione.',