Initial checkin

This commit is contained in:
genuineparts 2025-06-20 19:10:23 +02:00
commit d75eb444fc
4304 changed files with 369634 additions and 0 deletions

129
languages/de.lang.php Normal file
View file

@ -0,0 +1,129 @@
<?php
$lf['DELINSTALLDIR']='Installationsverzeichnis l&ouml;schen';
$lf['DELINSTALLDIRTEXT']='Bitte l&ouml;schen sie das Installationsverzeichnis am Webserver.';
$lf['PICSIZE']='Bild darf maximal %s px x %s px groß sein.';
$lf['PICNOCREATE']='Konnte Bild nicht erzeugen.';
$lf['FILENOEXIST']='Datei existiert nicht.';
$lf['NORESIZE']='Konnte Bildgrösse nicht ändern.';
$lf['CANTSAVEPIC']='Konnte Bild nicht speichern.';
$lf['WELCOME']='Wilkommen';
$lf['OLDPASSWORDMISSING']='Das alte Passwort muss eingegeben werden!';
$lf['OLDPASSWORDWRONG']='Das alte Passwort ist falsch!';
$lf['PASSWORDSNOTMATCH']='Die Passw&ouml;rter stimmen nicht &uuml;berein!';
$lf['PASSWORDTOOSHORT']='Dein Passwort ist zu kurz! Es muss minimal 6 Zeichen lang sein.';
$lf['PASSWORDTOOLONG']='Dein Passwort ist zu lang! Es kann maximal 20 Zeichen lang sein.';
$lf['EMAILINVALID']='E-Mail ung&uuml;ltig!';
$lf['DATASAVED']='Die Daten wurden gespeichert.';
$lf['SUCCESS']='Erfolg.';
$lf['LOGIN']='Login';
$lf['CLICKREDIRECT']='Klicke hier falls du nicht weitergeleitet wirst.';
$lf['CLICKCONTINUE']='Klicke hier um fortzufahren.';
$lf['DATA']='Daten';
$lf['USERNAME']='Benutzername';
$lf['MAIL']='E-Mail';
$lf['PASSWORD']='Passwort';
$lf['LOCATION']='Ort';
$lf['REPEATPASSWORD']='Passwort wiederh.';
$lf['OLDPASSWORD']='aktuelles Passwort';
$lf['NEWPASSWORD']='neues Passwort';
$lf['REALNAME']='Realer Name';
$lf['GENDER']='Geschlecht';
$lf['MALE']='M&auml;nnlich';
$lf['FEMALE']='Weiblich';
$lf['N/A']='N/A';
$lf['BANREASON']='Ban-Grund';
$lf['HOMEPAGE']='Homepage';
$lf['ICQ']='ICQ';
$lf['AIM']='AIM';
$lf['SKYPE']='Skype';
$lf['ROLE']='Rolle';
$lf['BIRTHDAY']='Geburtstag';
$lf['LANGUAGE']='Sprache';
$lf['REQUIREDFIELDS']='ben&ouml;tigte Felder';
$lf['SUBMIT']='Senden';
$lf['MAINTENANCE']='Wartungsmodus';
$lf['SITEINMAINTENANCE']='Die Seite befindet sich derzeit im Wartungsmodus.<br />Es wurde folgender Grund angegeben';
$lf['YOUHAVEBEENBANNED']='Du wurdest von der Seite verbannt.';
$lf['REASON']='Grund:';
$lf['LOGGEDIN']='Eingeloggt';
$lf['YOUHAVEBEENLOGGEDIN']='Sie wurden erfolgreich eingeloggt und werden gleich weitergeleitet.';
$lf['ERROR']='Fehler!';
$lf['WRONGUSERORPASS']='Diese User/Passwortkombination ist nicht bekannt!';
$lf['AUTHENTIFICATIONFAILURE']='Die Authentifizierung ist fehlgeschlagen. Bitte &uuml;berpr&uuml;fe die Angaben!';
$lf['SUCCSESSFULLYLOGGEDOUT']='Du wurdest erfolgreich ausgeloggt.';
$lf['LOGGEDOUT']='Ausgeloggt!';
$lf['LOGOUTFAIL']='Du konntest nicht ausgeloggt werden. M&ouml;glicherweise hat ein b&ouml;swilliges Javascript versucht dich auszuloggen.';
$lf['YES']='Ja';
$lf['NO']='Nein';
## ADMINCENTER
$lf['ADMINCENTER']='Admincenter';
$lf['STARTTEXT']='Dies ist das Gehirn deiner ASTAT Installation.';
$lf['ADDUSERTEXT']='Hier kann man Benutzer anlegen.';
$lf['BACKTOPAGE']='Zur&uuml;ck zur Seite';
$lf['ADMININDEX']='Admin-Hauptseite';
$lf['NAVIGATION']='Navigation';
$lf['NAVIGATIONADMIN']='Navigationsverwaltung';
$lf['USERADMIN']='Benutzerverwaltung';
$lf['ADDUSER']='Benutzer anlegen';
$lf['EDITUSER']='Benutzer bearbeiten';
$lf['GROUPADMIN']='Gruppenverwaltung';
$lf['ADDGROUP']='Gruppe anlegen';
$lf['EDITGROUP']='Gruppe bearbeiten';
$lf['CONFIG']='Konfiguration';
$lf['MODULES']='Module';
$lf['VERSION']='Versionen/Updates';
$lf['ADMINMENU']='Adminmen&uuml;';
$lf['INDEXSIZE']='Indexgr&ouml;sse';
$lf['DATABASE']='Datenbank';
$lf['TABLE']='Tabelle';
$lf['ROWCOUNT']='Anzahl Zeilen';
$lf['DATASIZE']='Datengr&ouml;sse';
$lf['SUMSIZE']='Gesamtgr&ouml;sse';
$lf['STATUS']='Status';
$lf['ACTIVE']='Aktiv';
$lf['INACTIVE']='Inaktiv';
$lf['BANNED']='Gebannt';
$lf['USERS']='Benutzer';
$lf['ID']='ID';
$lf['ACTION']='Aktion';
$lf['DELWARNING']='Willst du wirklich den User %s l&ouml;schen? Alle Daten diese Users werden gel&ouml;scht!';
$lf['BANNEDIPS']='IP Bannen';
$lf['IPBAN']='IP-Bannen';
$lf['IP']='IP';
$lf['DATE']='Datum';
$lf['NOBANNEDIPS']='Keine gebannten IPs';
## LOST PASSWORD
$lf['NEEDUSERNAME']='Du musst einen Usernamen eingeben!';
$lf['NOVALIDCOMBO']='Diese Kombination aus Username und E-Mailadresse existiert nicht!';
$lf['LOSTPASS']='Passwort vergessen';
$lf['MAILSENT']='Es wurde eine E-Mail wurde an die angegebene Adresse versendet.<br />Bitte folge den Anweisungen in der E-Mail um ein neues Passwort zu erhalten.';
$lf['DATAINVAILD']='Diese Daten sind ung&uuml;ltig!';
$lf['NEWPASS']='Dein neues Passwort';
$lf['NEWPASSSENT']='Das Passwort wurde erzeugt.<br /> Eine Mail mit dem Passwort ist unterwegs.';
$lf['GETPASS']='Passwort anfordern';
$lf['FINGLONGTEXT']='<p>Passwort weg?</p>
<p>Kein Problem. Hier kannst du einfach ein neues anfordern.<br />
Gib dazu einfach deinen Usernamen und die Mailadresse deines Accounts ein.</p>';
$lf['HELLO']='Hallo';
$lf['TXTLOSTPASS1']='Wir haben mitbekommen das du dein Passwort verloren hast.
Keine Panik.
Benutze einfach folgenden Link um dir dein neues Passwort zusenden zu lassen:';
$lf['TXTLOSTPASS2']='
Solltest du kein neues Passwort angefordert haben, ignoriere diese Mail ganz einfach.
Liebe Grüsse
Dein';
$lf['TXTLOSTPASS3']='Hier dein neues Passwort:';
$lf['TXTLOSTPASS4']='Du kannst dich nun ganz normal in deinen Account einloggen.
Bitte denk daran sofort ein neues Passwort festzulegen.
Liebe Grüsse
Dein';
?>

