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 = "Overhead"; //to translate
$strPassword = "Password"; //to translate
$strPasswordEmpty = "The password is empty!"; //to translate
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
$strPHPVersion = "PHP Version"; //to translate
$strPos1 = "Begin";
$strPrevious = "Vorige";
$strPrimary = "Primaire sleutel";
@@ -265,6 +266,6 @@ $strWrongUser = "Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.";
$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)
?>