]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/auth.php
Finished migration of last angular code
[bookstack] / resources / lang / en / auth.php
index 3762905b96f4ce358412c285225bc7486e65b146..a1232efc6819b7a7310a635c0b5efb775020f8e9 100644 (file)
@@ -18,6 +18,8 @@ return [
      */
     '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',
@@ -36,6 +38,10 @@ return [
 
     '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
@@ -43,11 +49,14 @@ return [
     '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',
+    'reset_password_sent_success' => 'A password reset link has been sent to :email.',
+    '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
      */