From 4254ae6edcf63203e25f1834b75c02e2e660d114 Mon Sep 17 00:00:00 2001 From: Tomasz Slominski Date: Mon, 7 Oct 2013 10:05:43 +0200 Subject: [PATCH] typo fixed in polish installer translation (line 85) --- install-dev/langs/pl/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/langs/pl/install.php b/install-dev/langs/pl/install.php index 7b23e1327..ba2a0767e 100644 --- a/install-dev/langs/pl/install.php +++ b/install-dev/langs/pl/install.php @@ -82,7 +82,7 @@ return array( 'You must enter a database login' => 'Podaj login dla bazy danych', 'Tables prefix is invalid' => 'Prefiks tebeli jest niepoprawny ', 'Wrong engine chosen for MySQL' => 'Silnik dla MySQL jest niepoprawny', - 'Cannot convert database data to utf-8' => 'Nie można przekonwertowąć bazy danych na utf-8', + 'Cannot convert database data to utf-8' => 'Nie można przekonwertować bazy danych na utf-8', 'At least one table with same prefix was already found, please change your prefix or drop your database' => 'Co najmniej jedna tabela z tym samym prefiksem została znaleziona - proszę zmienić aktualny prefiks lub usunąć istniejące tabele.', 'Database Server is not found. Please verify the login, password and server fields' => 'Nie można połączyć się z serwerem bazy danych. Sprawdź swój login i hasło.', 'Connection to MySQL server succeeded, but database "%s" not found' => 'Połączenie do serwera MySQL odbyło się poprawnie lecz baza danych "%is" nie została znaleziona.',