X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b94b945fb03e21a1997cfe6e50148967586cb26d..refs/pull/2302/head:/resources/lang/he/auth.php diff --git a/resources/lang/he/auth.php b/resources/lang/he/auth.php index 37acb5698..733c84f9d 100644 --- a/resources/lang/he/auth.php +++ b/resources/lang/he/auth.php @@ -43,7 +43,7 @@ return [ 'reset_password' => 'איפוס סיסמא', 'reset_password_send_instructions' => 'יש להזין את כתובת המייל למטה ואנו נשלח אלייך הוראות לאיפוס הסיסמא', 'reset_password_send_button' => 'שלח קישור לאיפוס סיסמא', - 'reset_password_sent_success' => 'שלחנו הוראות לאיפוס הסיסמא אל :email', + 'reset_password_sent' => 'A password reset link will be sent to :email if that email address is found in the system.', 'reset_password_success' => 'סיסמתך עודכנה בהצלחה', 'email_reset_subject' => 'איפוס סיסמא ב :appName', 'email_reset_text' => 'קישור זה נשלח עקב בקשה לאיפוס סיסמא בחשבון שלך', @@ -64,4 +64,14 @@ return [ 'email_not_confirmed_click_link' => 'יש ללחוץ על הקישור אשר נשלח אליך לאחר ההרשמה', 'email_not_confirmed_resend' => 'אם אינך מוצא את המייל, ניתן לשלוח בשנית את האימות על ידי לחיצה על הכפתור למטה', 'email_not_confirmed_resend_button' => 'שלח שוב מייל אימות', + + // 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!' ]; \ No newline at end of file