This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,19 @@
<?php
return [
'send_password_link' => 'crwdns1630:0crwdne1630:0',
'email_reset_password' => 'crwdns1631:0crwdne1631:0',
'reset_password' => 'crwdns1632:0crwdne1632:0',
'saml_login' => 'crwdns5924:0crwdne5924:0',
'login' => 'crwdns1633:0crwdne1633:0',
'login_prompt' => 'crwdns1634:0crwdne1634:0',
'forgot_password' => 'crwdns1635:0crwdne1635:0',
'ldap_reset_password' => 'crwdns6066:0crwdne6066:0',
'remember_me' => 'crwdns1636:0crwdne1636:0',
'username_help_top' => 'crwdns6044:0crwdne6044:0',
'username_help_bottom' => 'crwdns6046:0crwdne6046:0',
'google_login' => 'crwdns12026:0crwdne12026:0',
'google_login_failed' => 'crwdns11603:0crwdne11603:0',
];

View File

@ -0,0 +1,45 @@
<?php
return array(
'account_already_exists' => 'crwdns1102:0crwdne1102:0',
'account_not_found' => 'crwdns1392:0crwdne1392:0',
'account_not_activated' => 'crwdns1104:0crwdne1104:0',
'account_suspended' => 'crwdns1105:0crwdne1105:0',
'account_banned' => 'crwdns1106:0crwdne1106:0',
'throttle' => 'crwdns5926:0crwdne5926:0',
'two_factor' => array(
'already_enrolled' => 'crwdns5928:0crwdne5928:0',
'success' => 'crwdns5930:0crwdne5930:0',
'code_required' => 'crwdns5932:0crwdne5932:0',
'invalid_code' => 'crwdns5934:0crwdne5934:0',
),
'signin' => array(
'error' => 'crwdns1107:0crwdne1107:0',
'success' => 'crwdns1108:0crwdne1108:0',
),
'logout' => array(
'error' => 'crwdns5936:0crwdne5936:0',
'success' => 'crwdns5938:0crwdne5938:0',
),
'signup' => array(
'error' => 'crwdns1109:0crwdne1109:0',
'success' => 'crwdns1110:0crwdne1110:0',
),
'forgot-password' => array(
'error' => 'crwdns1111:0crwdne1111:0',
'success' => 'crwdns5940:0crwdne5940:0',
),
'forgot-password-confirm' => array(
'error' => 'crwdns1113:0crwdne1113:0',
'success' => 'crwdns1114:0crwdne1114:0',
),
);