LinkStack/resources/lang/en/messages.php
2023-06-04 23:02:17 +02:00

81 lines
2.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Log in' => 'Log in+',
'Register' => 'Register+',
'Dashboard' => 'Dashboard+',
'Copyright' => 'Copyright+',
'Made with' => 'Made with+',
'by' => 'by+',
'Example page' => 'Example page+',
'Sign In' => 'Sign In+',
'Login to stay connected' => 'Login to stay connected+',
'Email' => 'Email+',
'Password' => 'Password+',
'Remember Me' => 'Remember Me+',
'Forgot Password?' => 'Forgot Password?+',
'or sign in with other accounts?' => 'or sign in with other accounts?+',
'Dont have an account?' => 'Dont have an account?+',
'Click here to sign up' => 'Click here to sign up+',
'Forgot your password?' => 'Forgot your password?+',
'No problem' => 'No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.+',
'Email Password Reset Link' => 'Email Password Reset Link+',
'Sign Up' => 'Sign Up+',
'Register to stay connected' => 'Register to stay connected+',
'Display Name' => 'Display Name+',
'Confirm Password' => 'Confirm Password+',
'Already have an account?' => 'Already have an account?+',
'Click here to sign in' => 'Click here to sign in+',
'Verification Status' => '+',
'auth_pending' => 'Your account is still pending verification',
'auth_unverified' => 'Your account is currently unverified and requires manual verification by an administrator.',
'Log out' => 'Log out+',
'auth_password' => 'This is a secure area of the application. Please confirm your password before continuing.+',
'Confirm' => 'Confirm+',
'Reset Password' => 'Reset Password+',
'Enter a new password' => 'Enter a new password+',
'Test E-Mail' => 'Test E-Mail+',
'A new user has registered on' => 'A new user has registered on+',
'and is awaiting verification' => 'and is awaiting verification+',
'The user' => 'The user+',
'with the email' => 'with the email+',
'has registered a new account on' => 'has registered a new account on+',
'and is awaiting confirmation by an admin' => 'and is awaiting confirmation by an admin.+',
'Click' => 'Click+',
'here' => 'here+',
'to verify the user' => 'to verify the user.+',
'Manage users' => 'Manage users+',
'auth_thanks' => 'Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\'t receive the email, we will gladly send you another. If you do not see the email in a few minutes, check your junk mail or spam folder.+',
'auth_verification' => 'A new verification link has been sent to the email address you provided during registration.+',
'Resend Verification Email' => 'Resend Verification Email+',
'' => '+',
'' => '+',
];