From da2a0190a485492688b4c8743fe0f84959767832 Mon Sep 17 00:00:00 2001 From: srsbiz Date: Sun, 11 Mar 2012 18:35:33 +0100 Subject: [PATCH] Update Polish translation --- adminer/lang/pl.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/adminer/lang/pl.inc.php b/adminer/lang/pl.inc.php index 0ee58a2c..d9bbef7e 100644 --- a/adminer/lang/pl.inc.php +++ b/adminer/lang/pl.inc.php @@ -227,12 +227,15 @@ $translations = array( 'Limit' => 'Limit', 'Text length' => 'Długość tekstu', 'Action' => 'Czynność', + 'Full table scan' => 'Wymaga pełnego przeskanowania tabeli', 'Unable to select the table' => 'Nie udało się pobrać danych z tabeli', 'No rows.' => 'Brak rekordów.', '%d row(s)' => array('%d rekord', '%d rekordy', '%d rekordów'), 'Page' => 'Strona', 'last' => 'ostatni', 'Last page' => 'Ostatnia strona', + 'Load more data' => 'Wczytaj więcej danych', + 'Loading' => 'Wczytywanie', 'whole result' => 'wybierz wszystkie', '%d byte(s)' => array('%d bajt', '%d bajty', '%d bajtów'), @@ -260,6 +263,7 @@ $translations = array( 'Save and insert next' => 'Zapisz i dodaj następny', 'Clone' => 'Duplikuj', 'Delete' => 'Usuń', + 'You have no privileges to update this table.' => 'Brak uprawnień do edycji tej tabeli', 'E-mail' => 'E-mail', 'From' => 'Nadawca',