This commit is contained in:
Marc Delisle
2002-07-28 22:26:13 +00:00
parent 2fd0d565a3
commit aa2b78d588
2 changed files with 2 additions and 4 deletions

View File

@@ -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<74>rz kod PHP';
$strPHPVersion = 'Wersja PHP';
$strPmaDocumentation = 'Dokumentacja phpMyAdmina';
@@ -410,6 +411,4 @@ $strYes = 'Tak';
$strZip = '".zip"';
// To translate
$strPdfNoTables = 'No tables'; //to translate
?>

View File

@@ -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
?>