add phpversion string

This commit is contained in:
Steve Alberty
2001-06-27 11:42:07 +00:00
parent 3a127d36ea
commit 2fb1ad832e
23 changed files with 46 additions and 23 deletions

View File

@@ -165,6 +165,7 @@ $strOverhead = "
$strPassword = "Password";
$strPasswordEmpty = "Es wurde kein Passwort angegeben!";
$strPasswordNotSame = "Die eingegebenen Passwörter sind nicht identisch!";
$strPHPVersion = "PHP Version";
$strPos1 = "Anfang";
$strPrevious = "Vorherige";
$strPrimary = "Primärschlüssel";
@@ -265,6 +266,6 @@ $strWrongUser = "Falscher Benutzername/Passwort. Zugriff verweigert.";
$strYes = "Ja";
// automatic generated by langxlorer.php (June 26, 2001, 5:13 pm)
// automatic generated by langxlorer.php (June 27, 2001, 1:40 pm)
// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>