// // // ///////////////////////////////////////////////////////////////// // $Id$ require_once($mainPath . "lang/html_tags.php"); $languageValues = array( "portalTitle" => "EISPortal - The EISFair Webfrontend", "headerTitle" => "EISPortal - EISFair-Webservices", "foundModules_horiz" => "These are the installed modules:", "foundModules_vert" => "Installed modules:", "NoModulesfound" => "Actually no modules installed", "ModulWithNoLinks" => "This modul has no links", "backToTheHomepage" => "Back to homepage", "pleaseLogon" => "Please log in to use the webservices!", "username" => "Name:", "password" => "Password:", "submit" => "Login", "logout" => "Logoff", "administration" => "Administration", "welcome_prefix" => "Welcome ", "welcome_suffix" => "!", "eisportal_disabled" => "EisPortal is disabled at the moment, please ask the administrator", "yourChoicePlease" => "Your choice please", "submitButtonGo" => "Go", "submitButtonYes" => "Yes", "submitButtonDoChanges" => "Do changes", "submitButtonCreate" => "Create user", "resetButtonNo" => "No", "cancel" => "Cancel", "adminTasks" => "Available administrator functions", "adminListUser" => "List all users", "adminCreateUser" => "Create a new user", "adminModifyUser" => "Modify a user", "adminModifyPermissions" => "Modify permissions", "adminDeleteUser" => "Delete a user", "adminAskForUserName" => "Please enter username", "adminAskForUserDetails" => "Please enter details for new user", "adminAskForUserPermissions" => "Please enter modul permissions", "adminConfirmDeleteOne" => " ,Really delete this user? ,", "adminConfirmDeleteMultiple" => " ,Really delete these users? ,", "passwordAgain" => "Password again", "permissionsForUser" => "Permissions for user ", "Modul" => "Modul", "Global" => "global: ", "PermissionDisabled" => "disabled", "PermissionNo" => "No permission", "PermissionUser" => "User", "PermissionModulAdmin" => "Modul Admin", "PermissionPortalAdmin" => "Portal Admin", "usersInDB" => "User found in database", "userName" => "Login name", "userFName" => "Firstname", "userLName" => "Lastname", "userRole" => "Global role", "userRolePortalAdmin" => "Portal administrator", "userRoleModulAdmin" => "Modul administrator", "userRoleUser" => "User", "userRoleAdminShort" => "Admin", "userRoleUserShort" => "User", "error_1" => "$html_bold_on Every input field has to be filled!$html_bold_off", "error_2" => "$html_bold_on Entered passwords not identical!$html_bold_off", "error_3" => "$html_bold_on Username and password could not be identical!$html_bold_off", "error_4" => "$html_bold_on This username is existing!$html_bold_off", "error_5" => "$html_bold_on Only A-Z, a-z, 0-9, '_', '-' and '$' allowed in password!$html_bold_off", "error_6" => "$html_bold_on Password must contain at least $PASSWORDSIZE characters!$html_bold_off", "error_unknown" => "$html_bold_on Unknown error occurred!$html_bold_off", "errorConnectDB" => "$html_bold_on Could not connect to the database!$html_bold_off", "errorUnknownDBError" => "$html_bold_on Database error, please call the administrator!$html_bold_off" ) ?>