2020-03-05 05:58:04 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								< ? php  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/**  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  Authentication  Language  Lines 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  The  following  language  lines  are  used  during  authentication  for  various 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  messages  that  we  need  to  display  to  the  user . 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 */ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								return  [  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'failed'  =>  'These credentials do not match our records.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'throttle'  =>  'Too many login attempts. Please try again in :seconds seconds.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    // Login & Register
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'sign_up'  =>  'Sign up' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'log_in'  =>  'Log in' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'log_in_with'  =>  'Login with :socialDriver' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'sign_up_with'  =>  'Sign up with :socialDriver' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'logout'  =>  'Logout' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'name'  =>  'Name' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'username'  =>  'Username' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email'  =>  'Email' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'password'  =>  'Password' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'password_confirm'  =>  'Confirm Password' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'password_hint'  =>  'Must be over 7 characters' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'forgot_password'  =>  'Forgot Password?' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'remember_me'  =>  'Remember Me' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'ldap_email_hint'  =>  'Please enter an email to use for this account.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'create_account'  =>  'Create Account' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'already_have_account'  =>  'Already have an account?' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'dont_have_account'  =>  'Don\'t have an account?' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'social_login'  =>  'Social Login' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'social_registration'  =>  'Social Registration' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'social_registration_text'  =>  'Register and sign in using another service.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'register_thanks'  =>  'Thanks for registering!' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'register_confirm'  =>  'Please check your email and click the confirmation button to access :appName.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'registrations_disabled'  =>  'Registrations are currently disabled' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'registration_email_domain_invalid'  =>  'That email domain does not have access to this application' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'register_success'  =>  'Thanks for signing up! You are now registered and signed in.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    // Password Reset
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'reset_password'  =>  'Reset Password' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'reset_password_send_instructions'  =>  'Enter your email below and you will be sent an email with a password reset link.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'reset_password_send_button'  =>  'Send Reset Link' , 
							 
						 
					
						
							
								
									
										
											 
										
											
												New Crowdin translations (#2005)
* New translations settings.php (Portuguese)
* New translations settings.php (Portuguese, Brazilian)
* New translations settings.php (Russian)
* New translations settings.php (Korean)
* New translations settings.php (Persian)
* New translations settings.php (Polish)
* New translations settings.php (Swedish)
* New translations settings.php (Spanish, Argentina)
* New translations settings.php (Turkish)
* New translations settings.php (Slovak)
* New translations settings.php (Slovenian)
* New translations settings.php (Spanish)
* New translations settings.php (Czech)
* New translations settings.php (Danish)
* New translations settings.php (Dutch)
* New translations settings.php (Arabic)
* New translations settings.php (Chinese Simplified)
* New translations settings.php (Chinese Traditional)
* New translations settings.php (Italian)
* New translations settings.php (Hungarian)
* New translations settings.php (Japanese)
* New translations settings.php (French)
* New translations settings.php (German)
* New translations settings.php (Hebrew)
* New translations settings.php (German Informal)
* New translations settings.php (Vietnamese)
* New translations settings.php (Ukrainian)
* New translations activities.php (Turkish)
* New translations activities.php (Turkish)
* New translations auth.php (Turkish)
* New translations common.php (Turkish)
* New translations auth.php (Turkish)
* New translations components.php (Turkish)
* New translations common.php (Turkish)
* New translations components.php (Turkish)
* New translations entities.php (Turkish)
* New translations entities.php (Turkish)
* New translations errors.php (Turkish)
* New translations entities.php (Turkish)
* New translations passwords.php (Turkish)
* New translations settings.php (Turkish)
* New translations errors.php (Turkish)
* New translations settings.php (Turkish)
* New translations settings.php (Turkish)
* New translations validation.php (Turkish)
* New translations settings.php (Turkish)
* New translations validation.php (Turkish)
* New translations common.php (Turkish)
* New translations components.php (Turkish)
* New translations validation.php (Turkish)
* New translations components.php (Turkish)
* New translations entities.php (Turkish)
* New translations errors.php (Turkish)
* New translations settings.php (Turkish)
* New translations validation.php (Turkish)
* New translations passwords.php (Arabic)
* New translations auth.php (Arabic)
* New translations auth.php (Slovak)
* New translations passwords.php (Russian)
* New translations passwords.php (Slovak)
* New translations auth.php (Slovenian)
* New translations passwords.php (Slovenian)
* New translations auth.php (Spanish)
* New translations passwords.php (Portuguese, Brazilian)
* New translations passwords.php (Polish)
* New translations auth.php (Portuguese)
* New translations auth.php (Russian)
* New translations passwords.php (Portuguese)
* New translations auth.php (Portuguese, Brazilian)
* New translations auth.php (Ukrainian)
* New translations passwords.php (Ukrainian)
* New translations auth.php (Vietnamese)
* New translations passwords.php (Vietnamese)
* New translations auth.php (German Informal)
* New translations passwords.php (German Informal)
* New translations passwords.php (Turkish)
* New translations passwords.php (Spanish)
* New translations auth.php (Spanish, Argentina)
* New translations passwords.php (Spanish, Argentina)
* New translations auth.php (Swedish)
* New translations passwords.php (Swedish)
* New translations auth.php (Turkish)
* New translations components.php (Turkish)
* New translations entities.php (Turkish)
* New translations auth.php (Polish)
* New translations passwords.php (Danish)
* New translations auth.php (Dutch)
* New translations passwords.php (Dutch)
* New translations auth.php (Danish)
* New translations auth.php (French)
* New translations passwords.php (French)
* New translations auth.php (Chinese Simplified)
* New translations passwords.php (Chinese Simplified)
* New translations auth.php (Chinese Traditional)
* New translations passwords.php (Chinese Traditional)
* New translations auth.php (Czech)
* New translations passwords.php (Czech)
* New translations auth.php (German)
* New translations auth.php (Korean)
* New translations auth.php (Japanese)
* New translations passwords.php (Japanese)
* New translations passwords.php (Korean)
* New translations auth.php (Persian)
* New translations passwords.php (Persian)
* New translations passwords.php (Italian)
* New translations passwords.php (German)
* New translations auth.php (Hebrew)
* New translations passwords.php (Hebrew)
* New translations auth.php (Hungarian)
* New translations passwords.php (Hungarian)
* New translations auth.php (Italian)
* New translations entities.php (Turkish)
* New translations settings.php (Turkish)
* New translations validation.php (Turkish)
* New translations passwords.php (Turkish)
* New translations entities.php (Turkish)
* New translations errors.php (Turkish)
* New translations validation.php (Turkish)
* New translations auth.php (Turkish)
* New translations auth.php (Spanish)
* New translations passwords.php (Spanish)
* New translations settings.php (Spanish)
* New translations auth.php (Spanish, Argentina)
* New translations passwords.php (Spanish, Argentina)
* New translations entities.php (Turkish)
* New translations auth.php (French)
* New translations passwords.php (French)
* New translations settings.php (French)
* New translations common.php (Russian)
* New translations common.php (Slovak)
* New translations common.php (Slovenian)
* New translations common.php (Spanish)
* New translations common.php (Portuguese)
* New translations common.php (Polish)
* New translations common.php (Portuguese, Brazilian)
* New translations common.php (Ukrainian)
* New translations common.php (Vietnamese)
* New translations common.php (German Informal)
* New translations common.php (Spanish, Argentina)
* New translations common.php (Swedish)
* New translations common.php (Turkish)
* New translations common.php (Danish)
* New translations common.php (Dutch)
* New translations common.php (French)
* New translations common.php (Arabic)
* New translations common.php (Chinese Simplified)
* New translations common.php (Czech)
* New translations common.php (Chinese Traditional)
* New translations common.php (Japanese)
* New translations common.php (Italian)
* New translations common.php (Korean)
* New translations common.php (Persian)
* New translations common.php (German)
* New translations common.php (Hebrew)
* New translations common.php (Hungarian)
* New translations auth.php (Russian)
* New translations common.php (Russian)
* New translations passwords.php (Russian)
* New translations passwords.php (German)
* New translations settings.php (German)
* New translations auth.php (German)
* New translations common.php (German)
* New translations settings.php (German Informal)
* New translations passwords.php (German Informal)
* New translations common.php (German Informal)
* New translations auth.php (German Informal)
											 
										 
										
											2020-04-13 22:31:35 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    'reset_password_sent'  =>  'A password reset link will be sent to :email if that email address is found in the system.' , 
							 
						 
					
						
							
								
									
										
										
										
											2020-03-05 05:58:04 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								    'reset_password_success'  =>  'Your password has been successfully reset.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_reset_subject'  =>  'Reset your :appName password' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_reset_text'  =>  'You are receiving this email because we received a password reset request for your account.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_reset_not_requested'  =>  'If you did not request a password reset, no further action is required.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    // Email Confirmation
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_confirm_subject'  =>  'Confirm your email on :appName' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_confirm_greeting'  =>  'Thanks for joining :appName!' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_confirm_text'  =>  'Please confirm your email address by clicking the button below:' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_confirm_action'  =>  'Confirm Email' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_confirm_send_error'  =>  'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_confirm_success'  =>  'Your email has been confirmed!' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_confirm_resent'  =>  'Confirmation email resent, Please check your inbox.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_not_confirmed'  =>  'Email Address Not Confirmed' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_not_confirmed_text'  =>  'Your email address has not yet been confirmed.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_not_confirmed_click_link'  =>  'Please click the link in the email that was sent shortly after you registered.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_not_confirmed_resend'  =>  'If you cannot find the email you can re-send the confirmation email by submitting the form below.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'email_not_confirmed_resend_button'  =>  'Resend Confirmation Email' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    // User Invite
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'user_invite_email_subject'  =>  'You have been invited to join :appName!' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'user_invite_email_greeting'  =>  'An account has been created for you on :appName.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'user_invite_email_text'  =>  'Click the button below to set an account password and gain access:' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'user_invite_email_action'  =>  'Set Account Password' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'user_invite_page_welcome'  =>  'Welcome to :appName!' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'user_invite_page_text'  =>  'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'user_invite_page_confirm_button'  =>  'Confirm Password' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    'user_invite_success'  =>  'Password set, you now have access to :appName!' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								];