f3e288d078
Signed-off-by: snipe <snipe@snipe.net>
21 lines
1.4 KiB
PHP
21 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'send_password_link' => 'I-send ang Link para sa Pag-reset ng Password',
|
|
'email_reset_password' => 'Mag-email ng Password Reset',
|
|
'reset_password' => 'I-reset ang Password',
|
|
'saml_login' => 'Login via SAML',
|
|
'login' => 'Mag-login',
|
|
'login_prompt' => 'Paki-login',
|
|
'forgot_password' => 'Nakalimutan ko ang aking password',
|
|
'ldap_reset_password' => 'Please click here to reset your LDAP password',
|
|
'remember_me' => 'Tandaan ako',
|
|
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
|
|
'username_help_bottom' => 'Ang iyong username at email address <em>ay maaaring</em> pareho, ngunit maaaring hindi, depende sa iyong configuration. Kung hindi mo maalala ang iyong username, kontakin ang iyong administrator. <br><br><strong>Ang mga Username na walang kaugnay na email address ay hindi makakatanggap ng email ng password reset link.</strong> ',
|
|
'google_login' => 'Mag-login gamit ang Google Workspace',
|
|
'google_login_failed' => 'Google Login failed, please try again.',
|
|
'invite_password_expires' => 'This password reset link will expire on :expire_date. You can use the manual password reset link to receive a new reset token by clicking here',
|
|
|
|
];
|
|
|