Completed
Push — master ( 8927df...f70445 )
by Abdelrahman
02:05
created

resources/lang/en/frontend/forms.php (13 issues)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
<?php
2
3
/*
4
 * NOTICE OF LICENSE
5
 *
6
 * Part of the Rinvex Fort Package.
7
 *
8
 * This source file is subject to The MIT License (MIT)
9
 * that is bundled with this package in the LICENSE file.
10
 *
11
 * Package: Rinvex Fort Package
12
 * License: The MIT License (MIT)
13
 * Link:    https://rinvex.com
14
 */
15
16
return [
17
18
    'common' => [
19
        'close'  => 'Close',
20
        'reset'  => 'Reset',
21
        'logout' => 'Logout',
22
        'warning' => 'Warning',
23
    ],
24
25
    'sessions' => [
26
        'flush_single_heading' => 'Flush Selected Session',
27
        'flush_single_body'    => 'Selected session will be flushed, and thus re-login again will be required on effected device.',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 131 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
28
        'flush_all_heading'    => 'Flush All Sessions',
29
        'flush_all_body'       => 'All active sessions of your account, including this one will be flushed, and you will be forced to re-login again!',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 151 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
30
    ],
31
32
    'register' => [
33
        'heading'               => 'Register',
34
        'username'              => 'Username',
35
        'email'                 => 'Email Address',
36
        'password'              => 'Password',
37
        'password_confirmation' => 'Password Confirmation',
38
        'submit'                => 'Register',
39
    ],
40
41
    'login' => [
42
        'heading'         => 'Login',
43
        'loginfield'      => 'Username / Email',
44
        'password'        => 'Password',
45
        'forgot_password' => 'Forgot Password',
46
        'remember'        => 'Remember Me',
47
        'submit'          => 'Login',
48
    ],
49
50
    'passwordreset' => [
51
        'email'                 => 'Email Address',
52
        'password'              => 'New Password',
53
        'password_confirmation' => 'New Password Confirmation',
54
55
        'request' => [
56
            'heading' => 'Request Password Reset',
57
            'submit'  => 'Request Password Reset',
58
        ],
59
60
        'reset' => [
61
            'heading' => 'Reset Password',
62
            'submit'  => 'Reset Password',
63
        ],
64
    ],
65
66
    'verification' => [
67
        'email' => [
68
            'heading' => 'Request Email Verification',
69
            'field'   => 'Email Address',
70
            'submit'  => 'Request Email Verification',
71
        ],
72
73
        'phone' => [
74
            'request' => [
75
                'heading' => 'Request Phone Verification',
76
                'phone'   => 'Phone Number',
77
                'method'  => [
78
                    'title' => 'Verification Method',
79
                    'sms'   => 'SMS',
80
                    'call'  => 'Call',
81
                ],
82
                'submit'  => 'Request Phone Verification',
83
            ],
84
85
            'verify' => [
86
                'heading'       => 'Verify Phone',
87
                'token'         => 'Authentication Code',
88
                'submit'        => 'Verify Phone',
89
                'backup'        => 'Use backup codes.',
90
                'backup_sms'    => 'Use backup codes, or request <a href=":href">SMS code</a>.',
91
                'backup_notice' => 'Problems with your verification app?',
92
            ],
93
        ],
94
    ],
95
96
    'account' => [
97
        'heading'               => 'Update Account',
98
        'phone'                 => 'Phone',
99
        'country'               => [
100
            'title'  => 'Country',
101
            'select' => 'Select Country',
102
        ],
103
        'email'                 => 'Email',
104
        'username'              => 'Username',
105
        'prefix'                => 'Prefix',
106
        'suffix'                => 'Suffix',
107
        'gender'                => [
108
            'select'      => 'Select Gender',
109
            'title'       => 'Gender',
110
            'male'        => 'Male',
111
            'female'      => 'Female',
112
            'undisclosed' => 'Undisclosed',
113
        ],
114
        'first_name'            => 'First Name',
115
        'middle_name'           => 'Middle Name',
116
        'last_name'             => 'Last Name',
117
        'password'              => 'Password',
118
        'password_confirmation' => 'Password Confirmation',
119
        'active_sessions'       => 'Active Sessions',
120
        'submit'                => 'Update Account',
121
        'settings'              => 'Settings',
122
        'you'                   => 'You',
123
        'enable'                => 'Enable',
124
        'disable'               => 'Disable',
125
        'code'                  => 'Authentication Code',
126
        'email_verified'        => 'Email verified at <date>:date</date>.',
127
        'email_unverified'      => 'Email not yet verified! <a href=":href">Verify Email</a>',
128
        'phone_verified'        => 'Phone verified at <date>:date</date>.',
129
        'phone_unverified'      => 'Phone not yet verified! <a href=":href">Verify Phone</a>',
130
        'two_factor_notice'     => 'Protect your account with an extra layer of security by requiring access to your phone. Once configured, you\'ll be required to enter both your password and an authentication code from your mobile phone in order to sign into your account.',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 276 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
131
        'two_factor_active'     => 'Two-Factor Authentication currently <strong>active</strong>, click to activate!',
132
        'two_factor_inactive'   => 'Two-Factor Authentication currently <strong>inactive</strong>, click to de-activate!',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 122 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
133
        'twofactor_totp_head'   => 'Use An App',
134
        'twofactor_totp_body'   => 'Retrieve codes from an authentication app on your device, like Google Authenticator, Duo Mobile, Authy, or Windows Phone Authenticator.',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 173 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
135
        'twofactor_phone_head'  => 'SMS Text Message / Automated Phone Call',
136
        'twofactor_phone_body'  => 'Receive a text message, or an automated phone call to your mobile device when signing in.',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 127 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
137
    ],
138
139
    'twofactor' => [
140
        'heading'                => 'Configure Two-Factor',
141
        'submit'                 => 'Configure Two-Factor',
142
        'totp_apps'              => 'Once configured, you will be required to enter a code created by the <a target="_blank" href="https://m.google.com/authenticator">Google Authenticator</a>, <a target="_blank" href="http://guide.duosecurity.com/">Duo Mobile</a>, <a target="_blank" href="https://www.authy.com/">Authy</a>, or<a href=" https://www.windowsphone.com/en-us/store/app/authenticator/e7994dbc-2336-4950-91ba-ca22d653759b">Windows Phone Authenticator</a> apps in order to sign into your account.',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 508 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
143
        'totp_apps_step1'        => '<p>Step 1</p><p><strong>Get the App</strong></p><p>Download and install the<a target="_blank" href="https://m.google.com/authenticator">Google Authenticator</a>,<a target="_blank" href="http://guide.duosecurity.com/third-party-accounts">Duo Mobile</a>,<a target="_blank" href="https://www.authy.com/">Authy</a>, or<a href=" https://www.windowsphone.com/en-us/store/app/authenticator/e7994dbc-2336-4950-91ba-ca22d653759b">Windows Phone Authenticator</a> app for your phone or tablet.</p>',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 525 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
144
        'totp_apps_step2'        => '<p>Step 2</p><p><strong>Scan this Barcode</strong></p><p>Open the authentication app and:</p><ul><li>Tap the "+" icon in the top-right of the app</li><li>Scan the image to the left, using your phone\'s camera</li></ul>',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 257 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
145
        'totp_apps_step2_button' => "Can't scan this barcode?",
146
        'totp_apps_step2_1'      => 'Instead of scanning, use your authentication app\'s "Manual entry" or equivalent option and provide the following time-based key. (Lower-case letters will work, too.)',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 205 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
147
        'totp_apps_step2_2'      => 'Your app will then generate a 6-digit authentication code, which you use below.',
148
        'totp_apps_step3'        => '<p>Step 3</p><p><strong>Enter Authentication Code</strong></p><p>Once the barcode above is scanned, enter the 6-digit authentication code generated by the app.</p>',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 202 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
149
        'totp_backup_button'     => 'You have :count unused backup codes',
150
        'totp_backup_head'       => 'Two-Factor Authentication Backup Codes',
151
        'totp_backup_body'       => 'If you lose access to your authentication device, you can use one of these backup codes to login to your account. Each code may be used only once. Make a copy of these codes, and store it somewhere safe.',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 242 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
152
        'totp_backup_notice'     => '<ul><li>These codes were generated on: <date>:backup_at</date>.</li><li>You can only use each backup code once.</li></ul>',
0 ignored issues
show
This line exceeds maximum limit of 120 characters; contains 160 characters

Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.

Loading history...
153
        'totp_backup_none'       => 'No unused backup codes! Generate some.',
154
        'totp_backup_generate'   => 'Re-generate Codes',
155
    ],
156
157
];
158