diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 0cefce37c..7bf44e2b6 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -262,6 +262,7 @@ $strPasswordNotSame = 'Has $strPdfDbSchema = 'Schemet bazy danych "%s" - strona %s'; $strPdfInvalidPageNum = 'Niezdefiniowany numer strony PDF!'; $strPdfInvalidTblName = 'Tabela "%s" nie istnieje!'; +$strPdfNoTables = 'Brak tabel'; $strPhp = 'Utwórz kod PHP'; $strPHPVersion = 'Wersja PHP'; $strPmaDocumentation = 'Dokumentacja phpMyAdmina'; @@ -410,6 +411,4 @@ $strYes = 'Tak'; $strZip = '".zip"'; // To translate -$strPdfNoTables = 'No tables'; //to translate - ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index 33c95b7b9..fa23c927b 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -263,6 +263,7 @@ $strPasswordNotSame = 'HasÅ‚a nie sÄ… identyczne!'; $strPdfDbSchema = 'Schemet bazy danych "%s" - strona %s'; $strPdfInvalidPageNum = 'Niezdefiniowany numer strony PDF!'; $strPdfInvalidTblName = 'Tabela "%s" nie istnieje!'; +$strPdfNoTables = 'Brak tabel'; $strPhp = 'Utwórz kod PHP'; $strPHPVersion = 'Wersja PHP'; $strPmaDocumentation = 'Dokumentacja phpMyAdmina'; @@ -411,6 +412,4 @@ $strYes = 'Tak'; $strZip = '".zip"'; // To translate -$strPdfNoTables = 'No tables'; //to translate - ?>