|
79 | 79 | 'HAVE_ONE' => 'Already have an account ?', |
80 | 80 |
|
81 | 81 | 'MASTER_NOT_EXISTS' => 'You cannot register an account until the master account has been created!', |
82 | | - 'MY' => 'My Account',//OK |
| 82 | + 'MY' => 'My Account', //OK |
83 | 83 |
|
84 | 84 | 'SETTINGS' => [ |
85 | | - '@TRANSLATION' => 'Account settings',//OK |
86 | | - 'DESCRIPTION' => 'Update your account settings, including email, name, and password.',//OK |
87 | | - 'EMAIL' => 'Update Email',//OK |
88 | | - 'PASSWORD' => 'Update Password',//OK |
89 | | - 'PERSONAL' => 'Personal Information',//OK |
| 85 | + '@TRANSLATION' => 'Account settings', //OK |
| 86 | + 'DESCRIPTION' => 'Update your account settings, including email, name, and password.', //OK |
| 87 | + 'EMAIL' => 'Update Email', //OK |
| 88 | + 'PASSWORD' => 'Update Password', //OK |
| 89 | + 'PERSONAL' => 'Personal Information', //OK |
90 | 90 | 'UPDATED' => 'Account settings updated', |
91 | 91 | ], |
92 | 92 |
|
93 | 93 | 'TOOLS' => 'Account tools', |
94 | 94 |
|
95 | 95 | 'VERIFICATION' => [ |
96 | 96 | 'NEW_LINK_SENT' => 'We have emailed a new verification link to {{email}}. Please check your inbox and spam folders for this email.', |
97 | | - 'RESEND' => 'Resend verification email',//OK |
| 97 | + 'RESEND' => 'Resend verification email', //OK |
98 | 98 | 'COMPLETE' => 'You have successfully verified your account. You can now login.', |
99 | | - 'EMAIL' => 'Please enter the email address you used to sign up, and your verification email will be resent.',//OK |
| 99 | + 'EMAIL' => 'Please enter the email address you used to sign up, and your verification email will be resent.', //OK |
100 | 100 | 'PAGE' => 'Resend the verification email for your new account.', |
101 | | - 'SEND' => 'Email the verification link for my account',//OK |
| 101 | + 'SEND' => 'Email the verification link for my account', //OK |
102 | 102 | 'TOKEN_NOT_FOUND' => 'Verification token does not exist / Account is already verified', |
103 | 103 | ], |
104 | 104 | ], |
|
107 | 107 | 'INVALID' => 'Invalid email', |
108 | 108 | 'IN_USE' => 'Email <strong>{{email}}</strong> is already in use.', |
109 | 109 | 'NOT_FOUND' => 'There is no account for <strong>{{email}}</strong>.', |
110 | | - 'VERIFICATION_REQUIRED' => 'Email (verification required - use a real address!)',//OK |
| 110 | + 'VERIFICATION_REQUIRED' => 'Email (verification required - use a real address!)', //OK |
111 | 111 | ], |
112 | 112 | 'EMAIL_OR_USERNAME' => 'Username or email address', |
113 | 113 |
|
114 | | - 'FIRST_NAME' => 'First name',//OK |
| 114 | + 'FIRST_NAME' => 'First name', //OK |
115 | 115 |
|
116 | 116 | 'GUEST' => 'Guest', //OK |
117 | 117 |
|
118 | 118 | 'HEADER_MESSAGE_ROOT' => 'YOU ARE SIGNED IN AS THE ROOT USER', |
119 | 119 |
|
120 | | - 'LAST_NAME' => 'Last name',//OK |
| 120 | + 'LAST_NAME' => 'Last name', //OK |
121 | 121 | 'LOCALE' => [ |
122 | 122 | 'ACCOUNT' => 'The language and locale to use for your account', //OK |
123 | 123 | 'INVALID' => '{{locale}} is not a valid locale.', |
124 | 124 | ], |
125 | 125 | 'LOGIN' => [ |
126 | | - '@TRANSLATION' => 'Login',//OK |
| 126 | + '@TRANSLATION' => 'Login', //OK |
127 | 127 | 'ALREADY_COMPLETE' => 'You are already logged in!', |
128 | 128 | 'SOCIAL' => 'Or login with', |
129 | 129 | 'REQUIRED' => 'Sorry, you must be logged in to access this resource.', |
130 | 130 | ], |
131 | | - 'LOGOUT' => 'Logout',//OK |
| 131 | + 'LOGOUT' => 'Logout', //OK |
132 | 132 |
|
133 | | - 'NAME' => 'Name', |
134 | | - 'NAME_AND_EMAIL' => 'Name and email',//OK |
| 133 | + 'NAME' => 'Name', |
| 134 | + 'NAME_AND_EMAIL' => 'Name and email', //OK |
135 | 135 |
|
136 | 136 | 'PASSWORD' => [ |
137 | | - '@TRANSLATION' => 'Password',//OK |
| 137 | + '@TRANSLATION' => 'Password', //OK |
138 | 138 |
|
139 | 139 | 'BETWEEN' => 'Between {{min}}-{{max}} characters', |
140 | 140 |
|
141 | | - 'CONFIRM' => 'Confirm password',//OK |
| 141 | + 'CONFIRM' => 'Confirm password', //OK |
142 | 142 | 'CONFIRM_CURRENT' => 'Please confirm your current password', |
143 | | - 'CONFIRM_NEW' => 'Confirm New Password',//OK |
144 | | - 'CONFIRM_NEW_EXPLAIN' => 'Re-enter your new password',//OK |
| 143 | + 'CONFIRM_NEW' => 'Confirm New Password', //OK |
| 144 | + 'CONFIRM_NEW_EXPLAIN' => 'Re-enter your new password', //OK |
145 | 145 | 'CREATE' => [ |
146 | 146 | '@TRANSLATION' => 'Create Password', |
147 | 147 | 'PAGE' => 'Choose a password for your new account.', |
148 | 148 | 'SET' => 'Set Password and Sign In', |
149 | 149 | ], |
150 | | - 'CURRENT' => 'Current Password',//OK |
151 | | - 'CURRENT_EXPLAIN' => 'You must confirm your current password to make changes',//OK |
| 150 | + 'CURRENT' => 'Current Password', //OK |
| 151 | + 'CURRENT_EXPLAIN' => 'You must confirm your current password to make changes', //OK |
152 | 152 |
|
153 | | - 'FORGOTTEN' => 'Forgotten Password',//OK |
| 153 | + 'FORGOTTEN' => 'Forgotten Password', //OK |
154 | 154 | 'FORGET' => [ |
155 | | - '@TRANSLATION' => 'Forgot your password?',//OK |
| 155 | + '@TRANSLATION' => 'Forgot your password?', //OK |
156 | 156 |
|
157 | 157 | 'COULD_NOT_UPDATE' => "Couldn't update password.", |
158 | 158 | 'EMAIL' => 'Please enter the email address you used to sign up. A link with instructions to reset your password will be emailed to you.', |
159 | | - 'EMAIL_SEND' => 'Email Password Reset Link',//OK |
| 159 | + 'EMAIL_SEND' => 'Email Password Reset Link', //OK |
160 | 160 | 'PAGE' => 'Get a link to reset your password.', |
161 | 161 | 'REQUEST_CANNED' => 'Lost password request cancelled.', |
162 | 162 | 'REQUEST_SENT' => 'If the email <strong>{{email}}</strong> matches an account in our system, a password reset link will be sent to <strong>{{email}}</strong>.', |
163 | 163 | ], |
164 | 164 |
|
165 | 165 | 'HASH_FAILED' => 'Password hashing failed. Please contact a site administrator.', |
166 | | - |
| 166 | + |
167 | 167 | 'INVALID' => "Current password doesn't match the one we have on record", |
168 | | - |
169 | | - 'NEW' => 'New Password',//OK |
| 168 | + |
| 169 | + 'NEW' => 'New Password', //OK |
170 | 170 | 'NOTHING_TO_UPDATE' => 'You cannot update with the same password', |
171 | 171 |
|
172 | 172 | 'RESET' => [ |
173 | | - '@TRANSLATION' => 'Reset Password',//OK |
| 173 | + '@TRANSLATION' => 'Reset Password', //OK |
174 | 174 | 'CHOOSE' => 'Please choose a new password to continue.', |
175 | | - 'CONFIRM' => ' Are you sure you want to send <strong>{{full_name}} ({{ user_name }})</strong> a link that will allow them to reset their password ?',//OK |
| 175 | + 'CONFIRM' => ' Are you sure you want to send <strong>{{full_name}} ({{ user_name }})</strong> a link that will allow them to reset their password ?', //OK |
176 | 176 | 'PAGE' => 'Choose a new password for your account.', |
177 | 177 | 'SEND' => 'Set New Password and Sign In', |
178 | 178 | ], |
|
186 | 186 | ], |
187 | 187 |
|
188 | 188 | 'RATE_LIMIT_EXCEEDED' => 'The rate limit for this action has been exceeded. You must wait another {{delay}} seconds before you will be allowed to make another attempt.', |
189 | | - 'REGISTER' => 'Register',//OK |
190 | | - 'REGISTER_ME' => 'Sign me up',//OK |
191 | | - 'REGISTRATION' => [ |
192 | | - 'COMPLETE_TYPE1' => 'You have successfully registered. You can now sign in.', |
193 | | - 'COMPLETE_TYPE2' => 'You have successfully registered. A link to activate your account has been sent to <strong>{{email}}</strong>. You will not be able to sign in until you complete this step.', |
194 | | - 'DISABLED' => "We're sorry, account registration has been disabled.", |
195 | | - 'ERROR' => 'Registration error', |
196 | | - 'LOGOUT' => "I'm sorry, you cannot register for an account while logged in. Please log out first.", |
197 | | - 'QUESTION' => "You don't have an account yet?",//OK |
198 | | - 'UNKNOWN' => 'A problem was encountered during the account registration process.', |
199 | | - 'WELCOME' => 'Registration is fast and simple.', |
| 189 | + 'REGISTER' => 'Register', //OK |
| 190 | + 'REGISTER_ME' => 'Sign me up', //OK |
| 191 | + 'REGISTRATION' => [ |
| 192 | + 'COMPLETE' => 'You have successfully registered. You can now sign in.',//OK |
| 193 | + 'COMPLETE_VERIFICATION' => 'You have successfully registered. A link to activate your account has been sent to <strong>{{email}}</strong>. You will not be able to sign in until you complete this step.',//OK |
| 194 | + 'DISABLED' => "We're sorry, account registration has been disabled.", |
| 195 | + 'ERROR' => 'Registration error', |
| 196 | + 'LOGOUT' => "I'm sorry, you cannot register for an account while logged in. Please log out first.", |
| 197 | + 'QUESTION' => "You don't have an account yet?", //OK |
| 198 | + 'MAIL_ERROR' => 'An error occurred while sending the verification email. Please contact your administrator.', //OK |
| 199 | + 'UNKNOWN' => 'A problem was encountered during the account registration process.', //OK |
| 200 | + 'WELCOME' => 'Registration is fast and simple.', |
200 | 201 | ], |
201 | 202 | 'REMEMBER_ME' => 'Keep me signed in', |
202 | 203 | 'REMEMBER_ME_ON_COMPUTER' => 'Remember me on this computer (not recommended for public computers)', |
|
210 | 211 | 'TOS_FOR' => 'Terms and Conditions for {{title}}', |
211 | 212 |
|
212 | 213 | 'USERNAME' => [ |
213 | | - '@TRANSLATION' => 'Username',//OK |
| 214 | + '@TRANSLATION' => 'Username', //OK |
214 | 215 | 'CHOOSE' => 'Choose a unique username', |
215 | 216 | 'INVALID' => 'Invalid username', |
216 | 217 | 'IN_USE' => 'Username <strong>{{user_name}}</strong> is already in use.', |
|
0 commit comments