missing strings

This commit is contained in:
Alexander M. Turek
2002-12-03 21:26:27 +00:00
parent 4dea3693a0
commit 2be676ebe1
9 changed files with 23 additions and 4 deletions

View File

@@ -453,4 +453,6 @@ $strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?>

View File

@@ -438,4 +438,6 @@ $strYes = 'Ja';
$strZip = 'Komprimert (zip)';
// To translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?>

View File

@@ -433,6 +433,8 @@ $strWrongUser = 'Błędne pola użytkownik/hasło. Brak dostępu.';
$strYes = 'Tak';
$strZip = '".zip"';
// To translate
// To translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?>

View File

@@ -432,6 +432,8 @@ $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
$strYes = 'Da';
$strZip = '"arhivat"';
// To translate
// To translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?>

View File

@@ -455,4 +455,6 @@ $strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?>

View File

@@ -434,6 +434,8 @@ $strWrongUser = 'Zl
$strYes = '<27>no';
$strZip = '"zo zipovan<61>"';
// To translate
// To translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?>

View File

@@ -436,6 +436,9 @@ $strWrongUser = 'Napa
$strYes = 'Da';
$strZip = '"zipano"';
// To translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?>

View File

@@ -433,6 +433,8 @@ $strWrongUser = 'Fel anv
$strYes = 'Ja';
$strZip = '"zippad"';
// To translate
// To translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?>

View File

@@ -441,4 +441,6 @@ $strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?>