129
languages/en.lang.php Normal file
View file

@ -0,0 +1,129 @@
<?php
$lf['DELINSTALLDIR']='Please delete the install directory.';
$lf['DELINSTALLDIRTEXT']='For security purposes, please delete the install directory fom your Webroot.';
$lf['PICSIZE']='The Picture can only be %s px x %s px big.';
$lf['PICNOCREATE']='Could not create picture.';
$lf['FILENOEXIST']='File does not exist.';
$lf['NORESIZE']='Could not resize the Picture.';
$lf['CANTSAVEPIC']='Could not save the Picture.';
$lf['WELCOME']='Welcome';
$lf['OLDPASSWORDMISSING']='You need to enter the old Password.';
$lf['OLDPASSWORDWRONG']='The old Password is wrong!';
$lf['PASSWORDSNOTMATCH']='The Passwords don\'t match!';
$lf['PASSWORDTOOSHORT']='The Password is too short! It has to be 6 chars minimum.';
$lf['PASSWORDTOOLONG']='The Password is too long! It has to be 20 chars maximum.';
$lf['EMAILINVALID']='E-Mail invalid!';
$lf['DATASAVED']='Your data was saved.';
$lf['SUCCESS']='Success.';
$lf['LOGIN']='Login';
$lf['CLICKREDIRECT']='Click here if you are not redirected.';
$lf['CLICKCONTINUE']='Click here to continue.';
$lf['DATA']='Data';
$lf['USERNAME']='Username';
$lf['MAIL']='E-Mail';
$lf['PASSWORD']='Password';
$lf['LOCATION']='Location';
$lf['REPEATPASSWORD']='repeat Password';
$lf['OLDPASSWORD']='current Password';
$lf['NEWPASSWORD']='New Password';
$lf['REALNAME']='Realname';
$lf['GENDER']='Gender';
$lf['MALE']='Male';
$lf['FEMALE']='Female';
$lf['N/A']='N/A';
$lf['BANREASON']='Ban-Reason';
$lf['HOMEPAGE']='Homepage';
$lf['ICQ']='ICQ';
$lf['AIM']='AIM';
$lf['SKYPE']='Skype';
$lf['ROLE']='Role';
$lf['BIRTHDAY']='Birthday';
$lf['LANGUAGE']='Language';
$lf['REQUIREDFIELDS']='required Fields';
$lf['SUBMIT']='Submit';
$lf['MAINTENANCE']='Maintenance';
$lf['SITEINMAINTENANCE']='The site is currently undergoing maintenance.<br />The following reason has been added';
$lf['YOUHAVEBEENBANNED']='You have been banned from the site.';
$lf['REASON']='Reason:';
$lf['LOGGEDIN']='Logged in';
$lf['YOUHAVEBEENLOGGEDIN']='You are now logged in and you will be redirected';
$lf['ERROR']='Error!';
$lf['WRONGUSERORPASS']='Either your username or password was wrong!';
$lf['AUTHENTIFICATIONFAILURE']='We could not authenticate you with the given credentials!';
$lf['SUCCSESSFULLYLOGGEDOUT']='You have logged out successfully.';
$lf['LOGGEDOUT']='Logged out!';
$lf['LOGOUTFAIL']='We could not log you out. Maybe a malicious Javascript tried to log you out.';
$lf['YES']='Yes';
$lf['NO']='No';
## ADMINCENTER
$lf['ADMINCENTER']='Admin Control Panel';
$lf['STARTTEXT']='This is the brain of your ASTAT installation.';
$lf['ADDUSERTEXT']='Here you can add a user';
$lf['BACKTOPAGE']='Back to your Page';
$lf['ADMININDEX']='ACP-Index';
$lf['NAVIGATION']='Navigation';
$lf['NAVIGATIONADMIN']='Navigation-Setup';
$lf['USERADMIN']='Users';
$lf['ADDUSER']='Add User';
$lf['EDITUSER']='Edit User';
$lf['GROUPADMIN']='Groups';
$lf['ADDGROUP']='Add Group';
$lf['EDITGROUP']='Edit Group';
$lf['CONFIG']='Configuration';
$lf['MODULES']='Modules';
$lf['VERSION']='Versions/Updates';
$lf['ADMINMENU']='Adminmenu';
$lf['INDEXSIZE']='Index-Size';
$lf['DATABASE']='Database';
$lf['TABLE']='Table';
$lf['ROWCOUNT']='Rowcount';
$lf['DATASIZE']='Data size';
$lf['SUMSIZE']='Overall size';
$lf['STATUS']='Status';
$lf['ACTIVE']='Active';
$lf['INACTIVE']='Inactive';
$lf['BANNED']='Banned';
$lf['USERS']='Users';
$lf['ID']='ID';
$lf['ACTION']='Action';
$lf['DELWARNING']='Do you really want to delete User %s? All data of this user is deleted instantly!';
$lf['BANNEDIPS']='Banned IPs';
$lf['IPBAN']='IP-Bans';
$lf['IP']='IP';
$lf['DATE']='Date';
$lf['NOBANNEDIPS']='No Banned IPs';
## LOST PASSWORD
$lf['NEEDUSERNAME']='You need to provide a Username!';
$lf['NOVALIDCOMBO']='This combination of Username and Mail does not exist!';
$lf['LOSTPASS']='Lost Password';
$lf['MAILSENT']='An E-Mail has been sent to you.<br />Please follow the instructions in the mail to reset your Password.';
$lf['DATAINVAILD']='Data invalid.';
$lf['NEWPASS']='Your new Password';
$lf['NEWPASSSENT']='A new Password was created and has been mailed to you.';
$lf['GETPASS']='Request Password';
$lf['FINGLONGTEXT']='<p>Lost your pass?</p>
<p>Don\'t panic. Here you can get yourself a shiny new one.<br />
Just enter your Username and Mail that belong to your account.</p>';
$lf['HELLO']='Hello';
$lf['TXTLOSTPASS1']='You lost your Password?.
Don\'t panic.
Just click the following link to generate a new one:';
$lf['TXTLOSTPASS2']='
If you didn\'t reqest a new Password, please ignore this mail.
Best regards
Your';
$lf['TXTLOSTPASS3']='Here is your new Password:';
$lf['TXTLOSTPASS4']='You can now login in your Account.
Please remember to change this password right away.
Best regards
Your';
?>