|
70 | 70 | 'DESCRIPTION' => 'This password reset request could not be found, or has expired.', |
71 | 71 | ], |
72 | 72 | ], |
73 | | - |
74 | 73 | 'EMAIL_UPDATED' => 'Account email updated', |
75 | 74 | 'ERROR' => [ |
76 | 75 | '@TRANSLATION' => 'Error validating account', |
77 | 76 | 'MISSING_PARAM' => "Account can't be registered as '{{param}}' is required.", |
78 | 77 | ], |
79 | 78 |
|
| 79 | + 'HAVE_ONE' => 'Already have an account ?', |
| 80 | + |
80 | 81 | 'MASTER_NOT_EXISTS' => 'You cannot register an account until the master account has been created!', |
81 | | - 'MY' => 'My Account', |
| 82 | + 'MY' => 'My Account',//OK |
82 | 83 |
|
83 | 84 | 'SETTINGS' => [ |
84 | | - '@TRANSLATION' => 'Account settings', |
85 | | - 'DESCRIPTION' => 'Update your account settings, including email, name, and password.', |
| 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 |
86 | 90 | 'UPDATED' => 'Account settings updated', |
87 | 91 | ], |
88 | 92 |
|
89 | 93 | 'TOOLS' => 'Account tools', |
90 | 94 |
|
91 | 95 | 'VERIFICATION' => [ |
92 | 96 | 'NEW_LINK_SENT' => 'We have emailed a new verification link to {{email}}. Please check your inbox and spam folders for this email.', |
93 | | - 'RESEND' => 'Resend verification email', |
| 97 | + 'RESEND' => 'Resend verification email',//OK |
94 | 98 | 'COMPLETE' => 'You have successfully verified your account. You can now login.', |
95 | | - 'EMAIL' => 'Please enter the email address you used to sign up, and your verification email will be resent.', |
| 99 | + 'EMAIL' => 'Please enter the email address you used to sign up, and your verification email will be resent.',//OK |
96 | 100 | 'PAGE' => 'Resend the verification email for your new account.', |
97 | | - 'SEND' => 'Email the verification link for my account', |
| 101 | + 'SEND' => 'Email the verification link for my account',//OK |
98 | 102 | 'TOKEN_NOT_FOUND' => 'Verification token does not exist / Account is already verified', |
99 | 103 | ], |
100 | 104 | ], |
|
103 | 107 | 'INVALID' => 'Invalid email', |
104 | 108 | 'IN_USE' => 'Email <strong>{{email}}</strong> is already in use.', |
105 | 109 | 'NOT_FOUND' => 'There is no account for <strong>{{email}}</strong>.', |
106 | | - 'VERIFICATION_REQUIRED' => 'Email (verification required - use a real address!)', |
| 110 | + 'VERIFICATION_REQUIRED' => 'Email (verification required - use a real address!)',//OK |
107 | 111 | ], |
108 | 112 |
|
109 | 113 | 'EMAIL_OR_USERNAME' => 'Username or email address', |
110 | 114 |
|
111 | | - 'FIRST_NAME' => 'First name', |
| 115 | + 'FIRST_NAME' => 'First name',//OK |
112 | 116 |
|
113 | | - 'GUEST' => 'Guest', |
| 117 | + 'GUEST' => 'Guest', //OK |
114 | 118 |
|
115 | 119 | 'HEADER_MESSAGE_ROOT' => 'YOU ARE SIGNED IN AS THE ROOT USER', |
116 | 120 |
|
117 | | - 'LAST_NAME' => 'Last name', |
| 121 | + 'LAST_NAME' => 'Last name',//OK |
118 | 122 | 'LOCALE' => [ |
119 | | - 'ACCOUNT' => 'The language and locale to use for your account', |
| 123 | + 'ACCOUNT' => 'The language and locale to use for your account', //OK |
120 | 124 | 'INVALID' => '{{locale}} is not a valid locale.', |
121 | 125 | ], |
122 | 126 | 'LOGIN' => [ |
123 | | - '@TRANSLATION' => 'Login', |
| 127 | + '@TRANSLATION' => 'Login',//OK |
124 | 128 | 'ALREADY_COMPLETE' => 'You are already logged in!', |
125 | 129 | 'SOCIAL' => 'Or login with', |
126 | 130 | 'REQUIRED' => 'Sorry, you must be logged in to access this resource.', |
127 | 131 | ], |
128 | | - 'LOGOUT' => 'Logout', |
| 132 | + 'LOGOUT' => 'Logout',//OK |
129 | 133 |
|
130 | 134 | 'NAME' => 'Name', |
131 | 135 |
|
132 | | - 'NAME_AND_EMAIL' => 'Name and email', |
133 | | - |
134 | | - 'PAGE' => [ |
135 | | - 'LOGIN' => [ |
136 | | - 'DESCRIPTION' => 'Sign in to your {{site_name}} account, or register for a new account.', |
137 | | - 'SUBTITLE' => 'Register for free, or sign in with an existing account.', |
138 | | - 'TITLE' => "Let's get started!", |
139 | | - ], |
140 | | - ], |
| 136 | + 'NAME_AND_EMAIL' => 'Name and email',//OK |
141 | 137 |
|
142 | 138 | 'PASSWORD' => [ |
143 | | - '@TRANSLATION' => 'Password', |
| 139 | + '@TRANSLATION' => 'Password',//OK |
144 | 140 |
|
145 | 141 | 'BETWEEN' => 'Between {{min}}-{{max}} characters', |
146 | 142 |
|
147 | | - 'CONFIRM' => 'Confirm password', |
| 143 | + 'CONFIRM' => 'Confirm password',//OK |
148 | 144 | 'CONFIRM_CURRENT' => 'Please confirm your current password', |
149 | | - 'CONFIRM_NEW' => 'Confirm New Password', |
150 | | - 'CONFIRM_NEW_EXPLAIN' => 'Re-enter your new password', |
151 | | - 'CONFIRM_NEW_HELP' => 'Required only if selecting a new password', |
| 145 | + 'CONFIRM_NEW' => 'Confirm New Password',//OK |
| 146 | + 'CONFIRM_NEW_EXPLAIN' => 'Re-enter your new password',//OK |
152 | 147 | 'CREATE' => [ |
153 | 148 | '@TRANSLATION' => 'Create Password', |
154 | 149 | 'PAGE' => 'Choose a password for your new account.', |
155 | 150 | 'SET' => 'Set Password and Sign In', |
156 | 151 | ], |
157 | | - 'CURRENT' => 'Current Password', |
158 | | - 'CURRENT_EXPLAIN' => 'You must confirm your current password to make changes', |
| 152 | + 'CURRENT' => 'Current Password',//OK |
| 153 | + 'CURRENT_EXPLAIN' => 'You must confirm your current password to make changes',//OK |
159 | 154 |
|
160 | | - 'FORGOTTEN' => 'Forgotten Password', |
| 155 | + 'FORGOTTEN' => 'Forgotten Password',//OK |
161 | 156 | 'FORGET' => [ |
162 | | - '@TRANSLATION' => 'I forgot my password', |
| 157 | + '@TRANSLATION' => 'Forgot your password?',//OK |
163 | 158 |
|
164 | 159 | 'COULD_NOT_UPDATE' => "Couldn't update password.", |
165 | 160 | 'EMAIL' => 'Please enter the email address you used to sign up. A link with instructions to reset your password will be emailed to you.', |
166 | | - 'EMAIL_SEND' => 'Email Password Reset Link', |
| 161 | + 'EMAIL_SEND' => 'Email Password Reset Link',//OK |
167 | 162 | 'PAGE' => 'Get a link to reset your password.', |
168 | 163 | 'REQUEST_CANNED' => 'Lost password request cancelled.', |
169 | 164 | '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>.', |
170 | 165 | ], |
171 | 166 |
|
172 | 167 | 'HASH_FAILED' => 'Password hashing failed. Please contact a site administrator.', |
173 | 168 | 'INVALID' => "Current password doesn't match the one we have on record", |
174 | | - 'NEW' => 'New Password', |
| 169 | + 'NEW' => 'New Password',//OK |
175 | 170 | 'NOTHING_TO_UPDATE' => 'You cannot update with the same password', |
176 | 171 |
|
177 | 172 | 'RESET' => [ |
178 | | - '@TRANSLATION' => 'Reset Password', |
| 173 | + '@TRANSLATION' => 'Reset Password',//OK |
179 | 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 |
180 | 176 | 'PAGE' => 'Choose a new password for your account.', |
181 | 177 | 'SEND' => 'Set New Password and Sign In', |
182 | 178 | ], |
|
190 | 186 | ], |
191 | 187 |
|
192 | 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.', |
193 | | - |
194 | | - 'REGISTER' => 'Register', |
195 | | - 'REGISTER_ME' => 'Sign me up', |
| 189 | + 'REGISTER' => 'Register',//OK |
| 190 | + 'REGISTER_ME' => 'Sign me up',//OK |
196 | 191 | 'REGISTRATION' => [ |
197 | 192 | 'ERROR' => 'Registration error', |
198 | 193 | 'UNKNOWN' => 'A problem was encountered during the account registration process.', |
199 | 194 | 'COMPLETE_TYPE1' => 'You have successfully registered. You can now sign in.', |
200 | 195 | '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.', |
201 | 196 | 'DISABLED' => "We're sorry, account registration has been disabled.", |
202 | 197 | 'LOGOUT' => "I'm sorry, you cannot register for an account while logged in. Please log out first.", |
| 198 | + 'QUESTION' => "You don't have an account yet?",//OK |
203 | 199 | 'WELCOME' => 'Registration is fast and simple.', |
204 | 200 | ], |
205 | 201 | 'REMEMBER_ME' => 'Keep me signed in', |
|
215 | 211 | 'TOS_FOR' => 'Terms and Conditions for {{title}}', |
216 | 212 |
|
217 | 213 | 'USERNAME' => [ |
218 | | - '@TRANSLATION' => 'Username', |
| 214 | + '@TRANSLATION' => 'Username',//OK |
219 | 215 |
|
220 | 216 | 'CHOOSE' => 'Choose a unique username', |
221 | 217 | 'INVALID' => 'Invalid username', |
|
0 commit comments