64 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|   "title" => "Account",
 | |
|   "users" => "Users",
 | |
|   "login_title" => "Sign In",
 | |
|   "login_description" => "Sign In into your account",
 | |
|   "accept_invite_title" => "Invitation",
 | |
|   "accept_invite_description" => "Complete your account registration by choosing a password",
 | |
|   "confirm_email_title" => "Confirm Email",
 | |
|   "confirm_email_description" => "Complete your registration by confirming the e-mail address",
 | |
|   "confirm_gpg_title" => "Confirm GPG Key",
 | |
|   "confirm_gpg_error" => "Error confirming GPG Key",
 | |
|   "confirm_gpg_success" => "Successfully confirmed GPG Key",
 | |
|   "registration_title" => "Registration",
 | |
|   "registration_description" => "Create a new account",
 | |
|   "resend_confirm_email_title" => "Resend Confirm Email",
 | |
|   "resend_confirm_email_description" => "Request a new confirmation email to finalize the account creation",
 | |
|   "resend_confirm_email_form_title" => "Enter your E-Mail address, to receive a new e-mail to confirm your registration.",
 | |
|   "reset_password_title" => "Reset Password",
 | |
|   "reset_password_description" => "Request a password reset, once you got the e-mail address, you can choose a new password",
 | |
|   "reset_password_form_title" => "Choose a new password",
 | |
|   "reset_password_request_form_title" => "Enter your E-Mail address, to receive a password reset token.",
 | |
|   "form_title" => "Please fill with your details",
 | |
|   "username" => "Username",
 | |
|   "username_or_email" => "Username or E-Mail",
 | |
|   "email" => "E-Mail Address",
 | |
|   "password" => "Password",
 | |
|   "password_confirm" => "Confirm Password",
 | |
|   "password_old" => "Old Password",
 | |
|   "password_new" => "New Password",
 | |
|   "full_name" => "Full Name",
 | |
|   "remember_me" => "Remember Me",
 | |
|   "signing_in" => "Signing in",
 | |
|   "sign_in" => "Sign In",
 | |
|   "confirmed" => "Confirmed",
 | |
|   "forgot_password" => "Forgot password?",
 | |
|   "change_password" => "Change password",
 | |
|   "register_text" => "Don't have an account? Sign Up",
 | |
|   "passwords_do_not_match" => "Your passwords did not match",
 | |
|   "back_to_login" => "Back to Login",
 | |
|   "6_digit_code" => "6-Digit Code",
 | |
|   "2fa_title" => "Additional information is required for logging in",
 | |
|   "2fa_text" => "Plugin your 2FA-Device. Interaction might be required, e.g. typing in a PIN or touching it.",
 | |
|   "confirming_email" => "Confirming email",
 | |
|   "proceed_to_login" => "Proceed to Login",
 | |
|   "invalid_link" => "The link you visited is no longer valid",
 | |
|   "confirm_success" => "Your e-mail address was successfully confirmed, you may now log in",
 | |
|   "confirm_error" => "Error confirming e-mail address",
 | |
|   "gpg_key" => "GPG Key",
 | |
|   "no_gpg_key_added" => "No GPG key added",
 | |
|   "download_gpg_key" => "Download GPG Key",
 | |
|   "2fa_token" => "Two-Factor Authentication (2FA)",
 | |
|   "profile_picture_of" => "Profile Picture of",
 | |
|   "profile_of" => "Profile of",
 | |
|   "language" => "Language",
 | |
|   "profile" => "User Profile",
 | |
|   "loading_profile" => "Loading Profile",
 | |
|   "error_profile_get" => "Error retrieving user profile",
 | |
|   "registered_at" => "Registered At",
 | |
|   "last_online" => "Last Online",
 | |
|   "groups" => "Groups",
 | |
|   "logged_in_as" => "Logged in as",
 | |
| ]; |