$strCharset

This commit is contained in:
Alexander M. Turek
2003-04-13 17:25:29 +00:00
parent a3eb219715
commit d215af99f4
5 changed files with 31 additions and 22 deletions

View File

@@ -5,8 +5,13 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-04-13 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
Added $strCharset.
2003-04-13 Michal Cihar <nijel@users.sourceforge.net>
* lang/{slovenian,english,slovak,russian,croatian,bulgarian}: We don't
* lang/{slovenian,russian,croatian,bulgarian}: We don't
want empty translations...
2003-04-13 Marc Delisle <lem9@users.sourceforge.net>

View File

@@ -644,4 +644,5 @@ $strUseHostTable = 'Use Host Table'; //to translate
$strXML = 'XML';//to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
?>

View File

@@ -650,4 +650,5 @@ $strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
?>

View File

@@ -631,4 +631,5 @@ $strZeroRemovesTheLimit = 'Pozn
$strZip = '"zazipov<6F>no"';
// To translate
$strCharset = 'Charset'; //to translate
?>

View File

@@ -631,4 +631,5 @@ $strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
?>