BeCastWebEngine/languages/en.lang.php
2025-06-20 20:13:51 +02:00

136 lines
5.2 KiB
PHP

<?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['DIV']='Other';
$lf['BANREASON']='Ban-Reason';
$lf['HOMEPAGE']='Homepage';
$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';
$lf['DATASAVED']='Data saved!';
$lf['DATASAVEDSUCCESS']='The data was successfully saved.';
$lf['ERROR']='Error!';
$lf['CANTASSIGNHIGHERRIGHT']='You cannot assign a role higher then yours!';
$lf['NEEDSUSERNAMEPASS']='You need to provide a username and password.';
$lf['USERDELETED']='User deleted!';
$lf['USERDELETEDSUCCESS']='The User was susccessfully deleted.';
$lf['BADIDEA']='This is yourself. In 99% of all cases deleting your own account is a bad idea. Really sure? You\'ll be logged out immediately after this!';
$lf['DELETEUSER']='Do you really want to delete all data of the User %s ?';
$lf['NOUSERS']='No Users.';
## 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';
?>