[Phpmyadmin-devel] lang strings again

Hi, could someone please add? $strLanguageUnknown = 'Unknown language: %1$s.'; $strLanguageFileNotFound = 'Language file "%1$s" not found.'; thanks -- sebastian

Hi On Sat 26. 11. 2005 08:43, Sebastian Mendel wrote:
could someone please add?
$strLanguageUnknown = 'Unknown language: %1$s.'; $strLanguageFileNotFound = 'Language file "%1$s" not found.';
This does not work, as you show messages before actually loading language file: pma/index.php?lang=blah Notice: Undefined index: strLanguageUnknown in pma/libraries/select_lang.lib.php on line 77 -- Michal Čihař | http://cihar.com

Michal Čihař schrieb:
Hi
On Sat 26. 11. 2005 08:43, Sebastian Mendel wrote:
could someone please add?
$strLanguageUnknown = 'Unknown language: %1$s.'; $strLanguageFileNotFound = 'Language file "%1$s" not found.';
This does not work, as you show messages before actually loading language file:
pma/index.php?lang=blah
Notice: Undefined index: strLanguageUnknown in pma/libraries/select_lang.lib.php on line 77
too bad, ... :-/ fixed in CVS -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

$strThemeNoPreviewAvailable = 'No preview available.'; thanks! -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

me again: $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet
participants (3)
-
Marc Delisle
-
Michal Čihař
-
Sebastian Mendel