mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
17 lines
1.3 KiB
PHP
17 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'send_password_link' => 'שלח קישור לאיפוס סיסמה',
|
|
'email_reset_password' => 'איפוס סיסמה אימייל',
|
|
'reset_password' => 'לאפס את הסיסמה',
|
|
'saml_login' => 'Login via SAML',
|
|
'login' => 'התחברות',
|
|
'login_prompt' => 'אנא התחבר',
|
|
'forgot_password' => 'שכחתי את הסיסמא שלי',
|
|
'ldap_reset_password' => 'Please click here to reset your LDAP password',
|
|
'remember_me' => 'זכור אותי',
|
|
'username_help_top' => 'נא למלא את <strong>שם המשתמש</strong> לשליחת הודעת דוא״ל עם קישור לאיפוס ססמה.',
|
|
'username_help_bottom' => 'שם המשתמש וכתובת הדוא״ל שלך <em>עשויים</em> להיות זהים, אך גם עשויים שלא, תלוי בהגדרות שלך. אם לא הצלחת להיזכר בשם המשתמש שלך, מוטב ליצור קשר עם הנהלת המערכת. <br><br><strong>שמות משתמשים שלא שויכה להם כתובת דוא״ל לא יקבלו הודעות עם קישור לאיפוס ססמה.</strong> ',
|
|
];
|
|
|