mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 23:19:42 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
15 lines
1.2 KiB
PHP
15 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'send_password_link' => 'שלח קישור לאיפוס סיסמה',
|
|
'email_reset_password' => 'איפוס סיסמה אימייל',
|
|
'reset_password' => 'לאפס את הסיסמה',
|
|
'saml_login' => 'Login via SAML',
|
|
'login' => 'התחברות',
|
|
'login_prompt' => 'אנא התחבר',
|
|
'forgot_password' => 'שכחתי את הסיסמא שלי',
|
|
'remember_me' => 'זכור אותי',
|
|
'username_help_top' => 'נא למלא את <strong>שם המשתמש</strong> לשליחת הודעת דוא״ל עם קישור לאיפוס ססמה.',
|
|
'username_help_bottom' => 'שם המשתמש וכתובת הדוא״ל שלך <em>עשויים</em> להיות זהים, אך גם עשויים שלא, תלוי בהגדרות שלך. אם לא הצלחת להיזכר בשם המשתמש שלך, מוטב ליצור קשר עם הנהלת המערכת. <br><br><strong>שמות משתמשים שלא שויכה להם כתובת דוא״ל לא יקבלו הודעות עם קישור לאיפוס ססמה.</strong> ',
|
|
];
|