From 86c9ca89caaf1a152154b1401406fa6e09823144 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 9 Feb 2009 17:32:55 +0000 Subject: [PATCH] Polish update --- ChangeLog | 1 + lang/polish-utf-8.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5628ae0b..530b9fb6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,6 +44,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - patch #2561433 [structure] Display true number of rows in a view if it contains less than MaxExactCountViews, thanks to Virsacer - virsacer ++ [lang] Polish update, thanks to Fixer - fixeron 3.1.2.0 (2009-01-19) - bug #1253252 [display] Can't NULL a column with relation defined diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index d76c1b2c9..e4238a54c 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1312,8 +1312,8 @@ $strSetupConfirm_name = 'Potwierdzanie zapytań DROP'; $strSetupConfirm_desc = 'Czy w wypadku ryzyka utraty danych ma być pokazywane ostrzeżenie ("Czy na pewno wykonać…")'; $strSetupQueryHistoryDB_name = 'Permanentna historia zapytań'; $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate -$strSetupQueryHistoryMax_name = 'Długośc history zapytań'; -$strSetupQueryHistoryMax_desc = 'Ile zapytań na być przechowaywanych w historii'; +$strSetupQueryHistoryMax_name = 'Długość historii zapytań'; +$strSetupQueryHistoryMax_desc = 'Ile zapytań ma być przechowywanych w historii'; $strSetupIgnoreMultiSubmitErrors_name = 'Ignoruj błędy w ciągu instrukcji'; $strSetupIgnoreMultiSubmitErrors_desc = 'Włączenie powoduje, że phpMyAdmin będzie kontynuował obliczanie zapytania składającego się z wielu instrukcji, nawet jeśli wykonanie którejś z nich nie udało się'; $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate