]> git.joonet.de Git - adminer.git/commitdiff
Update Polish translation
authorRadosław Kowalewski <rk@srsbiz.pl>
Tue, 28 Oct 2014 23:22:02 +0000 (00:22 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 30 Oct 2014 16:58:12 +0000 (09:58 -0700)
adminer/lang/pl.inc.php

index b228614d145ee45701e4e0c5ac25c77bcb479c69..c66bf50f92a93f3962170f10d74f5e11193213de 100644 (file)
@@ -15,6 +15,7 @@ $translations = array(
        'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Ważność hasła głównego wygasła. <a href="http://www.adminer.org/pl/extension/" target="_blank">Zaimplementuj</a> 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.',